Merged! Thanks everybody! Maxim.
On 08/14/2014 07:39 PM, Robbie King wrote:
Per the latest ODP crypto discussions, here are patches to add the ODP crypto API header file as well as the linux-generic implementation. The IPsec test application will be in a separate patch set. I've incorporated Anders and Ciprians feedback: - v2: Update DEPENDENCIES and configure.ac for cross compile - v2: Fix spelling errors in API file and linux-generic source - v2: Updated copyrights to 2014 - v3: Fix whitespace - v4: Fix comments and spacing between functions - v5: Cleanup MD5 implementation (remove "hlen" from HMAC calls) - v6: Fixed doxygen warning for "#define" in odp_crypto.h - v7: Move crypto init call to linux-generic, change SESSION_INVALID Robbie King (3): Add crypto library to dependencies and configure script Add ODP crypto API file Add linux-generic crypto implementation DEPENDENCIES | 60 +++ configure.ac | 17 + include/odp_crypto.h | 356 +++++++++++++++ platform/linux-generic/Makefile.am | 2 + .../linux-generic/include/odp_crypto_internal.h | 86 ++++ platform/linux-generic/include/odp_internal.h | 2 + platform/linux-generic/odp_crypto.c | 465 ++++++++++++++++++++ platform/linux-generic/odp_init.c | 5 + 8 files changed, 993 insertions(+), 0 deletions(-) create mode 100644 include/odp_crypto.h create mode 100644 platform/linux-generic/include/odp_crypto_internal.h create mode 100644 platform/linux-generic/odp_crypto.c
_______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
