Lines Matching defs:SecureBlob
13 SecureBlob::SecureBlob(const std::string& data)
14 : SecureBlob(data.begin(), data.end()) {}
16 SecureBlob::~SecureBlob() {
20 void SecureBlob::resize(size_type count) {
27 void SecureBlob::resize(size_type count, const value_type& value) {
34 void SecureBlob::clear() {
39 std::string SecureBlob::to_string() const {
43 SecureBlob SecureBlob::Combine(const SecureBlob& blob1,
44 const SecureBlob& blob2) {
45 SecureBlob result;