aboutsummaryrefslogtreecommitdiff
path: root/cc/BUILD.bazel
diff options
context:
space:
mode:
authorwconner <wconner@google.com>2023-03-01 11:19:03 -0800
committerCopybara-Service <copybara-worker@google.com>2023-03-01 11:20:01 -0800
commit407e256081a6a970bed367eaf35f2eb7aa4cb47f (patch)
tree47a99beb5bd7a38ac6b5b3ac36c5f0953cf81c2c /cc/BUILD.bazel
parentc8cc5d2c20ba0a7d0c2456e240477375adb449a9 (diff)
downloadtink-407e256081a6a970bed367eaf35f2eb7aa4cb47f.tar.gz
Use serialization registry in keyset handle.
PiperOrigin-RevId: 513290735
Diffstat (limited to 'cc/BUILD.bazel')
-rw-r--r--cc/BUILD.bazel5
1 files changed, 4 insertions, 1 deletions
diff --git a/cc/BUILD.bazel b/cc/BUILD.bazel
index 39e1fdc0a..cf443d0fe 100644
--- a/cc/BUILD.bazel
+++ b/cc/BUILD.bazel
@@ -520,7 +520,7 @@ cc_library(
":registry",
"//internal:key_info",
"//internal:key_status_util",
- "//internal:legacy_proto_key",
+ "//internal:mutable_serialization_registry",
"//internal:proto_key_serialization",
"//internal:util",
"//proto:tink_cc_proto",
@@ -923,11 +923,14 @@ cc_test(
":insecure_secret_key_access",
":key_status",
":keyset_handle_builder",
+ ":partial_key_access",
"//config:tink_config",
"//internal:legacy_proto_key",
"//internal:legacy_proto_parameters",
"//internal:proto_key_serialization",
"//internal:proto_parameters_serialization",
+ "//mac:aes_cmac_key",
+ "//mac:aes_cmac_parameters",
"//mac:mac_key_templates",
"//proto:aes_cmac_cc_proto",
"//proto:tink_cc_proto",