crypto_spawn_skcipher  416 crypto/adiantum.c 	streamcipher = crypto_spawn_skcipher(&ictx->streamcipher_spawn);
crypto_spawn_skcipher  331 crypto/authenc.c 	enc = crypto_spawn_skcipher(&ictx->enc);
crypto_spawn_skcipher  346 crypto/authencesn.c 	enc = crypto_spawn_skcipher(&ictx->enc);
crypto_spawn_skcipher  415 crypto/ccm.c   	ctr = crypto_spawn_skcipher(&ictx->ctr);
crypto_spawn_skcipher  520 crypto/chacha20poly1305.c 	chacha = crypto_spawn_skcipher(&ictx->chacha);
crypto_spawn_skcipher  371 crypto/cryptd.c 	cipher = crypto_spawn_skcipher(spawn);
crypto_spawn_skcipher  232 crypto/ctr.c   	cipher = crypto_spawn_skcipher(spawn);
crypto_spawn_skcipher  297 crypto/cts.c   	cipher = crypto_spawn_skcipher(spawn);
crypto_spawn_skcipher  318 crypto/essiv.c 	skcipher = crypto_spawn_skcipher(&ictx->u.skcipher_spawn);
crypto_spawn_skcipher  541 crypto/gcm.c   	ctr = crypto_spawn_skcipher(&ictx->ctr);
crypto_spawn_skcipher  271 crypto/lrw.c   	cipher = crypto_spawn_skcipher(spawn);
crypto_spawn_skcipher  303 crypto/xts.c   	child = crypto_spawn_skcipher(&ictx->spawn);