Lines Matching refs:buf_len
2001 size_t buf_len = 0; in ssl_tls13_process_server_hello() local
2007 ssl, MBEDTLS_SSL_HS_SERVER_HELLO, &buf, &buf_len)); in ssl_tls13_process_server_hello()
2009 ret = ssl_tls13_preprocess_server_hello(ssl, buf, buf + buf_len); in ssl_tls13_process_server_hello()
2022 buf + buf_len, in ssl_tls13_process_server_hello()
2029 ssl, MBEDTLS_SSL_HS_SERVER_HELLO, buf, buf_len)); in ssl_tls13_process_server_hello()
2194 size_t buf_len; in ssl_tls13_process_encrypted_extensions() local
2201 &buf, &buf_len)); in ssl_tls13_process_encrypted_extensions()
2205 ssl_tls13_parse_encrypted_extensions(ssl, buf, buf + buf_len)); in ssl_tls13_process_encrypted_extensions()
2268 buf, buf_len)); in ssl_tls13_process_encrypted_extensions()
2306 size_t buf_len; in ssl_tls13_write_end_of_early_data() local
2311 &buf, &buf_len)); in ssl_tls13_write_end_of_early_data()
2317 mbedtls_ssl_finish_handshake_msg(ssl, buf_len, 0)); in ssl_tls13_write_end_of_early_data()
2529 size_t buf_len; in ssl_tls13_process_certificate_request() local
2533 &buf, &buf_len)); in ssl_tls13_process_certificate_request()
2536 ssl, buf, buf + buf_len)); in ssl_tls13_process_certificate_request()
2540 buf, buf_len)); in ssl_tls13_process_certificate_request()
3019 size_t buf_len; in ssl_tls13_process_new_session_ticket() local
3027 &buf, &buf_len)); in ssl_tls13_process_new_session_ticket()
3036 ssl, buf, buf + buf_len, in ssl_tls13_process_new_session_ticket()