Botan 2.19.4
Crypto and TLS for C&
|
#include <botan/aes.h>
#include <botan/loadstor.h>
#include <arm_neon.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Macros | |
#define | AES_DEC_4_LAST_ROUNDS(K, K2) |
#define | AES_DEC_4_ROUNDS(K) |
#define | AES_ENC_4_LAST_ROUNDS(K, K2) |
#define | AES_ENC_4_ROUNDS(K) |
#define AES_DEC_4_LAST_ROUNDS | ( | K, | |
K2 | |||
) |
Definition at line 44 of file aes_armv8.cpp.
#define AES_DEC_4_ROUNDS | ( | K | ) |
Definition at line 35 of file aes_armv8.cpp.
#define AES_ENC_4_LAST_ROUNDS | ( | K, | |
K2 | |||
) |
Definition at line 26 of file aes_armv8.cpp.
#define AES_ENC_4_ROUNDS | ( | K | ) |
Definition at line 17 of file aes_armv8.cpp.