Searched refs:update_checksum (Results 1 – 7 of 7) sorted by relevance
/mbedtls-latest/library/ |
D | ssl_client.c | 968 ret = ssl->handshake->update_checksum(ssl, buf, msg_len - binders_len); in mbedtls_ssl_write_client_hello() 978 ret = ssl->handshake->update_checksum(ssl, buf + msg_len - binders_len, in mbedtls_ssl_write_client_hello()
|
D | ssl_tls13_server.c | 562 ret = ssl->handshake->update_checksum(ssl, pre_shared_key_ext, in ssl_tls13_parse_pre_shared_key_ext() 707 ret = ssl->handshake->update_checksum( in ssl_tls13_parse_pre_shared_key_ext() 1703 ret = handshake->update_checksum(ssl, buf, in ssl_tls13_parse_client_hello() 1725 ret = handshake->update_checksum(ssl, buf, p - buf); in ssl_tls13_parse_client_hello()
|
D | ssl_misc.h | 720 int (*update_checksum)(mbedtls_ssl_context *, const unsigned char *, size_t); member 1450 int update_checksum,
|
D | ssl_msg.c | 2776 int update_checksum, in mbedtls_ssl_write_handshake_msg_ext() argument 2876 if (hs_type != MBEDTLS_SSL_HS_HELLO_REQUEST && update_checksum != 0) { in mbedtls_ssl_write_handshake_msg_ext() 2877 ret = ssl->handshake->update_checksum(ssl, ssl->out_msg, in mbedtls_ssl_write_handshake_msg_ext() 3310 ret = ssl->handshake->update_checksum(ssl, ssl->in_msg, ssl->in_hslen); in mbedtls_ssl_update_handshake_status()
|
D | ssl_tls13_generic.c | 1454 ret = ssl->handshake->update_checksum(ssl, hash_transcript, hash_len); in mbedtls_ssl_reset_transcript_for_hrr()
|
D | ssl_tls.c | 789 ssl->handshake->update_checksum = ssl_update_checksum_sha384; in mbedtls_ssl_optimize_checksum() 794 ssl->handshake->update_checksum = ssl_update_checksum_sha256; in mbedtls_ssl_optimize_checksum() 815 return ssl->handshake->update_checksum(ssl, hs_hdr, sizeof(hs_hdr)); in mbedtls_ssl_add_hs_hdr_to_checksum() 828 return ssl->handshake->update_checksum(ssl, msg, msg_len); in mbedtls_ssl_add_hs_msg_to_checksum() 984 handshake->update_checksum = ssl_update_checksum_start; in ssl_handshake_params_init()
|
D | ssl_tls12_server.c | 1035 ret = ssl->handshake->update_checksum(ssl, buf, msg_len); in ssl_parse_client_hello()
|