Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore_client_impl.cpp87 std::string authentication_key_name = key_name + kAuthenticateSuffix; in encryptWithAuthentication() local
88 if (!createOrVerifyAuthenticationKey(authentication_key_name)) { in encryptWithAuthentication()
114 if (!oneShotOperation(KM_PURPOSE_SIGN, authentication_key_name, authenticate_params.build(), in encryptWithAuthentication()
139 std::string authentication_key_name = key_name + kAuthenticateSuffix; in decryptWithAuthentication() local
144 if (!oneShotOperation(KM_PURPOSE_VERIFY, authentication_key_name, authenticate_params.build(), in decryptWithAuthentication()