crypto_spawn_skcipher_alg  548 crypto/adiantum.c 	streamcipher_alg = crypto_spawn_skcipher_alg(&ictx->streamcipher_spawn);
crypto_spawn_skcipher_alg  433 crypto/authenc.c 	enc = crypto_spawn_skcipher_alg(&ctx->enc);
crypto_spawn_skcipher_alg  451 crypto/authencesn.c 	enc = crypto_spawn_skcipher_alg(&ctx->enc);
crypto_spawn_skcipher_alg  505 crypto/ccm.c   	ctr = crypto_spawn_skcipher_alg(&ictx->ctr);
crypto_spawn_skcipher_alg  623 crypto/chacha20poly1305.c 	chacha = crypto_spawn_skcipher_alg(&ctx->chacha);
crypto_spawn_skcipher_alg  429 crypto/cryptd.c 	alg = crypto_spawn_skcipher_alg(&ctx->spawn);
crypto_spawn_skcipher_alg  300 crypto/ctr.c   	alg = crypto_spawn_skcipher_alg(spawn);
crypto_spawn_skcipher_alg  361 crypto/cts.c   	alg = crypto_spawn_skcipher_alg(spawn);
crypto_spawn_skcipher_alg  506 crypto/essiv.c 		skcipher_alg = crypto_spawn_skcipher_alg(&ictx->u.skcipher_spawn);
crypto_spawn_skcipher_alg  635 crypto/gcm.c   	ctr = crypto_spawn_skcipher_alg(&ctx->ctr);