Home
last modified time | relevance | path

Searched refs:CJOSE_HDR_ALG_DIR (Results 1 – 6 of 6) sorted by relevance

/dports/devel/cjose/cjose-0.6.1/include/cjose/
H A Dheader.h83 extern const char *CJOSE_HDR_ALG_DIR;
/dports/devel/cjose/cjose-0.6.1/src/
H A Dheader.c21 const char *CJOSE_HDR_ALG_DIR = "dir"; variable
H A Djwe.c336 if (strcmp(alg, CJOSE_HDR_ALG_DIR) == 0) in _cjose_jwe_validate_alg()
/dports/devel/cjose/cjose-0.6.1/test/
H A Dcheck_jwe.c213 … _self_encrypt_self_decrypt_with_key(CJOSE_HDR_ALG_DIR, CJOSE_HDR_ENC_A256GCM, JWK_OCT_32, plain1); in _self_encrypt_self_decrypt()
215 …_self_encrypt_self_decrypt_with_key(CJOSE_HDR_ALG_DIR, CJOSE_HDR_ENC_A128CBC_HS256, JWK_OCT_32, pl… in _self_encrypt_self_decrypt()
217 …_self_encrypt_self_decrypt_with_key(CJOSE_HDR_ALG_DIR, CJOSE_HDR_ENC_A192CBC_HS384, JWK_OCT_48, pl… in _self_encrypt_self_decrypt()
219 …_self_encrypt_self_decrypt_with_key(CJOSE_HDR_ALG_DIR, CJOSE_HDR_ENC_A256CBC_HS512, JWK_OCT_64, pl… in _self_encrypt_self_decrypt()
/dports/www/mod_auth_openidc/mod_auth_openidc-2.4.7/src/
H A Djose.c208 if (strcmp(alg, CJOSE_HDR_ALG_DIR) == 0) in oidc_alg2kty()
H A Dutil.c169 jwe->header.alg = apr_pstrdup(r->pool, CJOSE_HDR_ALG_DIR); in oidc_util_jwt_create()