Home
last modified time | relevance | path

Searched refs:createOrVerifyAuthenticationKey (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore/include/keystore/
Dkeystore_client_impl.h99 bool createOrVerifyAuthenticationKey(const std::string& key_name, int32_t flags);
/system/security/keystore/
Dkeystore_client_impl.cpp79 if (!createOrVerifyAuthenticationKey(authentication_key_name, flags)) { in encryptWithAuthentication()
498 bool KeystoreClientImpl::createOrVerifyAuthenticationKey(const std::string& key_name, in createOrVerifyAuthenticationKey() function in keystore::KeystoreClientImpl