Home
last modified time | relevance | path

Searched refs:channelIDPub (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/third_party/nss/patches/
Dchannelid.patch20 + if (ss->ssl3.channelIDPub != NULL) {
21 + SECKEY_DestroyPublicKey(ss->ssl3.channelIDPub);
22 + ss->ssl3.channelIDPub = NULL;
48 + &ss->ssl3.channelIDPub, &ss->ssl3.channelID);
54 + ss->ssl3.channelIDPub == NULL ||
151 + spki = SECKEY_EncodeDERSubjectPublicKeyInfo(ss->ssl3.channelIDPub);
192 + if (ss->ssl3.channelIDPub) {
193 + SECKEY_DestroyPublicKey(ss->ssl3.channelIDPub);
194 + ss->ssl3.channelIDPub = NULL;
207 + SECKEYPublicKey *channelIDPub,
[all …]
/external/chromium_org/net/third_party/nss/ssl/
Dsslsecur.c1637 SECKEYPublicKey * channelIDPub, in SSL_RestartHandshakeAfterChannelIDReq() argument
1659 ret = ssl3_RestartHandshakeAfterChannelIDReq(ss, channelIDPub, in SSL_RestartHandshakeAfterChannelIDReq()
1666 SECKEY_DestroyPublicKey(channelIDPub); in SSL_RestartHandshakeAfterChannelIDReq()
Dssl.h1080 SECKEYPublicKey *channelIDPub,
Dssl3con.c6348 if (ss->ssl3.channelIDPub != NULL) { in ssl3_HandleServerHello()
6349 SECKEY_DestroyPublicKey(ss->ssl3.channelIDPub); in ssl3_HandleServerHello()
6350 ss->ssl3.channelIDPub = NULL; in ssl3_HandleServerHello()
6681 &ss->ssl3.channelIDPub, &ss->ssl3.channelID); in ssl3_HandleServerHello()
6687 ss->ssl3.channelIDPub == NULL || in ssl3_HandleServerHello()
10780 spki = SECKEY_EncodeDERSubjectPublicKeyInfo(ss->ssl3.channelIDPub); in ssl3_SendEncryptedExtensions()
10836 if (ss->ssl3.channelIDPub) { in ssl3_SendEncryptedExtensions()
10837 SECKEY_DestroyPublicKey(ss->ssl3.channelIDPub); in ssl3_SendEncryptedExtensions()
10838 ss->ssl3.channelIDPub = NULL; in ssl3_SendEncryptedExtensions()
10851 SECKEYPublicKey *channelIDPub, in ssl3_RestartHandshakeAfterChannelIDReq() argument
[all …]
Dsslimpl.h979 SECKEYPublicKey *channelIDPub; /* used by client */ member
1615 SECKEYPublicKey *channelIDPub,