ESP-IDF
dpp_derive_k1()
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_k1()
dpp_derive_k1() function
Syntax
Show:
Summary
Declaration
Definition
from
dpp_i.h:48
int
dpp_derive_k1
(
const
u8
*
Mx
,
size_t
Mx_len
,
u8
*
k1
,
unsigned
int
hash_len
)
;
Implemented in
dpp_crypto.c:321
Arguments
Argument
Mx
Mx_len
k1
hash_len
Examples
References
from
examples
Code
Location
Referrer
int
dpp_derive_k1
(
const
u8
*
Mx
,
size_t
Mx_len
,
u8
*
k1
,
unsigned
int
hash_len
)
dpp_crypto.c:321
int
dpp_derive_k1
(
const
u8
*
Mx
,
size_t
Mx_len
,
u8
*
k1
,
dpp_i.h:48
if
(
dpp_derive_k1
(
auth
->
Mx
,
auth
->
secret_len
,
auth
->
k1
,
dpp.c:1161
dpp_auth_init()
if
(
dpp_derive_k1
(
auth
->
Mx
,
auth
->
secret_len
,
auth
->
k1
,
dpp.c:1799
dpp_auth_req_rx()
Call Tree
from
examples
dpp_derive_k1()
is called by 2 functions and calls 3 functions:
dpp_auth_init()
dpp_auth_req_rx()
All items filtered out
dpp_derive_k1()
forced_memzero()
dpp_hkdf_expand()
dpp_hmac()
All items filtered out
Data Use
from
examples
dpp_derive_k1()
:
All items filtered out
dpp_derive_k1()
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