Searched refs:cipher_suites_p (Results 1 – 1 of 1) sorted by relevance
1424 for (const unsigned char *cipher_suites_p = cipher_suites; in ssl_tls13_parse_client_hello() local1425 cipher_suites_p < cipher_suites_end; cipher_suites_p += 2) { in ssl_tls13_parse_client_hello()1435 cipher_suite = MBEDTLS_GET_UINT16_BE(cipher_suites_p, 0); in ssl_tls13_parse_client_hello()