Searched refs:getCipherName (Results 1 – 5 of 5) sorted by relevance
/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLCipher.java | 136 protected abstract String getCipherName(int keySize, Mode mode); in getCipherName() method in OpenSSLCipher 264 final long cipherType = NativeCrypto.EVP_get_cipherbyname(getCipherName(encodedKey.length, in engineInitInternal() 637 protected String getCipherName(int keyLength, Mode mode) { in getCipherName() method in OpenSSLCipher.AES 708 protected String getCipherName(int keySize, Mode mode) { in getCipherName() method in OpenSSLCipher.DESEDE 772 protected String getCipherName(int keySize, Mode mode) { in getCipherName() method in OpenSSLCipher.ARC4
|
/external/chromium_org/third_party/tlslite/tlslite/ |
D | session.py | 112 def getCipherName(self): member in Session
|
D | tlsrecordlayer.py | 389 def getCipherName(self): member in TLSRecordLayer
|
/external/chromium_org/third_party/tlslite/tests/ |
D | tlstest.py | 316 print("%s %s" % (connection.getCipherName(), connection.getCipherImplementation())) 332 … print("%s %s:" % (connection.getCipherName(), connection.getCipherImplementation()), end=' ') 675 print(connection.getCipherName(), connection.getCipherImplementation()) 694 print(connection.getCipherName(), connection.getCipherImplementation())
|
/external/chromium_org/third_party/tlslite/scripts/ |
D | tls.py | 165 print(" Cipher: %s %s" % (connection.getCipherName(),
|