Searched refs:reqbfr (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/crypto/chelsio/ |
| D | chcr_crypto.h | 281 u8 *reqbfr; member
|
| D | chcr_algo.c | 1632 dma_map_single(&u_ctx->lldi.pdev->dev, req_ctx->reqbfr, in create_hash_wr() 1683 sg_pcopy_to_buffer(req->src, sg_nents(req->src), req_ctx->reqbfr in chcr_ahash_update() 1733 swap(req_ctx->reqbfr, req_ctx->skbfr); in chcr_ahash_update() 1735 req_ctx->reqbfr, remainder, req->nbytes - in chcr_ahash_update() 1803 create_last_hash_block(req_ctx->reqbfr, bs, req_ctx->data_len); in chcr_ahash_final() 1901 create_last_hash_block(req_ctx->reqbfr, bs, req_ctx->data_len); in chcr_ahash_finup() 1997 create_last_hash_block(req_ctx->reqbfr, bs, req_ctx->data_len); in chcr_ahash_digest() 2173 memcpy(state->bfr1, req_ctx->reqbfr, req_ctx->reqlen); in chcr_ahash_export() 2187 req_ctx->reqbfr = req_ctx->bfr1; in chcr_ahash_import() 2301 req_ctx->reqbfr = req_ctx->bfr1; in chcr_sha_init() [all …]
|