mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-17 11:43:37 +00:00
all.sh/components: Moved support functions to the same group as their components.
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
parent
4b6ee64541
commit
f699d51a0b
@ -43,14 +43,6 @@ component_test_aesni_m32_clang () {
|
|||||||
grep -q mbedtls_aesni_has_support ./programs/test/selftest
|
grep -q mbedtls_aesni_has_support ./programs/test/selftest
|
||||||
}
|
}
|
||||||
|
|
||||||
support_build_aes_aesce_armcc () {
|
|
||||||
support_build_armcc
|
|
||||||
}
|
|
||||||
|
|
||||||
support_test_block_cipher_no_decrypt_aesce_armcc () {
|
|
||||||
support_build_armcc
|
|
||||||
}
|
|
||||||
|
|
||||||
test_build_opt () {
|
test_build_opt () {
|
||||||
info=$1 cc=$2; shift 2
|
info=$1 cc=$2; shift 2
|
||||||
$cc --version
|
$cc --version
|
||||||
|
@ -2164,6 +2164,10 @@ component_test_aesni_m32 () { # ~ 60s
|
|||||||
not grep -q mbedtls_aesni_has_support ./programs/test/selftest
|
not grep -q mbedtls_aesni_has_support ./programs/test/selftest
|
||||||
}
|
}
|
||||||
|
|
||||||
|
support_build_aes_aesce_armcc () {
|
||||||
|
support_build_armcc
|
||||||
|
}
|
||||||
|
|
||||||
# For timebeing, no aarch64 gcc available in CI and no arm64 CI node.
|
# For timebeing, no aarch64 gcc available in CI and no arm64 CI node.
|
||||||
component_build_aes_aesce_armcc () {
|
component_build_aes_aesce_armcc () {
|
||||||
msg "Build: AESCE test on arm64 platform without plain C."
|
msg "Build: AESCE test on arm64 platform without plain C."
|
||||||
@ -2514,6 +2518,10 @@ component_test_block_cipher_no_decrypt_aesni_use_psa () {
|
|||||||
common_block_cipher_no_decrypt
|
common_block_cipher_no_decrypt
|
||||||
}
|
}
|
||||||
|
|
||||||
|
support_test_block_cipher_no_decrypt_aesce_armcc () {
|
||||||
|
support_build_armcc
|
||||||
|
}
|
||||||
|
|
||||||
component_test_block_cipher_no_decrypt_aesce_armcc () {
|
component_test_block_cipher_no_decrypt_aesce_armcc () {
|
||||||
scripts/config.py baremetal
|
scripts/config.py baremetal
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user