|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <botan/aes.h>#include <botan/loadstor.h>#include <arm_neon.h>Go to the source code of this file.
Namespaces | |
| 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.
1.8.9.1