aria: add CIPHER_ENCRYPT_ONLY dependency for DECRYPT test cases
Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
parent
85c3023c60
commit
702c220809
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ exit:
|
||||||
}
|
}
|
||||||
/* END_CASE */
|
/* END_CASE */
|
||||||
|
|
||||||
/* BEGIN_CASE */
|
/* BEGIN_CASE depends_on:!MBEDTLS_CIPHER_ENCRYPT_ONLY */
|
||||||
void aria_decrypt_ecb(data_t *key_str, data_t *src_str,
|
void aria_decrypt_ecb(data_t *key_str, data_t *src_str,
|
||||||
data_t *expected_output, int setkey_result)
|
data_t *expected_output, int setkey_result)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue