Searched defs:keysetEncryptionAead (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/ |
H A D | BinaryKeysetReaderTest.java | 123 Aead keysetEncryptionAead = in testReadEncrypted_singleKey_shouldWork() local 127 handle1.write(BinaryKeysetWriter.withOutputStream(outputStream), keysetEncryptionAead); in testReadEncrypted_singleKey_shouldWork() local 159 Aead keysetEncryptionAead = in testReadEncrypted_multipleKeys_shouldWork() local 162 handle1.write(BinaryKeysetWriter.withOutputStream(outputStream), keysetEncryptionAead); in testReadEncrypted_multipleKeys_shouldWork() local
|
H A D | JsonKeysetReaderTest.java | 148 Aead keysetEncryptionAead = keysetEncryptionHandle.getPrimitive(Aead.class); in readEncryptedTestKeysetVerifyTestTag() local 328 Aead keysetEncryptionAead = in testReadEncrypted_multipleKeys_shouldWork() local 352 handle1.write(JsonKeysetWriter.withOutputStream(outputStream), keysetEncryptionAead); in testReadEncrypted_multipleKeys_shouldWork() local 363 Aead keysetEncryptionAead = in testReadEncrypted_missingKeysetInfo_shouldSucceed() local 369 handle1.write(JsonKeysetWriter.withOutputStream(outputStream), keysetEncryptionAead); in testReadEncrypted_missingKeysetInfo_shouldSucceed() local
|
H A D | JsonKeysetWriterTest.java | 151 Aead keysetEncryptionAead = in testWrite_writesNegativeIdAsPositive() local 154 modifiedHandle.write(JsonKeysetWriter.withOutputStream(outputStream2), keysetEncryptionAead); in testWrite_writesNegativeIdAsPositive() local
|
H A D | TinkProtoKeysetFormatTest.java | 354 Aead keysetEncryptionAead = keysetEncryptionHandle.getPrimitive(Aead.class); in parseEncryptedKeysetFromTestVector() local
|
H A D | TinkJsonProtoKeysetFormatTest.java | 363 Aead keysetEncryptionAead = keysetEncryptionHandle.getPrimitive(Aead.class); in parseEncryptedKeysetFromTestVector() local
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/ |
H A D | TinkJsonProtoKeysetFormat.java | 80 String serializedEncryptedKeyset, Aead keysetEncryptionAead, byte[] associatedData) in parseEncryptedKeyset() 94 KeysetHandle keysetHandle, Aead keysetEncryptionAead, byte[] associatedData) in serializeEncryptedKeyset() 99 JsonKeysetWriter.withOutputStream(outputStream), keysetEncryptionAead, associatedData); in serializeEncryptedKeyset() local
|
H A D | TinkProtoKeysetFormat.java | 74 byte[] serializedEncryptedKeyset, Aead keysetEncryptionAead, byte[] associatedData) in parseEncryptedKeyset() 88 KeysetHandle keysetHandle, Aead keysetEncryptionAead, byte[] associatedData) in serializeEncryptedKeyset() 93 BinaryKeysetWriter.withOutputStream(outputStream), keysetEncryptionAead, associatedData); in serializeEncryptedKeyset() local
|