Searched defs:encryptMode (Results 1 – 2 of 2) sorted by relevance
| /external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/crypto/ |
| D | CipherTest.java | 1192 int encryptMode = getEncryptMode(algorithm); in test_Cipher() local 1433 private void test_Cipher_init_NullParameters(Cipher c, int encryptMode, Key encryptKey) in test_Cipher_init_NullParameters() 1516 private void test_Cipher_ShortBufferException(Cipher c, String algorithm, int encryptMode, in test_Cipher_ShortBufferException()
|
| /external/conscrypt/common/src/test/java/org/conscrypt/javax/crypto/ |
| D | CipherTest.java | 1192 int encryptMode = getEncryptMode(algorithm); in test_Cipher() local 1433 private void test_Cipher_init_NullParameters(Cipher c, int encryptMode, Key encryptKey) in test_Cipher_init_NullParameters() 1516 private void test_Cipher_ShortBufferException(Cipher c, String algorithm, int encryptMode, in test_Cipher_ShortBufferException()
|