Searched refs:cipherchars (Results 1 – 1 of 1) sorted by relevance
1304 static int set_client_ciphersuite(SSL *s, const unsigned char *cipherchars) in set_client_ciphersuite() argument1310 c = ssl_get_cipher_by_char(s, cipherchars, 0); in set_client_ciphersuite()1380 const unsigned char *cipherchars; in tls_process_server_hello() local1429 if (!PACKET_get_bytes(pkt, &cipherchars, TLS_CIPHER_LEN)) { in tls_process_server_hello()1479 if (!set_client_ciphersuite(s, cipherchars)) { in tls_process_server_hello()1547 pref_cipher : ssl_get_cipher_by_char(s, cipherchars, 0); in tls_process_server_hello()1614 if (!set_client_ciphersuite(s, cipherchars)) { in tls_process_server_hello()