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 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 | 366 +++++++++++++++ platform/linux-generic/Makefile.am | 2 + .../linux-generic/include/odp_crypto_internal.h | 86 ++++ platform/linux-generic/odp_crypto.c | 469 ++++++++++++++++++++ 6 files changed, 1000 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 -- 1.7.7.6 _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
