Failed to call EVP_EncryptUpdate multiple times in AES-GCM mode
Open
- Dominant language
- C
- Stars
- 443
- Forks
- 137
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/intel/QAT_Engine/blob/26b4d6c34f32ac3bd21ebb78afc4c7428a70b1f8/qat_hw_gcm.c#L1015C7-L1015C7
The code here uses full mode, it should be in partial mode when calling EVP_EncryptUpdate multiple times, so it is failed.
Does QAT_Enigne not support calling EVP_EncryptUpdate multiple times in AES-GCM mode?
Contributor guide
Assessment
This issue has not been assessed yet.