HomeSort by relevance Sort by last modified time
    Searched refs:oneShotOperation (Results 1 - 4 of 4) sorted by null

  /system/security/keystore/include/keystore/
keystore_client.h 79 virtual bool oneShotOperation(KeyPurpose purpose, const std::string& key_name,
keystore_client_mock.h 38 MOCK_METHOD7(oneShotOperation,
keystore_client_impl.h 41 bool oneShotOperation(KeyPurpose purpose, const std::string& key_name,
  /system/security/keystore/
keystore_client_impl.cpp 83 if (!oneShotOperation(KeyPurpose::ENCRYPT, encryption_key_name, encrypt_params, data,
100 if (!oneShotOperation(KeyPurpose::SIGN, authentication_key_name, authenticate_params,
130 if (!oneShotOperation(KeyPurpose::VERIFY, authentication_key_name, authenticate_params,
142 if (!oneShotOperation(KeyPurpose::DECRYPT, encryption_key_name, encrypt_params,
151 bool KeystoreClientImpl::oneShotOperation(KeyPurpose purpose, const std::string& key_name,

Completed in 59 milliseconds