> Add support for AES_CCM, CHACHA20_POLY1305 and AES_GMAC. > > Signed-off-by: Declan Doherty <[email protected]> > Signed-off-by: Radu Nicolau <[email protected]> > Signed-off-by: Abhijit Sinha <[email protected]> > Signed-off-by: Daniel Martin Buckley <[email protected]> > Acked-by: Fan Zhang <[email protected]> > Acked-by: Konstantin Ananyev <[email protected]> > --- > 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.

