crypto_spawn_skcipher  333 crypto/authenc.c 	enc = crypto_spawn_skcipher(&ictx->enc);
crypto_spawn_skcipher  682 crypto/blkcipher.c 	cipher = crypto_spawn_skcipher(crypto_instance_ctx(inst));
crypto_spawn_skcipher  443 crypto/ccm.c   	ctr = crypto_spawn_skcipher(&ictx->ctr);
crypto_spawn_skcipher  412 crypto/gcm.c   	ctr = crypto_spawn_skcipher(&ictx->ctr);