4b701523 | 01-Nov-2019 |
Pablo de Lara <pablo.de.lara.guarch@intel.com> |
crypto/aesni_gcm: support in-place chained mbufs
IPSec Multi buffer library supports encryption on multiple segments. When dealing with chained buffers (multiple segments), as long as the operation
crypto/aesni_gcm: support in-place chained mbufs
IPSec Multi buffer library supports encryption on multiple segments. When dealing with chained buffers (multiple segments), as long as the operation is in-place, the destination buffer does not have to be contiguous (unlike in the case of out-of-place operation). Therefore, the limitation of not supporting in-place chained mbuf can be removed.
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
show more ...
|
0fc477b2 | 21-Oct-2019 |
Gagandeep Singh <g.singh@nxp.com> |
config: change default endianness for CAAM JR
CAAM JR can work on both LE and BE mode. Latest platforms are in LE mode, so changing the default mode to LE to make it more convenient for the latest p
config: change default endianness for CAAM JR
CAAM JR can work on both LE and BE mode. Latest platforms are in LE mode, so changing the default mode to LE to make it more convenient for the latest platforms.
Signed-off-by: Gagandeep Singh <g.singh@nxp.com> Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
show more ...
|