Loading...
Searching...
No Matches
Go to the documentation of this file.
28#define MBEDTLS_ARIA_ENCRYPT 1
29#define MBEDTLS_ARIA_DECRYPT 0
31#define MBEDTLS_ARIA_BLOCKSIZE 16
32#define MBEDTLS_ARIA_MAX_ROUNDS 16
33#define MBEDTLS_ARIA_MAX_KEYSIZE 32
36#define MBEDTLS_ERR_ARIA_BAD_INPUT_DATA -0x005C
39#define MBEDTLS_ERR_ARIA_INVALID_INPUT_LENGTH -0x005E
45#if !defined(MBEDTLS_ARIA_ALT)
98 const unsigned char *key,
99 unsigned int keybits);
101#if !defined(MBEDTLS_BLOCK_CIPHER_NO_DECRYPT)
118 const unsigned char *key,
119 unsigned int keybits);