Lines Matching refs:buf_len
2000 size_t buf_len = 0; in ssl_tls13_process_server_hello() local
2006 ssl, MBEDTLS_SSL_HS_SERVER_HELLO, &buf, &buf_len)); in ssl_tls13_process_server_hello()
2008 ret = ssl_tls13_preprocess_server_hello(ssl, buf, buf + buf_len); in ssl_tls13_process_server_hello()
2021 buf + buf_len, in ssl_tls13_process_server_hello()
2028 ssl, MBEDTLS_SSL_HS_SERVER_HELLO, buf, buf_len)); in ssl_tls13_process_server_hello()
2193 size_t buf_len; in ssl_tls13_process_encrypted_extensions() local
2200 &buf, &buf_len)); in ssl_tls13_process_encrypted_extensions()
2204 ssl_tls13_parse_encrypted_extensions(ssl, buf, buf + buf_len)); in ssl_tls13_process_encrypted_extensions()
2267 buf, buf_len)); in ssl_tls13_process_encrypted_extensions()
2305 size_t buf_len; in ssl_tls13_write_end_of_early_data() local
2310 &buf, &buf_len)); in ssl_tls13_write_end_of_early_data()
2316 mbedtls_ssl_finish_handshake_msg(ssl, buf_len, 0)); in ssl_tls13_write_end_of_early_data()
2528 size_t buf_len; in ssl_tls13_process_certificate_request() local
2532 &buf, &buf_len)); in ssl_tls13_process_certificate_request()
2535 ssl, buf, buf + buf_len)); in ssl_tls13_process_certificate_request()
2539 buf, buf_len)); in ssl_tls13_process_certificate_request()
3018 size_t buf_len; in ssl_tls13_process_new_session_ticket() local
3026 &buf, &buf_len)); in ssl_tls13_process_new_session_ticket()
3035 ssl, buf, buf + buf_len, in ssl_tls13_process_new_session_ticket()