Lines Matching defs:rc
125 auto rc = keystore->getSecurityLevel(securitylevel, &sec_level); in GetSecurityLevelInterface() local
246 auto rc = keystore->getKeyEntry(keyDescriptor(name), &keyEntryResponse); in loadOrCreateAndVerifyEncryptionKey() local
299 auto rc = keystore->getKeyEntry(keyDescriptor(name), &keyEntryResponse); in loadOrCreateAndVerifyAuthenticationKey() local
373 auto rc = encryption_key.iSecurityLevel->createOperation( in encryptWithAuthentication() local
492 auto rc = authentication_key.iSecurityLevel->createOperation( in decryptWithAuthentication() local
567 auto rc = sec_level->generateKey(keyDescriptor, {} /* attestationKey */, parameters, in TestKey() local
781 auto rc = in GenerateKey() local
799 auto rc = keystore->getKeyEntry(keyDescriptor(name), &keyEntryResponse); in GetCharacteristics() local
815 auto rc = keystore->getKeyEntry(keyDescriptor(name), &keyEntryResponse); in ExportKey() local
833 auto rc = keystore->deleteKey(keyDescriptor(name)); in DeleteKey() local
847 auto rc = keystore->getKeyEntry(keyDescriptor(name), &keyEntryResponse); in DoesKeyExist() local
864 auto rc = keystore->listEntries(ks2::Domain::APP, -1 /* nspace ignored */, &key_list); in List() local
889 auto rc = keystore->getKeyEntry(keyDescriptor(name), &keyEntryResponse); in SignAndVerify() local
1041 auto rc = apcService->presentPrompt(listener, string_replace_all(promptText, "\\n", "\n"), in Confirmation() local