Home
last modified time | relevance | path

Searched refs:LECPCB_LITERAL_CBOR (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-lecp.h186 LECPCB_LITERAL_CBOR = 31, enumerator
/third_party/libwebsockets/lib/cose/
Dcose_validate.c941 case LECPCB_LITERAL_CBOR: in cb_cose_sig()
/third_party/libwebsockets/READMEs/
DREADME.cbor-lecp.md151 raw CBOR and reporting it in the parse callback with `LECPCB_LITERAL_CBOR`
/third_party/libwebsockets/lib/misc/
Dlecp.c328 if (pst->cb(ctx, LECPCB_LITERAL_CBOR)) in report_raw_cbor()