From bb482d188172bf45b389a4d5f68085ec9757e8b2 Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Thu, 2 Jan 2025 15:41:47 -0700 Subject: [PATCH] Order into respective groups --- fips-check.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/fips-check.sh b/fips-check.sh index d0ceaf56ef..158de9019e 100755 --- a/fips-check.sh +++ b/fips-check.sh @@ -261,6 +261,8 @@ v6.0.0) "wolfcrypt/src/port/arm/armv8-32-curve25519.S:${WOLF_REPO_TAG}" "wolfcrypt/src/port/arm/armv8-32-sha256-asm_c.c:${ASM_PICKUPS_TAG}" "wolfcrypt/src/port/arm/armv8-32-sha256-asm.S:${WOLF_REPO_TAG}" + "wolfcrypt/src/port/arm/armv8-32-sha3-asm_c.c:${WOLF_REPO_TAG}" + "wolfcrypt/src/port/arm/armv8-32-sha3-asm.S:${WOLF_REPO_TAG}" "wolfcrypt/src/port/arm/armv8-32-sha512-asm_c.c:${ASM_PICKUPS_TAG}" "wolfcrypt/src/port/arm/armv8-32-sha512-asm.S:${WOLF_REPO_TAG}" "wolfcrypt/src/port/arm/armv8-aes.c:${ASM_PICKUPS_TAG}" @@ -272,13 +274,6 @@ v6.0.0) "wolfcrypt/src/port/arm/armv8-sha512-asm_c.c:${ASM_PICKUPS_TAG}" "wolfcrypt/src/port/arm/armv8-sha512-asm.S:${WOLF_REPO_TAG}" "wolfcrypt/src/port/arm/armv8-sha512.c:${WOLF_REPO_TAG}" - "wolfcrypt/src/port/arm/armv8-32-sha3-asm_c.c:${WOLF_REPO_TAG}" - "wolfcrypt/src/port/arm/armv8-32-sha3-asm.S:${WOLF_REPO_TAG}" - "wolfcrypt/src/port/arm/thumb2-sha3-asm_c.c:${WOLF_REPO_TAG}" - "wolfcrypt/src/port/arm/thumb2-sha3-asm.S:${WOLF_REPO_TAG}" - "wolfcrypt/src/port/riscv/riscv-64-sha256.c:${WOLF_REPO_TAG}" - "wolfcrypt/src/port/riscv/riscv-64-sha512.c:${WOLF_REPO_TAG}" - "wolfcrypt/src/port/riscv/riscv-64-sha3.c:${WOLF_REPO_TAG}" "wolfcrypt/src/cmac.c:${WOLF_REPO_TAG}" "wolfcrypt/src/curve25519.c:${WOLF_REPO_TAG}" "wolfcrypt/src/curve448.c:${WOLF_REPO_TAG}" @@ -313,6 +308,8 @@ v6.0.0) "wolfcrypt/src/port/arm/thumb2-curve25519.S:${WOLF_REPO_TAG}" "wolfcrypt/src/port/arm/thumb2-sha256-asm_c.c:${WOLF_REPO_TAG}" "wolfcrypt/src/port/arm/thumb2-sha256-asm.S:${WOLF_REPO_TAG}" + "wolfcrypt/src/port/arm/thumb2-sha3-asm_c.c:${WOLF_REPO_TAG}" + "wolfcrypt/src/port/arm/thumb2-sha3-asm.S:${WOLF_REPO_TAG}" "wolfcrypt/src/port/arm/thumb2-sha512-asm_c.c:${WOLF_REPO_TAG}" "wolfcrypt/src/port/arm/thumb2-sha512-asm.S:${WOLF_REPO_TAG}" "wolfssl/wolfcrypt/aes.h:${WOLF_REPO_TAG}" @@ -333,6 +330,9 @@ v6.0.0) "wolfssl/wolfcrypt/sha256.h:${WOLF_REPO_TAG}" "wolfssl/wolfcrypt/sha3.h:${WOLF_REPO_TAG}" "wolfssl/wolfcrypt/sha512.h:${WOLF_REPO_TAG}" + "wolfcrypt/src/port/riscv/riscv-64-sha256.c:${WOLF_REPO_TAG}" + "wolfcrypt/src/port/riscv/riscv-64-sha3.c:${WOLF_REPO_TAG}" + "wolfcrypt/src/port/riscv/riscv-64-sha512.c:${WOLF_REPO_TAG}" ) ;; fips-ready|fips-dev)