Home
last modified time | relevance | path

Searched refs:ssl_cipher_ptr_id_cmp (Results 1 – 5 of 5) sorted by relevance

/onnv-gate/usr/src/common/openssl/ssl/
H A Ds2_clnt.c469 sk_SSL_CIPHER_set_cmp_func(sk,ssl_cipher_ptr_id_cmp); in get_server_hello()
473 sk_SSL_CIPHER_set_cmp_func(cl,ssl_cipher_ptr_id_cmp); in get_server_hello()
H A Ds3_lib.c1936 sk_SSL_CIPHER_set_cmp_func(srvr, ssl_cipher_ptr_id_cmp); in ssl3_choose_cipher()
1937 sk_SSL_CIPHER_set_cmp_func(clnt, ssl_cipher_ptr_id_cmp); in ssl3_choose_cipher()
H A Dssl_ciph.c931 sk_SSL_CIPHER_set_cmp_func(*cipher_list_by_id,ssl_cipher_ptr_id_cmp); in STACK_OF()
H A Dssl_locl.h719 int ssl_cipher_ptr_id_cmp(const SSL_CIPHER * const *ap,
H A Dssl_lib.c1093 int ssl_cipher_ptr_id_cmp(const SSL_CIPHER * const *ap, in ssl_cipher_ptr_id_cmp() function