#include <assert.h>
#include "aes-internal.h"
Go to the source code of this file.
◆ nettle_aes256_decrypt()
Definition at line 55 of file aes256-decrypt.c.
void _nettle_aes_decrypt(unsigned rounds, const uint32_t *keys, const struct aes_table *T, size_t length, uint8_t *dst, const uint8_t *src)
const struct aes_table _nettle_aes_decrypt_table
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
assert(limit<=UINT32_MAX/2)
References _AES256_ROUNDS, _nettle_aes_decrypt(), _nettle_aes_decrypt_table, AES_BLOCK_SIZE, assert(), dst, length, and src.