mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-11 14:38:17 +02:00
Tests for AES encypt only
This commit is contained in:
@@ -1275,6 +1275,15 @@ component_test_aes_only_128_bit_keys () {
|
||||
make test
|
||||
}
|
||||
|
||||
component_test_aes_only_encrypt () {
|
||||
msg "build: default config with MBEDTLS_AES_ONLY_ENCRYPT enabled"
|
||||
scripts/config.pl set MBEDTLS_AES_ONLY_ENCRYPT
|
||||
make CC=gcc CFLAGS='-Werror -Wall -Wextra'
|
||||
|
||||
msg "test: AES_ONLY_128_BIT_KEY_LENGTH"
|
||||
make test
|
||||
}
|
||||
|
||||
component_test_aes_fewer_tables_and_rom_tables () {
|
||||
msg "build: default config with AES_ROM_TABLES and AES_FEWER_TABLES enabled"
|
||||
scripts/config.pl set MBEDTLS_AES_FEWER_TABLES
|
||||
|
||||
Reference in New Issue
Block a user