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

  /system/security/keystore/include/keystore/
keystore_client.h 66 virtual bool encryptWithAuthentication(const std::string& key_name, const std::string& data,
70 // EncryptWithAuthentication using the key(s) identified by |key_name|. On
keystore_client_mock.h 32 MOCK_METHOD3(encryptWithAuthentication,
keystore_client_impl.h 37 bool encryptWithAuthentication(const std::string& key_name, const std::string& data,
90 // Creates an encryption key suitable for EncryptWithAuthentication or
94 // Creates an authentication key suitable for EncryptWithAuthentication or
99 // EncryptWithAuthentication. Returns true on success and populates |verified|
104 // EncryptWithAuthentication. Returns true on success and populates |verified|
  /system/security/keystore/
keystore_cli_v2.cpp 411 if (!keystore->encryptWithAuthentication(key_name, input, &output)) {
412 printf("EncryptWithAuthentication failed.\n");
keystore_client_impl.cpp 62 bool KeystoreClientImpl::encryptWithAuthentication(const std::string& key_name,

Completed in 4127 milliseconds