Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/crypto/amcc/
Dcrypto4xx_core.c160 ctx->state_record = dma_alloc_coherent(ctx->dev->core_dev->device, in crypto4xx_alloc_state_record()
165 memset(ctx->state_record, 0, sizeof(struct sa_state_record)); in crypto4xx_alloc_state_record()
172 if (ctx->state_record != NULL) in crypto4xx_free_state_record()
175 ctx->state_record, in crypto4xx_free_state_record()
590 struct sa_state_record *state_record = in crypto4xx_copy_digest_to_dst() local
594 memcpy((void *) pd_uinfo->dest_va, state_record->save_digest, in crypto4xx_copy_digest_to_dst()
Dcrypto4xx_core.h121 void *state_record; member