Home
last modified time | relevance | path

Searched refs:evp_type (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/tls/openssl/
Dlws-genhash.c45 ctx->evp_type = EVP_md5(); in lws_genhash_init()
48 ctx->evp_type = EVP_sha1(); in lws_genhash_init()
51 ctx->evp_type = EVP_sha256(); in lws_genhash_init()
54 ctx->evp_type = EVP_sha384(); in lws_genhash_init()
57 ctx->evp_type = EVP_sha512(); in lws_genhash_init()
63 if (EVP_DigestInit_ex(ctx->mdctx, ctx->evp_type, NULL) != 1) { in lws_genhash_init()
111 ctx->evp_type = 0; in lws_genhmac_init()
116 ctx->evp_type = EVP_sha256(); in lws_genhmac_init()
119 ctx->evp_type = EVP_sha384(); in lws_genhmac_init()
122 ctx->evp_type = EVP_sha512(); in lws_genhmac_init()
[all …]
/third_party/libwebsockets/include/libwebsockets/
Dlws-genhash.h65 const EVP_MD *evp_type; member
76 const EVP_MD *evp_type; member