Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/cose/
Dprivate-lib-cose.h132 lws_cose_val_alg_destroy(struct lws_cose_validate_context *cps,
Dcose_validate.c379 lws_cose_val_alg_destroy(cps, &alg, (const uint8_t *)cps->sig_agg, in create_alg()
921 lws_cose_val_alg_destroy(cps, &alg, in cb_cose_sig()
1028 lws_cose_val_alg_destroy(cps, &alg, NULL, 0); in lws_cose_validate_destroy()
Dcose_validate_alg.c188 lws_cose_val_alg_destroy(struct lws_cose_validate_context *cps, in lws_cose_val_alg_destroy() function