Home
last modified time | relevance | path

Searched refs:LWSCOSE_WKKTV_RSA (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/lib/cose/
Dcose_sign_alg.c129 if (lws_cose_key_checks(ck, LWSCOSE_WKKTV_RSA, cose_alg, in lws_cose_sign_alg_create()
Dcose_key.c383 case LWSCOSE_WKKTV_RSA: in cb_cose_key()
533 case LWSCOSE_WKKTV_RSA: in cb_cose_key()
828 case LWSCOSE_WKKTV_RSA: in lws_cose_key_generate()
Dcose_validate_alg.c129 if (lws_cose_key_checks(ck, LWSCOSE_WKKTV_RSA, cose_alg, in lws_cose_val_alg_create()
/third_party/libwebsockets/include/libwebsockets/
Dlws-cose.h174 LWSCOSE_WKKTV_RSA = 3, enumerator
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/
Dmain.c262 cose_kty = LWSCOSE_WKKTV_RSA; in main()
/third_party/libwebsockets/READMEs/
DREADME.cbor-cose.md78 `cose_kty` is one of `LWSCOSE_WKKTV_OKP`, `LWSCOSE_WKKTV_EC2`, `LWSCOSE_WKKTV_RSA`,