3.8.2.2.2 Workflow
- Configure ECB mode encryption and decryption and run test.
ecb_mode_test(); - Configure CBC mode encryption and decryption and run test.
cbc_mode_test(); - Configure CFB mode encryption and decryption and run test.
cfb128_mode_test(); - Configure OFB mode encryption and decryption and run test.
ofb_mode_test(); - Configure CTR mode encryption and decryption and run test.
ctr_mode_test();
