Home
last modified time | relevance | path

Searched defs:KeyData (Results 1 – 25 of 252) sorted by relevance

1234567891011

/aosp_15_r20/system/keymaster/include/keymaster/legacy_support/
H A Dkeymaster1_engine.h56 struct KeyData { struct
57 KeyData(const KeymasterKeyBlob& blob, const AuthorizationSet& params) in KeyData() function
74 KeyData* GetData(EVP_PKEY* key) const; argument
/aosp_15_r20/external/tink/python/tink/jwt/
H A D_jwt_signature_key_manager.py135 key_data_to_alg_kid: Callable[[tink_pb2.KeyData],
146 self, key_data: tink_pb2.KeyData
162 def public_key_data(self, key_data: tink_pb2.KeyData) -> tink_pb2.KeyData:
172 key_data_to_alg_kid: Callable[[tink_pb2.KeyData],
183 self, key_data: tink_pb2.KeyData
213 key_data: tink_pb2.KeyData) -> Tuple[str, Optional[str]]:
222 key_data: tink_pb2.KeyData) -> Tuple[str, Optional[str]]:
237 key_data: tink_pb2.KeyData) -> Tuple[str, Optional[str]]:
247 key_data: tink_pb2.KeyData) -> Tuple[str, Optional[str]]:
262 key_data: tink_pb2.KeyData) -> Tuple[str, Optional[str]]:
[all …]
H A D_jwt_hmac_key_manager.py110 def primitive(self, key_data: tink_pb2.KeyData) -> _jwt_mac.JwtMacInternal:
/aosp_15_r20/external/tink/go/proto/tink_go_proto/
H A Dtink.pb.go291 type KeyData struct { struct
292 state protoimpl.MessageState
293 sizeCache protoimpl.SizeCache
294 unknownFields protoimpl.UnknownFields
297 …typeUrl,proto3" json:"type_url,omitempty"` // In format type.googleapis.com/packagename.messagename
300 Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
302 …ialType,proto3,enum=google.crypto.tink.KeyData_KeyMaterialType" json:"key_material_type,omitempty"`
305 func (x *KeyData) Reset() {
314 func (x *KeyData) String() string {
318 func (*KeyData) ProtoMessage() {}
[all …]
/aosp_15_r20/external/tink/python/tink/core/
H A D_key_manager.py43 def primitive(self, key_data: tink_pb2.KeyData) -> P:
83 self, private_key_data: tink_pb2.KeyData) -> tink_pb2.KeyData:
111 def primitive(self, key_data: tink_pb2.KeyData) -> P:
140 def primitive(self, key_data: tink_pb2.KeyData) -> P:
154 def public_key_data(self, key_data: tink_pb2.KeyData) -> tink_pb2.KeyData:
H A D_registry.py110 def primitive(cls, key_data: tink_pb2.KeyData, primitive_class: Type[P]) -> P:
148 private_key_data: tink_pb2.KeyData) -> tink_pb2.KeyData:
H A D_registry_test.py44 def primitive(self, key_data: tink_pb2.KeyData) -> P:
72 def primitive(self, key_data: tink_pb2.KeyData) -> hybrid.HybridDecrypt:
83 self, private_key_data: tink_pb2.KeyData) -> tink_pb2.KeyData:
/aosp_15_r20/hardware/interfaces/keymaster/4.1/vts/functional/
H A DKeymaster4_1HidlTest.h40 struct KeyData { struct
45 std::tuple<ErrorCode, KeyData> GenerateKeyData(const AuthorizationSet& keyDescription) { in GenerateKeyData() argument
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintAidlTestBase.h76 struct KeyData { struct
77 vector<uint8_t> blob;
78 vector<KeyCharacteristics> characteristics;
/aosp_15_r20/external/tink/python/tink/aead/
H A D_kms_aead_key_manager.py73 def primitive(self, key_data: tink_pb2.KeyData) -> _aead.Aead:
108 def primitive(self, key_data: tink_pb2.KeyData) -> _aead.Aead:
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/locale/
H A DKeyTypeData.java105 private static class KeyData { class in KeyTypeData
111 KeyData(String legacyId, String bcpId, Map<String, Type> typeMap, in KeyData() method in KeyTypeData.KeyData
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DKeyTypeData.java110 private static class KeyData { class in KeyTypeData
116 KeyData(String legacyId, String bcpId, Map<String, Type> typeMap, in KeyData() method in KeyTypeData.KeyData
/aosp_15_r20/external/tink/go/keyderivation/
H A Dprf_based_deriver.go41 func newPRFBasedDeriver(prfKeyData *tinkpb.KeyData, derivedKeyTemplate *tinkpb.KeyTemplate) (*prfBa…
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DWARFLinker/
DStringPool.h38 static inline StringRef getKey(const StringEntry &KeyData) { in getKey()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DWARFLinkerParallel/
DStringPool.h38 static inline StringRef getKey(const StringEntry &KeyData) { in getKey()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DWARFLinker/
DStringPool.h38 static inline StringRef getKey(const StringEntry &KeyData) { in getKey()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DWARFLinker/
DStringPool.h38 static inline StringRef getKey(const StringEntry &KeyData) { in getKey()
/aosp_15_r20/external/tink/go/core/registry/
H A Dregistry.go101 func PrimitiveFromKeyData(keyData *tinkpb.KeyData) (interface{}, error) {
/aosp_15_r20/external/tink/go/jwt/
H A Djwt_mac_factory_test.go56 func createJWTMAC(keyData *tinkpb.KeyData, prefixType tinkpb.OutputPrefixType) (jwt.MAC, error) {
H A Djwt_signer_verifier_factory_test.go92 func createKeysetHandles(privKey *tinkpb.KeyData, outputPrefixType tinkpb.OutputPrefixType) (*keyse…
/aosp_15_r20/external/tink/go/internal/testing/stubkeymanager/
H A Dstubkeymanager.go34 KeyData *tinkpb.KeyData member
/aosp_15_r20/external/cronet/components/metrics/structured/lib/
H A Dkey_data.cc36 KeyData::KeyData(std::unique_ptr<StorageDelegate> storage_delegate) in KeyData() function in metrics::structured::KeyData
/aosp_15_r20/external/tink/cc/proto/
H A Dtink.proto114 message KeyData { message
/aosp_15_r20/external/tink/python/tink/proto/
H A Dtink.proto114 message KeyData { message
/aosp_15_r20/external/tink/java_src/proto/
H A Dtink.proto114 message KeyData { message

1234567891011