prepare_shash_desc
return crypto_shash_init(prepare_shash_desc(req, tfm));
return shash_ahash_digest(req, prepare_shash_desc(req, tfm));
return crypto_shash_import_core(prepare_shash_desc(req, tfm),
return crypto_shash_import(prepare_shash_desc(req, tfm), in);