|
template<typename T , typename U > |
bool | Botan::operator!= (const secure_allocator< T > &, const secure_allocator< U > &) |
|
template<typename T , typename Alloc , typename L > |
std::vector< T, Alloc > & | Botan::operator+= (std::vector< T, Alloc > &out, const std::pair< const T *, L > &in) |
|
template<typename T , typename Alloc , typename L > |
std::vector< T, Alloc > & | Botan::operator+= (std::vector< T, Alloc > &out, const std::pair< T *, L > &in) |
|
template<typename T , typename Alloc , typename Alloc2 > |
std::vector< T, Alloc > & | Botan::operator+= (std::vector< T, Alloc > &out, const std::vector< T, Alloc2 > &in) |
|
template<typename T , typename Alloc > |
std::vector< T, Alloc > & | Botan::operator+= (std::vector< T, Alloc > &out, T in) |
|
template<typename T , typename U > |
bool | Botan::operator== (const secure_allocator< T > &, const secure_allocator< U > &) |
|
template<typename T > |
std::vector< T > | Botan::unlock (const secure_vector< T > &in) |
|
template<typename T , typename Alloc > |
void | Botan::zap (std::vector< T, Alloc > &vec) |
|
template<typename T , typename Alloc > |
void | Botan::zeroise (std::vector< T, Alloc > &vec) |
|