Searched hist:"1 e1f0061" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/crypto/ |
H A D | chacha20poly1305.c | 1e1f0061 Tue Jul 12 00:17:40 CDT 2016 Herbert Xu <herbert@gondor.apana.org.au> crypto: chacha20poly1305 - Use skcipher
This patch converts chacha20poly1305 to use the new skcipher interface as opposed to ablkcipher.
It also fixes a buglet where we may end up with an async poly1305 when the user asks for a async algorithm. This shouldn't be a problem yet as there aren't any async implementations of poly1305 out there.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> 1e1f0061 Tue Jul 12 00:17:40 CDT 2016 Herbert Xu <herbert@gondor.apana.org.au> crypto: chacha20poly1305 - Use skcipher This patch converts chacha20poly1305 to use the new skcipher interface as opposed to ablkcipher. It also fixes a buglet where we may end up with an async poly1305 when the user asks for a async algorithm. This shouldn't be a problem yet as there aren't any async implementations of poly1305 out there. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|