Skip to content

Dublin Port Tunnel

Compare
Choose a tag to compare
@tkanteck tkanteck released this 18 Dec 14:59

General

  • Added AESNI emulation implementation
  • Added AES-GCM multi-buffer implementation for AVX512 with VAES and VPCLMULQDQ
  • Added flexible job chain order support #23
  • GCM submit and flush functions moved into architecture MB manager modules
  • GCM API's added to MB_MGR structure
  • Added plain SHA support in JOB API
  • Added architectural compiler optimizations for GCC/CC

LibTestApp

  • Added option not to run GCM tests
  • Added AESNI emulation tests
  • Added plain SHA tests
  • Updated to take advantage of new GCM macros

LibPerfApp

  • Buffer alignment update
  • Updated to take advantage of new GCM macros

Performance

  • AES-GCM AAD performance improvement for AVX512, AVX2, AVX and SSE

Resolved issues