mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-14 09:36:39 -04:00
Revert "Add MBEDTLS_CIPHER_MODE_AEAD dependency to auth_crypt_tv() test function"
This reverts commit 802353c8071ca5a1604bdba45806d59dd48e4728. Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
parent
fa6094185e
commit
0d72141ead
@ -10,7 +10,7 @@
|
|||||||
#define MBEDTLS_CIPHER_AUTH_CRYPT
|
#define MBEDTLS_CIPHER_AUTH_CRYPT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(MBEDTLS_CIPHER_AUTH_CRYPT) && defined(MBEDTLS_CIPHER_MODE_AEAD)
|
#if defined(MBEDTLS_CIPHER_AUTH_CRYPT)
|
||||||
/* Helper for resetting key/direction
|
/* Helper for resetting key/direction
|
||||||
*
|
*
|
||||||
* The documentation doesn't explicitly say whether calling
|
* The documentation doesn't explicitly say whether calling
|
||||||
@ -1132,7 +1132,7 @@ exit:
|
|||||||
}
|
}
|
||||||
/* END_CASE */
|
/* END_CASE */
|
||||||
|
|
||||||
/* BEGIN_CASE depends_on:MBEDTLS_CIPHER_AUTH_CRYPT:MBEDTLS_CIPHER_MODE_AEAD */
|
/* BEGIN_CASE depends_on:MBEDTLS_CIPHER_AUTH_CRYPT */
|
||||||
void auth_crypt_tv( int cipher_id, data_t * key, data_t * iv,
|
void auth_crypt_tv( int cipher_id, data_t * key, data_t * iv,
|
||||||
data_t * ad, data_t * cipher, data_t * tag,
|
data_t * ad, data_t * cipher, data_t * tag,
|
||||||
char * result, data_t * clear, int use_psa )
|
char * result, data_t * clear, int use_psa )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user