gabor-mezei-arm 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3f860e4c18 
							
						 
					 
					
						
						
							
							Remove invalid buffer overflow check  
						
						 
						
						... 
						
						
						
						Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com> 
						
						
					 
					
						2021-06-29 19:55:24 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								gabor-mezei-arm 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							90fceea268 
							
						 
					 
					
						
						
							
							Update documentation  
						
						 
						
						... 
						
						
						
						Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com> 
						
						
					 
					
						2021-06-29 19:49:01 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								gabor-mezei-arm 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a9449a0b07 
							
						 
					 
					
						
						
							
							Dispatch cipher functions through the driver interface  
						
						 
						
						... 
						
						
						
						Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com> 
						
						
					 
					
						2021-06-29 19:48:59 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ronald Cron 
							
						 
					 
					
						
						
						
						
							
						
						
							5618a39fcf 
							
						 
					 
					
						
						
							
							psa: cipher: Remove cipher_generate_iv driver entry point  
						
						 
						
						... 
						
						
						
						Remove cipher_generate_iv driver entry point as there
is no known use case to delegate this to a driver.
Signed-off-by: Ronald Cron <ronald.cron@arm.com> 
						
						
					 
					
						2021-03-26 15:58:25 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ronald Cron 
							
						 
					 
					
						
						
						
						
							
						
						
							a0d6817838 
							
						 
					 
					
						
						
							
							psa: cipher: Add bound check of the IV length in the core  
						
						 
						
						... 
						
						
						
						Signed-off-by: Ronald Cron <ronald.cron@arm.com> 
						
						
					 
					
						2021-03-26 15:58:25 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ronald Cron 
							
						 
					 
					
						
						
						
						
							
						
						
							75e6ae25ef 
							
						 
					 
					
						
						
							
							Move mbedtls_cipher_info_from_psa to psa_crypto_cipher.c  
						
						 
						
						... 
						
						
						
						Signed-off-by: Ronald Cron <ronald.cron@arm.com> 
						
						
					 
					
						2021-03-26 15:48:13 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ronald Cron 
							
						 
					 
					
						
						
						
						
							
						
						
							3522e32132 
							
						 
					 
					
						
						
							
							psa: cipher: Add transparent driver test specific entry points  
						
						 
						
						... 
						
						
						
						Signed-off-by: Ronald Cron <ronald.cron@arm.com> 
						
						
					 
					
						2021-03-26 11:38:40 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ronald Cron 
							
						 
					 
					
						
						
						
						
							
						
						
							6e412a71ee 
							
						 
					 
					
						
						
							
							psa: cipher: Pass Mbed TLS implementation its operation ctx  
						
						 
						
						... 
						
						
						
						As per drivers, pass to the Mbed TLS implementation of
the cipher multi-part operation its operation context
and not the PSA operation context.
Signed-off-by: Ronald Cron <ronald.cron@arm.com> 
						
						
					 
					
						2021-03-26 11:38:40 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ronald Cron 
							
						 
					 
					
						
						
						
						
							
						
						
							6d05173359 
							
						 
					 
					
						
						
							
							psa: Add mbedtls_psa_cipher_xyz() APIs  
						
						 
						
						... 
						
						
						
						Signed-off-by: Ronald Cron <ronald.cron@arm.com> 
						
						
					 
					
						2021-03-26 11:38:40 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ronald Cron 
							
						 
					 
					
						
						
						
						
							
						
						
							d6d28885f0 
							
						 
					 
					
						
						
							
							psa: Add mbedtls_psa_cipher_encrypt/decrypt_setup functions  
						
						 
						
						... 
						
						
						
						Signed-off-by: Ronald Cron <ronald.cron@arm.com> 
						
						
					 
					
						2021-03-26 11:38:40 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ronald Cron 
							
						 
					 
					
						
						
						
						
							
						
						
							0ff579590d 
							
						 
					 
					
						
						
							
							psa: Add psa_crypto_cipher.[ch]  
						
						 
						
						... 
						
						
						
						Add psa_crypto_cipher.[ch] files to contain the
Mbed TLS implementation of PSA driver cipher driver
entry points.
Signed-off-by: Ronald Cron <ronald.cron@arm.com> 
						
						
					 
					
						2021-03-26 11:38:40 +01:00