Searched refs:channelIDPub (Results 1 – 5 of 5) sorted by relevance
20 + 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 …]
1637 SECKEYPublicKey * channelIDPub, in SSL_RestartHandshakeAfterChannelIDReq() argument1659 ret = ssl3_RestartHandshakeAfterChannelIDReq(ss, channelIDPub, in SSL_RestartHandshakeAfterChannelIDReq()1666 SECKEY_DestroyPublicKey(channelIDPub); in SSL_RestartHandshakeAfterChannelIDReq()
1080 SECKEYPublicKey *channelIDPub,
6348 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 …]
979 SECKEYPublicKey *channelIDPub; /* used by client */ member1615 SECKEYPublicKey *channelIDPub,