mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	fix secure1 secondary key calc (#6149)
This commit is contained in:
		
							parent
							
								
									76f8d08d66
								
							
						
					
					
						commit
						bc6e45ab3b
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		|  | @ -247,7 +247,12 @@ Loader::ResultStatus NCCHContainer::Load() { | |||
|                 switch (ncch_header.secondary_key_slot) { | ||||
|                 case 0: | ||||
|                     LOG_DEBUG(Service_FS, "Secure1 crypto"); | ||||
|                     secondary_key = primary_key; | ||||
|                     SetKeyY(KeySlotID::NCCHSecure1, key_y_secondary); | ||||
|                     if (!IsNormalKeyAvailable(KeySlotID::NCCHSecure1)) { | ||||
|                         LOG_ERROR(Service_FS, "Secure1 KeyX missing"); | ||||
|                         failed_to_decrypt = true; | ||||
|                     } | ||||
|                     secondary_key = GetNormalKey(KeySlotID::NCCHSecure1); | ||||
|                     break; | ||||
|                 case 1: | ||||
|                     LOG_DEBUG(Service_FS, "Secure2 crypto"); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue