]> git.baikalelectronics.ru Git - kernel.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)
commite9379dbaf1d36a226e8ad04049b09862a69eaa00
tree953ec34e28547cb648f131bde32cb842d7348920
parentd8916528b137587ac36d6a224cc50eecd361df04
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]