Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c1389 const unsigned char *cipherchars) in set_client_ciphersuite() argument
1396 c = ssl_get_cipher_by_char(s, cipherchars, 0); in set_client_ciphersuite()
1470 const unsigned char *cipherchars; in tls_process_server_hello() local
1526 if (!PACKET_get_bytes(pkt, &cipherchars, TLS_CIPHER_LEN)) { in tls_process_server_hello()
1577 if (!set_client_ciphersuite(s, cipherchars)) { in tls_process_server_hello()
1645 … s->session->cipher = pref_cipher ? pref_cipher : ssl_get_cipher_by_char(s, cipherchars, 0); in tls_process_server_hello()
1713 if (!set_client_ciphersuite(s, cipherchars)) { in tls_process_server_hello()