|
| template<typename T , typename Alloc > |
| size_t | Botan::buffer_insert (std::vector< T, Alloc > &buf, size_t buf_offset, const T input[], size_t input_length) |
| |
| template<typename T , typename Alloc , typename Alloc2 > |
| size_t | Botan::buffer_insert (std::vector< T, Alloc > &buf, size_t buf_offset, const std::vector< T, Alloc2 > &input) |
| |
| template<typename T , typename U > |
| bool | Botan::operator!= (const secure_allocator< T > &, const secure_allocator< U > &) |
| |
| 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 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 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) |
| |