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

  /external/chromium/net/third_party/nss/ssl/
sslauth.c 115 cipherName = ssl_cipherName[ss->sec.cipherType];
117 cipherName = ssl3_cipherName[ss->sec.cipherType];
sslsnce.c 137 /* 1 */ PRUint8 cipherType;
424 to->u.ssl2.cipherType = from->u.ssl2.cipherType;
442 "time=%d addr=0x%08x%08x%08x%08x cipherType=%d", myPid,
446 to->addr.pr_s6_addr32[3], to->u.ssl2.cipherType));
503 to->u.ssl2.cipherType = from->u.ssl2.cipherType;
514 "time=%d addr=0x%08x%08x%08x%08x cipherType=%d",
519 to->u.ssl2.cipherType));
775 sid->creationTime, sid->u.ssl2.cipherType));
    [all...]
sslcon.c     [all...]
sslinfo.c 85 inf.cipherSuite = ss->sec.cipherType | 0xff00;
sslnonce.c 416 zap->u.ssl2.cipherType));
sslimpl.h 494 typedef enum { type_stream, type_block } CipherType;
603 int cipherType;
693 CipherType type;
    [all...]
ssl3con.c     [all...]

Completed in 254 milliseconds