Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-jose.h55 LWS_COUNT_JOSE_HDR_ELEMENTS enumerator
111 struct lws_gencrypto_keyelem unprot[LWS_COUNT_JOSE_HDR_ELEMENTS];
118 struct lws_gencrypto_keyelem e[LWS_COUNT_JOSE_HDR_ELEMENTS];
/third_party/libwebsockets/lib/jose/jws/
Djose.c479 for (n = 0; n < LWS_COUNT_JOSE_HDR_ELEMENTS; n++) { in lws_jose_render()