Lines Matching refs:export
1566 struct caam_export_state *export = out; in ahash_export() local
1578 memcpy(export->buf, buf, len); in ahash_export()
1579 memcpy(export->caam_ctx, state->caam_ctx, sizeof(export->caam_ctx)); in ahash_export()
1580 export->buflen = len; in ahash_export()
1581 export->update = state->update; in ahash_export()
1582 export->final = state->final; in ahash_export()
1583 export->finup = state->finup; in ahash_export()
1591 const struct caam_export_state *export = in; in ahash_import() local
1594 memcpy(state->buf_0, export->buf, export->buflen); in ahash_import()
1595 memcpy(state->caam_ctx, export->caam_ctx, sizeof(state->caam_ctx)); in ahash_import()
1596 state->buflen_0 = export->buflen; in ahash_import()
1597 state->update = export->update; in ahash_import()
1598 state->final = export->final; in ahash_import()
1599 state->finup = export->finup; in ahash_import()
1629 .export = ahash_export,
1651 .export = ahash_export,
1673 .export = ahash_export,
1695 .export = ahash_export,
1717 .export = ahash_export,
1739 .export = ahash_export,