From: Martin Willi Date: Mon, 1 Jun 2015 11:44:02 +0000 (+0200) Subject: crypto: chacha20poly1305 - Add an IPsec variant for RFC7539 AEAD X-Git-Tag: omap-for-v4.3/legacy-v2-signed~193^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4db4ad26096c4c1e579f9a957ca7752fe02bf7b4;p=pandora-kernel.git crypto: chacha20poly1305 - Add an IPsec variant for RFC7539 AEAD draft-ietf-ipsecme-chacha20-poly1305 defines the use of ChaCha20/Poly1305 in ESP. It uses additional four byte key material as a salt, which is then used with an 8 byte IV to form the ChaCha20 nonce as defined in the RFC7539. Signed-off-by: Martin Willi Acked-by: Steffen Klassert Signed-off-by: Herbert Xu --- Reading git-diff-tree failed