Home
last modified time | relevance | path

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 DDaeadThreadSafetyTest.java90 int aadSize = (i / 2) * p % (maxPlaintextSize + 1); in run() local
H A DAeadThreadSafetyTest.java99 int aadSize = (i / 2) * p % (maxPlaintextSize + 1); in run() local
/aosp_15_r20/external/wycheproof/java/com/google/security/wycheproof/testcases/
H A DCipherOutputStreamTest.java65 String algorithm, int keySize, int ivSize, int tagSize, int ptSize, int aadSize) in TestVector()
H A DCipherInputStreamTest.java66 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 DCipherOutputStreamTest.java108 int ivSize, int tagSize, int ptSize, int aadSize, boolean isStrongBox) throws Exception { in TestVector()
H A DCipherInputStreamTest.java108 int ivSize, int tagSize, int ptSize, int aadSize, boolean isStrongBox) throws Exception { in TestVector()