#include <openssl/aes.h>#include <assert.h>#include <openssl/cpu.h>#include "internal.h"#include "../modes/internal.h"

Go to the source code of this file.
Functions | |
| void | AES_decrypt (const uint8_t *in, uint8_t *out, const AES_KEY *key) |
| void | AES_encrypt (const uint8_t *in, uint8_t *out, const AES_KEY *key) |
| int | AES_set_decrypt_key (const uint8_t *key, unsigned bits, AES_KEY *aeskey) |
| int | AES_set_encrypt_key (const uint8_t *key, unsigned bits, AES_KEY *aeskey) |