Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/
Dmain.c258 cose_kty = LWSCOSE_WKKTV_OKP; in main()
273 if (cose_kty == LWSCOSE_WKKTV_OKP || 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()
373 case LWSCOSE_WKKTV_OKP: in cb_cose_key()
495 case LWSCOSE_WKKTV_OKP: in cb_cose_key()
863 case LWSCOSE_WKKTV_OKP: in lws_cose_key_generate()
/third_party/libwebsockets/include/libwebsockets/
Dlws-cose.h172 LWSCOSE_WKKTV_OKP = 1, enumerator
/third_party/libwebsockets/minimal-examples/api-tests/api-test-cose/
Dkeys.c688 LWSCOSE_WKK_KTY, LWSCOSE_WKKTV_OKP, in test_cose_keys()
/third_party/libwebsockets/READMEs/
DREADME.cbor-cose.md78 `cose_kty` is one of `LWSCOSE_WKKTV_OKP`, `LWSCOSE_WKKTV_EC2`, `LWSCOSE_WKKTV_RSA`,