Home
last modified time | relevance | path

Searched refs:lws_gencrypto_jws_alg_to_definition (Results 1 – 5 of 5) sorted by relevance

/external/libwebsockets/include/libwebsockets/
Dlws-jose.h156 lws_gencrypto_jws_alg_to_definition(const char *alg,
/external/libwebsockets/lib/tls/
Dlws-gencrypto-common.c576 lws_gencrypto_jws_alg_to_definition(const char *alg, in lws_gencrypto_jws_alg_to_definition() function
/external/libwebsockets/minimal-examples/crypto/minimal-crypto-jws/
Dmain.c54 if (lws_gencrypto_jws_alg_to_definition(p, &jose.alg)) { in main()
/external/libwebsockets/lib/jose/jws/
Djose.c211 lws_gencrypto_jws_alg_to_definition(ctx->buf, in lws_jws_jose_cb()
/external/libwebsockets/minimal-examples/api-tests/api-test-jose/
Djws.c290 if (lws_gencrypto_jws_alg_to_definition("RS256", &jose.alg)) { in test_jws_RS256()