|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <botan/sha160.h>#include <botan/rotate.h>#include <emmintrin.h>Go to the source code of this file.
Namespaces | |
| Botan | |
| Botan::SHA1_SSE2_F | |
Macros | |
| #define | GET_P_32(P, i) P.u32[i] |
| #define | prep(prep, XW0, XW1, XW2, XW3, K) |
| #define | prep00_15(P, W) |
| #define GET_P_32 | ( | P, | |
| i | |||
| ) | P.u32[i] |
| #define prep | ( | prep, | |
| XW0, | |||
| XW1, | |||
| XW2, | |||
| XW3, | |||
| K | |||
| ) |
Definition at line 79 of file sha1_sse2.cpp.
| #define prep00_15 | ( | P, | |
| W | |||
| ) |
Definition at line 25 of file sha1_sse2.cpp.
1.8.9.1