_const_time_poison() const | Botan::bitvector_base< AllocatorT > | inline |
_const_time_unpoison() const | Botan::bitvector_base< AllocatorT > | inline |
all() const | Botan::bitvector_base< AllocatorT > | inline |
all_vartime() const | Botan::bitvector_base< AllocatorT > | inline |
allocator_type typedef | Botan::bitvector_base< AllocatorT > | |
any() const | Botan::bitvector_base< AllocatorT > | inline |
any_vartime() const | Botan::bitvector_base< AllocatorT > | inline |
as() const | Botan::bitvector_base< AllocatorT > | inline |
at(size_type pos) | Botan::bitvector_base< AllocatorT > | inline |
at(size_type pos) const | Botan::bitvector_base< AllocatorT > | inline |
back() | Botan::bitvector_base< AllocatorT > | inline |
back() const | Botan::bitvector_base< AllocatorT > | inline |
begin() noexcept | Botan::bitvector_base< AllocatorT > | inline |
begin() const noexcept | Botan::bitvector_base< AllocatorT > | inline |
bitvector_base class | Botan::bitvector_base< AllocatorT > | friend |
bitvector_base() | Botan::bitvector_base< AllocatorT > | inline |
bitvector_base(size_type bits) | Botan::bitvector_base< AllocatorT > | inline |
bitvector_base(std::span< const uint8_t > bytes, std::optional< size_type > bits=std::nullopt) | Botan::bitvector_base< AllocatorT > | inline |
bitvector_base(std::initializer_list< block_type > blocks, std::optional< size_type > bits=std::nullopt) | Botan::bitvector_base< AllocatorT > | inline |
block_size_bits | Botan::bitvector_base< AllocatorT > | static |
block_size_bytes | Botan::bitvector_base< AllocatorT > | static |
block_type typedef | Botan::bitvector_base< AllocatorT > | |
capacity() const | Botan::bitvector_base< AllocatorT > | inline |
cbegin() const noexcept | Botan::bitvector_base< AllocatorT > | inline |
cend() noexcept | Botan::bitvector_base< AllocatorT > | inline |
const_iterator typedef | Botan::bitvector_base< AllocatorT > | |
ct_conditional_xor(CT::Choice condition, const OtherT &other) | Botan::bitvector_base< AllocatorT > | inline |
empty() const | Botan::bitvector_base< AllocatorT > | inline |
end() noexcept | Botan::bitvector_base< AllocatorT > | inline |
end() const noexcept | Botan::bitvector_base< AllocatorT > | inline |
equals(const OtherT &other) const noexcept | Botan::bitvector_base< AllocatorT > | inline |
equals_vartime(const OtherT &other) const noexcept | Botan::bitvector_base< AllocatorT > | inline |
flip(size_type pos) | Botan::bitvector_base< AllocatorT > | inline |
flip() | Botan::bitvector_base< AllocatorT > | inline |
from_bytes(std::span< const uint8_t > bytes, std::optional< size_type > bits=std::nullopt) | Botan::bitvector_base< AllocatorT > | inline |
front() | Botan::bitvector_base< AllocatorT > | inline |
front() const | Botan::bitvector_base< AllocatorT > | inline |
hamming_weight() const | Botan::bitvector_base< AllocatorT > | inline |
has_odd_hamming_weight() const | Botan::bitvector_base< AllocatorT > | inline |
iterator typedef | Botan::bitvector_base< AllocatorT > | |
none() const | Botan::bitvector_base< AllocatorT > | inline |
none_vartime() const | Botan::bitvector_base< AllocatorT > | inline |
operator&=(const OtherT &other) | Botan::bitvector_base< AllocatorT > | inline |
operator[](size_type pos) | Botan::bitvector_base< AllocatorT > | inline |
operator[](size_type pos) const | Botan::bitvector_base< AllocatorT > | inline |
operator^=(const OtherT &other) | Botan::bitvector_base< AllocatorT > | inline |
operator|=(const OtherT &other) | Botan::bitvector_base< AllocatorT > | inline |
operator~() | Botan::bitvector_base< AllocatorT > | inline |
pop_back() | Botan::bitvector_base< AllocatorT > | inline |
push_back(bool bit) | Botan::bitvector_base< AllocatorT > | inline |
reserve(size_type bits) | Botan::bitvector_base< AllocatorT > | inline |
resize(size_type bits) | Botan::bitvector_base< AllocatorT > | inline |
set(size_type pos) | Botan::bitvector_base< AllocatorT > | inline |
set() | Botan::bitvector_base< AllocatorT > | inline |
size() const | Botan::bitvector_base< AllocatorT > | inline |
size_type typedef | Botan::bitvector_base< AllocatorT > | |
subvector(size_type pos, std::optional< size_type > length=std::nullopt) const | Botan::bitvector_base< AllocatorT > | inline |
subvector(size_type pos) const | Botan::bitvector_base< AllocatorT > | inline |
subvector_replace(size_type pos, InT value) | Botan::bitvector_base< AllocatorT > | inline |
to_bytes() const | Botan::bitvector_base< AllocatorT > | inline |
to_bytes(std::span< uint8_t > out) const | Botan::bitvector_base< AllocatorT > | inline |
to_string() const | Botan::bitvector_base< AllocatorT > | inline |
unset(size_type pos) | Botan::bitvector_base< AllocatorT > | inline |
unset() | Botan::bitvector_base< AllocatorT > | inline |
uses_secure_allocator | Botan::bitvector_base< AllocatorT > | static |
value_type typedef | Botan::bitvector_base< AllocatorT > | |