Lines Matching refs:msg_len
2419 size_t buf_len, msg_len; in ssl_tls13_write_server_hello() local
2430 &msg_len, in ssl_tls13_write_server_hello()
2434 ssl, MBEDTLS_SSL_HS_SERVER_HELLO, buf, msg_len)); in ssl_tls13_write_server_hello()
2437 ssl, buf_len, msg_len)); in ssl_tls13_write_server_hello()
2492 size_t buf_len, msg_len; in ssl_tls13_write_hello_retry_request() local
2504 &msg_len, in ssl_tls13_write_hello_retry_request()
2507 ssl, MBEDTLS_SSL_HS_SERVER_HELLO, buf, msg_len)); in ssl_tls13_write_hello_retry_request()
2511 msg_len)); in ssl_tls13_write_hello_retry_request()
2611 size_t buf_len, msg_len; in ssl_tls13_write_encrypted_extensions() local
2625 ssl, buf, buf + buf_len, &msg_len)); in ssl_tls13_write_encrypted_extensions()
2629 buf, msg_len)); in ssl_tls13_write_encrypted_extensions()
2632 ssl, buf_len, msg_len)); in ssl_tls13_write_encrypted_extensions()
2752 size_t buf_len, msg_len; in ssl_tls13_write_certificate_request() local
2759 ssl, buf, buf + buf_len, &msg_len)); in ssl_tls13_write_certificate_request()
2763 buf, msg_len)); in ssl_tls13_write_certificate_request()
2766 ssl, buf_len, msg_len)); in ssl_tls13_write_certificate_request()
3411 size_t buf_len, msg_len; in ssl_tls13_write_new_session_ticket() local
3421 ssl, buf, buf + buf_len, &msg_len, in ssl_tls13_write_new_session_ticket()
3425 ssl, buf_len, msg_len)); in ssl_tls13_write_new_session_ticket()