Lines Matching refs:export

882 	struct safexcel_ahash_export_state *export = out;  in safexcel_ahash_export()  local
884 export->len = req->len; in safexcel_ahash_export()
885 export->processed = req->processed; in safexcel_ahash_export()
887 export->digest = req->digest; in safexcel_ahash_export()
889 memcpy(export->state, req->state, req->state_sz); in safexcel_ahash_export()
890 memcpy(export->cache, req->cache, HASH_CACHE_SIZE); in safexcel_ahash_export()
898 const struct safexcel_ahash_export_state *export = in; in safexcel_ahash_import() local
905 req->len = export->len; in safexcel_ahash_import()
906 req->processed = export->processed; in safexcel_ahash_import()
908 req->digest = export->digest; in safexcel_ahash_import()
910 memcpy(req->cache, export->cache, HASH_CACHE_SIZE); in safexcel_ahash_import()
911 memcpy(req->state, export->state, req->state_sz); in safexcel_ahash_import()
988 .export = safexcel_ahash_export,
1214 .export = safexcel_ahash_export,
1271 .export = safexcel_ahash_export,
1328 .export = safexcel_ahash_export,
1400 .export = safexcel_ahash_export,
1472 .export = safexcel_ahash_export,
1529 .export = safexcel_ahash_export,
1586 .export = safexcel_ahash_export,
1658 .export = safexcel_ahash_export,
1730 .export = safexcel_ahash_export,
1787 .export = safexcel_ahash_export,
1860 .export = safexcel_ahash_export,
1950 .export = safexcel_ahash_export,
2033 .export = safexcel_ahash_export,
2120 .export = safexcel_ahash_export,
2177 .export = safexcel_ahash_export,
2249 .export = safexcel_ahash_export,
2443 .export = safexcel_sha3_export,
2501 .export = safexcel_sha3_export,
2559 .export = safexcel_sha3_export,
2617 .export = safexcel_sha3_export,
2780 .export = safexcel_sha3_export,
2851 .export = safexcel_sha3_export,
2922 .export = safexcel_sha3_export,
2992 .export = safexcel_sha3_export,