Botan
2.1.0
Crypto and TLS for C++11
|
#include <botan/aes.h>
#include <botan/internal/ct_utils.h>
#include <tmmintrin.h>
Go to the source code of this file.
Namespaces | |
Botan | |
Macros | |
#define | mm_xor3(x, y, z) _mm_xor_si128(x, _mm_xor_si128(y, z)) |
#define mm_xor3 | ( | x, | |
y, | |||
z | |||
) | _mm_xor_si128(x, _mm_xor_si128(y, z)) |
Definition at line 52 of file aes_ssse3.cpp.