Lines Matching refs:export
4374 struct caam_export_state *export = out; in ahash_export() local
4378 memcpy(export->buf, buf, len); in ahash_export()
4379 memcpy(export->caam_ctx, state->caam_ctx, sizeof(export->caam_ctx)); in ahash_export()
4380 export->buflen = len; in ahash_export()
4381 export->update = state->update; in ahash_export()
4382 export->final = state->final; in ahash_export()
4383 export->finup = state->finup; in ahash_export()
4391 const struct caam_export_state *export = in; in ahash_import() local
4394 memcpy(state->buf, export->buf, export->buflen); in ahash_import()
4395 memcpy(state->caam_ctx, export->caam_ctx, sizeof(state->caam_ctx)); in ahash_import()
4396 state->buflen = export->buflen; in ahash_import()
4397 state->update = export->update; in ahash_import()
4398 state->final = export->final; in ahash_import()
4399 state->finup = export->finup; in ahash_import()
4428 .export = ahash_export,
4449 .export = ahash_export,
4470 .export = ahash_export,
4491 .export = ahash_export,
4512 .export = ahash_export,
4533 .export = ahash_export,