Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/ccree/
Dcc_hash.c81 u8 digest_buff[CC_MAX_HASH_DIGEST_SIZE] ____cacheline_aligned; member
142 memcpy(state->digest_buff, ctx->digest_buff, in cc_init_req()
167 memcpy(state->digest_buff, larval, ctx->inter_digestsize); in cc_init_req()
177 dma_map_single(dev, state->digest_buff, in cc_map_req()
181 ctx->inter_digestsize, state->digest_buff); in cc_map_req()
185 ctx->inter_digestsize, state->digest_buff, in cc_map_req()
1052 sizeof(ctx->digest_buff), DMA_BIDIRECTIONAL); in cc_free_ctx()
1076 dma_map_single(dev, (void *)ctx->digest_buff, in cc_alloc_ctx()
1077 sizeof(ctx->digest_buff), DMA_BIDIRECTIONAL); in cc_alloc_ctx()
1080 sizeof(ctx->digest_buff), ctx->digest_buff); in cc_alloc_ctx()
[all …]
Dcc_hash.h40 u8 digest_buff[CC_MAX_HASH_DIGEST_SIZE] ____cacheline_aligned; member