summaryrefslogtreecommitdiff
path: root/curve_test.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-11curve: move selftest to own fileDaniel Borkmann1-0/+80
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-05-11 17:48:12 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2015-05-13 10:31:53 +0800
commit5d1d65f8bea6de3d9c2c60fdfdd2da02da5ea672 (patch)
tree0ae938f7c50e7a8227f2f93087edf843b44621e5 /include
parent53033d4d36b0299ef02e28155913414ec1089aac (diff)
crypto: aead - Convert top level interface to new style
This patch converts the top-level aead interface to the new style. All user-level AEAD interface code have been moved into crypto/aead.h. The allocation/free functions have switched over to the new way of allocating tfms. This patch also removes the double indrection on setkey so the indirection now exists only at the alg level. Apart from these there are no user-visible changes. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include')