Home
last modified time | relevance | path

Searched refs:ssl_cache_cipherlist (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/crypto/openssl/ssl/
H A Dssl_local.h2402 __owur int ssl_cache_cipherlist(SSL *s, PACKET *cipher_suites, int sslv2format);
H A Dssl_lib.c5622 int ssl_cache_cipherlist(SSL *s, PACKET *cipher_suites, int sslv2format) in ssl_cache_cipherlist() function
/freebsd-14.2/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c1699 if (!ssl_cache_cipherlist(s, &clienthello->ciphersuites, in tls_early_post_process_client_hello()