Searched refs:readKey (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dsslcon.c57 PRUint8 nkd; /* size of readKey and writeKey in bytes. */
427 ssl2_CreateMAC(sslSecurityInfo *sec, SECItem *readKey, SECItem *writeKey, argument
440 SECITEM_CopyItem(0, &sec->rcvSecret, readKey);
1318 SECItem * readKey,
1327 unsigned nkd = 0; /* size of readKey and writeKey. */
1335 readKey->data = 0;
1350 readKey->data = (PRUint8*) PORT_Alloc(nkd);
1351 if (!readKey->data)
1353 readKey->len = nkd;
1378 PORT_Memcpy(readKey
1317 ssl2_ProduceKeys(sslSocket * ss, SECItem * readKey, SECItem * writeKey, SECItem * masterKey, PRUint8 * challenge, PRUint8 * nonce, int cipherType) argument
1402 SECItem readKey; local
[all...]
H A Dsslimpl.h1140 unsigned char readKey[SSL_MAX_MASTER_KEY_BYTES]; /* ssl2 only */ member in struct:sslConnectInfoStr

Completed in 114 milliseconds