Searched defs:plaintextPadded (Results 1 – 2 of 2) sorted by relevance
| /external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/crypto/ |
| D | CipherTest.java | 3463 public final byte[] plaintextPadded; field in CipherTest.CipherTestParam 3468 Key decryptKey, byte[] aad, byte[] plaintext, byte[] plaintextPadded, in CipherTestParam() 3482 byte[] aad, byte[] plaintext, byte[] plaintextPadded, byte[] ciphertext, in CipherTestParam() 3489 byte[] aad, byte[] plaintext, byte[] plaintextPadded, byte[] ciphertext) { in CipherTestParam()
|
| /external/conscrypt/common/src/test/java/org/conscrypt/javax/crypto/ |
| D | CipherTest.java | 3472 public final byte[] plaintextPadded; field in CipherTest.CipherTestParam 3477 Key decryptKey, byte[] aad, byte[] plaintext, byte[] plaintextPadded, in CipherTestParam() 3491 byte[] aad, byte[] plaintext, byte[] plaintextPadded, byte[] ciphertext, in CipherTestParam() 3498 byte[] aad, byte[] plaintext, byte[] plaintextPadded, byte[] ciphertext) { in CipherTestParam()
|