Sync QAT Fixes
1. The QAT callback's worker functions need to copy the IV into the AES IV register. QAT doesn't update it automatically. 2. Update the GMAC test to set its device to INVALID_DEVID. 3. Always allocate NUMA buffers before running crypto operation and store the results. 4. The QAT does not like non-multiple of 4 iv lenths, and aad lengths. Or 0. Remove a few test cases for those. 5. QAT wasn't getting a pointer to store the auth tag for GCM. Then store it.
Loading
Please register or sign in to comment