Searched defs:KeyProto (Results 1 – 7 of 7) 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() 123 KeyTypeManager<KeyProto, void, List<Primitives...>>* key_type_manager) {} in KeyFactoryImpl() 167 explicit KeyManagerImpl(KeyTypeManager<KeyProto, KeyFormatProto, in KeyManagerImpl() 238 KeyTypeManager<KeyProto, KeyFormatProto, List<Primitives...>>* in MakeKeyManager() 253 KeyTypeManager<KeyProto, KeyFormatProto, List<Primitives...>>* in CreateDeriverFunctionFor() 291 KeyTypeManager<KeyProto, void, List<Primitives...>>* in CreateDeriverFunctionFor()
|
H A D | private_key_type_manager.h | 44 std::unique_ptr<typename KeyTypeManager<KeyProto, KeyFormatProto, in PrivateKeyTypeManager()
|
H A D | key_type_manager.h | 106 using KeyProto = KeyProtoParam; variable
|
/aosp_15_r20/external/cronet/components/metrics/structured/lib/proto/ |
H A D | key.proto | 20 message KeyProto { message
|
/aosp_15_r20/external/tink/testing/cross_language/util/ |
H A D | key_util.py | 90 class KeyProto: class
|
/aosp_15_r20/external/tink/cc/internal/ |
H A D | registry_impl.h | 185 std::unique_ptr<KeyTypeManager<KeyProto, KeyFormatProto, PrimitiveList>> in RegisterKeyTypeManager()
|
H A D | key_type_info_store.h | 70 Info(KeyTypeManager<KeyProto, KeyFormatProto, List<Primitives...>>* manager, in Info()
|