|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <botan/serpent.h>#include <botan/internal/serpent_sbox.h>#include <botan/internal/simd_avx2.h>Go to the source code of this file.
Namespaces | |
| Botan | |
Macros | |
| #define | i_transform(B0, B1, B2, B3) |
| #define | key_xor(round, B0, B1, B2, B3) |
| #define | transform(B0, B1, B2, B3) |
| #define i_transform | ( | B0, | |
| B1, | |||
| B2, | |||
| B3 | |||
| ) |
Definition at line 39 of file serpent_avx2.cpp.
Referenced by Botan::Serpent::decrypt_n().
| #define key_xor | ( | round, | |
| B0, | |||
| B1, | |||
| B2, | |||
| B3 | |||
| ) |
Definition at line 14 of file serpent_avx2.cpp.
| #define transform | ( | B0, | |
| B1, | |||
| B2, | |||
| B3 | |||
| ) |
Definition at line 25 of file serpent_avx2.cpp.
Referenced by Botan::ARIA_128::decrypt_n(), Botan::ARIA_192::decrypt_n(), Botan::ARIA_256::decrypt_n(), Botan::Serpent::encrypt_n(), Botan::ARIA_128::encrypt_n(), Botan::ARIA_192::encrypt_n(), and Botan::ARIA_256::encrypt_n().
1.8.9.1