Home
last modified time | relevance | path

Searched refs:cose_curve (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-cose.h280 cose_param_t cose_curve; member
/third_party/libwebsockets/lib/cose/
Dcose_key.c432 cps->ck->cose_curve = (int)ctx->item.u.u64; in cb_cose_key()
433 p = lws_cose_curve_id_to_name(cps->ck->cose_curve); in cb_cose_key()
667 cps->ck->cose_curve = lws_cose_curve_name_to_id(ctx->buf); in cb_cose_key()