freebsd-dev/sys/crypto/sha2
John Baldwin a6765c4b44 libmd: Only define SHA256_Transform_c when using the ARM64 ifunc.
GCC 9 doesn't define a SHA256_Transform symbol when the stub just wraps
SHA256_Transform_c resulting in an undefined symbol for
_libmd_SHA256_Transform in libmd.so.

Discussed with:	andrew, jrtc27
Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D31945
2021-12-08 14:25:02 -08:00
..
sha224.h
sha256.h
sha256c_arm64.c Use arm64 sha256 intrinsics in libmd 2021-08-11 10:20:48 +00:00
sha256c_impl.h Use arm64 sha256 intrinsics in libmd 2021-08-11 10:20:48 +00:00
sha256c.c libmd: Only define SHA256_Transform_c when using the ARM64 ifunc. 2021-12-08 14:25:02 -08:00
sha384.h
sha512.h
sha512c.c
sha512t.h