Home
last modified time | relevance | path

Searched refs:jws_alg (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/src/common/
Ddpp_crypto.c649 if (os_strcmp(token->string, curve->jws_alg) != 0) { in dpp_parse_jws_prot_hdr()
652 token->string, curve->jws_alg); in dpp_parse_jws_prot_hdr()
1889 json_add_string(jws_prot_hdr, "alg", conf->curve->jws_alg); in dpp_build_jws_prot_hdr()
Ddpp.h145 const char *jws_alg; member