ESP-IDF
dpp_hmac_vector()
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_hmac_vector()
dpp_hmac_vector() function
Syntax
Show:
Summary
Declaration
Definition
from
dpp_i.h:35
int
dpp_hmac_vector
(
size_t
hash_len
,
const
u8
*
key
,
size_t
key_len
,
size_t
num_elem
,
const
u8
*
addr
[
]
,
const
size_t
*
len
,
u8
*
mac
)
;
Implemented in
dpp_crypto.c:125
Arguments
Argument
hash_len
key
key_len
num_elem
addr
len
mac
Examples
References
from
examples
Code
Location
Referrer
int
dpp_hmac_vector
(
size_t
hash_len
,
const
u8
*
key
,
size_t
key_len
,
dpp_crypto.c:125
int
dpp_hmac_vector
(
size_t
hash_len
,
const
u8
*
key
,
size_t
key_len
,
dpp_i.h:35
res
=
dpp_hmac_vector
(
hash_len
,
nonces
,
2
*
nonce_len
,
dpp_crypto.c:543
dpp_derive_bk_ke()
Call Tree
from
examples
dpp_hmac_vector()
is called by 1 function and calls 1 function:
dpp_derive_bk_ke()
All items filtered out
dpp_hmac_vector()
hmac_sha256_vector()
All items filtered out
Data Use
from
examples
dpp_hmac_vector()
:
All items filtered out
dpp_hmac_vector()
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