Searched refs:beginOperation (Results 1 – 5 of 5) sorted by relevance
/system/security/keystore/include/keystore/ |
D | keystore_client_mock.h | 63 MOCK_METHOD5(beginOperation, int32_t(keymaster_purpose_t purpose, const std::string& key_name,
|
D | keystore_client.h | 140 beginOperation(KeyPurpose purpose, const std::string& key_name,
|
D | keystore_client_impl.h | 66 KeyStoreNativeReturnCode beginOperation(KeyPurpose purpose, const std::string& key_name,
|
/system/security/keystore/ |
D | keystore_cli_v2.cpp | 413 keystore->beginOperation(KeyPurpose::SIGN, name, sign_params, &output_params, &handle); in SignAndVerify() 438 keystore->beginOperation(KeyPurpose::VERIFY, name, sign_params, &output_params, &handle); in SignAndVerify()
|
D | keystore_client_impl.cpp | 162 auto result = beginOperation(purpose, key_name, input_parameters, output_parameters, &handle); in oneShotOperation() 325 KeystoreClientImpl::beginOperation(KeyPurpose purpose, const std::string& key_name, in beginOperation() function in keystore::KeystoreClientImpl
|