Lines Matching refs:export
1546 struct caam_export_state *export = out; in ahash_export() local
1550 memcpy(export->buf, buf, len); in ahash_export()
1551 memcpy(export->caam_ctx, state->caam_ctx, sizeof(export->caam_ctx)); in ahash_export()
1552 export->buflen = len; in ahash_export()
1553 export->update = state->update; in ahash_export()
1554 export->final = state->final; in ahash_export()
1555 export->finup = state->finup; in ahash_export()
1563 const struct caam_export_state *export = in; in ahash_import() local
1566 memcpy(state->buf, export->buf, export->buflen); in ahash_import()
1567 memcpy(state->caam_ctx, export->caam_ctx, sizeof(state->caam_ctx)); in ahash_import()
1568 state->buflen = export->buflen; in ahash_import()
1569 state->update = export->update; in ahash_import()
1570 state->final = export->final; in ahash_import()
1571 state->finup = export->finup; in ahash_import()
1600 .export = ahash_export,
1621 .export = ahash_export,
1642 .export = ahash_export,
1663 .export = ahash_export,
1684 .export = ahash_export,
1705 .export = ahash_export,
1724 .export = ahash_export,
1743 .export = ahash_export,