crypto_grab_skcipher  543 crypto/adiantum.c 	err = crypto_grab_skcipher(&ictx->streamcipher_spawn, streamcipher_name,
crypto_grab_skcipher  427 crypto/authenc.c 	err = crypto_grab_skcipher(&ctx->enc, enc_name, 0,
crypto_grab_skcipher  445 crypto/authencesn.c 	err = crypto_grab_skcipher(&ctx->enc, enc_name, 0,
crypto_grab_skcipher  499 crypto/ccm.c   	err = crypto_grab_skcipher(&ictx->ctr, ctr_name, 0,
crypto_grab_skcipher  617 crypto/chacha20poly1305.c 	err = crypto_grab_skcipher(&ctx->chacha, chacha_name, 0,
crypto_grab_skcipher  425 crypto/cryptd.c 	err = crypto_grab_skcipher(&ctx->spawn, name, type, mask);
crypto_grab_skcipher  296 crypto/ctr.c   	err = crypto_grab_skcipher(spawn, cipher_name, 0, mask);
crypto_grab_skcipher  355 crypto/cts.c   	err = crypto_grab_skcipher(spawn, cipher_name, 0,
crypto_grab_skcipher  500 crypto/essiv.c 		err = crypto_grab_skcipher(&ictx->u.skcipher_spawn,
crypto_grab_skcipher  629 crypto/gcm.c   	err = crypto_grab_skcipher(&ctx->ctr, ctr_name, 0,
crypto_grab_skcipher  326 crypto/lrw.c   	err = crypto_grab_skcipher(spawn, cipher_name, 0,
crypto_grab_skcipher  335 crypto/lrw.c   		err = crypto_grab_skcipher(spawn, ecb_name, 0,
crypto_grab_skcipher  987 crypto/skcipher.c EXPORT_SYMBOL_GPL(crypto_grab_skcipher);
crypto_grab_skcipher  370 crypto/xts.c   	err = crypto_grab_skcipher(&ctx->spawn, cipher_name, 0, mask);
crypto_grab_skcipher  377 crypto/xts.c   		err = crypto_grab_skcipher(&ctx->spawn, ctx->name, 0, mask);
crypto_grab_skcipher   97 include/crypto/internal/skcipher.h int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, const char *name,