isa-l_crypto: update submodule to 2.25This patch updates ISA-L submodule to version 2.25.Rather than disabling deprecation warnings, immediatelyupdate to new APIs introduced in ISA-L 2.25.ISA-L
isa-l_crypto: update submodule to 2.25This patch updates ISA-L submodule to version 2.25.Rather than disabling deprecation warnings, immediatelyupdate to new APIs introduced in ISA-L 2.25.ISA-L_crypto is replacing following APIs with onethat adds parameter checking and FIPS support:XTS_AES_128_enc -> isal_aes_xts_enc_128XTS_AES_128_dec -> isal_aes_xts_dec_128XTS_AES_256_enc -> isal_aes_xts_enc_256XTS_AES_256_dec -> isal_aes_xts_dec_256Please see more details at:https://github.com/intel/isa-l_crypto/wiki/New-API-introduced-from-v2.25Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>Change-Id: Iaa2d7239f2f24fc6905861bc30a063e27fc1bffdReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23076Reviewed-by: Jim Harris <jim.harris@samsung.com>Community-CI: Mellanox Build BotReviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
isa-l_crypto: Add submoduleAdd a new config option CONFIG_ISAL_CRYPTO whichis set if both isa-l and isa-l-crypto are enabled.This config option will be used in next patch toenable SW crypto oper
isa-l_crypto: Add submoduleAdd a new config option CONFIG_ISAL_CRYPTO whichis set if both isa-l and isa-l-crypto are enabled.This config option will be used in next patch toenable SW crypto operations in accel fwSigned-off-by: Alexey Marchuk <alexeymar@nvidia.com>Change-Id: I9cf6b754fb3888e21c05aa20bade21cf90d5d090Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14857Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>Reviewed-by: Jim Harris <james.r.harris@intel.com>Reviewed-by: Paul Luse <paul.e.luse@intel.com>Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com>Reviewed-by: <qun.wan@intel.com>Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com>