forked from mirrors/linux
		
	crypto: testmgr - Disable rfc4309 test and convert test vectors
This patch disables the rfc4309 test while the conversion to the new seqiv calling convention takes place. It also replaces the rfc4309 test vectors with ones that will work with the new IV convention. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
		
							parent
							
								
									2d6f0600b2
								
							
						
					
					
						commit
						0bc5a6c5c7
					
				
					 2 changed files with 1413 additions and 219 deletions
				
			
		| 
						 | 
					@ -3508,7 +3508,7 @@ static const struct alg_test_desc alg_test_descs[] = {
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}, {
 | 
						}, {
 | 
				
			||||||
		.alg = "rfc4309(ccm(aes))",
 | 
							.alg = "rfc4309(ccm(aes))-disabled",
 | 
				
			||||||
		.test = alg_test_aead,
 | 
							.test = alg_test_aead,
 | 
				
			||||||
		.fips_allowed = 1,
 | 
							.fips_allowed = 1,
 | 
				
			||||||
		.suite = {
 | 
							.suite = {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										1630
									
								
								crypto/testmgr.h
									
									
									
									
									
								
							
							
						
						
									
										1630
									
								
								crypto/testmgr.h
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							
		Loading…
	
		Reference in a new issue