Searched defs:getCipherBlockSize (Results 1 - 1 of 1) sorted by relevance

/libcore/crypto/src/main/java/org/conscrypt/
H A DOpenSSLCipher.java118 blockSize = getCipherBlockSize();
150 protected abstract int getCipherBlockSize(); method in class:OpenSSLCipher
668 protected int getCipherBlockSize() { method in class:OpenSSLCipher.AES
807 protected int getCipherBlockSize() { method in class:OpenSSLCipher.DESEDE
841 protected int getCipherBlockSize() { method in class:OpenSSLCipher.ARC4

Completed in 30 milliseconds