Searched refs:cur_msg_p (Results 1 – 2 of 2) sorted by relevance
2165 ssl->handshake->cur_msg_p = ssl->handshake->flight->p + 12; in mbedtls_ssl_flight_transmit()2188 if( is_finished && ssl->handshake->cur_msg_p == ( cur->p + 12 ) ) in mbedtls_ssl_flight_transmit()2217 ssl->handshake->cur_msg_p += cur->len; in mbedtls_ssl_flight_transmit()2221 const unsigned char * const p = ssl->handshake->cur_msg_p; in mbedtls_ssl_flight_transmit()2274 ssl->handshake->cur_msg_p += cur_hs_frag_len; in mbedtls_ssl_flight_transmit()2278 if( ssl->handshake->cur_msg_p >= cur->p + cur->len ) in mbedtls_ssl_flight_transmit()2283 ssl->handshake->cur_msg_p = cur->next->p + 12; in mbedtls_ssl_flight_transmit()2288 ssl->handshake->cur_msg_p = NULL; in mbedtls_ssl_flight_transmit()
621 unsigned char *cur_msg_p; /*!< Position in current message */ member
Completed in 12 milliseconds