summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/cryptodev/cryptodev-qoriq_1.9.inc
Commit message (Collapse)AuthorAgeFilesLines
* cryptodev: upgrade to 1.10Ting Liu2020-04-201-26/+0
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* remove True option to getVar callsAndré Draszik2019-01-171-1/+1
| | | | | | | | | | | | | | getVar() has been defaulting to expanding by default for a long time (2016), thus remove the True option from getVar() calls with a regex search and replace. Search & replace made using the following command: sed -e 's|\(d\.getVar \?\)( \?\([^,()]*\), \?True)|\1(\2)|g' \ -i $(git grep -E 'getVar ?\( ?([^,()]*), ?True\)' \ | cut -d':' -f1 \ | sort -u) Signed-off-by: André Draszik <andre.draszik@jci.com>
* cryptodev-qoriq: update to 479e6e7Chunrong Guo2018-10-011-1/+1
| | | | | | | | | | *update to lsdk 1809 tag include the following changes: 479e6e7 - Merge branch 'master' of https://github.com/cryptodev-linux/cryptodev-linux f60aa08 - ioctl.c: Fix build with linux 4.17 Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* cryptodev-qoriq: update to c8b2900Chunrong Guo2018-07-051-1/+1
| | | | | | | | Following changes are included:y c8b2900 - ioctl.c: Fix build with linux 4.17-rc1 (LSDK: 4.16-next) Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* cryptodev-qoriq: update to d0e1f0a9C.R. Guo2018-04-021-1/+1
| | | | | | | | | | | | | *include the following changes: d0e1f0a - Merge branch 'master' of https://github.com/cryptodev-linux/cryptodev-linux 0a54e38 - check session flags early to avoid incorrect failure modes 2999526 - remove unnecessary header inclusion b633268 - fix type of returned value 81ba092 - Merge pull request #27 from qtec/master f0d6977 - ioctl.c: Fix build with linux 4.13 Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* cryptodev-qoriq: update SRC_URLC.R. Guo2018-03-061-1/+1
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* cryptodev: update recipesChunrong Guo2017-11-161-19/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *Update URL to fetch qoriq-open-source github *Update to f365c69d785 This includes the following changes: f365c69 - add support for composite TLS10(SHA1,AES) algorithm offload ec25290 - check session flags early to avoid incorrect failure modes 6213ae5 - add support for RSA public and private key operations 3245b0f - move structure definition to cryptodev_int.h 00a6861 - remove unnecessary header inclusion 1d7c848 - fix type of returned value a705360 - convert to new AEAD interface in kernels v4.2+ c2bf0e4 - refactoring: relocate code to simplify later patches 20dcf07 - refactoring: split big function to simplify maintainance 87d959d - Release version 1.9 6818263 - Fix ablkcipher algorithms usage in v4.8+ kernels 26e167f - zc: Use the power of #elif 2b29be8 - adjust to API changes in kernel >=4.10 2dbbb23 - do more strict code checking to avoid maintenance issues 88223e4 - avoid implicit conversion between signed and unsigned char 8db6905 - use buf_align macro to reduce code duplication b6d0e0f - rename header file to clarify purpose 1fd6062 - fix warnings of "implicit declaration of function" in async_speed ff3c8ab - remove not used local variables 25a1276 - fix incorrect return code in case of error from openssl_cioccrypt e7ef4ea - Merge pull request #17 from michaelweiser/gup_flags 99c6d21 - fix ignored SIGALRM signals on some platforms 71975fa - setting KERNEL_DIR is not necessary to build tests a96ff97 - fix issues with install target *Cryptodev-linux git includes all sdk patches so remove sdk patches folder Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* cryptodev-qoriq: update to v1.9Chunrong Guo2017-08-071-0/+42
Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>