OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decryptWithAuthentication
(Results
1 - 7
of
7
) sorted by null
/system/weaved/buffet/
keystore_encryptor.cc
45
bool KeystoreEncryptor::
DecryptWithAuthentication
(const std::string& ciphertext,
47
return keystore_->
decryptWithAuthentication
(kBuffetKeyName, ciphertext,
/system/webservd/webservd/
keystore_encryptor.cc
45
bool KeystoreEncryptor::
DecryptWithAuthentication
(const std::string& ciphertext,
47
return keystore_->
decryptWithAuthentication
(kWebserverKeyName, ciphertext,
/system/security/keystore/include/keystore/
keystore_client.h
67
virtual bool
decryptWithAuthentication
(const std::string& key_name,
keystore_client_mock.h
35
MOCK_METHOD3(
decryptWithAuthentication
,
keystore_client_impl.h
39
bool
decryptWithAuthentication
(const std::string& key_name, const std::string& encrypted_data,
/system/security/keystore/
keystore_cli_v2.cpp
417
if (!keystore->
decryptWithAuthentication
(key_name, input, &output)) {
418
printf("
DecryptWithAuthentication
failed.\n");
keystore_client_impl.cpp
131
bool KeystoreClientImpl::
decryptWithAuthentication
(const std::string& key_name,
Completed in 140 milliseconds