Home
last modified time | relevance | path

Searched refs:LWSCOSE_WKOKP_CRV (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/cose/
Dcose_key.c431 case LWSCOSE_WKOKP_CRV: in cb_cose_key()
497 case LWSCOSE_WKOKP_CRV: in cb_cose_key()
498 cps->cose_state = LWSCOSE_WKOKP_CRV; in cb_cose_key()
515 cps->cose_state = LWSCOSE_WKOKP_CRV; in cb_cose_key()
666 if (cps->cose_state == LWSCOSE_WKOKP_CRV) { in cb_cose_key()
/third_party/libwebsockets/include/libwebsockets/
Dlws-cose.h202 LWSCOSE_WKOKP_CRV = -1, enumerator
/third_party/libwebsockets/minimal-examples/api-tests/api-test-cose/
Dkeys.c690 LWSCOSE_WKOKP_CRV, LWSCOSE_WKEC_ED25519, in test_cose_keys()