Home
last modified time | relevance | path

Searched refs:lws_jwk_load (Results 1 - 5 of 5) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
H A Dlws-jwk.h145 /** lws_jwk_load() - Import a JSON Web key from a file
166 lws_jwk_load(struct lws_jwk *jwk, const char *filename,
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwe/
H A Dmain.c166 if (lws_jwk_load(&jwe.jwk, p, NULL, NULL)) { in main()
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jws/
H A Dmain.c89 if (lws_jwk_load(&jwk, p, NULL, NULL)) { in main()
/third_party/libwebsockets/lib/jose/jwk/
H A Djose_key.c599 lws_jwk_load(struct lws_jwk *jwk, const char *filename, in lws_jwk_load() function
/third_party/libwebsockets/plugins/acme-client/
H A Dprotocol_lws_acme_client.c663 if (!lws_jwk_load(&vhd->jwk, vhd->pvop[LWS_TLS_SET_AUTH_PATH], in lws_acme_load_create_auth_keys()

Completed in 4 milliseconds