Botan 3.8.1
Crypto and TLS for C&
|
This is the complete list of members for Botan::SIMD_8x32, including all inherited members.
andc(const SIMD_8x32 &other) const noexcept | Botan::SIMD_8x32 | inline |
bswap() const noexcept | Botan::SIMD_8x32 | inline |
byte_shuffle(const SIMD_8x32 &tbl, const SIMD_8x32 &idx) | Botan::SIMD_8x32 | inlinestatic |
choose(const SIMD_8x32 &mask, const SIMD_8x32 &a, const SIMD_8x32 &b) noexcept | Botan::SIMD_8x32 | inlinestatic |
load_be(const uint8_t *in) noexcept | Botan::SIMD_8x32 | inlinestatic |
load_be128(const uint8_t in1[], const uint8_t in2[]) noexcept | Botan::SIMD_8x32 | inlinestatic |
load_le(const uint8_t *in) noexcept | Botan::SIMD_8x32 | inlinestatic |
load_le(const uint32_t *in) noexcept | Botan::SIMD_8x32 | inlinestatic |
load_le128(const uint8_t *in) noexcept | Botan::SIMD_8x32 | inlinestatic |
load_le128(const uint32_t *in) noexcept | Botan::SIMD_8x32 | inlinestatic |
load_le128(const uint32_t in1[], const uint32_t in2[]) noexcept | Botan::SIMD_8x32 | inlinestatic |
majority(const SIMD_8x32 &x, const SIMD_8x32 &y, const SIMD_8x32 &z) noexcept | Botan::SIMD_8x32 | inlinestatic |
operator&(const SIMD_8x32 &other) const noexcept | Botan::SIMD_8x32 | inline |
operator&=(const SIMD_8x32 &other) | Botan::SIMD_8x32 | inline |
operator+(const SIMD_8x32 &other) const noexcept | Botan::SIMD_8x32 | inline |
operator+=(const SIMD_8x32 &other) | Botan::SIMD_8x32 | inline |
operator-(const SIMD_8x32 &other) const noexcept | Botan::SIMD_8x32 | inline |
operator-=(const SIMD_8x32 &other) | Botan::SIMD_8x32 | inline |
operator=(const SIMD_8x32 &other)=default | Botan::SIMD_8x32 | |
operator=(SIMD_8x32 &&other)=default | Botan::SIMD_8x32 | |
operator^(const SIMD_8x32 &other) const noexcept | Botan::SIMD_8x32 | inline |
operator^=(const SIMD_8x32 &other) | Botan::SIMD_8x32 | inline |
operator^=(uint32_t other) | Botan::SIMD_8x32 | inline |
operator|(const SIMD_8x32 &other) const noexcept | Botan::SIMD_8x32 | inline |
operator|=(const SIMD_8x32 &other) | Botan::SIMD_8x32 | inline |
operator~() const noexcept | Botan::SIMD_8x32 | inline |
raw() const noexcept | Botan::SIMD_8x32 | inline |
reset_registers() noexcept | Botan::SIMD_8x32 | inlinestatic |
rev_words() const noexcept | Botan::SIMD_8x32 | inline |
reverse() const noexcept | Botan::SIMD_8x32 | inline |
rotl() const noexcept | Botan::SIMD_8x32 | inline |
rotr() const noexcept | Botan::SIMD_8x32 | inline |
shl() const noexcept | Botan::SIMD_8x32 | inline |
shr() const noexcept | Botan::SIMD_8x32 | inline |
sigma0() const noexcept | Botan::SIMD_8x32 | inline |
sigma1() const noexcept | Botan::SIMD_8x32 | inline |
SIMD_8x32(const SIMD_8x32 &other)=default | Botan::SIMD_8x32 | |
SIMD_8x32(SIMD_8x32 &&other)=default | Botan::SIMD_8x32 | |
SIMD_8x32() noexcept | Botan::SIMD_8x32 | inline |
SIMD_8x32(const uint32_t B[8]) noexcept | Botan::SIMD_8x32 | inlineexplicit |
SIMD_8x32(uint32_t B0, uint32_t B1, uint32_t B2, uint32_t B3, uint32_t B4, uint32_t B5, uint32_t B6, uint32_t B7) noexcept | Botan::SIMD_8x32 | inlineexplicit |
SIMD_8x32(uint32_t B0, uint32_t B1, uint32_t B2, uint32_t B3) noexcept | Botan::SIMD_8x32 | inlineexplicit |
SIMD_8x32(__m256i x) noexcept | Botan::SIMD_8x32 | inline |
splat(uint32_t B) noexcept | Botan::SIMD_8x32 | inlinestatic |
store_be(uint8_t out[]) const noexcept | Botan::SIMD_8x32 | inline |
store_le(uint8_t out[]) const noexcept | Botan::SIMD_8x32 | inline |
store_le128(uint8_t out[]) const noexcept | Botan::SIMD_8x32 | inline |
store_le128(uint32_t out1[], uint32_t out2[]) const noexcept | Botan::SIMD_8x32 | inline |
transpose(SIMD_8x32 &B0, SIMD_8x32 &B1, SIMD_8x32 &B2, SIMD_8x32 &B3) noexcept | Botan::SIMD_8x32 | inlinestatic |
transpose(SIMD_8x32 &B0, SIMD_8x32 &B1, SIMD_8x32 &B2, SIMD_8x32 &B3, SIMD_8x32 &B4, SIMD_8x32 &B5, SIMD_8x32 &B6, SIMD_8x32 &B7) noexcept | Botan::SIMD_8x32 | inlinestatic |
zero_registers() noexcept | Botan::SIMD_8x32 | inlinestatic |
~SIMD_8x32()=default | Botan::SIMD_8x32 |