MySQL 5.6.14 Source Code Document
|
Static Public Member Functions | |
static word TAOCRYPT_CDECL | Add (word *C, const word *A, const word *B, unsigned int N) |
static word TAOCRYPT_CDECL | Subtract (word *C, const word *A, const word *B, unsigned int N) |
static void TAOCRYPT_CDECL | Multiply2 (word *C, const word *A, const word *B) |
static word TAOCRYPT_CDECL | Multiply2Add (word *C, const word *A, const word *B) |
static void TAOCRYPT_CDECL | Multiply4 (word *C, const word *A, const word *B) |
static void TAOCRYPT_CDECL | Multiply8 (word *C, const word *A, const word *B) |
static unsigned int TAOCRYPT_CDECL | MultiplyRecursionLimit () |
static void TAOCRYPT_CDECL | Multiply2Bottom (word *C, const word *A, const word *B) |
static void TAOCRYPT_CDECL | Multiply4Bottom (word *C, const word *A, const word *B) |
static void TAOCRYPT_CDECL | Multiply8Bottom (word *C, const word *A, const word *B) |
static unsigned int TAOCRYPT_CDECL | MultiplyBottomRecursionLimit () |
static void TAOCRYPT_CDECL | Square2 (word *R, const word *A) |
static void TAOCRYPT_CDECL | Square4 (word *R, const word *A) |
static unsigned int TAOCRYPT_CDECL | SquareRecursionLimit () |
Definition at line 538 of file integer.cpp.