You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/ipq40xx
Eneas U de Queiroz 13b8404b1e ipq40xx: qce - add fixes for AES ciphers
This backports commits from master that fix AES ciphers when using the
qce driver:

 - A couple of simple fixes for CTR and XTS modes used with AES:
   * 041-crypto-qce-fix-ctr-aes-qce-block-chunk-sizes.patch
   * 042-crypto-qce-fix-xts-aes-qce-key-sizes.patch

 - A fix for a bug that affected cases when there were more entries in
   the input sg list than necessary to actually encrypt, resulting in
   failure in gcm, where the authentication tag is present after the
   encryption data:
   * 043-crypto-qce-save-a-sg-table-slot-for-result-buf.patch

 - A fix to update the IV buffer passed to the driver from the kernel:
   * 044-crypto-qce-update-the-skcipher-IV.patch

 - A patch that reduces memory footprint and driver initialization by
   only initializing the fallback mechanism where it is actually used:
   * 046-crypto-qce-initialize-fallback-only-for-AES.patch

 - Three patches that make gcm and xts modes work with the qce driver,
   and improve performance with small blocks:
   * 047-crypto-qce-use-cryptlen-when-adding-extra-sgl.patch
   * 048-crypto-qce-use-AES-fallback-for-small-requests.patch
   * 049-crypto-qce-handle-AES-XTS-cases-that-qce-fails.patch

 - A patch that allows the hashes/ciphers to be built individually.
   * 051-crypto-qce-allow-building-only-hashes-ciphers.patch

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
[renumbered patches, added patches from dropped commit, refreshed, 5.4]
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
4 years ago
..
base-files ipq40xx: add support for EnGenius EAP2200 4 years ago
files-4.14/arch/arm/boot/dts ipq40xx: fix usbport trigger on the RT-AC58U with USB 2.0 devices 5 years ago
files-4.19/arch/arm/boot/dts ipq40xx: add support for EnGenius EAP2200 4 years ago
files-5.4 ipq40xx: add support for EnGenius EAP2200 4 years ago
generic ipqx0xx: add Generic subtarget 5 years ago
image ipq40xx: add support for EnGenius EAP2200 4 years ago
patches-4.14 kernel: bump 4.14 to 4.14.171 4 years ago
patches-4.19 ipq40xx: qce - add fixes for AES ciphers 4 years ago
patches-5.4 ipq40xx: qce - add fixes for AES ciphers 4 years ago
profiles ipq40xx: add target 6 years ago
Makefile ipq40xx: add v5.4 support 4 years ago
config-4.14 ipq40xx: add support for ASUS Lyra 5 years ago
config-4.19 ipq40xx: use neon crypto drivers 4 years ago
config-5.4 ipq40xx: use neon crypto drivers 4 years ago