Searched defs:KeyFormatProto (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/tink/cc/core/ |
H A D | key_manager_impl.h | 53 explicit KeyFactoryImpl(KeyTypeManager<KeyProto, KeyFormatProto, in KeyFactoryImpl() argument 167 explicit KeyManagerImpl(KeyTypeManager<KeyProto, KeyFormatProto, in KeyManagerImpl() argument 238 KeyTypeManager<KeyProto, KeyFormatProto, List<Primitives...>>* in MakeKeyManager() argument 253 KeyTypeManager<KeyProto, KeyFormatProto, List<Primitives...>>* in CreateDeriverFunctionFor() argument
|
H A D | private_key_manager_impl.h | 124 PrivateKeyTypeManager<PrivateKeyProto, KeyFormatProto, PublicKeyProto, in PrivateKeyManagerImpl() argument 158 PrivateKeyTypeManager<PrivateKeyProto, KeyFormatProto, PublicKeyProto, in MakePrivateKeyManager() argument
|
H A D | private_key_type_manager.h | 44 std::unique_ptr<typename KeyTypeManager<KeyProto, KeyFormatProto, in PrivateKeyTypeManager() argument
|
H A D | key_type_manager.h | 107 using KeyFormatProto = KeyFormatProtoParam; variable
|
/aosp_15_r20/external/tink/cc/internal/ |
H A D | registry_impl.h | 185 std::unique_ptr<KeyTypeManager<KeyProto, KeyFormatProto, PrimitiveList>> in RegisterKeyTypeManager() argument 200 PrivateKeyTypeManager<PrivateKeyProto, KeyFormatProto, PublicKeyProto, in RegisterAsymmetricKeyManagers() argument
|
H A D | key_type_info_store.h | 70 Info(KeyTypeManager<KeyProto, KeyFormatProto, List<Primitives...>>* manager, in Info() argument 94 Info(PrivateKeyTypeManager<PrivateKeyProto, KeyFormatProto, PublicKeyProto, in Info() argument
|