37 #ifndef NETTLE_AES_H_INCLUDED
38 #define NETTLE_AES_H_INCLUDED
47 #define aes_set_encrypt_key nettle_aes_set_encrypt_key
48 #define aes_set_decrypt_key nettle_aes_set_decrypt_key
49 #define aes_invert_key nettle_aes_invert_key
50 #define aes_encrypt nettle_aes_encrypt
51 #define aes_decrypt nettle_aes_decrypt
52 #define aes128_set_encrypt_key nettle_aes128_set_encrypt_key
53 #define aes128_set_decrypt_key nettle_aes128_set_decrypt_key
54 #define aes128_invert_key nettle_aes128_invert_key
55 #define aes128_encrypt nettle_aes128_encrypt
56 #define aes128_decrypt nettle_aes128_decrypt
57 #define aes192_set_encrypt_key nettle_aes192_set_encrypt_key
58 #define aes192_set_decrypt_key nettle_aes192_set_decrypt_key
59 #define aes192_invert_key nettle_aes192_invert_key
60 #define aes192_encrypt nettle_aes192_encrypt
61 #define aes192_decrypt nettle_aes192_decrypt
62 #define aes256_set_encrypt_key nettle_aes256_set_encrypt_key
63 #define aes256_set_decrypt_key nettle_aes256_set_decrypt_key
64 #define aes256_invert_key nettle_aes256_invert_key
65 #define aes256_encrypt nettle_aes256_encrypt
66 #define aes256_decrypt nettle_aes256_decrypt
68 #define AES_BLOCK_SIZE 16
70 #define AES128_KEY_SIZE 16
71 #define AES192_KEY_SIZE 24
72 #define AES256_KEY_SIZE 32
73 #define _AES128_ROUNDS 10
74 #define _AES192_ROUNDS 12
75 #define _AES256_ROUNDS 14
145 #define AES_MIN_KEY_SIZE AES128_KEY_SIZE
146 #define AES_MAX_KEY_SIZE AES256_KEY_SIZE
148 #define AES_KEY_SIZE 32
#define _NETTLE_ATTRIBUTE_DEPRECATED
#define aes192_set_decrypt_key
#define aes128_set_decrypt_key
#define aes_set_encrypt_key
#define aes128_set_encrypt_key
#define aes256_set_decrypt_key
#define aes128_invert_key
#define aes192_set_encrypt_key
#define aes256_set_encrypt_key
#define aes_set_decrypt_key
#define aes256_invert_key
#define aes192_invert_key
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags static arg static fd static protocol static who struct sockaddr static addrlen static backlog struct timeval struct timezone static tz const struct iovec static count static mode const void const struct sockaddr static tolen const char static pathname void static offset struct stat static buf void long static basep static whence static length const void static len key
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags static arg static fd static protocol static who struct sockaddr static addrlen static backlog struct timeval struct timezone static tz const struct iovec static count static mode const void const struct sockaddr static tolen const char static pathname void static offset struct stat static buf void long static basep static whence static length const void static len static semflg const void static shmflg const struct timespec struct timespec static rem const char static group const void length
uint32_t keys[4 *(_AES128_ROUNDS+1)]
uint32_t keys[4 *(_AES192_ROUNDS+1)]
uint32_t keys[4 *(_AES256_ROUNDS+1)]