Home
last modified time | relevance | path

Searched refs:update_checksum (Results 1 – 7 of 7) sorted by relevance

/mbedtls-latest/library/
Dssl_client.c968 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()
Dssl_tls13_server.c562 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()
Dssl_misc.h720 int (*update_checksum)(mbedtls_ssl_context *, const unsigned char *, size_t); member
1450 int update_checksum,
Dssl_msg.c2776 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()
Dssl_tls13_generic.c1454 ret = ssl->handshake->update_checksum(ssl, hash_transcript, hash_len); in mbedtls_ssl_reset_transcript_for_hrr()
Dssl_tls.c789 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()
Dssl_tls12_server.c1035 ret = ssl->handshake->update_checksum(ssl, buf, msg_len); in ssl_parse_client_hello()