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

  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLCipher.java 264 final long cipherType = NativeCrypto.EVP_get_cipherbyname(getCipherName(encodedKey.length,
266 if (cipherType == 0) {
271 final int ivLength = NativeCrypto.EVP_CIPHER_iv_length(cipherType);
287 NativeCrypto.EVP_CipherInit_ex(cipherCtx.getContext(), cipherType, null, null,
292 NativeCrypto.EVP_CipherInit_ex(cipherCtx.getContext(), cipherType, encodedKey, iv,
  /external/chromium_org/net/third_party/nss/ssl/
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...]
sslimpl.h 494 typedef enum { type_stream, type_block, type_aead } CipherType;
662 int cipherType;
777 CipherType type;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipsectypes.h 145 IPSEC_CIPHER_TYPE cipherType;
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 724 milliseconds