Searched refs:cipher_suites (Results 1 – 3 of 3) sorted by relevance
325 unsigned char *cipher_suites; /* Start of the cipher_suites list */ in ssl_write_client_hello_cipher_suites() local348 cipher_suites = p; in ssl_write_client_hello_cipher_suites()393 cipher_suites_len = p - cipher_suites; in ssl_write_client_hello_cipher_suites()
363 const unsigned char *cipher_suites, in ssl_tls13_select_ciphersuite_for_psk() argument383 for ( const unsigned char *p = cipher_suites; in ssl_tls13_select_ciphersuite_for_psk()413 const unsigned char *cipher_suites, in ssl_tls13_select_ciphersuite_for_resumption() argument422 for( const unsigned char *p = cipher_suites; p < cipher_suites_end; p += 2 ) in ssl_tls13_select_ciphersuite_for_resumption()1257 const unsigned char *cipher_suites; in ssl_tls13_parse_client_hello() local1366 cipher_suites = p; in ssl_tls13_parse_client_hello()1648 cipher_suites, in ssl_tls13_parse_client_hello()
256 Example: `cipher_suites` vector of ClientHello in261 unsigned char *cipher_suites;