Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-cose.h408 lws_cose_sign_ext_pay_cb_t ext_cb; member
466 lws_cose_sign_ext_pay_cb_t ext_cb; member
/third_party/libwebsockets/minimal-examples/api-tests/api-test-cose/
Dsign.c779 info.ext_cb = xcb; in test_cose_sign()
818 info.ext_cb = NULL; in test_cose_sign()
1115 info.ext_cb = xcb; in test_cose_sign()
1156 info.ext_cb = NULL; in test_cose_sign()
/third_party/libwebsockets/READMEs/
DREADME.cbor-cose.md146 lws_cose_sign_ext_pay_cb_t ext_cb;
219 lws_cose_sign_ext_pay_cb_t ext_cb;
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/
Dmain.c313 vi.ext_cb = extra_cb; in main()
/third_party/libwebsockets/lib/cose/
Dcose_validate.c218 n = cps->info.ext_cb(&ex); in apply_external()