Searched refs:cur_msg_p (Results 1 – 2 of 2) sorted by relevance
1984 ssl->handshake->cur_msg_p = ssl->handshake->flight->p + 12; in mbedtls_ssl_flight_transmit()2007 if( is_finished && ssl->handshake->cur_msg_p == ( cur->p + 12 ) ) in mbedtls_ssl_flight_transmit()2036 ssl->handshake->cur_msg_p += cur->len; in mbedtls_ssl_flight_transmit()2040 const unsigned char * const p = ssl->handshake->cur_msg_p; in mbedtls_ssl_flight_transmit()2093 ssl->handshake->cur_msg_p += cur_hs_frag_len; in mbedtls_ssl_flight_transmit()2097 if( ssl->handshake->cur_msg_p >= cur->p + cur->len ) in mbedtls_ssl_flight_transmit()2102 ssl->handshake->cur_msg_p = cur->next->p + 12; in mbedtls_ssl_flight_transmit()2107 ssl->handshake->cur_msg_p = NULL; in mbedtls_ssl_flight_transmit()
695 unsigned char *cur_msg_p; /*!< Position in current message */ member