Searched refs:lws_genhash_init (Results 1 – 16 of 16) sorted by relevance
/third_party/libwebsockets/lib/cose/ |
D | cose_sign_alg.c | 70 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()
|
D | cose_validate_alg.c | 70 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/ |
D | lws-genhash.c | 52 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
|
D | mbedtls-server.c | 528 if (lws_genhash_init(&hash_ctx, LWS_GENHASH_TYPE_SHA256)) in lws_tls_acme_sni_cert_create()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-genhash.h | 120 lws_genhash_init(struct lws_genhash_ctx *ctx, enum lws_genhash_types type);
|
/third_party/libwebsockets/plugins/ssh-base/ |
D | kex-25519.c | 243 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()
|
D | sshd.c | 1217 if (lws_genhash_init(&pss->ua->hash_ctx, in lws_ssh_parse_plaintext()
|
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
D | ed25519.c | 21 if (lws_genhash_init(&ctx, LWS_GENHASH_TYPE_SHA512)) { in crypto_hash_sha512()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/ |
D | ss-s3-ss.c | 118 if (lws_genhash_init(&hash_ctx, LWS_GENHASH_TYPE_SHA256) || in sigv4_sha256hash_payload()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | lws-genhash.c | 36 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/ |
D | jws.c | 497 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/ |
D | jwk.c | 264 if (lws_genhash_init(&hash_ctx, LWS_GENHASH_TYPE_SHA256)) in lws_jwk_rfc7638_fingerprint()
|
/third_party/libwebsockets/lib/jose/jws/ |
D | jws.c | 499 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/ |
D | minimal-secure-streams.c | 228 if (lws_genhash_init(&m->hash_ctx, LWS_GENHASH_TYPE_SHA256)) in myss_rx()
|
/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/ |
D | sign.c | 206 if ((ret = lws_genhash_init(&hash_ctx, LWS_GENHASH_TYPE_SHA256))) { in build_sign_string()
|
/third_party/libwebsockets/lib/jose/jwe/ |
D | jwe.c | 279 if (lws_genhash_init(&hash_ctx, LWS_GENHASH_TYPE_SHA256)) in lws_jwa_concat_kdf()
|