opnsense-src/sys/crypto/sha2
Kyle Evans c02bc0aa0b libmd: re-apply masking of _Transform names
Visibility can get complicated when, e.g., ifuncs are involved.  In
particular, SHA256/SHA512 on aarch64 use ifuncs for their _Transform
implementations, which then exposes global symbols of the same name that
break things trying to statically link both libcrypto and libmd.

Revert this part of the _Transform removal to fix the pkg-static build
on aarch64.

Fixes:	81de655acd ("libmd: stop exporting Transform() symbols")
2024-09-30 14:59:31 -05:00
..
sha224.h libmd: stop exporting _version symbols 2024-09-29 22:35:23 -05:00
sha256.h libmd: re-apply masking of _Transform names 2024-09-30 14:59:31 -05:00
sha256c.c libmd: stop exporting Transform() symbols 2024-09-29 22:34:20 -05:00
sha256c_arm64.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
sha256c_impl.h Use arm64 sha256 intrinsics in libmd 2021-08-11 10:20:48 +00:00
sha384.h libmd: stop exporting _version symbols 2024-09-29 22:35:23 -05:00
sha512.h libmd: re-apply masking of _Transform names 2024-09-30 14:59:31 -05:00
sha512c.c libmd: stop exporting Transform() symbols 2024-09-29 22:34:20 -05:00
sha512c_arm64.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
sha512c_impl.h Add accelerated arm64 sha512 to libmd 2021-12-13 15:33:22 +00:00
sha512t.h libmd: re-apply masking of _Transform names 2024-09-30 14:59:31 -05:00