ESP-IDF
tlsv1_record_layer::hash_alg
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tlsv1_record_layer::hash_alg
tlsv1_record_layer::hash_alg field
Syntax
Show:
Summary
Declaration
from
tlsv1_record.h:45
enum
crypto_hash_alg
hash_alg
;
Examples
References
from
examples
Code
Location
Referrer
enum
crypto_hash_alg
hash_alg
;
tlsv1_record.h:45
rl
->
hash_alg
=
CRYPTO_HASH_ALG_HMAC_MD5
;
tlsv1_record.c:45
tlsv1_record_set_cipher_suite()
rl
->
hash_alg
=
CRYPTO_HASH_ALG_HMAC_SHA1
;
tlsv1_record.c:48
tlsv1_record_set_cipher_suite()
rl
->
hash_alg
=
CRYPTO_HASH_ALG_HMAC_SHA256
;
tlsv1_record.c:51
tlsv1_record_set_cipher_suite()
hmac
=
crypto_hash_init
(
rl
->
hash_alg
,
rl
->
write_mac_secret
,
tlsv1_record.c:207
tlsv1_record_send()
hmac
=
crypto_hash_init
(
rl
->
hash_alg
,
rl
->
read_mac_secret
,
tlsv1_record.c:436
tlsv1_record_receive()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tlsv1_record_layer::hash_alg
is written by 1 function and is read by 2 functions:
tlsv1_record_set_cipher_suite()
All items filtered out
tlsv1_record_layer::hash_alg
tlsv1_record_send()
tlsv1_record_receive()
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