Skip to content
  1. Oct 04, 2018
  2. Sep 13, 2018
  3. Sep 12, 2018
  4. Sep 11, 2018
    • Cornu, Marcel D's avatar
      AVX2 HMAC-MD5 submit job store to load optimization · 29205a04
      Cornu, Marcel D authored
      - Updated AVX2 HMAC-MD5 submit function with store to load
        optimization
      - Added VPINSRW_M256 macro to insert word into 32 byte
        memory block using 128 bit AVX SIMD instructions
      
      Change-Id: Idd26ab3e3da62de72ab167bc81cd47e4f0aa2588
      29205a04
  5. Sep 04, 2018
  6. Aug 31, 2018
  7. Aug 30, 2018
  8. Aug 29, 2018
  9. Aug 24, 2018
  10. Aug 23, 2018
  11. Aug 20, 2018
    • Brian Dooley's avatar
      Added AES vectors to LibTestApp · 2a9b4835
      Brian Dooley authored
      - added new module aes_test.c to LibTestApp
      - updated Makefiles
      - added new verifation function
      - added multiple job submission numbers
      
      Change-Id: I6b68c3c727b01329db87f7c0ed8539ab39ed5063
      2a9b4835
  12. Aug 15, 2018
  13. Aug 13, 2018
    • Tomasz Kantecki's avatar
      Smoke test option added · 9a7c5ee5
      Tomasz Kantecki authored
      - option used for validation only
      - shortens number of iterations in a single run
      - 1st run is executed as normal and the rest or runs is skipped
      - there is no result print out at the end
      
      Change-Id: Ic7dc0c30d13c1b1f3cc543a49467a6b303269a78
      9a7c5ee5
  14. Aug 10, 2018
  15. Aug 09, 2018
  16. Aug 03, 2018
  17. Jul 23, 2018
  18. Jul 03, 2018
  19. Jun 21, 2018
  20. Jun 13, 2018
    • Cornu, Marcel D's avatar
      Added compile time and runtime library version checking. · f193fef4
      Cornu, Marcel D authored
      - intel-ipsec-mb.h updated with library version & version check macro
      - version.c module added to provide library version checking API
      - libIPSec_MB.def updated to export version API
      - LibTestApp updated to check & output library version
      
      Change-Id: Ie264562be81be21f23a6d65d533b7f7a24118dbb
      f193fef4
  21. Jun 07, 2018
    • Brian Dooley's avatar
      Enabled full digest size for MD5 · c4caee5b
      Brian Dooley authored
      - updated LibTestApp MD5 tests to enable full digest size
      - updated submit and flush to return full digest size
      
      Change-Id: I7f8395ba1f620a74606cd7cf7f1f250464d8ae12
      c4caee5b
    • Cornu, Marcel D's avatar
      Updated LibPerfApp to allocate MB manager memory on main thread. · 56dc0dfd
      Cornu, Marcel D authored
      This is required to fix a segmentation fault caused by the following command:
      $ ./ipsec_perf --threads 8
      
      This happens only on some platforms and only for number of threads equal to 8.
      The issue is believed to be caused by the libc memory allocator incorrectly
      allocating memory under certain corner conditions.
      The workaround is to allocate MB manager memory sequentially in the main thread.
      
      Change-Id: I3c5f6efb9372d67c0d80eeed06c14a6a74ad2baa
      56dc0dfd
  22. Jun 06, 2018
  23. Jun 01, 2018
  24. May 31, 2018
  25. May 29, 2018
    • Tomasz Kantecki's avatar
      Allow for zero cipher length in AES-CCM · bd96dc94
      Tomasz Kantecki authored
      - lifted restriction on zero cipher length for AES-CCM
      - added test vector to exercise this condition in LibTestApp
      - added flushing on MB manager at the end of AES-CCM and AES-CMAC tests
        (LibTestApp)
      - fixed potential buffer overrun issue (MB internal) in AES-CCM with non-zero AAD
      
      Change-Id: I82821dc087b74b91e5cb405611abaa2254c73dff
      bd96dc94
  26. May 25, 2018
    • Tomasz Kantecki's avatar
      Added new API for SHA224, SHA256, SHA384 and SHA512 · 2d433baf
      Tomasz Kantecki authored
      - similar to already added SHA1 API
      - new API required for key sizes bigger than block size in HMAC-SHAx
      - SHA224, SHA256, SHA384 and SHA512 API's added for each supported architecture
      - changed implementation of existing shaXXX_one_block_YYY API's (c + asm)
      - Extended HMAC-SHA tests to exercise longer key cases
      - Added overall test status in LibTestApp
      
      Change-Id: Ib12751a87c3c990e8937233102014b7981498a99
      2d433baf
  27. May 24, 2018
Loading