Home
last modified time | relevance | path

Searched refs:CJOSE_HDR_KID (Results 1 – 5 of 5) sorted by relevance

/dports/devel/cjose/cjose-0.6.1/include/cjose/
H A Dheader.h36 extern const char *CJOSE_HDR_KID;
/dports/devel/cjose/cjose-0.6.1/src/
H A Dheader.c43 const char *CJOSE_HDR_KID = "kid"; variable
/dports/www/mod_auth_openidc/mod_auth_openidc-2.4.7/src/
H A Djose.c716 const char *kid = cjose_header_get(hdr, CJOSE_HDR_KID, &cjose_err); in oidc_jwe_decrypt_impl()
828 cjose_header_get(hdr, CJOSE_HDR_KID, &cjose_err)); in oidc_jwt_parse()
880 oidc_jwt_hdr_set(jwt, CJOSE_HDR_KID, jwt->header.kid); in oidc_jwt_sign()
925 oidc_jwt_hdr_set(jwe, CJOSE_HDR_KID, jwe->header.kid); in oidc_jwt_encrypt()
1412 v = json_object_get(json, CJOSE_HDR_KID); in oidc_jwk_parse_rsa_x5c()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/uri_signing/
H A Djwt.c328 if (!cjose_header_set(hdr, CJOSE_HDR_KID, kid, &err)) { in renew()
/dports/devel/cjose/cjose-0.6.1/test/
H A Dcheck_jwe.c84 const char *kid = cjose_header_get(hdr, CJOSE_HDR_KID, NULL); in cjose_multi_key_locator()