Searched refs:channelID (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dsslsecur.c1633 SECKEYPrivateKey *channelID)
1655 channelID);
1662 SECKEY_DestroyPrivateKey(channelID);
1631 SSL_RestartHandshakeAfterChannelIDReq(PRFileDesc * fd, SECKEYPublicKey * channelIDPub, SECKEYPrivateKey *channelID) argument
H A Dssl.h1093 * This function takes ownership of |channelIDPub| and |channelID|. */
1097 SECKEYPrivateKey *channelID);
H A Dssl3con.c6399 if (ss->ssl3.channelID != NULL) {
6400 SECKEY_DestroyPrivateKey(ss->ssl3.channelID);
6401 ss->ssl3.channelID = NULL;
6735 &ss->ssl3.channelIDPub, &ss->ssl3.channelID);
6742 ss->ssl3.channelID == NULL) {
10812 if (ss->ssl3.channelID == NULL)
10817 if (SECKEY_GetPrivateKeyType(ss->ssl3.channelID) != ecKey ||
10818 PK11_SignatureLen(ss->ssl3.channelID) != sizeof(signature)) {
10882 rv = PK11_Sign(ss->ssl3.channelID, &signature_item, &digest_item);
10894 if (ss->ssl3.channelID) {
10912 ssl3_RestartHandshakeAfterChannelIDReq(sslSocket *ss, SECKEYPublicKey *channelIDPub, SECKEYPrivateKey *channelID) argument
[all...]
H A Dsslimpl.h1010 SECKEYPrivateKey *channelID; /* used by client */ member in struct:ssl3StateStr
1648 SECKEYPrivateKey *channelID);

Completed in 1646 milliseconds