Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/cose/
Dcose_sign_alg.c70 if (lws_genhash_init(&alg->hash_ctx, gh)) in lws_cose_sign_alg_create()
135 if (lws_genhash_init(&alg->hash_ctx, gh)) in lws_cose_sign_alg_create()
Dcose_validate_alg.c70 if (lws_genhash_init(&alg->hash_ctx, gh)) in lws_cose_val_alg_create()
134 if (lws_genhash_init(&alg->hash_ctx, gh)) in lws_cose_val_alg_create()
/third_party/libwebsockets/lib/tls/mbedtls/
Dlws-genhash.c52 lws_genhash_init(struct lws_genhash_ctx *ctx, enum lws_genhash_types type) in lws_genhash_init() function
162 lws_genhash_init(struct lws_genhash_ctx *ctx, enum lws_genhash_types type) in lws_genhash_init() function
Dmbedtls-server.c528 if (lws_genhash_init(&hash_ctx, LWS_GENHASH_TYPE_SHA256)) in lws_tls_acme_sni_cert_create()
/third_party/libwebsockets/include/libwebsockets/
Dlws-genhash.h120 lws_genhash_init(struct lws_genhash_ctx *ctx, enum lws_genhash_types type);
/third_party/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.c1217 if (lws_genhash_init(&pss->ua->hash_ctx, in lws_ssh_parse_plaintext()
/third_party/libwebsockets/plugins/ssh-base/crypto/
Ded25519.c21 if (lws_genhash_init(&ctx, LWS_GENHASH_TYPE_SHA512)) { in crypto_hash_sha512()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/
Dss-s3-ss.c118 if (lws_genhash_init(&hash_ctx, LWS_GENHASH_TYPE_SHA256) || in sigv4_sha256hash_payload()
/third_party/libwebsockets/lib/tls/openssl/
Dlws-genhash.c36 lws_genhash_init(struct lws_genhash_ctx *ctx, enum lws_genhash_types type) in lws_genhash_init() function
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/
Djws.c497 if (lws_genhash_init(&hash_ctx, jose.alg->hash_type) || in test_jws_ES256()
659 if (lws_genhash_init(&hash_ctx, jose.alg->hash_type) || in test_jws_ES512()
/third_party/libwebsockets/lib/jose/jwk/
Djwk.c264 if (lws_genhash_init(&hash_ctx, LWS_GENHASH_TYPE_SHA256)) in lws_jwk_rfc7638_fingerprint()
/third_party/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()
757 if (lws_genhash_init(&hash_ctx, jose->alg->hash_type) || in lws_jws_sign_from_b64()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/
Dminimal-secure-streams.c228 if (lws_genhash_init(&m->hash_ctx, LWS_GENHASH_TYPE_SHA256)) in myss_rx()
/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/
Dsign.c206 if ((ret = lws_genhash_init(&hash_ctx, LWS_GENHASH_TYPE_SHA256))) { in build_sign_string()
/third_party/libwebsockets/lib/jose/jwe/
Djwe.c279 if (lws_genhash_init(&hash_ctx, LWS_GENHASH_TYPE_SHA256)) in lws_jwa_concat_kdf()