OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unencrypted_token
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/sync/util/
cryptographer.cc
193
std::string
unencrypted_token
;
local
194
if (!key.SerializeToString(&
unencrypted_token
)) {
200
if (!Encryptor::EncryptString(
unencrypted_token
, &encrypted_token)) {
222
std::string
unencrypted_token
;
local
223
if (!Encryptor::DecryptString(encrypted_data, &
unencrypted_token
)) {
229
if (!key.ParseFromString(
unencrypted_token
)) {
/external/chromium_org/sync/util/
cryptographer.cc
254
std::string
unencrypted_token
= GetDefaultNigoriKey();
local
255
if (
unencrypted_token
.empty())
259
if (!encryptor_->EncryptString(
unencrypted_token
, &encrypted_token)) {
280
std::string
unencrypted_token
;
local
281
if (!encryptor_->DecryptString(encrypted_data, &
unencrypted_token
)) {
285
return
unencrypted_token
;
Completed in 29 milliseconds