crypto_clone_shash
shash = crypto_clone_shash(ahash_to_shash(hash));
hash = crypto_clone_shash(ctx->child);
hash = crypto_clone_shash(sctx->hash);
EXPORT_SYMBOL_GPL(crypto_clone_shash);
struct crypto_shash *crypto_clone_shash(struct crypto_shash *tfm);