Lines Matching refs:EVP_sha256
13 # 2020-08-24 Use EVP_sha256 instead of HMAC_Update (for openssl-3.0.0).
684 AC_MSG_CHECKING([for EVP_sha256 in -lcrypto])
688 int EVP_sha256(void);
689 (void)EVP_sha256();
693 [If you have EVP_sha256])
703 int EVP_sha256(void);
704 (void)EVP_sha256();
707 [If you have EVP_sha256])
717 int EVP_sha256(void);
718 (void)EVP_sha256();
721 [If you have EVP_sha256])
731 int EVP_sha256(void);
732 (void)EVP_sha256();
735 [If you have EVP_sha256])