mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-05 06:26:52 +00:00
Tests for AES encypt only
This commit is contained in:
parent
1480444e8e
commit
c0a8bd40fc
10 changed files with 804 additions and 708 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue