Searched refs:mbedtls_ssl_fetch_input (Results 1 – 5 of 5) sorted by relevance
364 int mbedtls_ssl_fetch_input( mbedtls_ssl_context *ssl, size_t nb_want );
2392 #define ssl_fetch_input mbedtls_ssl_fetch_input
879 if( ( ret = mbedtls_ssl_fetch_input( ssl, 2 + n ) ) != 0 )1102 if( ( ret = mbedtls_ssl_fetch_input( ssl, 5 ) ) != 0 )1207 if( ( ret = mbedtls_ssl_fetch_input( ssl, mbedtls_ssl_hdr_len( ssl ) + msg_len ) ) != 0 )
2203 int mbedtls_ssl_fetch_input( mbedtls_ssl_context *ssl, size_t nb_want ) in mbedtls_ssl_fetch_input() function3787 if( ( ret = mbedtls_ssl_fetch_input( ssl, mbedtls_ssl_hdr_len( ssl ) ) ) != 0 ) in mbedtls_ssl_read_record_layer()3828 if( ( ret = mbedtls_ssl_fetch_input( ssl, in mbedtls_ssl_read_record_layer()
1935 ssl_fetch_input mbedtls_ssl_fetch_input