skcipher_spawn 42 crypto/essiv.c struct crypto_skcipher_spawn skcipher_spawn; skcipher_spawn 318 crypto/essiv.c skcipher = crypto_spawn_skcipher(&ictx->u.skcipher_spawn); skcipher_spawn 390 crypto/essiv.c crypto_drop_skcipher(&ictx->u.skcipher_spawn); skcipher_spawn 499 crypto/essiv.c crypto_set_skcipher_spawn(&ictx->u.skcipher_spawn, inst); skcipher_spawn 500 crypto/essiv.c err = crypto_grab_skcipher(&ictx->u.skcipher_spawn, skcipher_spawn 506 crypto/essiv.c skcipher_alg = crypto_spawn_skcipher_alg(&ictx->u.skcipher_spawn); skcipher_spawn 632 crypto/essiv.c crypto_drop_skcipher(&ictx->u.skcipher_spawn);