Searched refs:cipherchars (Results 1 – 1 of 1) sorted by relevance
1325 static int set_client_ciphersuite(SSL *s, const unsigned char *cipherchars) in set_client_ciphersuite() argument1331 c = ssl_get_cipher_by_char(s, cipherchars, 0); in set_client_ciphersuite()1404 const unsigned char *cipherchars; in tls_process_server_hello() local1459 if (!PACKET_get_bytes(pkt, &cipherchars, TLS_CIPHER_LEN)) { in tls_process_server_hello()1514 if (!set_client_ciphersuite(s, cipherchars)) { in tls_process_server_hello()1584 pref_cipher : ssl_get_cipher_by_char(s, cipherchars, 0); in tls_process_server_hello()1653 if (!set_client_ciphersuite(s, cipherchars)) { in tls_process_server_hello()