aesni: Added AES_ECB support
This commit is contained in:
committed by
Tobias Brunner
parent
1352413272
commit
20f3d04b13
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user