Home
last modified time | relevance | path

Searched defs:keyData (Results 1 – 25 of 232) sorted by relevance

12345678910

/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/signature/
H A DSignaturePemKeysetReaderTest.java66 KeyData keyData = key.getKeyData(); in read_oneRSAPublicKey_shouldWork() local
99 KeyData keyData = key.getKeyData(); in read_oneECPublicKey_shouldWork() local
134 KeyData keyData = key.getKeyData(); in read_ensureUnsignedIntRepresentation() local
170 KeyData keyData = firstKey.getKeyData(); in read_onePEM_twoRSAPublicKeys_shouldWork() local
223 KeyData keyData = key.getKeyData(); in read_onePEM_oneRSAPublicKey_oneECPublicKey_eCPublicKeyShouldBeIgnored() local
273 KeyData keyData = firstKey.getKeyData(); in read_twoPEMs_oneRSAPublicKey_oneECPublicKey_shouldWork() local
/aosp_15_r20/external/icu/icu4c/source/common/
H A Duloc_keytype.cpp334 LocExtKeyData* keyData = gLocExtKeyDataEntries->create(); in initFromResourceBundle() local
431 LocExtKeyData* keyData = (LocExtKeyData*)uhash_get(gLocExtKeyMap, key); in ulocimp_toBcpKey() local
444 LocExtKeyData* keyData = (LocExtKeyData*)uhash_get(gLocExtKeyMap, key); in ulocimp_toLegacyKey() local
464 LocExtKeyData* keyData = (LocExtKeyData*)uhash_get(gLocExtKeyMap, key); in ulocimp_toBcpType() local
509 LocExtKeyData* keyData = (LocExtKeyData*)uhash_get(gLocExtKeyMap, key); in ulocimp_toLegacyType() local
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Duloc_keytype.cpp333 LocExtKeyData* keyData = gLocExtKeyDataEntries->create(); in initFromResourceBundle() local
428 LocExtKeyData* keyData = (LocExtKeyData*)uhash_get(gLocExtKeyMap, key); in ulocimp_toBcpKey() local
441 LocExtKeyData* keyData = (LocExtKeyData*)uhash_get(gLocExtKeyMap, key); in ulocimp_toLegacyKey() local
461 LocExtKeyData* keyData = (LocExtKeyData*)uhash_get(gLocExtKeyMap, key); in ulocimp_toBcpType() local
506 LocExtKeyData* keyData = (LocExtKeyData*)uhash_get(gLocExtKeyMap, key); in ulocimp_toLegacyType() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/tinkkey/internal/
H A DProtoKey.java32 private final KeyData keyData; field in ProtoKey
40 public ProtoKey(KeyData keyData, OutputPrefixType opt) { in ProtoKey()
46 private static boolean isSecret(KeyData keyData) { in isSecret()
/aosp_15_r20/external/ot-br-posix/tests/mdns/
H A Dmain.cpp108 std::vector<uint8_t> keyData = {0x01, 0x02, 0x03, 0x04, 0x05, 0x06}; in PublishSingleServiceWithCustomHost() local
150 std::vector<uint8_t> keyData = {0x55, 0xaa, 0xbb, 0xcc, 0x77, 0x33}; in PublishSingleServiceWithKeyAfterwards() local
328 std::vector<uint8_t> keyData = {0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0}; in PublishKey() local
353 std::vector<uint8_t> keyData = {0x55, 0xaa, 0xbb, 0xcc, 0x77, 0x33}; in PublishKeyWithServiceRemoved() local
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/locale/
H A DKeyTypeData.java132 KeyData keyData = KEYMAP.get(key); in toBcpKey() local
141 KeyData keyData = KEYMAP.get(key); in toLegacyKey() local
161 KeyData keyData = KEYMAP.get(key); in toBcpType() local
198 KeyData keyData = KEYMAP.get(key); in toLegacyType() local
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DKeyTypeData.java137 KeyData keyData = KEYMAP.get(key); in toBcpKey() local
146 KeyData keyData = KEYMAP.get(key); in toLegacyKey() local
166 KeyData keyData = KEYMAP.get(key); in toBcpType() local
203 KeyData keyData = KEYMAP.get(key); in toLegacyType() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/tinkkey/
H A DKeyHandleTest.java163 KeyData keyData = protoKey.getProtoKey(); in generateNew_shouldWork() local
176 KeyData keyData = Registry.newKeyData(template); in generateNew_compareWith_createFromKeyViaProtoKey_shouldBeEqual() local
200 KeyData keyData = protoKey.getProtoKey(); in generateNew_generatesDifferentKeys() local
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
H A DKeyUtil.java11 …blic static byte[] getEncodedSubjectPublicKeyInfo(AlgorithmIdentifier algId, ASN1Encodable keyData) in getEncodedSubjectPublicKeyInfo()
23 public static byte[] getEncodedSubjectPublicKeyInfo(AlgorithmIdentifier algId, byte[] keyData) in getEncodedSubjectPublicKeyInfo()
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/util/
H A DKeyUtil.java15 …blic static byte[] getEncodedSubjectPublicKeyInfo(AlgorithmIdentifier algId, ASN1Encodable keyData) in getEncodedSubjectPublicKeyInfo()
27 public static byte[] getEncodedSubjectPublicKeyInfo(AlgorithmIdentifier algId, byte[] keyData) in getEncodedSubjectPublicKeyInfo()
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/asymmetric/util/
H A DKeyUtil.java15 …blic static byte[] getEncodedSubjectPublicKeyInfo(AlgorithmIdentifier algId, ASN1Encodable keyData) in getEncodedSubjectPublicKeyInfo()
27 public static byte[] getEncodedSubjectPublicKeyInfo(AlgorithmIdentifier algId, byte[] keyData) in getEncodedSubjectPublicKeyInfo()
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DKeySyncTaskTest.java582 WrappedApplicationKey keyData = applicationKeys.get(0); in run_sendsEncryptedKeysIfAvailableToSync_withRawPublicKey() local
607 WrappedApplicationKey keyData = applicationKeys.get(0); in run_sendsEncryptedKeysIfAvailableToSync_withCertPath_withNullKeyMetadata() local
631 WrappedApplicationKey keyData = applicationKeys.get(0); in run_sendsEncryptedKeysIfAvailableToSync_withCertPath_withNonNullKeyMetadata() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/internal/
H A DInternalConfiguration.java34 public abstract <P> P getLegacyPrimitive(KeyData keyData, Class<P> primitiveClass) in getLegacyPrimitive()
77 public <P> P getLegacyPrimitive(KeyData keyData, Class<P> primitiveClass) in getLegacyPrimitive()
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/
H A DKeysetHandle.java324 KeyData keyData = Registry.newKeyData(serializedParameters.getKeyTemplate()); in createKeyFromParameters() local
768 KeyData keyData = key.getKeyData(); in getKeys() local
1016 KeyData keyData = createPublicKeyData(key.getKeyData()); in getPublicKeysetHandle() local
1035 private static void validate(KeyData keyData) throws GeneralSecurityException { in validate()
/aosp_15_r20/hardware/interfaces/keymaster/4.1/vts/functional/
H A DKeymaster4_1HidlTest.h46 KeyData keyData; in GenerateKeyData() local
52 void CheckedDeleteKeyData(KeyData* keyData) { CheckedDeleteKey(&keyData->blob); } in CheckedDeleteKeyData()
/aosp_15_r20/out/soong/.intermediates/system/hardware/interfaces/keystore2/aidl/android.system.keystore2-V4-java-source/gen/android/system/keystore2/
DIKeystoreSecurityLevel.java32 … android.hardware.security.keymint.KeyParameter[] params, int flags, byte[] keyData) throws androi… in importKey()
320 … android.hardware.security.keymint.KeyParameter[] params, int flags, byte[] keyData) throws androi… in importKey()
467 … android.hardware.security.keymint.KeyParameter[] params, int flags, byte[] keyData) throws androi… in importKey()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V3-java-source/gen/android/hardware/security/keymint/
DIKeyMintDevice.java35 …d.hardware.security.keymint.KeyParameter[] keyParams, int keyFormat, byte[] keyData, android.hardw… in importKey()
508 …d.hardware.security.keymint.KeyParameter[] keyParams, int keyFormat, byte[] keyData, android.hardw… in importKey()
875 …d.hardware.security.keymint.KeyParameter[] keyParams, int keyFormat, byte[] keyData, android.hardw… in importKey()
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/
H A DJsonKeysetReaderTest.java217 JsonObject keyData = key.get("keyData").getAsJsonObject(); in testRead_invalidKeyData_shouldThrowException() local
243 JsonObject keyData = key.get("keyData").getAsJsonObject(); in testRead_invalidKeyMaterialType_shouldThrowException() local
/aosp_15_r20/hardware/nxp/keymint/KM200/
DJavacardKeyMintDevice.cpp131 KeyFormat keyFormat, const vector<uint8_t>& keyData, in importKey()
431 uint8_t* keyData = dup_buffer(wrappedKeyData.data(), keyDataLen); in parseWrappedKey() local
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/HAL/
H A DJavacardKeyMintDevice.cpp125 KeyFormat keyFormat, const vector<uint8_t>& keyData, in importKey()
397 uint8_t* keyData = dup_buffer(wrappedKeyData.data(), keyDataLen); in parseWrappedKey() local
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/HAL/
H A DJavacardKeyMintDevice.cpp125 KeyFormat keyFormat, const vector<uint8_t>& keyData, in importKey()
397 uint8_t* keyData = dup_buffer(wrappedKeyData.data(), keyDataLen); in parseWrappedKey() local
/aosp_15_r20/hardware/nxp/keymint/KM300/
DJavacardKeyMintDevice.cpp142 KeyFormat keyFormat, const vector<uint8_t>& keyData, in importKey()
460 uint8_t* keyData = dup_buffer(wrappedKeyData.data(), keyDataLen); in parseWrappedKey() local
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkResourceProvider.cpp64 sk_sp<SkData> keyData = SkData::MakeWithoutCopy(&key, sizeof(uint32_t)); in pipelineCache() local
579 sk_sp<SkData> keyData = SkData::MakeWithoutCopy(&key, sizeof(uint32_t)); in storePipelineCacheData() local
/aosp_15_r20/external/tink/python/examples/signature/
H A Dsignature_test_private_keyset.json4 "keyData":{ object
/aosp_15_r20/external/tink/python/examples/jwt/
H A Djwt_test_public_keyset.json5 "keyData": { object

12345678910