Home
last modified time | relevance | path

Searched refs:cipherType (Results 1 – 7 of 7) sorted by relevance

/external/chromium/net/third_party/nss/ssl/
Dsslauth.c115 cipherName = ssl_cipherName[ss->sec.cipherType]; in SSL_SecurityStatus()
117 cipherName = ssl3_cipherName[ss->sec.cipherType]; in SSL_SecurityStatus()
Dsslcon.c1315 sid->u.ssl2.cipherType = cipher; in ssl2_FillInSID()
1355 int cipherType) in ssl2_ProduceKeys() argument
1379 nkm = ssl_Specs[cipherType].nkm; in ssl2_ProduceKeys()
1380 nkd = ssl_Specs[cipherType].nkd; in ssl2_ProduceKeys()
1431 int cipherType = sid->u.ssl2.cipherType; in ssl2_CreateSessionCypher() local
1449 switch (cipherType) { in ssl2_CreateSessionCypher()
1460 SSL_GETPID(), ss->fd, cipherType)); in ssl2_CreateSessionCypher()
1471 cipherType); in ssl2_CreateSessionCypher()
1482 rv = ssl2_CreateMAC(&ss->sec, rk, wk, cipherType); in ssl2_CreateSessionCypher()
1488 ssl_cipherName[cipherType])); in ssl2_CreateSessionCypher()
[all …]
Dsslsnce.c137 /* 1 */ PRUint8 cipherType; member
424 to->u.ssl2.cipherType = from->u.ssl2.cipherType; in ConvertFromSID()
446 to->addr.pr_s6_addr32[3], to->u.ssl2.cipherType)); in ConvertFromSID()
503 to->u.ssl2.cipherType = from->u.ssl2.cipherType; in ConvertToSID()
519 to->u.ssl2.cipherType)); in ConvertToSID()
775 sid->creationTime, sid->u.ssl2.cipherType)); in ServerSessionIDCache()
852 sid->creationTime, sid->u.ssl2.cipherType)); in ServerSessionIDUncache()
Dsslnonce.c416 zap->u.ssl2.cipherType)); in UncacheSID()
Dsslinfo.c85 inf.cipherSuite = ss->sec.cipherType | 0xff00; in SSL_GetChannelInfo()
Dsslimpl.h603 int cipherType; member
950 int cipherType; /* ssl 2 & 3 */ member
Dssl3con.c1267 ss->sec.cipherType = cipher; in ssl3_SetupPendingCipherSpec()