Searched refs:cur_msg_p (Results 1 – 2 of 2) sorted by relevance
2540 ssl->handshake->cur_msg_p = ssl->handshake->flight->p + 12; in mbedtls_ssl_flight_transmit()2563 if (is_finished && ssl->handshake->cur_msg_p == (cur->p + 12)) { in mbedtls_ssl_flight_transmit()2592 ssl->handshake->cur_msg_p += cur->len; in mbedtls_ssl_flight_transmit()2594 const unsigned char * const p = ssl->handshake->cur_msg_p; in mbedtls_ssl_flight_transmit()2646 ssl->handshake->cur_msg_p += cur_hs_frag_len; in mbedtls_ssl_flight_transmit()2650 if (ssl->handshake->cur_msg_p >= cur->p + cur->len) { in mbedtls_ssl_flight_transmit()2653 ssl->handshake->cur_msg_p = cur->next->p + 12; in mbedtls_ssl_flight_transmit()2656 ssl->handshake->cur_msg_p = NULL; in mbedtls_ssl_flight_transmit()
899 unsigned char *cur_msg_p; /*!< Position in current message */ member