Home
last modified time | relevance | path

Searched refs:lecp_construct (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/test-apps/
Dtest-lecp.c149 lecp_construct(&ctx, cb, NULL, tok, LWS_ARRAY_SIZE(tok)); in main()
/third_party/libwebsockets/include/libwebsockets/
Dlws-lecp.h464 lecp_construct(struct lecp_ctx *ctx, lecp_callback cb, void *user,
/third_party/libwebsockets/lib/cose/
Dcose_validate.c985 lecp_construct(&cps->ctx, cb_cose_sig, cps, NULL, 0); in lws_cose_validate_create()
Dcose_key.c922 lecp_construct(&ctx, cb_cose_key, &cps, NULL, 0); in lws_cose_key_import()
/third_party/libwebsockets/lib/misc/
Dlecp.c55 lecp_construct(struct lecp_ctx *ctx, lecp_callback cb, void *user, in lecp_construct() function
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lecp/
Dmain.c4626 lecp_construct(&ctx, test_cb, &priv, tok, LWS_ARRAY_SIZE(tok)); in main()