OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oneShotOperation
(Results
1 - 4
of
4
) sorted by null
/system/security/keystore/include/keystore/
keystore_client.h
76
virtual bool
oneShotOperation
(keymaster_purpose_t purpose, const std::string& key_name,
keystore_client_mock.h
38
MOCK_METHOD7(
oneShotOperation
,
keystore_client_impl.h
41
bool
oneShotOperation
(keymaster_purpose_t purpose, const std::string& key_name,
/system/security/keystore/
keystore_client_impl.cpp
96
if (!
oneShotOperation
(KM_PURPOSE_ENCRYPT, encryption_key_name, encrypt_params.build(), data,
114
if (!
oneShotOperation
(KM_PURPOSE_SIGN, authentication_key_name, authenticate_params.build(),
144
if (!
oneShotOperation
(KM_PURPOSE_VERIFY, authentication_key_name, authenticate_params.build(),
156
if (!
oneShotOperation
(KM_PURPOSE_DECRYPT, encryption_key_name, encrypt_params.build(),
165
bool KeystoreClientImpl::
oneShotOperation
(keymaster_purpose_t purpose, const std::string& key_name,
Completed in 120 milliseconds