Lines Matching refs:curves_tls_id
187 uint16_t *curves_tls_id; in ssl_parse_supported_groups_ext() local
205 if (ssl->handshake->curves_tls_id != NULL) { in ssl_parse_supported_groups_ext()
219 if ((curves_tls_id = mbedtls_calloc(our_size, in ssl_parse_supported_groups_ext()
220 sizeof(*curves_tls_id))) == NULL) { in ssl_parse_supported_groups_ext()
226 ssl->handshake->curves_tls_id = curves_tls_id; in ssl_parse_supported_groups_ext()
234 *curves_tls_id++ = curr_tls_id; in ssl_parse_supported_groups_ext()
664 uint16_t *curves_tls_id) in ssl_check_key_curve() argument
666 uint16_t *curr_tls_id = curves_tls_id; in ssl_check_key_curve()
770 ssl->handshake->curves_tls_id) != 0) { in ssl_pick_cert()
834 (ssl->handshake->curves_tls_id == NULL || in ssl_ciphersuite_match()
835 ssl->handshake->curves_tls_id[0] == 0)) { in ssl_ciphersuite_match()
2969 uint16_t *curr_tls_id = ssl->handshake->curves_tls_id; in ssl_prepare_server_key_exchange()
2979 for (curr_tls_id = ssl->handshake->curves_tls_id; in ssl_prepare_server_key_exchange()