Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/
DREADME.md1 # lws minimal example for cose_key
7 Pipe a cose_key or cose_key_set into stdin to get a textual dump of all the keys
48 ### cose_key dumping
127 ### cose_key creation
/third_party/libwebsockets/READMEs/
DREADME.cbor-cose.md29 ## cose_key and sets
37 ### cose_key and sets import from CBOR and destroying
51 returned, for a cose_key set, which is simply a CBOR array of cose_keys, it
55 has been cleaned up, the return has no other meaning in the cose_key set case.
58 contents of the pointer to NULL, for cose_key sets you instead pass a pointer to
62 cose_key has some confusions about type, kty and alg may be either ints,
67 ### cose_key generation
84 ### cose_key export to CBOR
185 const lws_cose_key_t *cose_key;
/third_party/libwebsockets/lib/cose/
Dcose_validate_alg.c42 alg->cose_key = ck; in lws_cose_val_alg_create()
206 res->cose_key = alg->cose_key; in lws_cose_val_alg_destroy()
Dprivate-lib-cose.h51 const lws_cose_key_t *cose_key; member
DCMakeLists.txt27 cose/cose_key.c
Dcose_sign.c263 ke = &alg->cose_key->meta[COSEKEY_META_KID]; in lws_cose_sign_payload_chunk()
476 ke = &alg->cose_key->meta[COSEKEY_META_KID]; in lws_cose_sign_payload_chunk()
Dcose_sign_alg.c42 alg->cose_key = ck; in lws_cose_sign_alg_create()
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/
Dmain.c367 if (res->cose_key) { in main()
368 ke = &res->cose_key->meta[COSEKEY_META_KID]; in main()
DREADME.md3 Demonstrates how to sign and verify using cose_sign and cose_key, providing a
/third_party/libwebsockets/include/libwebsockets/
Dlws-cose.h369 const lws_cose_key_t *cose_key; member