/aosp_15_r20/system/keymaster/include/keymaster/legacy_support/ |
H A D | keymaster1_engine.h | 56 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.py | 135 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.py | 110 def primitive(self, key_data: tink_pb2.KeyData) -> _jwt_mac.JwtMacInternal:
|
/aosp_15_r20/external/tink/go/proto/tink_go_proto/ |
H A D | tink.pb.go | 291 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.py | 43 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.py | 110 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.py | 44 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 D | Keymaster4_1HidlTest.h | 40 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 D | KeyMintAidlTestBase.h | 76 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.py | 73 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 D | KeyTypeData.java | 105 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 D | KeyTypeData.java | 110 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 D | prf_based_deriver.go | 41 func newPRFBasedDeriver(prfKeyData *tinkpb.KeyData, derivedKeyTemplate *tinkpb.KeyTemplate) (*prfBa…
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DWARFLinker/ |
D | StringPool.h | 38 static inline StringRef getKey(const StringEntry &KeyData) { in getKey()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DWARFLinkerParallel/ |
D | StringPool.h | 38 static inline StringRef getKey(const StringEntry &KeyData) { in getKey()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DWARFLinker/ |
D | StringPool.h | 38 static inline StringRef getKey(const StringEntry &KeyData) { in getKey()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DWARFLinker/ |
D | StringPool.h | 38 static inline StringRef getKey(const StringEntry &KeyData) { in getKey()
|
/aosp_15_r20/external/tink/go/core/registry/ |
H A D | registry.go | 101 func PrimitiveFromKeyData(keyData *tinkpb.KeyData) (interface{}, error) {
|
/aosp_15_r20/external/tink/go/jwt/ |
H A D | jwt_mac_factory_test.go | 56 func createJWTMAC(keyData *tinkpb.KeyData, prefixType tinkpb.OutputPrefixType) (jwt.MAC, error) {
|
H A D | jwt_signer_verifier_factory_test.go | 92 func createKeysetHandles(privKey *tinkpb.KeyData, outputPrefixType tinkpb.OutputPrefixType) (*keyse…
|
/aosp_15_r20/external/tink/go/internal/testing/stubkeymanager/ |
H A D | stubkeymanager.go | 34 KeyData *tinkpb.KeyData member
|
/aosp_15_r20/external/cronet/components/metrics/structured/lib/ |
H A D | key_data.cc | 36 KeyData::KeyData(std::unique_ptr<StorageDelegate> storage_delegate) in KeyData() function in metrics::structured::KeyData
|
/aosp_15_r20/external/tink/cc/proto/ |
H A D | tink.proto | 114 message KeyData { message
|
/aosp_15_r20/external/tink/python/tink/proto/ |
H A D | tink.proto | 114 message KeyData { message
|
/aosp_15_r20/external/tink/java_src/proto/ |
H A D | tink.proto | 114 message KeyData { message
|