HomeSort by relevance Sort by last modified time
    Searched refs:SSL_CBP_SSL3 (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/third_party/nss/ssl/
ssl.h 530 #define SSL_CBP_SSL3 0x0001 /* test SSL v3 mechanisms */
derive.c 660 protocolmask &= SSL_CBP_SSL3|SSL_CBP_TLS1_0;
662 if (protocolmask & SSL_CBP_SSL3) {
664 protocolmask ^= SSL_CBP_SSL3;

Completed in 332 milliseconds