Home
last modified time | relevance | path

Searched refs:lws_cose_sign_add (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-cose.h501 lws_cose_sign_add(struct lws_cose_sign_context *csc, cose_param_t alg,
/third_party/libwebsockets/READMEs/
DREADME.cbor-cose.md241 After creating the signing context, you call `lws_cose_sign_add()` one or more
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.c278 if (lws_cose_sign_add(csc, alg, ck)) in main()
/third_party/libwebsockets/lib/cose/
Dcose_sign.c55 lws_cose_sign_add(struct lws_cose_sign_context *csc, cose_param_t alg, in lws_cose_sign_add() function