OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encrypted_key_data
(Results
1 - 1
of
1
) sorted by null
/system/webservd/webservd/
server.cc
63
std::string
encrypted_key_data
;
local
64
if (!base::ReadFileToString(key_file, &
encrypted_key_data
))
67
if (!encryptor->DecryptWithAuthentication(
encrypted_key_data
, &key_data))
Completed in 4716 milliseconds