Home | History | Annotate | Download | only in vtls

Lines Matching defs:channelInfo

741   SSLChannelInfo channelInfo;
749 if(SSL_GetChannelInfo(sock, &channelInfo, sizeof(channelInfo)) != SECSuccess)
752 if(SSL_GetCipherSuiteInfo(channelInfo.cipherSuite, &cipherInfo,
759 if(channelInfo.protocolVersion != SSL_LIBRARY_VERSION_TLS_1_2)