Searched refs:ossl_bytes_to_cipher_list (Results 1 – 3 of 3) sorted by relevance
/openssl/ssl/ |
H A D | ssl_local.h | 2517 __owur int ossl_bytes_to_cipher_list(SSL_CONNECTION *s, PACKET *cipher_suites,
|
H A D | ssl_lib.c | 7037 return ossl_bytes_to_cipher_list(sc, &pkt, sk, scsvs, isv2format, 0); in SSL_bytes_to_cipher_list() 7040 int ossl_bytes_to_cipher_list(SSL_CONNECTION *s, PACKET *cipher_suites, in ossl_bytes_to_cipher_list() function
|
/openssl/ssl/statem/ |
H A D | statem_srvr.c | 1783 !ossl_bytes_to_cipher_list(s, &clienthello->ciphersuites, &ciphers, in tls_early_post_process_client_hello()
|
Completed in 55 milliseconds