ESP-IDF
dpp_parse_jws_prot_hdr()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_parse_jws_prot_hdr()
dpp_parse_jws_prot_hdr() function
Syntax
Show:
Summary
Declaration
Definition
from
dpp_i.h:54
struct
wpabuf
*
dpp_parse_jws_prot_hdr
(
const
struct
dpp_curve_params
*
curve
,
const
u8
*
prot_hdr
,
u16
prot_hdr_len
,
int
*
hash_func
)
;
Implemented in
dpp_crypto.c:382
Arguments
Argument
curve
prot_hdr
prot_hdr_len
hash_func
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_derive_pmkid()
Examples
References
from
examples
Code
Location
Referrer
dpp_parse_jws_prot_hdr
(
const
struct
dpp_curve_params
*
curve
,
dpp_crypto.c:383
struct
wpabuf
*
dpp_parse_jws_prot_hdr
(
const
struct
dpp_curve_params
*
curve
,
dpp_i.h:54
kid
=
dpp_parse_jws_prot_hdr
(
curve
,
prot_hdr
,
prot_hdr_len
,
&
hash_func
)
;
dpp_crypto.c:668
dpp_process_signed_connector()
Call Tree
from
examples
dpp_parse_jws_prot_hdr()
is called by 1 function and calls 4 functions:
dpp_process_signed_connector()
All items filtered out
dpp_parse_jws_prot_hdr()
json_free()
json_get_member()
json_get_member_base64url()
json_parse()
All items filtered out
Data Use
from
examples
dpp_parse_jws_prot_hdr()
reads 6 variables:
crypto_hash_alg::CRYPTO_HASH_ALG_SHA256
json_type::JSON_OBJECT
json_type::JSON_STRING
json_token::type
json_token::string
dpp_curve_params::jws_alg
All items filtered out
dpp_parse_jws_prot_hdr()
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