Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-cose.h480 } lws_cose_sign_create_info_t; typedef
498 lws_cose_sign_create(const lws_cose_sign_create_info_t *info);
/third_party/libwebsockets/lib/cose/
Dprivate-lib-cose.h104 lws_cose_sign_create_info_t info;
Dcose_sign.c29 lws_cose_sign_create(const lws_cose_sign_create_info_t *info) in lws_cose_sign_create()
/third_party/libwebsockets/READMEs/
DREADME.cbor-cose.md203 in the paramter (a `lws_cose_sign_create_info_t`).
233 } lws_cose_sign_create_info_t;
238 lws_cose_sign_create(const lws_cose_sign_create_info_t *info);
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/
Dmain.c104 lws_cose_sign_create_info_t i; in main()