ESP-IDF
hkdf_expand()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hkdf_expand()
hkdf_expand() function
Syntax
Show:
Summary
Declaration
from
sae.c:536
static
int
hkdf_expand
(
size_t
hash_len
,
const
u8
*
prk
,
size_t
prk_len
,
const
char
*
info
,
u8
*
okm
,
size_t
okm_len
)
;
Arguments
Argument
Declared as
hash_len
size_t
prk
const
u8
*
prk_len
size_t
info
const
char
*
okm
u8
*
okm_len
size_t
Examples
References
from
examples
Code
Location
Referrer
static
int
hkdf_expand
(
size_t
hash_len
,
const
u8
*
prk
,
size_t
prk_len
,
sae.c:536
if
(
hkdf_expand
(
hash_len
,
pwd_seed
,
hash_len
,
sae.c:847
sae_derive_pt_ecc()
if
(
hkdf_expand
(
hash_len
,
pwd_seed
,
hash_len
,
sae.c:869
sae_derive_pt_ecc()
if
(
hkdf_expand
(
hash_len
,
pwd_seed
,
hash_len
,
sae.c:951
sae_derive_pt_ffc()
Call Tree
from
examples
hkdf_expand()
is called by 2 functions and calls 1 function:
sae_derive_pt_ecc()
sae_derive_pt_ffc()
All items filtered out
hkdf_expand()
hmac_sha256_kdf()
All items filtered out
Data Use
from
examples
hkdf_expand()
:
All items filtered out
hkdf_expand()
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