Home
last modified time | relevance | path

Searched refs:ExampleKeyTypeManager (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tink/cc/core/
H A Dkey_manager_impl_test.cc68 class ExampleKeyTypeManager : public KeyTypeManager<AesGcmKey, AesGcmKeyFormat, class
89 ExampleKeyTypeManager() in ExampleKeyTypeManager() function in crypto::tink::internal::__anon3e9e33000111::ExampleKeyTypeManager
125 ExampleKeyTypeManager internal_km; in TEST()
137 ExampleKeyTypeManager internal_km; in TEST()
151 ExampleKeyTypeManager internal_km; in TEST()
167 ExampleKeyTypeManager internal_km; in TEST()
182 ExampleKeyTypeManager internal_km; in TEST()
200 ExampleKeyTypeManager internal_km; in TEST()
217 ExampleKeyTypeManager internal_km; in TEST()
227 Eq(ExampleKeyTypeManager().key_material_type())); in TEST()
[all …]
H A Dkey_type_manager_test.cc58 class ExampleKeyTypeManager : public KeyTypeManager<AesGcmKey, AesGcmKeyFormat, class
79 ExampleKeyTypeManager() in ExampleKeyTypeManager() function in crypto::tink::__anone64d12f00111::ExampleKeyTypeManager
116 AesGcmKey key = ExampleKeyTypeManager().CreateKey(key_format).value(); in TEST()
118 ExampleKeyTypeManager().GetPrimitive<Aead>(key).value(); in TEST()
128 AesGcmKey key = ExampleKeyTypeManager().CreateKey(key_format).value(); in TEST()
130 ExampleKeyTypeManager().GetPrimitive<AeadVariant>(key).value(); in TEST()
137 ExampleKeyTypeManager().GetPrimitive<NotRegistered>(AesGcmKey()); in TEST()
190 AesGcmKey key = ExampleKeyTypeManager().CreateKey(key_format).value(); in TEST()
202 AesGcmKey key = ExampleKeyTypeManager().CreateKey(key_format).value(); in TEST()
204 ExampleKeyTypeManager().GetPrimitive<AeadVariant>(key).value(); in TEST()
/aosp_15_r20/external/tink/cc/internal/
H A Dregistry_impl_test.cc186 class ExampleKeyTypeManager : public KeyTypeManager<AesGcmKey, AesGcmKeyFormat, class
207 ExampleKeyTypeManager() in ExampleKeyTypeManager() function in crypto::tink::internal::__anondac9a14a0111::ExampleKeyTypeManager
864 auto fips_key_manager = absl::make_unique<ExampleKeyTypeManager>(); in TEST_F()
895 absl::make_unique<ExampleKeyTypeManager>(), true), in TEST_F()
917 absl::make_unique<ExampleKeyTypeManager>(), true), in TEST_F()
968 absl::make_unique<ExampleKeyTypeManager>(), true), in TEST_F()
977 auto fips_key_manager = absl::make_unique<ExampleKeyTypeManager>(); in TEST_F()
993 auto fips_key_manager = absl::make_unique<ExampleKeyTypeManager>(); in TEST_F()
1009 absl::make_unique<ExampleKeyTypeManager>(), true), in TEST_F()
1013 AesGcmKey key = ExampleKeyTypeManager().CreateKey(format).value(); in TEST_F()
[all …]