Searched refs:LWSCOSE_WKKTV_RSA (Results 1 – 6 of 6) sorted by relevance
/third_party/libwebsockets/lib/cose/ |
D | cose_sign_alg.c | 129 if (lws_cose_key_checks(ck, LWSCOSE_WKKTV_RSA, cose_alg, in lws_cose_sign_alg_create()
|
D | cose_key.c | 383 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()
|
D | cose_validate_alg.c | 129 if (lws_cose_key_checks(ck, LWSCOSE_WKKTV_RSA, cose_alg, in lws_cose_val_alg_create()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-cose.h | 174 LWSCOSE_WKKTV_RSA = 3, enumerator
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/ |
D | main.c | 262 cose_kty = LWSCOSE_WKKTV_RSA; in main()
|
/third_party/libwebsockets/READMEs/ |
D | README.cbor-cose.md | 78 `cose_kty` is one of `LWSCOSE_WKKTV_OKP`, `LWSCOSE_WKKTV_EC2`, `LWSCOSE_WKKTV_RSA`,
|