Home
last modified time | relevance | path

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

/external/chromium/net/third_party/nss/ssl/
Dsslsnce.c124 /* 1 */ PRUint8 sessionIDLength; member
165 PRUint16 sessionIDLength; /* 2 */ member
367 cce.sessionIDLength = sce->sessionIDLength; in CacheCert()
368 PORT_Memcpy(cce.sessionID, sce->sessionID, cce.sessionIDLength); in CacheCert()
429 to->sessionIDLength = SSL2_SESSIONID_BYTES; in ConvertFromSID()
455 to->sessionIDLength = from->u.ssl3.sessionIDLength; in ConvertFromSID()
459 to->sessionIDLength); in ConvertFromSID()
523 to->u.ssl3.sessionIDLength = from->sessionIDLength; in ConvertToSID()
530 PORT_Memcpy(to->u.ssl3.sessionID, from->sessionID, from->sessionIDLength); in ConvertToSID()
625 unsigned sessionIDLength) in FindSID() argument
[all …]
Dsslnonce.c361 if (sid->u.ssl3.sessionIDLength == 0 && in CacheSID()
365 if (sid->u.ssl3.sessionIDLength == 0) { in CacheSID()
371 sid->u.ssl3.sessionIDLength = SSL3_SESSIONID_BYTES; in CacheSID()
375 sid->u.ssl3.sessionID, sid->u.ssl3.sessionIDLength)); in CacheSID()
Dsslinfo.c105 inf.sessionIDLength = SSL2_SESSIONID_BYTES; in SSL_GetChannelInfo()
109 unsigned int sidLen = sid->u.ssl3.sessionIDLength; in SSL_GetChannelInfo()
111 inf.sessionIDLength = sidLen; in SSL_GetChannelInfo()
Dsslt.h148 PRUint32 sessionIDLength; /* up to 32 */ member
Dssl3con.c3812 sid->u.ssl3.sessionIDLength)); in ssl3_SendClientHello()
3888 1 + ((sid == NULL) ? 0 : sid->u.ssl3.sessionIDLength) + in ssl3_SendClientHello()
3914 ss, sid->u.ssl3.sessionID, sid->u.ssl3.sessionIDLength, 1); in ssl3_SendClientHello()
4944 sidBytes.len == sid->u.ssl3.sessionIDLength && in ssl3_HandleServerHello()
5078 sid->u.ssl3.sessionIDLength = sidBytes.len; in ssl3_HandleServerHello()
5715 sid->u.ssl3.sessionIDLength = SSL3_SESSIONID_BYTES; in ssl3_NewSessionID()
5956 sid->u.ssl3.sessionIDLength = sidBytes.len; in ssl3_HandleClientHello()
5959 sid->u.ssl3.sessionIDLength = sidBytes.len; in ssl3_HandleClientHello()
5961 sid->u.ssl3.sessionIDLength = 0; in ssl3_HandleClientHello()
6531 ((sid == NULL) ? 0: sid->u.ssl3.sessionIDLength) + in ssl3_SendServerHello()
[all …]
Dsslsecur.c1344 item->len = sid->u.ssl3.sessionIDLength; in SSL_GetSessionID()
Dsslimpl.h610 uint8 sessionIDLength; member