Searched refs:cur_msg_p (Results 1 – 2 of 2) sorted by relevance
2541 ssl->handshake->cur_msg_p = ssl->handshake->flight->p + 12; in mbedtls_ssl_flight_transmit()2564 if (is_finished && ssl->handshake->cur_msg_p == (cur->p + 12)) { in mbedtls_ssl_flight_transmit()2593 ssl->handshake->cur_msg_p += cur->len; in mbedtls_ssl_flight_transmit()2595 const unsigned char * const p = ssl->handshake->cur_msg_p; in mbedtls_ssl_flight_transmit()2647 ssl->handshake->cur_msg_p += cur_hs_frag_len; in mbedtls_ssl_flight_transmit()2651 if (ssl->handshake->cur_msg_p >= cur->p + cur->len) { in mbedtls_ssl_flight_transmit()2654 ssl->handshake->cur_msg_p = cur->next->p + 12; in mbedtls_ssl_flight_transmit()2657 ssl->handshake->cur_msg_p = NULL; in mbedtls_ssl_flight_transmit()
903 unsigned char *cur_msg_p; /*!< Position in current message */ member