crypto_shash_export
return crypto_shash_export(ahash_request_ctx(req), out);
return crypto_shash_export(&rctx->desc, out);
crypto_shash_export(shash, ipad) ?:
crypto_shash_export(shash, opad);
return crypto_shash_export(desc, out);
EXPORT_SYMBOL_GPL(crypto_shash_export);
err = crypto_shash_export(desc, hashstate);
crypto_shash_export(&ctx->sdesc->shash, ipad);
crypto_shash_export(&ctx->sdesc->shash, opad);
crypto_shash_export(&ctx->sdesc->shash, ipad);
crypto_shash_export(&ctx->sdesc->shash, opad);
crypto_shash_export(hash, state);
err = err ?: crypto_shash_export(fbdesc, shash_desc_ctx(desc));
crypto_shash_export(desc, v->initial_hashstate.shash);
err = crypto_shash_export(src, state);
int crypto_shash_export(struct shash_desc *desc, void *out);