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