Home | History | Annotate | Download | only in webdata

Lines Matching full:encrypted_data

114   std::string encrypted_data;
115 Encryptor::EncryptString16(text, &encrypted_data);
116 s->BindBlob(4, encrypted_data.data(),
117 static_cast<int>(encrypted_data.length()));