Searched refs:digest_buff (Results 1 – 2 of 2) sorted by relevance
/drivers/crypto/ccree/ |
D | cc_hash.c | 88 u8 digest_buff[CC_MAX_HASH_DIGEST_SIZE] ____cacheline_aligned; member 149 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() [all …]
|
D | cc_hash.h | 40 u8 digest_buff[CC_MAX_HASH_DIGEST_SIZE] ____cacheline_aligned; member
|