Home
last modified time | relevance | path

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

/aosp12/system/security/keystore/
H A Dkeystore_cli_v2.cpp348 auto authentication_key_result = loadOrCreateAndVerifyAuthenticationKey( in encryptWithAuthentication() local
350 if (auto error = std::get_if<int>(&authentication_key_result)) { in encryptWithAuthentication()
353 auto authentication_key = std::get<ks2::KeyEntryResponse>(authentication_key_result); in encryptWithAuthentication()
465 auto authentication_key_result = loadOrCreateAndVerifyAuthenticationKey( in decryptWithAuthentication() local
468 if (auto error = std::get_if<int>(&authentication_key_result)) { in decryptWithAuthentication()
471 auto authentication_key = std::get<ks2::KeyEntryResponse>(authentication_key_result); in decryptWithAuthentication()