Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/ccree/
H A Dcc_hash.c149 memcpy(state->digest_buff, ctx->digest_buff, in cc_init_req()
174 memcpy(state->digest_buff, larval, ctx->inter_digestsize); in cc_init_req()
184 dma_map_single(dev, state->digest_buff, in cc_map_req()
188 ctx->inter_digestsize, state->digest_buff); in cc_map_req()
192 ctx->inter_digestsize, state->digest_buff, in cc_map_req()
1053 sizeof(ctx->digest_buff), DMA_BIDIRECTIONAL); in cc_free_ctx()
1077 dma_map_single(dev, ctx->digest_buff, sizeof(ctx->digest_buff), in cc_alloc_ctx()
1081 sizeof(ctx->digest_buff), ctx->digest_buff); in cc_alloc_ctx()
1085 sizeof(ctx->digest_buff), ctx->digest_buff, in cc_alloc_ctx()
1511 memcpy(out, state->digest_buff, ctx->inter_digestsize); in cc_hash_export()
[all …]
H A Dcc_hash.h40 u8 digest_buff[CC_MAX_HASH_DIGEST_SIZE] ____cacheline_aligned; member