Home
last modified time | relevance | path

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 DBinaryKeysetReaderTest.java123 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 DJsonKeysetReaderTest.java148 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 DJsonKeysetWriterTest.java151 Aead keysetEncryptionAead = in testWrite_writesNegativeIdAsPositive() local
154 modifiedHandle.write(JsonKeysetWriter.withOutputStream(outputStream2), keysetEncryptionAead); in testWrite_writesNegativeIdAsPositive() local
H A DTinkProtoKeysetFormatTest.java354 Aead keysetEncryptionAead = keysetEncryptionHandle.getPrimitive(Aead.class); in parseEncryptedKeysetFromTestVector() local
H A DTinkJsonProtoKeysetFormatTest.java363 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 DTinkJsonProtoKeysetFormat.java80 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 DTinkProtoKeysetFormat.java74 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