diff options
author | Marek Vasut <marex@denx.de> | 2014-05-26 18:51:48 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2014-06-20 15:26:05 +0200 |
commit | d656c180de4d3eacd610c414fbcfe2509cf64a99 (patch) | |
tree | 1d81e9039df71035030007149c2e157ac0572194 /crypto | |
parent | crypto: api - Move crypto_yield() to algapi.h (diff) | |
download | linux-d656c180de4d3eacd610c414fbcfe2509cf64a99.tar.xz linux-d656c180de4d3eacd610c414fbcfe2509cf64a99.zip |
crypto: skcipher - Don't use __crypto_dequeue_request()
Use skcipher_givcrypt_cast(crypto_dequeue_request(queue)) instead, which
does the same thing in much cleaner way. The skcipher_givcrypt_cast()
actually uses container_of() instead of messing around with offsetof()
too.
Signed-off-by: Marek Vasut <marex@denx.de>
Reported-by: Arnd Bergmann <arnd@arndb.de>
Cc: Pantelis Antoniou <panto@antoniou-consulting.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions