ESP-IDF
dpp_hash_vector()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_hash_vector()
dpp_hash_vector() function
Syntax
Show:
Summary
Declaration
Definition
from
dpp_i.h:31
int
dpp_hash_vector
(
const
struct
dpp_curve_params
*
curve
,
size_t
num_elem
,
const
u8
*
addr
[
]
,
const
size_t
*
len
,
u8
*
mac
)
;
Implemented in
dpp_crypto.c:88
Arguments
Argument
curve
num_elem
addr
len
mac
Related Functions
Found 6 other functions taking a
dpp_curve_params
argument:
Function
dpp_gen_keypair()
dpp_set_keypair()
dpp_parse_jwk()
dpp_build_jwk()
dpp_parse_jws_prot_hdr()
dpp_derive_pmkid()
Examples
References
from
examples
Code
Location
Referrer
int
dpp_hash_vector
(
const
struct
dpp_curve_params
*
curve
,
dpp_crypto.c:88
int
dpp_hash_vector
(
const
struct
dpp_curve_params
*
curve
,
dpp_i.h:31
res
=
dpp_hash_vector
(
auth
->
curve
,
num_elem
,
addr
,
len
,
r_auth
)
;
dpp_crypto.c:863
dpp_gen_r_auth()
res
=
dpp_hash_vector
(
auth
->
curve
,
num_elem
,
addr
,
len
,
i_auth
)
;
dpp_crypto.c:946
dpp_gen_i_auth()
Call Tree
from
examples
dpp_hash_vector()
is called by 2 functions and calls 1 function:
dpp_gen_r_auth()
dpp_gen_i_auth()
All items filtered out
dpp_hash_vector()
sha256_vector()
All items filtered out
Data Use
from
examples
dpp_hash_vector()
reads 1 variable:
dpp_curve_params::hash_len
All items filtered out
dpp_hash_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