> Add support for AES_CCM, CHACHA20_POLY1305 and AES_GMAC. > > Signed-off-by: Declan Doherty <declan.dohe...@intel.com> > Signed-off-by: Radu Nicolau <radu.nico...@intel.com> > Signed-off-by: Abhijit Sinha <abhijit.si...@intel.com> > Signed-off-by: Daniel Martin Buckley <daniel.m.buck...@intel.com> > Acked-by: Fan Zhang <roy.fan.zh...@intel.com> > Acked-by: Konstantin Ananyev <konstantin.anan...@intel.com> > --- > lib/ipsec/crypto.h | 137 > +++++++++++++++++++++++++++++++++++++++++++ > lib/ipsec/esp_inb.c | 66 ++++++++++++++++++++- > lib/ipsec/esp_outb.c | 70 +++++++++++++++++++++- > lib/ipsec/sa.c | 54 +++++++++++++++-- > lib/ipsec/sa.h | 6 ++ > 5 files changed, 322 insertions(+), 11 deletions(-)
Documentation updates are also missing.