summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/cryptodev/cryptodev-fsl.inc
blob: 774ef102e66ca5dea15aa9020eae622e59fdb7d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
FILESEXTRAPATHS_prepend := "${THISDIR}/cryptodev-fsl"

SRC_URI_fslmachine = "git://github.com/nmav/cryptodev-linux.git \
    file://0001-add-support-for-composite-TLS-SHA1-AES-algorithm-off.patch \
    file://0002-use-function-local-storage-for-cipher-and-hmac-keys.patch \
    file://0003-Add-support-for-aead-keys-for-composite-algorithms.patch \
    file://0004-fix-scatterlist-size-for-in-place-operations.patch \
    file://0005-add-dst_len-parameter-to-be-provided-by-the-user.patch \
    file://0006-fix-build-error-on-some-targets.patch \
    file://0007-add-support-for-COMPAT_CIOCAUTHCRYPT-ioctl.patch \
    file://0008-fix-cipher-algorithm-memleaks.patch \
    file://0009-PKC-support-added-in-cryptodev-module.patch \
    file://0010-Compat-versions-of-PKC-IOCTLs.patch \
    file://0011-Asynchronous-interface-changes-in-cryptodev.patch \
    file://0012-ECC_KEYGEN-and-DLC_KEYGEN-supported-in-cryptodev-mod.patch \
    file://0013-RCU-stall-fixed-in-PKC-asynchronous-interface.patch \
    file://0014-use-static-allocation-for-keys-copied-from-userspace.patch \
    file://0015-Add-RSA-Key-generation-offloading.patch \
    file://0016-Fixed-compilation-error-of-openssl-with-fsl-cryptode.patch \
"
SRCREV_fslmachine = "e8609a408d40c83ae8fc11bbe9a7b3847612669b"

S_fslmachine = "${WORKDIR}/git"