ESP-IDF
dpp_derive_pmk()
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
dpp_derive_pmk()
dpp_derive_pmk() function
Syntax
Show:
Summary
Declaration
Definition
from
dpp_i.h:63
int
dpp_derive_pmk
(
const
u8
*
Nx
,
size_t
Nx_len
,
u8
*
pmk
,
unsigned
int
hash_len
)
;
Implemented in
dpp_crypto.c:1064
Arguments
Argument
Nx
Nx_len
pmk
hash_len
Examples
References
from
examples
Code
Location
Referrer
int
dpp_derive_pmk
(
const
u8
*
Nx
,
size_t
Nx_len
,
u8
*
pmk
,
unsigned
int
hash_len
)
dpp_crypto.c:1064
int
dpp_derive_pmk
(
const
u8
*
Nx
,
size_t
Nx_len
,
u8
*
pmk
,
dpp_i.h:63
if
(
dpp_derive_pmk
(
Nx
,
Nx_len
,
intro
->
pmk
,
curve
->
hash_len
)
<
0
)
{
dpp.c:4889
dpp_peer_intro()
Call Tree
from
examples
dpp_derive_pmk()
is called by 1 function and calls 3 functions:
dpp_peer_intro()
All items filtered out
dpp_derive_pmk()
forced_memzero()
dpp_hkdf_expand()
dpp_hmac()
All items filtered out
Data Use
from
examples
dpp_derive_pmk()
:
All items filtered out
dpp_derive_pmk()
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