Searched refs:ssl_cipher_ptr_id_cmp (Results 1 – 5 of 5) sorted by relevance
469 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()
1936 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()
931 sk_SSL_CIPHER_set_cmp_func(*cipher_list_by_id,ssl_cipher_ptr_id_cmp); in STACK_OF()
719 int ssl_cipher_ptr_id_cmp(const SSL_CIPHER * const *ap,
1093 int ssl_cipher_ptr_id_cmp(const SSL_CIPHER * const *ap, in ssl_cipher_ptr_id_cmp() function