Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-x509/
H A Dmain.c122 if (lws_x509_public_to_jwk(&jwk, x509_trusted, in main()
140 if (lws_x509_public_to_jwk(&jwk, x509, "P-256,P-384,P-521", 4096)) { in main()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-x509.h131 * lws_x509_public_to_jwk() - Copy the public key out of a cert and into a JWK
144 lws_x509_public_to_jwk(struct lws_jwk *jwk, struct lws_x509_cert *x509,
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-x509.c379 lws_x509_public_to_jwk(struct lws_jwk *jwk, struct lws_x509_cert *x509, in lws_x509_public_to_jwk() function
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-x509.c473 lws_x509_public_to_jwk(struct lws_jwk *jwk, struct lws_x509_cert *x509, in lws_x509_public_to_jwk() function
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/
H A Djws.c851 if (lws_x509_public_to_jwk(&jwk, pub, NULL, 2048)) { in test_jwt_RS256()

Completed in 4 milliseconds