Searched refs:ssl_cipher_list_to_bytes (Results 1 – 1 of 1) sorted by relevance
36 static int ssl_cipher_list_to_bytes(SSL *s, STACK_OF(SSL_CIPHER) *sk,1235 if (!ssl_cipher_list_to_bytes(s, SSL_get_ciphers(s), pkt)) { in tls_construct_client_hello()3673 int ssl_cipher_list_to_bytes(SSL *s, STACK_OF(SSL_CIPHER) *sk, WPACKET *pkt) in ssl_cipher_list_to_bytes() function