Home
last modified time | relevance | path

Searched defs:keyFormat (Results 1 – 25 of 135) sorted by relevance

123456

/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/aead/
H A DAesCtrHmacAeadKeyManagerTest.java156 AesCtrHmacAeadKeyFormat keyFormat = createKeyFormatForKeySize(keySize); in deriveKey_size32() local
171 AesCtrHmacAeadKeyFormat keyFormat = createKeyFormatForKeySize(keySize); in deriveKey_size16() local
187 AesCtrHmacAeadKeyFormat keyFormat = createKeyFormatForKeySize(keySize); in deriveKey_handlesDataFragmentationCorrectly() local
217 AesCtrHmacAeadKeyFormat keyFormat = createKeyFormatForKeySize(keySize); in deriveKey_notEnoughAesCtrKeyMaterial_throws() local
228 AesCtrHmacAeadKeyFormat keyFormat = createKeyFormatForKeySize(keySize); in deriveKey_notEnoughHmacKeyMaterial_throws() local
239 AesCtrHmacAeadKeyFormat keyFormat = in deriveKey_badVersion_throws() local
264 AesCtrHmacAeadKeyFormat keyFormat = in deriveKey_justEnoughKeyMaterial() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/keyderivation/internal/
H A DPrfBasedDeriverKeyManagerTest.java133 PrfBasedDeriverKeyFormat keyFormat = in validateKeyFormat_valid() local
154 PrfBasedDeriverKeyFormat keyFormat = in createKey_checkValues() local
183 PrfBasedDeriverKeyFormat keyFormat = in createKey_invalidPrfKey_throws() local
204 PrfBasedDeriverKeyFormat keyFormat = in createKey_invalidDerivedKeyTemplate_throws() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/internal/
H A DKeyTypeManager.java181 public KeyFormatProtoT keyFormat; field in KeyTypeManager.KeyFactory.KeyFormat
184 public KeyFormat(KeyFormatProtoT keyFormat, KeyTemplate.OutputPrefixType outputPrefixType) { in KeyFormat()
215 public abstract KeyProtoT createKey(KeyFormatProtoT keyFormat) throws GeneralSecurityException; in createKey()
231 public KeyProtoT deriveKey(KeyFormatProtoT keyFormat, InputStream pseudoRandomness) in deriveKey()
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/jwt/
H A DJwtEcdsaVerifyKeyManagerTest.java74 JwtEcdsaKeyFormat keyFormat = JwtEcdsaKeyFormat.newBuilder().setAlgorithm(algorithm).build(); in validateKey_ok() local
88 JwtEcdsaKeyFormat keyFormat = JwtEcdsaKeyFormat.newBuilder().setAlgorithm(algorithm).build(); in createPrimitive_ok() local
110 JwtEcdsaKeyFormat keyFormat = JwtEcdsaKeyFormat.newBuilder().setAlgorithm(algorithm).build(); in createPrimitive_anotherKey_throw() local
H A DJwtRsaSsaPssVerifyKeyManagerTest.java80 JwtRsaSsaPssKeyFormat keyFormat = in validateKey_ok() local
H A DJwtRsaSsaPkcs1VerifyKeyManagerTest.java80 JwtRsaSsaPkcs1KeyFormat keyFormat = in validateKey_ok() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/signature/
H A DRsaSsaPkcs1VerifyKeyManagerTest.java111 RsaSsaPkcs1KeyFormat keyFormat = in validateKey_generated() local
156 RsaSsaPkcs1KeyFormat keyFormat = in createPrimitive() local
179 RsaSsaPkcs1KeyFormat keyFormat = in createPrimitive_anotherKey_throws() local
H A DRsaSsaPssVerifyKeyManagerTest.java122 RsaSsaPssKeyFormat keyFormat = in validateKey_generated() local
175 RsaSsaPssKeyFormat keyFormat = in createPrimitive() local
202 RsaSsaPssKeyFormat keyFormat = in createPrimitive_anotherKey_throws() local
/aosp_15_r20/hardware/nxp/keymint/KM200/
DJavacardKeyMintDevice.cpp131 KeyFormat keyFormat, const vector<uint8_t>& keyData, in importKey()
176 KeyFormat keyFormat; in importWrappedKey() local
223 const vector<KeyParameter>& keyParams, KeyFormat keyFormat, in sendFinishImportWrappedKeyCmd()
420 vector<KeyParameter>& authList, KeyFormat& keyFormat, in parseWrappedKey()
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/HAL/
H A DJavacardKeyMintDevice.cpp125 KeyFormat keyFormat, const vector<uint8_t>& keyData, in importKey()
176 KeyFormat keyFormat; in importWrappedKey() local
227 const vector<KeyParameter>& keyParams, KeyFormat keyFormat, in sendFinishImportWrappedKeyCmd()
386 vector<KeyParameter>& authList, KeyFormat& keyFormat, in parseWrappedKey()
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/HAL/
H A DJavacardKeyMintDevice.cpp125 KeyFormat keyFormat, const vector<uint8_t>& keyData, in importKey()
176 KeyFormat keyFormat; in importWrappedKey() local
227 const vector<KeyParameter>& keyParams, KeyFormat keyFormat, in sendFinishImportWrappedKeyCmd()
386 vector<KeyParameter>& authList, KeyFormat& keyFormat, in parseWrappedKey()
/aosp_15_r20/hardware/nxp/keymint/KM300/
DJavacardKeyMintDevice.cpp142 KeyFormat keyFormat, const vector<uint8_t>& keyData, in importKey()
192 KeyFormat keyFormat; in importWrappedKey() local
243 const vector<KeyParameter>& keyParams, KeyFormat keyFormat, in sendFinishImportWrappedKeyCmd()
449 vector<KeyParameter>& authList, KeyFormat& keyFormat, in parseWrappedKey()
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsonFormatVisitors/
H A DJsonMapFormatVisitor.java13 … public void keyFormat(JsonFormatVisitable handler, JavaType keyType) throws JsonMappingException; in keyFormat() method
41 …public void keyFormat(JsonFormatVisitable handler, JavaType keyType) throws JsonMappingException {… in keyFormat() method in JsonMapFormatVisitor.Base
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/prf/
H A DAesCmacPrfKeyManagerTest.java90 AesCmacPrfKeyFormat keyFormat = makeAesCmacPrfKeyFormat(32); in createKey_checkValues() local
98 AesCmacPrfKeyFormat keyFormat = makeAesCmacPrfKeyFormat(32); in createKey_multipleTimes() local
H A DHkdfPrfKeyManagerTest.java152 HkdfPrfKeyFormat keyFormat = HkdfPrfKeyFormat.getDefaultInstance(); in validateKeyFormat_empty_throws() local
167 HkdfPrfKeyFormat keyFormat = in validateKeyFormat_invalid31Byte_throws() local
H A DHmacPrfKeyManagerTest.java97 HmacPrfKeyFormat keyFormat = makeHmacPrfKeyFormat(16, HashType.SHA256); in createKey_checkValues() local
105 HmacPrfKeyFormat keyFormat = makeHmacPrfKeyFormat(16, HashType.SHA256); in createKey_multipleTimes() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/
H A DKeyManagerImpl.java95 public final MessageLite newKey(MessageLite keyFormat) throws GeneralSecurityException { in newKey()
157 private KeyProtoT validateCreate(KeyFormatProtoT keyFormat) throws GeneralSecurityException { in validateCreate()
H A DKeyManager.java97 default MessageLite newKey(MessageLite keyFormat) throws GeneralSecurityException { in newKey()
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/mac/
H A DAesCmacKeyManagerTest.java110 AesCmacKeyFormat keyFormat = makeAesCmacKeyFormat(32, 16); in createKey_checkValues() local
119 AesCmacKeyFormat keyFormat = makeAesCmacKeyFormat(32, 16); in createKey_multipleTimes() local
H A DHmacKeyManagerTest.java146 HmacKeyFormat keyFormat = makeHmacKeyFormat(16, 10, HashType.SHA256); in createKey_checkValues() local
154 HmacKeyFormat keyFormat = makeHmacKeyFormat(16, 10, HashType.SHA256); in createKey_multipleTimes() local
/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 …importKey(android.hardware.security.keymint.KeyParameter[] keyParams, int keyFormat, byte[] keyDat… in importKey()
508 …importKey(android.hardware.security.keymint.KeyParameter[] keyParams, int keyFormat, byte[] keyDat… in importKey()
875 …importKey(android.hardware.security.keymint.KeyParameter[] keyParams, int keyFormat, byte[] keyDat… in importKey()
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/
H A DImportWrappedKeyTest.java468 int keyFormat, DERSequence authorizationList) throws Exception { in wrapKey()
473 int keyFormat, DERSequence authorizationList, boolean correctWrappingRequired) in wrapKey()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/playlist/
H A DHlsPlaylistParser.java362 String keyFormat = in parseMultivariantPlaylist() local
806 String keyFormat = in parseMediaPlaylist() local
1129 String line, String keyFormat, Map<String, String> variableDefinitions) in parseDrmSchemeData() argument
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/playlist/
H A DHlsPlaylistParser.java362 String keyFormat = in parseMultivariantPlaylist() local
806 String keyFormat = in parseMediaPlaylist() local
1128 String line, String keyFormat, Map<String, String> variableDefinitions) in parseDrmSchemeData() argument
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/keymaster/4.1/[email protected]_genc++/gen/android/hardware/keymaster/4.1/
DKeymasterDeviceAll.cpp339 …are::keymaster::V4_0::KeyParameter>& keyParams, ::android::hardware::keymaster::V4_0::KeyFormat ke… in importKey()
357 …re::Return<void> BpHwKeymasterDevice::exportKey(::android::hardware::keymaster::V4_0::KeyFormat ke… in exportKey()

123456