Botan  2.1.0
Crypto and TLS for C++11
Botan::SIMD_4x32 Member List

This is the complete list of members for Botan::SIMD_4x32, including all inherited members.

andc(const SIMD_4x32 &other) const Botan::SIMD_4x32inline
bswap() const Botan::SIMD_4x32inline
load_be(const void *in)Botan::SIMD_4x32inlinestatic
load_le(const void *in)Botan::SIMD_4x32inlinestatic
operator&(const SIMD_4x32 &other) const Botan::SIMD_4x32inline
operator&=(const SIMD_4x32 &other)Botan::SIMD_4x32inline
operator+(const SIMD_4x32 &other) const Botan::SIMD_4x32inline
operator+=(const SIMD_4x32 &other)Botan::SIMD_4x32inline
operator-(const SIMD_4x32 &other) const Botan::SIMD_4x32inline
operator-=(const SIMD_4x32 &other)Botan::SIMD_4x32inline
operator<<(size_t shift) const Botan::SIMD_4x32inline
operator=(const SIMD_4x32 &other)=defaultBotan::SIMD_4x32
operator=(SIMD_4x32 &&other)=defaultBotan::SIMD_4x32
operator>>(size_t shift) const Botan::SIMD_4x32inline
operator^(const SIMD_4x32 &other) const Botan::SIMD_4x32inline
operator^=(const SIMD_4x32 &other)Botan::SIMD_4x32inline
operator|(const SIMD_4x32 &other) const Botan::SIMD_4x32inline
operator|=(const SIMD_4x32 &other)Botan::SIMD_4x32inline
operator~() const Botan::SIMD_4x32inline
rotate_left(size_t rot)Botan::SIMD_4x32inline
rotate_right(size_t rot)Botan::SIMD_4x32inline
SIMD_4x32(const SIMD_4x32 &other)=defaultBotan::SIMD_4x32
SIMD_4x32(SIMD_4x32 &&other)=defaultBotan::SIMD_4x32
SIMD_4x32()Botan::SIMD_4x32inline
SIMD_4x32(const uint32_t B[4])Botan::SIMD_4x32inlineexplicit
SIMD_4x32(uint32_t B0, uint32_t B1, uint32_t B2, uint32_t B3)Botan::SIMD_4x32inline
splat(uint32_t B)Botan::SIMD_4x32inlinestatic
store_be(uint8_t out[]) const Botan::SIMD_4x32inline
store_le(uint8_t out[]) const Botan::SIMD_4x32inline
transpose(SIMD_4x32 &B0, SIMD_4x32 &B1, SIMD_4x32 &B2, SIMD_4x32 &B3)Botan::SIMD_4x32inlinestatic