Lines Matching refs:msg_len
2422 size_t buf_len, msg_len; in ssl_tls13_write_server_hello() local
2433 &msg_len, in ssl_tls13_write_server_hello()
2437 ssl, MBEDTLS_SSL_HS_SERVER_HELLO, buf, msg_len)); in ssl_tls13_write_server_hello()
2440 ssl, buf_len, msg_len)); in ssl_tls13_write_server_hello()
2495 size_t buf_len, msg_len; in ssl_tls13_write_hello_retry_request() local
2507 &msg_len, in ssl_tls13_write_hello_retry_request()
2510 ssl, MBEDTLS_SSL_HS_SERVER_HELLO, buf, msg_len)); in ssl_tls13_write_hello_retry_request()
2514 msg_len)); in ssl_tls13_write_hello_retry_request()
2614 size_t buf_len, msg_len; in ssl_tls13_write_encrypted_extensions() local
2628 ssl, buf, buf + buf_len, &msg_len)); in ssl_tls13_write_encrypted_extensions()
2632 buf, msg_len)); in ssl_tls13_write_encrypted_extensions()
2635 ssl, buf_len, msg_len)); in ssl_tls13_write_encrypted_extensions()
2755 size_t buf_len, msg_len; in ssl_tls13_write_certificate_request() local
2762 ssl, buf, buf + buf_len, &msg_len)); in ssl_tls13_write_certificate_request()
2766 buf, msg_len)); in ssl_tls13_write_certificate_request()
2769 ssl, buf_len, msg_len)); in ssl_tls13_write_certificate_request()
3414 size_t buf_len, msg_len; in ssl_tls13_write_new_session_ticket() local
3424 ssl, buf, buf + buf_len, &msg_len, in ssl_tls13_write_new_session_ticket()
3428 ssl, buf_len, msg_len)); in ssl_tls13_write_new_session_ticket()