Home
last modified time | relevance | path

Searched refs:updateAAD (Results 1 – 5 of 5) sorted by relevance

/external/wycheproof/java/com/google/security/wycheproof/testcases/
DAesGcmTest.java152 cipher.updateAAD(test.aad); in testVectors()
175 cipher.updateAAD(test.aad); in testLateUpdateAAD()
205 cipher.updateAAD(test.aad); in testIvReuse()
230 cipher.updateAAD(test.aad); in testByteBuffer()
239 cipher.updateAAD(test.aad); in testByteBuffer()
257 cipher.updateAAD(test.aad); in testByteBufferAlias()
265 cipher.updateAAD(test.aad); in testByteBufferAlias()
279 cipher.updateAAD(test.aad); in testReadOnlyByteBuffer()
289 cipher.updateAAD(test.aad); in testReadOnlyByteBuffer()
314 cipher.updateAAD(test.aad); in testByteBufferWithOffset()
[all …]
DCipherOutputStreamTest.java74 cipher.updateAAD(aad); in TestVector()
107 cipher.updateAAD(t.aad); in testEncrypt()
121 cipher.updateAAD(t.aad); in testDecrypt()
135 cipher.updateAAD(t.aad); in testCorruptDecrypt()
166 cipher.updateAAD(t.aad); in testCorruptDecryptEmpty()
DCipherInputStreamTest.java75 cipher.updateAAD(aad); in TestVector()
108 cipher.updateAAD(t.aad); in testEncrypt()
132 cipher.updateAAD(t.aad); in testDecrypt()
163 cipher.updateAAD(t.aad); in testCorruptDecrypt()
197 cipher.updateAAD(t.aad); in testCorruptDecryptEmpty()
DAesEaxTest.java261 cipher.updateAAD(test.aad); in testEax()
273 cipher.updateAAD(test.aad); in testLateUpdateAAD()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseBlockCipher.java1055 cipher.updateAAD(input, offset, length); in engineUpdateAAD()
1219 public void updateAAD(byte[] input, int offset, int length); in updateAAD() method
1283 public void updateAAD(byte[] input, int offset, int length) in updateAAD() method in BaseBlockCipher.BufferedGenericBlockCipher
1378 public void updateAAD(byte[] input, int offset, int length) in updateAAD() method in BaseBlockCipher.AEADGenericBlockCipher