Botan 3.1.1
Crypto and TLS for C&
|
Internal Header. More...
#include <botan/types.h>
#include <botan/internal/mul128.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
void | Botan::word3_add (word *w2, word *w1, word *w0, word x) |
void | Botan::word3_muladd (word *w2, word *w1, word *w0, word x, word y) |
void | Botan::word3_muladd_2 (word *w2, word *w1, word *w0, word x, word y) |
word | Botan::word8_add2 (word x[8], const word y[8], word carry) |
word | Botan::word8_add3 (word z[8], const word x[8], const word y[8], word carry) |
word | Botan::word8_linmul2 (word x[8], word y, word carry) |
word | Botan::word8_linmul3 (word z[8], const word x[8], word y, word carry) |
word | Botan::word8_madd3 (word z[8], const word x[8], word y, word carry) |
word | Botan::word8_sub2 (word x[8], const word y[8], word carry) |
word | Botan::word8_sub2_rev (word x[8], const word y[8], word carry) |
word | Botan::word8_sub3 (word z[8], const word x[8], const word y[8], word carry) |
word | Botan::word_add (word x, word y, word *carry) |
word | Botan::word_madd2 (word a, word b, word *c) |
word | Botan::word_madd3 (word a, word b, word c, word *d) |
word | Botan::word_sub (word x, word y, word *carry) |
Internal Header.
Definition in file mp_asmi.h.