Lines Matching defs:alg
67 "kty", "kid", "use", "key_ops", "base_iv", "alg"
140 lws_cose_key_checks(const lws_cose_key_t *key, int64_t kty, cose_param_t alg,
151 assert(alg);
177 * If the 'alg' field is present, it MUST match the ... signature
180 * We attempt to convert key alg text representations to a well-known
181 * index, if we can't, then we don't know the alg anyway and should fail
186 lwsl_notice("%s: alg fail 1\n", __func__);
191 key->cose_alg != alg) {
192 lwsl_notice("%s: alg fail 2\n", __func__);
411 * He can tie the key to a cose alg code
688 /* key is for an alg we don't understand */
689 lwsl_warn("%s: key for unknown alg %.*s\n",