Searched refs:SSL_IS_SSL2_CIPHER (Results 1 – 3 of 3) sorted by relevance
1179 } 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()
41 #define SSL_IS_SSL2_CIPHER(which) (((which) & 0xfff0) == 0xff00) macro
643 || SSL_IS_SSL2_CIPHER(suite) ) in SSL_CanBypass()