ESP-IDF
rekey()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
rekey()
rekey() function
Syntax
Show:
Summary
Declaration
from
hmac.c:37
static
void
rekey
(
uint8_t
*
key
,
const
uint8_t
*
new_key
,
unsigned
int
key_size
)
;
Arguments
Argument
key
new_key
key_size
Examples
References
from
examples
Code
Location
Referrer
static
void
rekey
(
uint8_t
*
key
,
const
uint8_t
*
new_key
,
unsigned
int
key_size
)
hmac.c:37
rekey
(
ctx
->
key
,
key
,
key_size
)
;
hmac.c:82
tc_hmac_set_key()
rekey
(
ctx
->
key
,
hmac.c:88
tc_hmac_set_key()
Call Tree
from
examples
rekey()
is called by 1 function:
tc_hmac_set_key()
All items filtered out
rekey()
All items filtered out
Data Use
from
examples
rekey()
:
All items filtered out
rekey()
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