ESP-IDF
dpp_curve_params::jws_alg
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
dpp_curve_params::jws_alg
dpp_curve_params::jws_alg field
Syntax
Show:
Summary
Declaration
from
dpp.h:154
const
char
*
jws_alg
;
Examples
References
from
examples
Code
Location
Referrer
const
char
*
jws_alg
;
dpp.h:154
json_add_string
(
jws_prot_hdr
,
"alg"
,
curve
->
jws_alg
)
;
dpp.c:3359
dpp_build_conf_obj_dpp()
if
(
os_strcmp
(
token
->
string
,
curve
->
jws_alg
)
!=
0
)
{
dpp_crypto.c:424
dpp_parse_jws_prot_hdr()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dpp_curve_params::jws_alg
is read by 2 functions:
All items filtered out
dpp_curve_params::jws_alg
dpp_build_conf_obj_dpp()
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