Home
last modified time | relevance | path

Searched refs:lws_genhash_init (Results 1 – 12 of 12) sorted by relevance

/external/libwebsockets/include/libwebsockets/
Dlws-genhash.h111 lws_genhash_init(struct lws_genhash_ctx *ctx, enum lws_genhash_types type);
/external/libwebsockets/lib/tls/openssl/
Dlws-genhash.c35 lws_genhash_init(struct lws_genhash_ctx *ctx, enum lws_genhash_types type) in lws_genhash_init() function
/external/libwebsockets/plugins/ssh-base/
Dkex-25519.c243 if (lws_genhash_init(&ctx, LWS_GENHASH_TYPE_SHA256)) in kex_ecdh_dv()
411 if (lws_genhash_init(&ctx, LWS_GENHASH_TYPE_SHA256)) { in kex_ecdh()
Dsshd.c1214 if (lws_genhash_init(&pss->ua->hash_ctx, in lws_ssh_parse_plaintext()
/external/libwebsockets/plugins/generic-sessions/
Dutils.c403 if (lws_genhash_init(&hash_ctx, LWS_GENHASH_TYPE_SHA256) || in lwsgs_check_credentials()
450 if (lws_genhash_init(&hash_ctx, LWS_GENHASH_TYPE_SHA256) || in lwsgs_hash_password()
/external/libwebsockets/lib/tls/mbedtls/
Dlws-genhash.c37 lws_genhash_init(struct lws_genhash_ctx *ctx, enum lws_genhash_types type) in lws_genhash_init() function
Dmbedtls-server.c539 if (lws_genhash_init(&hash_ctx, LWS_GENHASH_TYPE_SHA256)) in lws_tls_acme_sni_cert_create()
/external/libwebsockets/plugins/ssh-base/crypto/
Ded25519.c21 if (lws_genhash_init(&ctx, LWS_GENHASH_TYPE_SHA512)) { in crypto_hash_sha512()
/external/libwebsockets/lib/jose/jws/
Djws.c499 if (lws_genhash_init(&hash_ctx, jose.alg->hash_type)) in lws_jws_sig_confirm()
620 if (lws_genhash_init(&hash_ctx, jose.alg->hash_type) || in lws_jws_sig_confirm()
756 if (lws_genhash_init(&hash_ctx, jose->alg->hash_type) || in lws_jws_sign_from_b64()
/external/libwebsockets/minimal-examples/api-tests/api-test-jose/
Djws.c496 if (lws_genhash_init(&hash_ctx, jose.alg->hash_type) || in test_jws_ES256()
657 if (lws_genhash_init(&hash_ctx, jose.alg->hash_type) || in test_jws_ES512()
/external/libwebsockets/lib/jose/jwe/
Djwe.c279 if (lws_genhash_init(&hash_ctx, LWS_GENHASH_TYPE_SHA256)) in lws_jwa_concat_kdf()
/external/libwebsockets/lib/jose/jwk/
Djwk.c829 if (lws_genhash_init(&hash_ctx, LWS_GENHASH_TYPE_SHA256)) in lws_jwk_rfc7638_fingerprint()