Skip to content
Snippets Groups Projects
Commit 5d1d65f8 authored by Herbert Xu's avatar Herbert Xu
Browse files

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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 53033d4d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment