Searched hist:"71 ebc4d1b27d345342bdcb32a29c8cc3da8c6654" (Results 1 – 1 of 1) sorted by relevance
/linux/crypto/ |
H A D | chacha20poly1305.c | 71ebc4d1b27d345342bdcb32a29c8cc3da8c6654 Mon Jun 01 13:44:00 CEST 2015 Martin Willi <martin@strongswan.org> 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 <martin@strongswan.org> Acked-by: Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|