20 Jun, 2017

1 commit


10 Jun, 2017

1 commit

  • OMAP AES hw supports AES-GCM mode. This patch adds support for GCM and
    RFC4106 GCM mode in omap-aes driver. The GCM implementation is mostly
    written into its own source file, which gets built into the same driver
    binary as the existing AES support.

    Signed-off-by: Lokesh Vutla
    [t-kristo@ti.com: forward port to latest upstream kernel, conversion to use
    omap-crypto lib and some additional fixes]
    Signed-off-by: Tero Kristo
    Signed-off-by: Herbert Xu

    Tero Kristo