Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ccree/
Dcc_hash.c75 u8 digest_buff[CC_MAX_HASH_DIGEST_SIZE] ____cacheline_aligned; member
135 memcpy(state->digest_buff, ctx->digest_buff, in cc_init_req()
159 memcpy(state->digest_buff, larval, ctx->inter_digestsize); in cc_init_req()
169 dma_map_single(dev, state->digest_buff, in cc_map_req()
173 ctx->inter_digestsize, state->digest_buff); in cc_map_req()
177 ctx->inter_digestsize, state->digest_buff, in cc_map_req()
1015 sizeof(ctx->digest_buff), DMA_BIDIRECTIONAL); in cc_free_ctx()
1039 dma_map_single(dev, (void *)ctx->digest_buff, in cc_alloc_ctx()
1040 sizeof(ctx->digest_buff), DMA_BIDIRECTIONAL); in cc_alloc_ctx()
1043 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