From: Martin Willi Date: Mon, 1 Jun 2015 11:44:00 +0000 (+0200) Subject: crypto: chacha20poly1305 - Add a ChaCha20-Poly1305 AEAD construction, RFC7539 X-Git-Tag: omap-for-v4.2/fixes-rc1^2~164^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71ebc4d1b27d345342bdcb32a29c8cc3da8c6654;p=pandora-kernel.git crypto: chacha20poly1305 - Add a ChaCha20-Poly1305 AEAD construction, RFC7539 This AEAD uses a chacha20 ablkcipher and a poly1305 ahash to construct the ChaCha20-Poly1305 AEAD as defined in RFC7539. It supports both synchronous and asynchronous operations, even if we currently have no async chacha20 or poly1305 drivers. Signed-off-by: Martin Willi Acked-by: Steffen Klassert Signed-off-by: Herbert Xu --- Reading git-diff-tree failed