ESP-IDF
tc_hmac_state_struct::key
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tc_hmac_state_struct::key
tc_hmac_state_struct::key field
Syntax
Show:
Summary
Declaration
from
hmac.h:76
uint8_t
key
[
2
*
TC_SHA256_BLOCK_SIZE
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
key
[
2
*
TC_SHA256_BLOCK_SIZE
]
;
hmac.h:76
uint8_t
key
[
2
*
TC_SHA256_BLOCK_SIZE
]
;
hmac.h:76
.
struct_tc_hmac_state_off_key
=
offsetof
(
struct
tc_hmac_state_struct
,
key
)
,
ext.c:4247
(
void
)
tc_sha256_final
(
&
dummy_state
.
key
[
TC_SHA256_DIGEST_SIZE
]
,
hmac.c:77
tc_hmac_set_key()
rekey
(
ctx
->
key
,
key
,
key_size
)
;
hmac.c:81
tc_hmac_set_key()
(
void
)
tc_sha256_final
(
&
ctx
->
key
[
TC_SHA256_DIGEST_SIZE
]
,
hmac.c:85
tc_hmac_set_key()
rekey
(
ctx
->
key
,
hmac.c:87
tc_hmac_set_key()
&
ctx
->
key
[
TC_SHA256_DIGEST_SIZE
]
,
hmac.c:88
tc_hmac_set_key()
(
void
)
tc_sha256_update
(
&
ctx
->
hash_state
,
ctx
->
key
,
TC_SHA256_BLOCK_SIZE
)
;
hmac.c:104
tc_hmac_init()
&
ctx
->
key
[
TC_SHA256_BLOCK_SIZE
]
,
hmac.c:138
tc_hmac_final()
(
void
)
tc_sha256_final
(
&
dummy_state
.
key
[
TC_SHA256_DIGEST_SIZE
]
,
hmac.c:78
tc_hmac_set_key()
rekey
(
ctx
->
key
,
key
,
key_size
)
;
hmac.c:82
tc_hmac_set_key()
(
void
)
tc_sha256_final
(
&
ctx
->
key
[
TC_SHA256_DIGEST_SIZE
]
,
hmac.c:86
tc_hmac_set_key()
rekey
(
ctx
->
key
,
hmac.c:88
tc_hmac_set_key()
&
ctx
->
key
[
TC_SHA256_DIGEST_SIZE
]
,
hmac.c:89
tc_hmac_set_key()
(
void
)
tc_sha256_update
(
&
ctx
->
hash_state
,
ctx
->
key
,
TC_SHA256_BLOCK_SIZE
)
;
hmac.c:105
tc_hmac_init()
&
ctx
->
key
[
TC_SHA256_BLOCK_SIZE
]
,
hmac.c:139
tc_hmac_final()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tc_hmac_state_struct::key
is read by 3 functions:
All items filtered out
tc_hmac_state_struct::key
tc_hmac_set_key()
tc_hmac_init()
tc_hmac_final()
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