mbedTLS
mbedtls_ssl_handshake_params::update_checksum
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_ssl_handshake_params::update_checksum
mbedtls_ssl_handshake_params::update_checksum field
Syntax
Show:
Summary
Declaration
from
ssl_misc.h:719
MBEDTLS_CHECK_RETURN_CRITICAL
int
(
*
update_checksum
)
(
mbedtls_ssl_context
*
,
const
unsigned
char
*
,
size_t
)
;
Examples
References
from
examples
Code
Location
Referrer
int
(
*
update_checksum
)
(
mbedtls_ssl_context
*
,
const
unsigned
char
*
,
size_t
)
;
ssl_misc.h:720
ret
=
ssl
->
handshake
->
update_checksum
(
ssl
,
buf
,
msg_len
-
binders_len
)
;
ssl_client.c:968
mbedtls_ssl_write_client_hello()
ret
=
ssl
->
handshake
->
update_checksum
(
ssl
,
ssl
->
out_msg
,
ssl_msg.c:2877
mbedtls_ssl_write_handshake_msg_ext()
ret
=
ssl
->
handshake
->
update_checksum
(
ssl
,
ssl
->
in_msg
,
ssl
->
in_hslen
)
;
ssl_msg.c:3310
mbedtls_ssl_update_handshake_status()
ssl
->
handshake
->
update_checksum
=
ssl_update_checksum_sha384
;
ssl_tls.c:789
mbedtls_ssl_optimize_checksum()
ssl
->
handshake
->
update_checksum
=
ssl_update_checksum_sha256
;
ssl_tls.c:794
mbedtls_ssl_optimize_checksum()
return
ssl
->
handshake
->
update_checksum
(
ssl
,
hs_hdr
,
sizeof
(
hs_hdr
)
)
;
ssl_tls.c:815
mbedtls_ssl_add_hs_hdr_to_checksum()
return
ssl
->
handshake
->
update_checksum
(
ssl
,
msg
,
msg_len
)
;
ssl_tls.c:828
mbedtls_ssl_add_hs_msg_to_checksum()
handshake
->
update_checksum
=
ssl_update_checksum_start
;
ssl_tls.c:984
ssl_handshake_params_init()
ret
=
ssl
->
handshake
->
update_checksum
(
ssl
,
buf
,
msg_len
)
;
ssl_tls12_server.c:1035
ssl_parse_client_hello()
Call Tree
from
examples
mbedtls_ssl_handshake_params::update_checksum
is called by 6 functions:
mbedtls_ssl_write_client_hello()
mbedtls_ssl_write_handshake_msg_ext()
mbedtls_ssl_update_handshake_status()
mbedtls_ssl_add_hs_hdr_to_checksum()
mbedtls_ssl_add_hs_msg_to_checksum()
ssl_parse_client_hello()
All items filtered out
mbedtls_ssl_handshake_params::update_checksum
All items filtered out
Data Use
from
examples
mbedtls_ssl_handshake_params::update_checksum
is written by 2 functions:
mbedtls_ssl_optimize_checksum()
ssl_handshake_params_init()
All items filtered out
mbedtls_ssl_handshake_params::update_checksum
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
mbedtls_ssl_handshake_params::update_checksum
implements 3 functionss:
ssl_update_checksum_sha384()
ssl_update_checksum_sha256()
ssl_update_checksum_start()
All items filtered out
mbedtls_ssl_handshake_params::update_checksum
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out