Searched refs:cipherArg (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/net/third_party/nss/ssl/ |
D | sslsnce.c | 110 /* 32 */ PRUint8 cipherArg[SSL_MAX_CYPHER_ARG_BYTES]; member 468 (from->u.ssl2.cipherArg.len > SSL_MAX_CYPHER_ARG_BYTES)) { in ConvertFromSID() 471 from->u.ssl2.cipherArg.len)); in ConvertFromSID() 478 to->u.ssl2.cipherArgLen = from->u.ssl2.cipherArg.len; in ConvertFromSID() 485 PORT_Memcpy(to->u.ssl2.cipherArg, from->u.ssl2.cipherArg.data, in ConvertFromSID() 486 from->u.ssl2.cipherArg.len); in ConvertFromSID() 490 PORT_Memset(to->u.ssl2.cipherArg+from->u.ssl2.cipherArg.len, 0, in ConvertFromSID() 491 sizeof(to->u.ssl2.cipherArg) - from->u.ssl2.cipherArg.len); in ConvertFromSID() 549 to->u.ssl2.cipherArg.data = in ConvertToSID() 551 if (!to->u.ssl2.cipherArg.data) { in ConvertToSID() [all …]
|
D | sslnonce.c | 122 SECITEM_ZfreeItem(&sid->u.ssl2.cipherArg, PR_FALSE); in ssl_DestroySID() 292 sid->u.ssl2.cipherArg.data, sid->u.ssl2.cipherArg.len)); in CacheSID() 362 zap->u.ssl2.cipherArg.data, zap->u.ssl2.cipherArg.len)); in UncacheSID()
|
D | sslcon.c | 1279 PORT_Assert(sid->u.ssl2.cipherArg.data == 0); in ssl2_FillInSID() 1300 sid->u.ssl2.cipherArg.data = (PRUint8*) PORT_Alloc(caLen); in ssl2_FillInSID() 1301 if (!sid->u.ssl2.cipherArg.data) { in ssl2_FillInSID() 1304 sid->u.ssl2.cipherArg.len = caLen; in ssl2_FillInSID() 1305 PORT_Memcpy(sid->u.ssl2.cipherArg.data, ca, caLen); in ssl2_FillInSID() 1467 param = PK11_ParamFromIV(mechanism, &sid->u.ssl2.cipherArg); in ssl2_CreateSessionCypher() 1478 param = PK11_ParamFromIV(mechanism, &sid->u.ssl2.cipherArg); in ssl2_CreateSessionCypher()
|
D | sslimpl.h | 663 SECItem cipherArg; member
|