Home
last modified time | relevance | path

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

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