git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72af865
)
crypto: seqiv - Use aead_register_instance
author
Herbert Xu
<herbert@gondor.apana.org.au>
Sat, 23 May 2015 07:41:51 +0000
(15:41 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Mon, 25 May 2015 10:41:30 +0000
(18:41 +0800)
New style AEAD instances must use aead_register_instance. This
worked by chance because aead_geniv_alloc is still setting things
the old way.
This patch converts the template over to the create model where
we are responsible for instance registration so that we can call
the correct function.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/seqiv.c
patch
|
blob
|
history
diff --cc
crypto/seqiv.c
Simple merge