Lines Matching refs:alg
38 * "alg" value "none" and is formatted identically to other JWSs, but
258 * RSAES-PKCS1-v1_5 [RFC3447]. The "alg" (algorithm) Header Parameter
328 * used as the JWE Encrypted Key value. The "alg" (algorithm) Header
361 * value. The "alg" (algorithm) Header Parameter value "ECDH-ES" is
576 lws_gencrypto_jws_alg_to_definition(const char *alg,
581 while (a->alg) {
582 if (!strcmp(alg, a->alg)) {
594 lws_gencrypto_jwe_alg_to_definition(const char *alg,
599 while (a->alg) {
600 if (!strcmp(alg, a->alg)) {
617 while (e->alg) {
618 if (!strcmp(enc, e->alg)) {