mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-11-01 09:13:37 +00:00 
			
		
		
		
	crypto: testmgr - Reenable rfc4106 test
Now that all implementations of rfc4106 have been converted we can reenable the test. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
		
							parent
							
								
									46218750d5
								
							
						
					
					
						commit
						3f31a740c4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -3492,7 +3492,7 @@ static const struct alg_test_desc alg_test_descs[] = {
 | 
			
		|||
			}
 | 
			
		||||
		}
 | 
			
		||||
	}, {
 | 
			
		||||
		.alg = "rfc4106(gcm(aes))-disabled",
 | 
			
		||||
		.alg = "rfc4106(gcm(aes))",
 | 
			
		||||
		.test = alg_test_aead,
 | 
			
		||||
		.fips_allowed = 1,
 | 
			
		||||
		.suite = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue