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.h96 bool createOrVerifyAuthenticationKey(const std::string& key_name);
/system/security/keystore/
Dkeystore_client_impl.cpp88 if (!createOrVerifyAuthenticationKey(authentication_key_name)) { in encryptWithAuthentication()
427 bool KeystoreClientImpl::createOrVerifyAuthenticationKey(const std::string& key_name) { in createOrVerifyAuthenticationKey() function in keystore::KeystoreClientImpl