From: Hongren (Zenithal) Zheng Date: Sat, 30 Apr 2022 09:37:46 +0000 (+0800) Subject: add build support for riscv64 aes zkn X-Git-Tag: openssl-3.2.0-alpha1~2550 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9912c38ed69c97ca737c66c68ae454c5cd265133;p=thirdparty%2Fopenssl.git add build support for riscv64 aes zkn Signed-off-by: Hongren (Zenithal) Zheng Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/18197) --- diff --git a/crypto/aes/build.info b/crypto/aes/build.info index 3adc4b11155..545093c6ef4 100644 --- a/crypto/aes/build.info +++ b/crypto/aes/build.info @@ -47,7 +47,7 @@ IF[{- !$disabled{asm} -}] # aes-c64xplus.s implements AES_ctr32_encrypt $AESDEF_c64xplus=AES_ASM AES_CTR_ASM - $AESASM_riscv64=aes_cbc.c aes-riscv64.s + $AESASM_riscv64=aes_cbc.c aes-riscv64.s aes-riscv64-zkn.s $AESDEF_riscv64=AES_ASM # Now that we have defined all the arch specific variables, use the @@ -118,6 +118,7 @@ GENERATE[aes-mips.S]=asm/aes-mips.pl INCLUDE[aes-mips.o]=.. GENERATE[aes-riscv64.s]=asm/aes-riscv64.pl +GENERATE[aes-riscv64-zkn.s]=asm/aes-riscv64-zkn.pl GENERATE[aesv8-armx.S]=asm/aesv8-armx.pl INCLUDE[aesv8-armx.o]=..