HomeSort by relevance Sort by last modified time
    Searched defs:KeystoreClientImpl (Results 1 - 2 of 2) sorted by null

  /system/security/keystore/include/keystore/
keystore_client_impl.h 31 class KeystoreClientImpl : public KeystoreClient {
33 KeystoreClientImpl();
34 ~KeystoreClientImpl() override = default;
114 DISALLOW_COPY_AND_ASSIGN(KeystoreClientImpl);
  /system/security/keystore/
keystore_client_impl.cpp 70 KeystoreClientImpl::KeystoreClientImpl() {
76 bool KeystoreClientImpl::encryptWithAuthentication(const std::string& key_name,
131 bool KeystoreClientImpl::decryptWithAuthentication(const std::string& key_name,
165 bool KeystoreClientImpl::oneShotOperation(keymaster_purpose_t purpose, const std::string& key_name,
196 int32_t KeystoreClientImpl::addRandomNumberGeneratorEntropy(const std::string& entropy) {
200 int32_t KeystoreClientImpl::generateKey(const std::string& key_name,
217 KeystoreClientImpl::getKeyCharacteristics(const std::string& key_name,
231 int32_t KeystoreClientImpl::importKey(const std::string& key_name,
249 int32_t KeystoreClientImpl::exportKey(keymaster_key_format_t export_format
    [all...]

Completed in 52 milliseconds