ESP-IDF
dpp_derive_pmkid()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
dpp_derive_pmkid()
dpp_derive_pmkid() function
Syntax
Show:
Summary
Declaration
Definition
from
dpp_i.h:65
int
dpp_derive_pmkid
(
const
struct
dpp_curve_params
*
curve
,
struct
crypto_ec_key
*
own_key
,
struct
crypto_ec_key
*
peer_key
,
u8
*
pmkid
)
;
Implemented in
dpp_crypto.c:1091
Arguments
Argument
curve
own_key
peer_key
pmkid
Related Functions
Found 6 other functions taking a
dpp_curve_params
argument:
Function
dpp_gen_keypair()
dpp_set_keypair()
dpp_parse_jwk()
dpp_hash_vector()
dpp_build_jwk()
dpp_parse_jws_prot_hdr()
Examples
References
from
examples
Code
Location
Referrer
int
dpp_derive_pmkid
(
const
struct
dpp_curve_params
*
curve
,
dpp_crypto.c:1091
int
dpp_derive_pmkid
(
const
struct
dpp_curve_params
*
curve
,
dpp_i.h:65
if
(
dpp_derive_pmkid
(
curve
,
own_key
,
peer_key
,
intro
->
pmkid
)
<
0
)
{
dpp.c:4896
dpp_peer_intro()
Call Tree
from
examples
dpp_derive_pmkid()
is called by 1 function and calls 5 functions:
dpp_peer_intro()
All items filtered out
dpp_derive_pmkid()
wpabuf_len()
wpabuf_head()
wpabuf_free()
sha256_vector()
dpp_get_pubkey_point()
All items filtered out
Data Use
from
examples
dpp_derive_pmkid()
:
All items filtered out
dpp_derive_pmkid()
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