aesni: Added AES_ECB support

This commit is contained in:
Andreas Steffen
2019-11-28 17:03:08 +01:00
committed by Tobias Brunner
parent 1352413272
commit 20f3d04b13
10 changed files with 970 additions and 3 deletions
+1
View File
@@ -61,6 +61,7 @@ iv_gen_t* iv_gen_create_for_alg(encryption_algorithm_t alg)
case ENCR_DES_ECB:
case ENCR_DES_IV32:
case ENCR_DES_IV64:
case ENCR_AES_ECB:
break;
}
return NULL;