is that ready for merge?

Maxim.

On 12/16/2014 05:19 PM, Taras Kondratiuk wrote:
This series fixes all crypto tests failures.

Suite: odp_crypto_sync_inp
   Test: ENC_ALG_3DES_CBC ...passed
   Test: DEC_ALG_3DES_CBC ...passed
   Test: ENC_ALG_3DES_CBC_OVR_IV ...passed
   Test: DEC_ALG_3DES_CBC_OVR_IV ...passed
   Test: ALG_HMAC_MD5 ...passed
Suite: odp_crypto_async_inp
   Test: ENC_ALG_3DES_CBC ...passed
   Test: DEC_ALG_3DES_CBC ...passed
   Test: ENC_ALG_3DES_CBC_OVR_IV ...passed
   Test: DEC_ALG_3DES_CBC_OVR_IV ...passed
   Test: ALG_HMAC_MD5 ...passed
   Test: ENC_ALG_3DES_CBC_COMPL_NEW ...passed
Suite: ODP_CRYPTO_RNG
   Test: RNG_GET_SIZE ...passed

Run Summary:    Type  Total    Ran Passed Failed Inactive
               suites      3      3    n/a      0        0
                tests     12     12     12      0        0
              asserts    299    299    299      0      n/a

v2: - Removed buffer type asserts. Completion event can be a raw buffer.
     - Reverted crypto 'make check' workaround.

Taras Kondratiuk (4):
   linux-generic: crypto: always make a copy of IV
   linux-generic: crypto: implement completion event context
   linux-generic: crypto: implement odp_crypto_get_operation_compl_packet()
   Revert "validation: XFAIL crypto until API is implemented"

  .../linux-generic/include/odp_crypto_internal.h    |  2 +
  platform/linux-generic/odp_crypto.c                | 85 ++++++++++++++--------
  test/validation/Makefile.am                        |  4 -
  3 files changed, 56 insertions(+), 35 deletions(-)



_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to