ESP-IDF
tls_verify_hash::sha256_client
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tls_verify_hash::sha256_client
tls_verify_hash::sha256_client field
Syntax
Show:
Summary
Declaration
from
tlsv1_common.h:240
struct
crypto_hash
*
sha256_client
;
Examples
References
from
examples
Code
Location
Referrer
struct
crypto_hash
*
sha256_client
;
tlsv1_common.h:240
if
(
conn
->
verify
.
sha256_client
==
NULL
||
tlsv1_client_write.c:794
tls_write_client_finished()
crypto_hash_finish
(
conn
->
verify
.
sha256_client
,
hash
,
&
hlen
)
tlsv1_client_write.c:795
tls_write_client_finished()
conn
->
verify
.
sha256_client
=
NULL
;
tlsv1_client_write.c:799
tls_write_client_finished()
conn
->
verify
.
sha256_client
=
NULL
;
tlsv1_client_write.c:802
tls_write_client_finished()
verify
->
sha256_client
=
crypto_hash_init
(
CRYPTO_HASH_ALG_SHA256
,
NULL
,
tlsv1_common.c:222
tls_verify_hash_init()
if
(
verify
->
sha256_client
==
NULL
||
verify
->
sha256_server
==
NULL
||
tlsv1_common.c:228
tls_verify_hash_init()
if
(
verify
->
sha256_client
)
tlsv1_common.c:254
tls_verify_hash_add()
crypto_hash_update
(
verify
->
sha256_client
,
buf
,
len
)
;
tlsv1_common.c:255
tls_verify_hash_add()
crypto_hash_finish
(
verify
->
sha256_client
,
NULL
,
NULL
)
;
tlsv1_common.c:279
tls_verify_hash_free()
verify
->
sha256_client
=
NULL
;
tlsv1_common.c:282
tls_verify_hash_free()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tls_verify_hash::sha256_client
is written by 3 functions and is read by 4 functions:
tls_write_client_finished()
tls_verify_hash_init()
tls_verify_hash_free()
All items filtered out
tls_verify_hash::sha256_client
tls_write_client_finished()
tls_verify_hash_init()
tls_verify_hash_add()
tls_verify_hash_free()
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
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out