Home
last modified time | relevance | path

Searched refs:cose_param_t (Results 1 – 10 of 10) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-cose.h259 typedef int64_t cose_param_t; typedef
262 lws_cose_alg_to_name(cose_param_t alg);
264 LWS_VISIBLE LWS_EXTERN cose_param_t
278 cose_param_t kty;
279 cose_param_t cose_alg;
280 cose_param_t cose_curve;
330 lws_cose_key_generate(struct lws_context *context, cose_param_t cose_kty,
370 cose_param_t cose_alg;
501 lws_cose_sign_add(struct lws_cose_sign_context *csc, cose_param_t alg,
/third_party/libwebsockets/lib/cose/
Dprivate-lib-cose.h58 cose_param_t cose_alg;
70 cose_param_t alg;
95 cose_param_t map_key; /* parsing temp before val */
126 cose_param_t cose_alg, int op);
138 cose_param_t cose_alg, int op);
Dcose_key.c46 cose_param_t seen[16];
140 lws_cose_key_checks(const lws_cose_key_t *key, int64_t kty, cose_param_t alg, in lws_cose_key_checks()
257 cose_param_t cose_id;
271 static cose_param_t
284 lws_cose_curve_id_to_name(cose_param_t id) in lws_cose_curve_id_to_name()
787 lws_cose_key_generate(struct lws_context *context, cose_param_t cose_kty, in lws_cose_key_generate()
980 cose_param_t pa = 0; in lws_cose_key_export()
Dcose_validate.c50 cose_param_t alg;
122 lws_cose_alg_to_name(cose_param_t alg) in lws_cose_alg_to_name()
133 cose_param_t
Dcose_sign_alg.c30 cose_param_t cose_alg, int op) in lws_cose_sign_alg_create()
Dcose_validate_alg.c30 cose_param_t cose_alg, int op) in lws_cose_val_alg_create()
Dcose_sign.c55 lws_cose_sign_add(struct lws_cose_sign_context *csc, cose_param_t alg, in lws_cose_sign_add()
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/
Dmain.c119 cose_param_t cose_kty = 0; in main()
/third_party/libwebsockets/READMEs/
DREADME.cbor-cose.md186 cose_param_t cose_alg;
247 lws_cose_sign_add(struct lws_cose_sign_context *csc, cose_param_t alg,
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/
Dmain.c110 cose_param_t alg; in main()