Searched defs:lws_jose_jwe_alg (Results 1 – 1 of 1) sorted by relevance
80 struct lws_jose_jwe_alg { struct81 enum lws_genhash_types hash_type;82 enum lws_genhmac_types hmac_type;83 enum lws_jose_algtype algtype_signing; /* the signing cipher */84 enum lws_jose_algtype algtype_crypto; /* the encryption cipher */85 const char *alg; /* the JWA enc alg name, eg "ES512" */86 const char *curve_name; /* NULL, or, eg, "P-256" */87 unsigned short keybits_min, keybits_fixed;88 unsigned short ivbits;