Home
last modified time | relevance | path

Searched refs:lws_cose_sign_context (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-cose.h451 struct lws_cose_sign_context;
497 LWS_VISIBLE LWS_EXTERN struct lws_cose_sign_context *
501 lws_cose_sign_add(struct lws_cose_sign_context *csc, cose_param_t alg,
505 lws_cose_sign_payload_chunk(struct lws_cose_sign_context *csc,
509 lws_cose_sign_destroy(struct lws_cose_sign_context **csc);
/third_party/libwebsockets/lib/cose/
Dcose_sign.c28 struct lws_cose_sign_context *
31 struct lws_cose_sign_context *csc; in lws_cose_sign_create()
55 lws_cose_sign_add(struct lws_cose_sign_context *csc, cose_param_t alg, in lws_cose_sign_add()
79 lws_cose_sign_hashing(struct lws_cose_sign_context *csc, in lws_cose_sign_hashing()
104 lws_cose_sign_payload_chunk(struct lws_cose_sign_context *csc, in lws_cose_sign_payload_chunk()
519 lws_cose_sign_destroy(struct lws_cose_sign_context **_csc) in lws_cose_sign_destroy()
521 struct lws_cose_sign_context *csc = *_csc; in lws_cose_sign_destroy()
Dprivate-lib-cose.h103 struct lws_cose_sign_context { struct
/third_party/libwebsockets/READMEs/
DREADME.cbor-cose.md237 struct lws_cose_sign_context *
247 lws_cose_sign_add(struct lws_cose_sign_context *csc, cose_param_t alg,
262 lws_cose_sign_payload_chunk(struct lws_cose_sign_context *csc,
270 lws_cose_sign_destroy(struct lws_cose_sign_context **csc);
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/
Dmain.c99 struct lws_cose_sign_context *csc = NULL; in main()