Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dssl_local.h2564 __owur int ossl_bytes_to_cipher_list(SSL_CONNECTION *s, PACKET *cipher_suites,
H A Dssl_lib.c7167 return ossl_bytes_to_cipher_list(sc, &pkt, sk, scsvs, isv2format, 0); in SSL_bytes_to_cipher_list()
7170 int ossl_bytes_to_cipher_list(SSL_CONNECTION *s, PACKET *cipher_suites, in ossl_bytes_to_cipher_list() function
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c1802 !ossl_bytes_to_cipher_list(s, &clienthello->ciphersuites, &ciphers, in tls_early_post_process_client_hello()