Home
last modified time | relevance | path

Searched defs:KeyProto (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tink/cc/core/
H A Dkey_manager_impl.h53 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 Dprivate_key_type_manager.h44 std::unique_ptr<typename KeyTypeManager<KeyProto, KeyFormatProto, in PrivateKeyTypeManager()
H A Dkey_type_manager.h106 using KeyProto = KeyProtoParam; variable
/aosp_15_r20/external/cronet/components/metrics/structured/lib/proto/
H A Dkey.proto20 message KeyProto { message
/aosp_15_r20/external/tink/testing/cross_language/util/
H A Dkey_util.py90 class KeyProto: class
/aosp_15_r20/external/tink/cc/internal/
H A Dregistry_impl.h185 std::unique_ptr<KeyTypeManager<KeyProto, KeyFormatProto, PrimitiveList>> in RegisterKeyTypeManager()
H A Dkey_type_info_store.h70 Info(KeyTypeManager<KeyProto, KeyFormatProto, List<Primitives...>>* manager, in Info()