HomeSort by relevance Sort by last modified time
    Searched refs:cipherType (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/tlslite/tlslite/utils/
OpenSSL_AES.py 21 cipherType = m2.aes_128_cbc()
23 cipherType = m2.aes_192_cbc()
25 cipherType = m2.aes_256_cbc()
26 m2.cipher_init(context, cipherType, self.key, self.IV, encrypt)
OpenSSL_TripleDES.py 20 cipherType = m2.des_ede3_cbc()
21 m2.cipher_init(context, cipherType, self.key, self.IV, encrypt)
  /external/chromium_org/net/third_party/nss/ssl/
sslauth.c 125 cipherName = ssl_cipherName[ss->sec.cipherType];
127 cipherName = ssl3_cipherName[ss->sec.cipherType];
sslcon.c     [all...]
sslsnce.c 112 /* 1 */ PRUint8 cipherType;
476 to->u.ssl2.cipherType = from->u.ssl2.cipherType;
494 "time=%d addr=0x%08x%08x%08x%08x cipherType=%d", myPid,
498 to->addr.pr_s6_addr32[3], to->u.ssl2.cipherType));
558 to->u.ssl2.cipherType = from->u.ssl2.cipherType;
569 "time=%d addr=0x%08x%08x%08x%08x cipherType=%d",
574 to->u.ssl2.cipherType));
874 sid->creationTime, sid->u.ssl2.cipherType));
    [all...]
sslnonce.c 394 zap->u.ssl2.cipherType));
sslinfo.c 59 inf.cipherSuite = ss->sec.cipherType | 0xff00;
sslimpl.h 492 typedef enum { type_stream, type_block } CipherType;
628 int cipherType;
719 CipherType type;
    [all...]
ssl3con.c     [all...]
  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLCipher.java 258 final long cipherType = NativeCrypto.EVP_get_cipherbyname(getCipherName(encodedKey.length,
260 if (cipherType == 0) {
265 final int ivLength = NativeCrypto.EVP_CIPHER_iv_length(cipherType);
281 NativeCrypto.EVP_CipherInit_ex(cipherCtx.getContext(), cipherType, null, null,
286 NativeCrypto.EVP_CipherInit_ex(cipherCtx.getContext(), cipherType, encodedKey, iv,
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 656 milliseconds