Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dssl_local.h2403 __owur int bytes_to_cipher_list(SSL *s, PACKET *cipher_suites,
H A Dssl_lib.c5674 return bytes_to_cipher_list(s, &pkt, sk, scsvs, isv2format, 0); in SSL_bytes_to_cipher_list()
5677 int bytes_to_cipher_list(SSL *s, PACKET *cipher_suites, in bytes_to_cipher_list() function
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c1701 !bytes_to_cipher_list(s, &clienthello->ciphersuites, &ciphers, &scsvs, in tls_early_post_process_client_hello()