Skip to content

Commit

Permalink
crypto: picoxcell - Convert to new AEAD interface
Browse files Browse the repository at this point in the history
This patch converts picoxcell to the new AEAD interface.  IV
generation has been removed since it's equivalent to a software
implementation.

As picoxcell cannot handle SG lists longer than 16 elements,
this patch has made the software fallback mandatory.  If an SG
list comes in that exceeds the limit, we will simply use the
fallback.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Herbert Xu committed Aug 4, 2015
1 parent d7295a8 commit c135949
Showing 1 changed file with 311 additions and 367 deletions.
Loading

0 comments on commit c135949

Please sign in to comment.