Home
last modified time | relevance | path

Searched refs:bfr (Results 1 – 2 of 2) sorted by relevance

/drivers/crypto/chelsio/
Dchcr_algo.c732 struct sk_buff *skb, unsigned int *frags, char *bfr, in write_buffer_data_page_desc() argument
745 memcpy(page_ptr, bfr, bfr_len); in write_buffer_data_page_desc()
823 write_buffer_data_page_desc(req_ctx, skb, &frags, req_ctx->bfr, in create_final_hash_wr()
859 sg_pcopy_to_buffer(req->src, sg_nents(req->src), req_ctx->bfr + in chcr_ahash_update()
881 req_ctx->bfr, remainder, req->nbytes - in chcr_ahash_update()
920 if (req_ctx->bfr && (req_ctx->bfr_len == 0)) { in chcr_ahash_final()
921 create_last_hash_block(req_ctx->bfr, bs, req_ctx->data_len); in chcr_ahash_final()
968 if (req_ctx->bfr && (req_ctx->bfr_len + req->nbytes) == 0) { in chcr_ahash_finup()
969 create_last_hash_block(req_ctx->bfr, bs, req_ctx->data_len); in chcr_ahash_finup()
1024 if (req_ctx->bfr && req->nbytes == 0) { in chcr_ahash_digest()
[all …]
Dchcr_crypto.h159 char bfr[CHCR_HASH_MAX_BLOCK_SIZE_128]; member