crypto_shash_import_core
return crypto_shash_import_core(prepare_shash_desc(req, tfm),
return crypto_shash_import_core(desc, in);
EXPORT_SYMBOL_GPL(crypto_shash_import_core);
int crypto_shash_import_core(struct shash_desc *desc, const void *in);