Home
last modified time | relevance | path

Searched refs:reqbfr (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/chelsio/
H A Dchcr_crypto.h281 u8 *reqbfr; member
H A Dchcr_algo.c1636 dma_map_single(&u_ctx->lldi.pdev->dev, req_ctx->reqbfr, in create_hash_wr()
1687 sg_pcopy_to_buffer(req->src, sg_nents(req->src), req_ctx->reqbfr in chcr_ahash_update()
1737 swap(req_ctx->reqbfr, req_ctx->skbfr); in chcr_ahash_update()
1739 req_ctx->reqbfr, remainder, req->nbytes - in chcr_ahash_update()
1807 create_last_hash_block(req_ctx->reqbfr, bs, req_ctx->data_len); in chcr_ahash_final()
1905 create_last_hash_block(req_ctx->reqbfr, bs, req_ctx->data_len); in chcr_ahash_finup()
2001 create_last_hash_block(req_ctx->reqbfr, bs, req_ctx->data_len); in chcr_ahash_digest()
2177 memcpy(state->bfr1, req_ctx->reqbfr, req_ctx->reqlen); in chcr_ahash_export()
2191 req_ctx->reqbfr = req_ctx->bfr1; in chcr_ahash_import()
2305 req_ctx->reqbfr in chcr_sha_init()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/chelsio/
H A Dchcr_crypto.h285 u8 *reqbfr; member
H A Dchcr_algo.c1630 dma_map_single(&u_ctx->lldi.pdev->dev, req_ctx->reqbfr, in create_hash_wr()
1681 sg_pcopy_to_buffer(req->src, sg_nents(req->src), req_ctx->reqbfr in chcr_ahash_update()
1731 swap(req_ctx->reqbfr, req_ctx->skbfr); in chcr_ahash_update()
1733 req_ctx->reqbfr, remainder, req->nbytes - in chcr_ahash_update()
1801 create_last_hash_block(req_ctx->reqbfr, bs, req_ctx->data_len); in chcr_ahash_final()
1899 create_last_hash_block(req_ctx->reqbfr, bs, req_ctx->data_len); in chcr_ahash_finup()
1995 create_last_hash_block(req_ctx->reqbfr, bs, req_ctx->data_len); in chcr_ahash_digest()
2171 memcpy(state->bfr1, req_ctx->reqbfr, req_ctx->reqlen); in chcr_ahash_export()
2185 req_ctx->reqbfr = req_ctx->bfr1; in chcr_ahash_import()
2300 req_ctx->reqbfr in chcr_sha_init()
[all...]

Completed in 11 milliseconds