Searched refs:authentication_key_result (Results 1 – 1 of 1) sorted by relevance
360 auto authentication_key_result = loadOrCreateAndVerifyAuthenticationKey( in encryptWithAuthentication() local362 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() local480 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()