Home | History | Annotate | Download | only in vtls

Lines Matching defs:channelInfo

735   SSLChannelInfo channelInfo;
743 if(SSL_GetChannelInfo(sock, &channelInfo, sizeof(channelInfo)) != SECSuccess)
746 if(SSL_GetCipherSuiteInfo(channelInfo.cipherSuite, &cipherInfo,
753 if(channelInfo.protocolVersion != SSL_LIBRARY_VERSION_TLS_1_2)