crypto_grab_skcipher  405 crypto/authenc.c 	err = crypto_grab_skcipher(&ctx->enc, enc_name, 0,
crypto_grab_skcipher  515 crypto/ccm.c   	err = crypto_grab_skcipher(&ictx->ctr, ctr_name, 0,
crypto_grab_skcipher  463 crypto/gcm.c   	err = crypto_grab_skcipher(&ctx->ctr, ctr_name, 0,
crypto_grab_skcipher   34 include/crypto/internal/skcipher.h int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, const char *name,