ESP-IDF
tls_verify_hash::sha1_server
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::sha1_server
tls_verify_hash::sha1_server field
Syntax
Show:
Summary
Declaration
from
tlsv1_common.h:242
struct
crypto_hash
*
sha1_server
;
Examples
References
from
examples
Code
Location
Referrer
struct
crypto_hash
*
sha1_server
;
tlsv1_common.h:242
crypto_hash_finish
(
conn
->
verify
.
sha1_server
,
NULL
,
NULL
)
;
tlsv1_client_read.c:1407
tls_process_server_finished()
conn
->
verify
.
sha1_server
=
NULL
;
tlsv1_client_read.c:1408
tls_process_server_finished()
if
(
conn
->
verify
.
sha1_server
==
NULL
||
tlsv1_client_read.c:1413
tls_process_server_finished()
crypto_hash_finish
(
conn
->
verify
.
sha1_server
,
hash
+
MD5_MAC_LEN
,
tlsv1_client_read.c:1414
tls_process_server_finished()
conn
->
verify
.
sha1_server
=
NULL
;
tlsv1_client_read.c:1416
tls_process_server_finished()
conn
->
verify
.
sha1_server
=
NULL
;
tlsv1_client_read.c:1421
tls_process_server_finished()
verify
->
sha1_server
=
crypto_hash_init
(
CRYPTO_HASH_ALG_SHA1
,
NULL
,
0
)
;
tlsv1_common.c:213
tls_verify_hash_init()
verify
->
sha1_server
==
NULL
||
verify
->
sha1_cert
==
NULL
)
{
tlsv1_common.c:217
tls_verify_hash_init()
if
(
verify
->
md5_server
&&
verify
->
sha1_server
)
{
tlsv1_common.c:245
tls_verify_hash_add()
crypto_hash_update
(
verify
->
sha1_server
,
buf
,
len
)
;
tlsv1_common.c:247
tls_verify_hash_add()
crypto_hash_finish
(
verify
->
sha1_server
,
NULL
,
NULL
)
;
tlsv1_common.c:270
tls_verify_hash_free()
verify
->
sha1_server
=
NULL
;
tlsv1_common.c:276
tls_verify_hash_free()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tls_verify_hash::sha1_server
is written by 3 functions and is read by 4 functions:
tls_process_server_finished()
tls_verify_hash_init()
tls_verify_hash_free()
All items filtered out
tls_verify_hash::sha1_server
tls_process_server_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