Lines Matching refs:curves_tls_id
187 uint16_t *curves_tls_id;
205 if (ssl->handshake->curves_tls_id != NULL) {
219 if ((curves_tls_id = mbedtls_calloc(our_size,
220 sizeof(*curves_tls_id))) == NULL) {
226 ssl->handshake->curves_tls_id = curves_tls_id;
234 *curves_tls_id++ = curr_tls_id;
664 uint16_t *curves_tls_id)
666 uint16_t *curr_tls_id = curves_tls_id;
768 ssl->handshake->curves_tls_id) != 0) {
832 (ssl->handshake->curves_tls_id == NULL ||
833 ssl->handshake->curves_tls_id[0] == 0)) {
2962 uint16_t *curr_tls_id = ssl->handshake->curves_tls_id;
2972 for (curr_tls_id = ssl->handshake->curves_tls_id;