]> git.karo-electronics.de Git - karo-tx-linux.git/commit
crypto: caam - split RNG4 instantiation function
authorAlex Porosanu <alexandru.porosanu@freescale.com>
Mon, 9 Sep 2013 15:56:31 +0000 (18:56 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 13 Sep 2013 11:43:55 +0000 (21:43 +1000)
commit04cddbfe6b5f334aa337a1a9797eb8914822f2f8
tree962eb4ac9c87d03283bc4994ca7fb3d227c62467
parent84cf48278bc94dfc1b4ffafa987ae115abcc625a
crypto: caam - split RNG4 instantiation function

This patch splits the RNG4 state handle instantiation
function into two parts: one that handles the creation
of the descriptor which instructs the CAAM to perform
the instantiation of the state handle and another
function that performs the running of the said descriptor
using the DECO debug mechanism.

Signed-off-by: Alex Porosanu <alexandru.porosanu@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/caam/ctrl.c