mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
camellia: add CIPHER_ENCRYPT_ONLY dependency for DECRYPT test cases
Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
parent
702c220809
commit
ba473b1c82
|
|
@ -67,7 +67,7 @@ exit:
|
||||||
}
|
}
|
||||||
/* END_CASE */
|
/* END_CASE */
|
||||||
|
|
||||||
/* BEGIN_CASE */
|
/* BEGIN_CASE depends_on:!MBEDTLS_CIPHER_ENCRYPT_ONLY */
|
||||||
void camellia_decrypt_ecb(data_t *key_str, data_t *src_str,
|
void camellia_decrypt_ecb(data_t *key_str, data_t *src_str,
|
||||||
data_t *dst, int setkey_result)
|
data_t *dst, int setkey_result)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue