OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DecryptData
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/sync/util/
data_encryption.h
18
bool
DecryptData
(const vector<uint8>& in_data, string* out_data);
data_encryption_unittest.cc
21
ASSERT_TRUE(
DecryptData
(example, &result));
28
ASSERT_FALSE(
DecryptData
(example, &result));
user_settings_win.cc
51
DecryptData
(encrypted_service_token, service_token);
data_encryption.cc
37
bool
DecryptData
(const vector<uint8>& in_data, string* out_data) {
/external/chromium/third_party/libjingle/source/talk/base/
schanneladapter.h
69
int
DecryptData
();
schanneladapter.cc
310
if (int err =
DecryptData
()) {
334
SChannelAdapter::
DecryptData
() {
662
if (int err =
DecryptData
()) {
663
Error("
DecryptData
", err);
/external/chromium/chrome/browser/autofill/
autofill_ie_toolbar_import_win.cc
75
if (
DecryptData
(data, &out_data)) {
Completed in 220 milliseconds