Botan 3.9.0
Crypto and TLS for C&
|
This is the complete list of members for Botan::SIMD_16x32, including all inherited members.
andc(const SIMD_16x32 &other) const | Botan::SIMD_16x32 | inline |
bswap() const | Botan::SIMD_16x32 | inline |
choose(const SIMD_16x32 &mask, const SIMD_16x32 &a, const SIMD_16x32 &b) | Botan::SIMD_16x32 | inlinestatic |
load_be(const uint8_t *in) | Botan::SIMD_16x32 | inlinestatic |
load_le(const uint8_t *in) | Botan::SIMD_16x32 | inlinestatic |
majority(const SIMD_16x32 &x, const SIMD_16x32 &y, const SIMD_16x32 &z) | Botan::SIMD_16x32 | inlinestatic |
operator&(const SIMD_16x32 &other) const | Botan::SIMD_16x32 | inline |
operator&=(const SIMD_16x32 &other) | Botan::SIMD_16x32 | inline |
operator+(const SIMD_16x32 &other) const | Botan::SIMD_16x32 | inline |
operator+=(const SIMD_16x32 &other) | Botan::SIMD_16x32 | inline |
operator-(const SIMD_16x32 &other) const | Botan::SIMD_16x32 | inline |
operator-=(const SIMD_16x32 &other) | Botan::SIMD_16x32 | inline |
operator=(const SIMD_16x32 &other)=default | Botan::SIMD_16x32 | |
operator=(SIMD_16x32 &&other)=default | Botan::SIMD_16x32 | |
operator^(const SIMD_16x32 &other) const | Botan::SIMD_16x32 | inline |
operator^=(const SIMD_16x32 &other) | Botan::SIMD_16x32 | inline |
operator^=(uint32_t other) | Botan::SIMD_16x32 | inline |
operator|(const SIMD_16x32 &other) const | Botan::SIMD_16x32 | inline |
operator|=(const SIMD_16x32 &other) | Botan::SIMD_16x32 | inline |
operator~() const | Botan::SIMD_16x32 | inline |
raw() const | Botan::SIMD_16x32 | inline |
rotl() const | Botan::SIMD_16x32 | inline |
rotr() const | Botan::SIMD_16x32 | inline |
shl() const | Botan::SIMD_16x32 | inline |
shr() const | Botan::SIMD_16x32 | inline |
sigma0() const | Botan::SIMD_16x32 | inline |
sigma1() const | Botan::SIMD_16x32 | inline |
SIMD_16x32(const SIMD_16x32 &other)=default | Botan::SIMD_16x32 | |
SIMD_16x32(SIMD_16x32 &&other)=default | Botan::SIMD_16x32 | |
SIMD_16x32() | Botan::SIMD_16x32 | inline |
SIMD_16x32(const uint32_t B[16]) | Botan::SIMD_16x32 | inlineexplicit |
SIMD_16x32(uint32_t B0, uint32_t B1, uint32_t B2, uint32_t B3, uint32_t B4, uint32_t B5, uint32_t B6, uint32_t B7, uint32_t B8, uint32_t B9, uint32_t BA, uint32_t BB, uint32_t BC, uint32_t BD, uint32_t BE, uint32_t BF) | Botan::SIMD_16x32 | inlineexplicit |
SIMD_16x32(__m512i x) noexcept | Botan::SIMD_16x32 | inlineexplicit |
splat(uint32_t B) | Botan::SIMD_16x32 | inlinestatic |
store_be(uint8_t out[]) const | Botan::SIMD_16x32 | inline |
store_le(uint8_t out[]) const | Botan::SIMD_16x32 | inline |
ternary_fn(const SIMD_16x32 &a, const SIMD_16x32 &b, const SIMD_16x32 &c) | Botan::SIMD_16x32 | inlinestatic |
transpose(SIMD_16x32 &B0, SIMD_16x32 &B1, SIMD_16x32 &B2, SIMD_16x32 &B3) | Botan::SIMD_16x32 | inlinestatic |
transpose(SIMD_16x32 &B0, SIMD_16x32 &B1, SIMD_16x32 &B2, SIMD_16x32 &B3, SIMD_16x32 &B4, SIMD_16x32 &B5, SIMD_16x32 &B6, SIMD_16x32 &B7, SIMD_16x32 &B8, SIMD_16x32 &B9, SIMD_16x32 &BA, SIMD_16x32 &BB, SIMD_16x32 &BC, SIMD_16x32 &BD, SIMD_16x32 &BE, SIMD_16x32 &BF) | Botan::SIMD_16x32 | inlinestatic |
zero_registers() | Botan::SIMD_16x32 | inlinestatic |
~SIMD_16x32()=default | Botan::SIMD_16x32 |