summaryrefslogtreecommitdiffstats
path: root/crypto/aes
diff options
context:
space:
mode:
authorHongren (Zenithal) Zheng <i@zenithal.me>2022-05-13 23:29:34 +0800
committerPauli <pauli@openssl.org>2022-09-05 10:20:30 +1000
commitb733ce73a423b99c0354b42e268216e0656e556b (patch)
tree0c9d068807fc3b2dbee298332d5f1018199c0c8f /crypto/aes
parent61170642b1ad084ae4f52e43d39c5c1e471b323a (diff)
add build support for riscv32 aes zkn
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18308)
Diffstat (limited to 'crypto/aes')
-rw-r--r--crypto/aes/build.info2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/aes/build.info b/crypto/aes/build.info
index 545093c6ef..886c3b3df3 100644
--- a/crypto/aes/build.info
+++ b/crypto/aes/build.info
@@ -49,6 +49,7 @@ IF[{- !$disabled{asm} -}]
$AESASM_riscv64=aes_cbc.c aes-riscv64.s aes-riscv64-zkn.s
$AESDEF_riscv64=AES_ASM
+ $AESASM_riscv32=aes_core.c aes_cbc.c aes-riscv32-zkn.s
# Now that we have defined all the arch specific variables, use the
# appropriate one, and define the appropriate macros
@@ -119,6 +120,7 @@ INCLUDE[aes-mips.o]=..
GENERATE[aes-riscv64.s]=asm/aes-riscv64.pl
GENERATE[aes-riscv64-zkn.s]=asm/aes-riscv64-zkn.pl
+GENERATE[aes-riscv32-zkn.s]=asm/aes-riscv32-zkn.pl
GENERATE[aesv8-armx.S]=asm/aesv8-armx.pl
INCLUDE[aesv8-armx.o]=..