Home
last modified time | relevance | path

Searched refs:LWSCOSE_WKKTV_EC2 (Results 1 – 7 of 7) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-cose/
Dkeys.c726 if (ck->kty != LWSCOSE_WKKTV_EC2 || in test_cose_keys()
758 if (ck->kty != LWSCOSE_WKKTV_EC2 || in test_cose_keys()
800 if (ck->kty != LWSCOSE_WKKTV_EC2 || in test_cose_keys()
836 if (ck->kty != LWSCOSE_WKKTV_EC2 || in test_cose_keys()
912 ck = lws_cose_key_generate(context, LWSCOSE_WKKTV_EC2, in test_cose_keys()
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/
Dmain.c260 cose_kty = LWSCOSE_WKKTV_EC2; in main()
274 cose_kty == LWSCOSE_WKKTV_EC2) { in main()
/third_party/libwebsockets/lib/cose/
Dcose_key.c153 assert((kty != LWSCOSE_WKKTV_OKP && kty != LWSCOSE_WKKTV_EC2) || crv); in lws_cose_key_checks()
219 if (kty == LWSCOSE_WKKTV_OKP || kty == LWSCOSE_WKKTV_EC2) { in lws_cose_key_checks()
378 case LWSCOSE_WKKTV_EC2: in cb_cose_key()
512 case LWSCOSE_WKKTV_EC2: in cb_cose_key()
864 case LWSCOSE_WKKTV_EC2: in lws_cose_key_generate()
Dcose_sign_alg.c66 if (lws_cose_key_checks(ck, LWSCOSE_WKKTV_EC2, cose_alg, in lws_cose_sign_alg_create()
Dcose_validate_alg.c66 if (lws_cose_key_checks(ck, LWSCOSE_WKKTV_EC2, cose_alg, in lws_cose_val_alg_create()
/third_party/libwebsockets/include/libwebsockets/
Dlws-cose.h173 LWSCOSE_WKKTV_EC2 = 2, enumerator
/third_party/libwebsockets/READMEs/
DREADME.cbor-cose.md78 `cose_kty` is one of `LWSCOSE_WKKTV_OKP`, `LWSCOSE_WKKTV_EC2`, `LWSCOSE_WKKTV_RSA`,