Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/ssl/
HDs2_clnt.c469 (void)sk_SSL_CIPHER_set_cmp_func(sk, ssl_cipher_ptr_id_cmp); in get_server_hello()
473 (void)sk_SSL_CIPHER_set_cmp_func(cl, ssl_cipher_ptr_id_cmp); in get_server_hello()
HDs3_lib.c4061 sk_SSL_CIPHER_set_cmp_func(srvr, ssl_cipher_ptr_id_cmp); in ssl3_choose_cipher()
4062 sk_SSL_CIPHER_set_cmp_func(clnt, ssl_cipher_ptr_id_cmp); in ssl3_choose_cipher()
HDssl_locl.h1064 int ssl_cipher_ptr_id_cmp(const SSL_CIPHER *const *ap,
HDssl_ciph.c1664 ssl_cipher_ptr_id_cmp); in STACK_OF()
HDssl_lib.c1298 int ssl_cipher_ptr_id_cmp(const SSL_CIPHER *const *ap, in ssl_cipher_ptr_id_cmp() function