Yes working on it today -----Original Message----- From: Taras Kondratiuk [mailto:[email protected]] Sent: Monday, December 15, 2014 9:37 AM To: [email protected]; Robbie King (robking) Subject: Re: [PATCH 0/3] linux-generic: crypto: fix validation tests failures
Hi Robby, Will you be able to review this? On 12/13/2014 12:40 AM, 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 > > Taras Kondratiuk (3): > 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() > > .../linux-generic/include/odp_crypto_internal.h | 2 + > platform/linux-generic/odp_crypto.c | 91 > ++++++++++++++-------- > 2 files changed, 62 insertions(+), 31 deletions(-) > -- Taras Kondratiuk _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
