Lines Matching refs:EVP_sha256
22 # 2020-08-24 Use EVP_sha256 instead of HMAC_Update (for openssl-3.0.0).
714 AC_MSG_CHECKING([for EVP_sha256 in -lcrypto])
718 int EVP_sha256(void);
719 (void)EVP_sha256();
723 [If you have EVP_sha256])
733 int EVP_sha256(void);
734 (void)EVP_sha256();
737 [If you have EVP_sha256])
748 int EVP_sha256(void);
749 (void)EVP_sha256();
752 [If you have EVP_sha256])
763 int EVP_sha256(void);
764 (void)EVP_sha256();
767 [If you have EVP_sha256])
778 int EVP_sha256(void);
779 (void)EVP_sha256();
782 [If you have EVP_sha256])
792 int EVP_sha256(void);
793 (void)EVP_sha256();
796 [If you have EVP_sha256])