Lines Matching refs:export
1545 struct caam_export_state *export = out; in ahash_export() local
1549 memcpy(export->buf, buf, len); in ahash_export()
1550 memcpy(export->caam_ctx, state->caam_ctx, sizeof(export->caam_ctx)); in ahash_export()
1551 export->buflen = len; in ahash_export()
1552 export->update = state->update; in ahash_export()
1553 export->final = state->final; in ahash_export()
1554 export->finup = state->finup; in ahash_export()
1562 const struct caam_export_state *export = in; in ahash_import() local
1565 memcpy(state->buf, export->buf, export->buflen); in ahash_import()
1566 memcpy(state->caam_ctx, export->caam_ctx, sizeof(state->caam_ctx)); in ahash_import()
1567 state->buflen = export->buflen; in ahash_import()
1568 state->update = export->update; in ahash_import()
1569 state->final = export->final; in ahash_import()
1570 state->finup = export->finup; in ahash_import()
1599 .export = ahash_export,
1620 .export = ahash_export,
1641 .export = ahash_export,
1662 .export = ahash_export,
1683 .export = ahash_export,
1704 .export = ahash_export,
1723 .export = ahash_export,
1742 .export = ahash_export,