Searched refs:sk_SSL_CIPHER_find (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/apache-793/httpd/modules/ssl/
H A Dssl_engine_kernel.c440 (sk_SSL_CIPHER_find(cipher_list, cipher) < 0))
459 if (sk_SSL_CIPHER_find(cipher_list_old, value) < 0) {
470 if (sk_SSL_CIPHER_find(cipher_list, value) < 0) {
874 if (sk_SSL_CIPHER_find(cipher_list, cipher) < 0) {
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Ds2_clnt.c497 if (sk_SSL_CIPHER_find(allow,
H A Ds2_srvr.c659 if (sk_SSL_CIPHER_find(allow,sk_SSL_CIPHER_value(prio,z)) < 0)
H A Ds3_lib.c2318 * We may pay a price in performance during sk_SSL_CIPHER_find(),
2389 j=sk_SSL_CIPHER_find(allow,c);
H A Ds3_clnt.c812 i=sk_SSL_CIPHER_find(sk,c);
H A Ds3_srvr.c958 if (sk_SSL_CIPHER_find(SSL_get_ciphers(s), c) >= 0)
/macosx-10.10/OpenSSH-189/osslshim/ossl-asn1/
H A Dcs-safestack.h1284 #define sk_SSL_CIPHER_find(st, val) SKM_sk_find(SSL_CIPHER, (st), (val)) macro
/macosx-10.10/OpenSSL098-52/src/crypto/stack/
H A Dsafestack.h1284 #define sk_SSL_CIPHER_find(st, val) SKM_sk_find(SSL_CIPHER, (st), (val)) macro
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dsafestack.h1284 #define sk_SSL_CIPHER_find(st, val) SKM_sk_find(SSL_CIPHER, (st), (val)) macro

Completed in 124 milliseconds