crypto_grab_skcipher
err = crypto_grab_skcipher(&ictx->streamcipher_spawn,
err = crypto_grab_skcipher(&ctx->enc, aead_crypto_instance(inst),
err = crypto_grab_skcipher(&ctx->enc, aead_crypto_instance(inst),
err = crypto_grab_skcipher(&ictx->ctr, aead_crypto_instance(inst),
err = crypto_grab_skcipher(&ctx->chacha, aead_crypto_instance(inst),
err = crypto_grab_skcipher(&ctx->spawn, skcipher_crypto_instance(inst),
err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst),
err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst),
err = crypto_grab_skcipher(&ictx->u.skcipher_spawn, inst,
err = crypto_grab_skcipher(&ctx->ctr, aead_crypto_instance(inst),
err = crypto_grab_skcipher(&ictx->xctr_spawn,
err = crypto_grab_skcipher(&ictx->enc, aead_crypto_instance(inst),
err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst),
err = crypto_grab_skcipher(spawn,
EXPORT_SYMBOL_GPL(crypto_grab_skcipher);
err = crypto_grab_skcipher(&ctx->spawn, skcipher_crypto_instance(inst),
err = crypto_grab_skcipher(&ctx->spawn,
int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn,