Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore_cli_v2.cpp360 auto authentication_key_result = loadOrCreateAndVerifyAuthenticationKey( in encryptWithAuthentication() local
362 if (auto error = std::get_if<int>(&authentication_key_result)) { in encryptWithAuthentication()
365 auto authentication_key = std::get<ks2::KeyEntryResponse>(authentication_key_result); in encryptWithAuthentication()
477 auto authentication_key_result = loadOrCreateAndVerifyAuthenticationKey( in decryptWithAuthentication() local
480 if (auto error = std::get_if<int>(&authentication_key_result)) { in decryptWithAuthentication()
483 auto authentication_key = std::get<ks2::KeyEntryResponse>(authentication_key_result); in decryptWithAuthentication()