CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2025/09/08 06:56:17

Modified files:
        lib/libcrypto/aes: aes_core.c 
        lib/libcrypto/arch/amd64: crypto_arch.h 
        lib/libcrypto/arch/i386: crypto_arch.h 

Log message:
Allow generic AES implementation to be used as a fallback.

Rename the C based AES implementation to *_generic() and provide
*_internal() wrappers for these. This allows for architectures to provide
accelerated versions without having to also provide a fallback
implementation.

ok tb@

Reply via email to