Searched refs:state_record (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/crypto/amcc/
H A Dcrypto4xx_core.h121 void *state_record; member in struct:crypto4xx_ctx
H A Dcrypto4xx_core.c166 ctx->state_record = dma_alloc_coherent(ctx->dev->core_dev->device, crypto4xx_alloc_state_record()
171 memset(ctx->state_record, 0, sizeof(struct sa_state_record)); crypto4xx_alloc_state_record()
178 if (ctx->state_record != NULL) crypto4xx_free_state_record()
181 ctx->state_record, crypto4xx_free_state_record()
596 struct sa_state_record *state_record = crypto4xx_copy_digest_to_dst() local
600 memcpy((void *) pd_uinfo->dest_va, state_record->save_digest, crypto4xx_copy_digest_to_dst()

Completed in 284 milliseconds