Searched refs:evp_type (Results 1 – 2 of 2) sorted by relevance
45 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 …]
65 const EVP_MD *evp_type; member76 const EVP_MD *evp_type; member