Skip to content

Releases: ovpanait/zynq-aes

v0.1.1

16 Aug 18:05
Compare
Choose a tag to compare
  • Add scatter-gather support for DMA transfers
  • Rework the Vivado block design to include scatter-gather and use SmartConnect
    IP instead of AXI Interconnect
  • The kernel driver now depends on CONFIG_CRYPTO_ENGINE config
  • Make the engine work with kernel IPSEC offloading
  • Enable the hw engine to receive arbitrary amounts of data (remove the 32kB
    limitation)
  • Set the dtb compatible string to "zynqaes-crypto-engine"

v0.1

16 Aug 14:14
Compare
Choose a tag to compare
  • 128-bit keys
  • ECB/CBC support
  • Basic engine functionality
  • IPSEC not functional yet