Searched refs:state_record (Results 1 – 2 of 2) sorted by relevance
160 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() local594 memcpy((void *) pd_uinfo->dest_va, state_record->save_digest, in crypto4xx_copy_digest_to_dst()
121 void *state_record; member