Botan 2.19.3
Crypto and TLS for C&
|
This is the complete list of members for Botan::SIMD_4x32, including all inherited members.
andc(const SIMD_4x32 &other) const | Botan::SIMD_4x32 | inline |
bswap() const | Botan::SIMD_4x32 | inline |
load_be(const void *in) | Botan::SIMD_4x32 | inlinestatic |
load_le(const void *in) | Botan::SIMD_4x32 | inlinestatic |
operator&(const SIMD_4x32 &other) const | Botan::SIMD_4x32 | inline |
operator&=(const SIMD_4x32 &other) | Botan::SIMD_4x32 | inline |
operator+(const SIMD_4x32 &other) const | Botan::SIMD_4x32 | inline |
operator+=(const SIMD_4x32 &other) | Botan::SIMD_4x32 | inline |
operator-(const SIMD_4x32 &other) const | Botan::SIMD_4x32 | inline |
operator-=(const SIMD_4x32 &other) | Botan::SIMD_4x32 | inline |
operator=(const SIMD_4x32 &other)=default | Botan::SIMD_4x32 | |
operator=(SIMD_4x32 &&other)=default | Botan::SIMD_4x32 | |
operator^(const SIMD_4x32 &other) const | Botan::SIMD_4x32 | inline |
operator^=(const SIMD_4x32 &other) | Botan::SIMD_4x32 | inline |
operator|(const SIMD_4x32 &other) const | Botan::SIMD_4x32 | inline |
operator|=(const SIMD_4x32 &other) | Botan::SIMD_4x32 | inline |
operator~() const | Botan::SIMD_4x32 | inline |
raw() const BOTAN_FUNC_ISA(BOTAN_SIMD_ISA) | Botan::SIMD_4x32 | inline |
rho() const | Botan::SIMD_4x32 | inline |
rotl() const | Botan::SIMD_4x32 | inline |
rotr() const | Botan::SIMD_4x32 | inline |
shift_elems_left() const | Botan::SIMD_4x32 | inline |
shift_elems_right() const | Botan::SIMD_4x32 | inline |
shl() const | Botan::SIMD_4x32 | inline |
shr() const | Botan::SIMD_4x32 | inline |
SIMD_4x32(const SIMD_4x32 &other)=default | Botan::SIMD_4x32 | |
SIMD_4x32(SIMD_4x32 &&other)=default | Botan::SIMD_4x32 | |
SIMD_4x32() | Botan::SIMD_4x32 | inline |
SIMD_4x32(const uint32_t B[4]) | Botan::SIMD_4x32 | inlineexplicit |
SIMD_4x32(uint32_t B0, uint32_t B1, uint32_t B2, uint32_t B3) | Botan::SIMD_4x32 | inline |
SIMD_4x32(native_simd_type x) | Botan::SIMD_4x32 | inlineexplicit |
splat(uint32_t B) | Botan::SIMD_4x32 | inlinestatic |
splat_u8(uint8_t B) | Botan::SIMD_4x32 | inlinestatic |
store_be(uint8_t out[]) const | Botan::SIMD_4x32 | inline |
store_le(uint32_t out[4]) const | Botan::SIMD_4x32 | inline |
store_le(uint64_t out[2]) const | Botan::SIMD_4x32 | inline |
store_le(uint8_t out[]) const | Botan::SIMD_4x32 | inline |
transpose(SIMD_4x32 &B0, SIMD_4x32 &B1, SIMD_4x32 &B2, SIMD_4x32 &B3) | Botan::SIMD_4x32 | inlinestatic |