Searched refs:update_checksum (Results 1 – 7 of 7) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ssl_client.c | 970 ret = ssl->handshake->update_checksum(ssl, buf, msg_len - binders_len); in mbedtls_ssl_write_client_hello() 980 ret = ssl->handshake->update_checksum(ssl, buf + msg_len - binders_len, in mbedtls_ssl_write_client_hello()
|
| H A 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() 1705 ret = handshake->update_checksum(ssl, buf, in ssl_tls13_parse_client_hello() 1727 ret = handshake->update_checksum(ssl, buf, p - buf); in ssl_tls13_parse_client_hello()
|
| H A D | ssl_misc.h | 724 int (*update_checksum)(mbedtls_ssl_context *, const unsigned char *, size_t); member 1473 int update_checksum,
|
| H A D | ssl_msg.c | 2777 int update_checksum, in mbedtls_ssl_write_handshake_msg_ext() argument 2877 if (hs_type != MBEDTLS_SSL_HS_HELLO_REQUEST && update_checksum != 0) { in mbedtls_ssl_write_handshake_msg_ext() 2878 ret = ssl->handshake->update_checksum(ssl, ssl->out_msg, in mbedtls_ssl_write_handshake_msg_ext() 3419 ret = ssl->handshake->update_checksum(ssl, ssl->in_msg, ssl->in_hslen); in mbedtls_ssl_update_handshake_status()
|
| H A D | ssl_tls13_generic.c | 1454 ret = ssl->handshake->update_checksum(ssl, hash_transcript, hash_len); in mbedtls_ssl_reset_transcript_for_hrr()
|
| H A D | ssl_tls.c | 794 ssl->handshake->update_checksum = ssl_update_checksum_sha384; in mbedtls_ssl_optimize_checksum() 799 ssl->handshake->update_checksum = ssl_update_checksum_sha256; in mbedtls_ssl_optimize_checksum() 820 return ssl->handshake->update_checksum(ssl, hs_hdr, sizeof(hs_hdr)); in mbedtls_ssl_add_hs_hdr_to_checksum() 833 return ssl->handshake->update_checksum(ssl, msg, msg_len); in mbedtls_ssl_add_hs_msg_to_checksum() 989 handshake->update_checksum = ssl_update_checksum_start; in ssl_handshake_params_init()
|
| H A D | ssl_tls12_server.c | 1035 ret = ssl->handshake->update_checksum(ssl, buf, msg_len); in ssl_parse_client_hello()
|