Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						2a28ec3522 
					 
					
						
						
							
							crypto: also apply cache writeback/invalidate for SPIRAM_USE_MEMMAP  
						
						 
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/7944  
						
						
					 
					
						2022-01-06 08:11:57 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						b957692888 
					 
					
						
						
							
							crypto: allocate all DMA descriptors to DMA capable memory.  
						
						 
						
						... 
						
						
						
						These were previously placed on the stack, but the stack could be placed in
RTC RAM which is not DMA capable. 
						
						
					 
					
						2022-01-06 08:11:57 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						9c4c377f2d 
					 
					
						
						
							
							mbedtls tests: Add optional debug log output to AES stream tests  
						
						 
						
						
						
						
					 
					
						2021-03-25 15:28:45 +11:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						51169b0e0c 
					 
					
						
						
							
							AES/SHA: use GDMA driver instead of LL  
						
						 
						
						
						
						
					 
					
						2021-01-19 11:02:51 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						1b6891c5d8 
					 
					
						
						
							
							mbedtls: merge changes from C3  
						
						 
						
						
						
						
					 
					
						2020-12-29 10:56:13 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						457ce080ae 
					 
					
						
						
							
							AES: refactor and add HAL layer  
						
						 
						
						... 
						
						
						
						Refactor the AES driver and add HAL, LL and caps.
Add better support for running AES-GCM fully in hardware. 
						
						
					 
					
						2020-12-10 09:04:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						66fb5a29bb 
					 
					
						
						
							
							Whitespace: Automated whitespace fixes (large commit)  
						
						 
						
						... 
						
						
						
						Apply the pre-commit hook whitespace fixes to all files in the repo.
(Line endings, blank lines at end of file, trailing whitespace) 
						
						
					 
					
						2020-11-11 07:36:35 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						bff0016eb8 
					 
					
						
						
							
							crypto accelerator support on esp32s3  
						
						 
						
						... 
						
						
						
						SHA: passing unit tests
RSA: pass tests
AES: tests passing 
						
						
					 
					
						2020-09-22 15:15:03 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						32f16e8c30 
					 
					
						
						
							
							crypto tests: fix mallocs that were missing MALLOC_CAP_8BIT  
						
						 
						
						... 
						
						
						
						Tests had the potential to fail they got non byte-accessible memory allocated. 
						
						
					 
					
						2020-03-30 11:12:20 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						ffb9010cbe 
					 
					
						
						
							
							aes: Fixed tag sometime being wrong for HW GCM  
						
						 
						
						... 
						
						
						
						The GCM hardware accelerated algorithm for S2 would sometimes output
the wrong tag.
Added additional tests for AES and GCM
Re-enable HW GCM as default option 
						
						
					 
					
						2020-03-18 08:44:38 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						3351376a11 
					 
					
						
						
							
							AES: optimize AES-GCM  
						
						 
						
						... 
						
						
						
						HW acceleration for GCM is now enabled by default
Closes IDF-1443 
						
						
					 
					
						2020-03-12 10:20:24 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						37369a8a57 
					 
					
						
						
							
							crypto: SHA and AES accelerator bring up for S2  
						
						 
						
						... 
						
						
						
						Brings up, fixes and enables AES and SHA hardware acceleration.
Closes IDF-714
Closes IDF-716 
						
						
					 
					
						2020-03-11 15:09:45 +08:00