Searched defs:aadSize (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/ |
H A D | DaeadThreadSafetyTest.java | 90 int aadSize = (i / 2) * p % (maxPlaintextSize + 1); in run() local
|
H A D | AeadThreadSafetyTest.java | 99 int aadSize = (i / 2) * p % (maxPlaintextSize + 1); in run() local
|
/aosp_15_r20/external/wycheproof/java/com/google/security/wycheproof/testcases/ |
H A D | CipherOutputStreamTest.java | 65 String algorithm, int keySize, int ivSize, int tagSize, int ptSize, int aadSize) in TestVector()
|
H A D | CipherInputStreamTest.java | 66 String algorithm, int keySize, int ivSize, int tagSize, int ptSize, int aadSize) in TestVector()
|
/aosp_15_r20/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/ |
H A D | CipherOutputStreamTest.java | 108 int ivSize, int tagSize, int ptSize, int aadSize, boolean isStrongBox) throws Exception { in TestVector()
|
H A D | CipherInputStreamTest.java | 108 int ivSize, int tagSize, int ptSize, int aadSize, boolean isStrongBox) throws Exception { in TestVector()
|