mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-08 15:39:22 +01:00
- Added test for self_test()
This commit is contained in:
parent
0a083c2a12
commit
3d36082a8d
6 changed files with 29 additions and 0 deletions
|
|
@ -166,3 +166,9 @@ aes_decrypt_cfb128:hex_key_string:hex_iv_string:hex_src_string:hex_dst_string
|
|||
}
|
||||
END_CASE
|
||||
|
||||
BEGIN_CASE
|
||||
aes_selftest:
|
||||
{
|
||||
TEST_ASSERT( aes_self_test( 0 ) == 0 );
|
||||
}
|
||||
END_CASE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue