mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-25 12:16:59 +00:00
Enable CMAC for PSA crypto compliance tests
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
parent
24ec529f82
commit
c1e79fd2e3
|
@ -2843,7 +2843,8 @@ component_test_zeroize () {
|
||||||
}
|
}
|
||||||
|
|
||||||
component_test_psa_compliance () {
|
component_test_psa_compliance () {
|
||||||
msg "build: make, default config (out-of-box), libmbedcrypto.a only"
|
msg "build: make, default config + CMAC, libmbedcrypto.a only"
|
||||||
|
scripts/config.py set MBEDTLS_CMAC_C
|
||||||
make -C library libmbedcrypto.a
|
make -C library libmbedcrypto.a
|
||||||
|
|
||||||
msg "unit test: test_psa_compliance.py"
|
msg "unit test: test_psa_compliance.py"
|
||||||
|
|
Loading…
Reference in a new issue