Home
last modified time | relevance | path

Searched refs:SSL_IS_SSL2_CIPHER (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
Dsslsock.c1179 } else if (SSL_IS_SSL2_CIPHER(which)) { in SSL_CipherPolicySet()
1199 } else if (SSL_IS_SSL2_CIPHER(which)) { in SSL_CipherPolicyGet()
1242 if (SSL_IS_SSL2_CIPHER(which)) { in SSL_CipherPrefSetDefault()
1262 } else if (SSL_IS_SSL2_CIPHER(which)) { in SSL_CipherPrefGetDefault()
1286 if (SSL_IS_SSL2_CIPHER(which)) { in SSL_CipherPrefSet()
1325 } else if (SSL_IS_SSL2_CIPHER(which)) { in SSL_CipherPrefGet()
Dssl.h41 #define SSL_IS_SSL2_CIPHER(which) (((which) & 0xfff0) == 0xff00) macro
Dderive.c643 || SSL_IS_SSL2_CIPHER(suite) ) in SSL_CanBypass()