mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-26 22:51:24 -04:00
Remove test_aes_*
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
1414029ff0
commit
69dd441eb5
@ -4941,41 +4941,6 @@ component_check_test_helpers () {
|
||||
python3 -m unittest tests/scripts/translate_ciphers.py 2>&1
|
||||
}
|
||||
|
||||
component_test_aes_donot_use_hardware () {
|
||||
msg "Test: AES builtin only"
|
||||
scripts/config.py unset MBEDTLS_AESNI_C
|
||||
scripts/config.py unset MBEDTLS_PADLOCK_C
|
||||
scripts/config.py unset MBEDTLS_AESCE_C
|
||||
scripts/config.py unset MBEDTLS_AES_USE_HARDWARE_ONLY
|
||||
msg "build: make, AES built-in only" # ~10s
|
||||
make
|
||||
|
||||
msg "selftest: AES built-in only" # ~10s
|
||||
programs/test/selftest
|
||||
}
|
||||
|
||||
component_test_aes_aesni_only () {
|
||||
msg "Test: AESNI only"
|
||||
scripts/config.py set MBEDTLS_AESNI_C
|
||||
scripts/config.py unset MBEDTLS_PADLOCK_C
|
||||
scripts/config.py unset MBEDTLS_AESCE_C
|
||||
scripts/config.py set MBEDTLS_AES_USE_HARDWARE_ONLY
|
||||
msg "build: AESNI only" # ~10s
|
||||
make
|
||||
|
||||
msg "selftest: AESNI only" # ~10s
|
||||
programs/test/selftest
|
||||
}
|
||||
|
||||
component_test_aes_padlock_only () {
|
||||
msg "Test: AES, VIA padlock only"
|
||||
scripts/config.py unset MBEDTLS_AESNI_C
|
||||
scripts/config.py set MBEDTLS_PADLOCK_C
|
||||
scripts/config.py unset MBEDTLS_AESCE_C
|
||||
scripts/config.py set MBEDTLS_AES_USE_HARDWARE_ONLY
|
||||
msg "build: AES, VIA padlock only" # ~10s
|
||||
make CC=gcc CFLAGS="$ASAN_CFLAGS -m32 -O2" LDFLAGS="-m32 $ASAN_CFLAGS"
|
||||
}
|
||||
|
||||
################################################################
|
||||
#### Termination
|
||||
|
Loading…
x
Reference in New Issue
Block a user