]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
crypto: poly1305 - Export common Poly1305 helpers
authorMartin Willi <martin@strongswan.org>
Thu, 16 Jul 2015 17:14:05 +0000 (19:14 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 17 Jul 2015 13:20:26 +0000 (21:20 +0800)
commit2546f811ef45fc47fcb65531bea98beeed0c97cc
tree953ec34e28547cb648f131bde32cb842d7348920
parent6692cbc28e88b4cbffaab84b82bfff888c03ed3a
crypto: poly1305 - Export common Poly1305 helpers

As architecture specific drivers need a software fallback, export Poly1305
init/update/final functions together with some helpers in a header file.

Signed-off-by: Martin Willi <martin@strongswan.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/chacha20poly1305.c
crypto/poly1305_generic.c
include/crypto/poly1305.h [new file with mode: 0644]