Searched refs:CIPHER_SUITE_IS_SSLv2 (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A DcipherSpecs.h102 #define CIPHER_SUITE_IS_SSLv2(suite) ((suite & 0xff00) == 0xff00) macro
H A DsslHandshakeHello.c630 if(CIPHER_SUITE_IS_SSLv2(ctx->validCipherSuites[i])) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A DcipherSpecs.h102 #define CIPHER_SUITE_IS_SSLv2(suite) ((suite & 0xff00) == 0xff00) macro
H A DsslHandshakeHello.c630 if(CIPHER_SUITE_IS_SSLv2(ctx->validCipherSuites[i])) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A DcipherSpecs.h102 #define CIPHER_SUITE_IS_SSLv2(suite) ((suite & 0xff00) == 0xff00) macro
H A DsslHandshakeHello.c630 if(CIPHER_SUITE_IS_SSLv2(ctx->validCipherSuites[i])) {

Completed in 166 milliseconds