Lines Matching full:export
888 struct safexcel_ahash_export_state *export = out; in safexcel_ahash_export() local
890 export->len = req->len; in safexcel_ahash_export()
891 export->processed = req->processed; in safexcel_ahash_export()
893 export->digest = req->digest; in safexcel_ahash_export()
895 memcpy(export->state, req->state, req->state_sz); in safexcel_ahash_export()
896 memcpy(export->cache, req->cache, HASH_CACHE_SIZE); in safexcel_ahash_export()
904 const struct safexcel_ahash_export_state *export = in; in safexcel_ahash_import() local
911 req->len = export->len; in safexcel_ahash_import()
912 req->processed = export->processed; in safexcel_ahash_import()
914 req->digest = export->digest; in safexcel_ahash_import()
916 memcpy(req->cache, export->cache, HASH_CACHE_SIZE); in safexcel_ahash_import()
917 memcpy(req->state, export->state, req->state_sz); in safexcel_ahash_import()
994 .export = safexcel_ahash_export,
1220 .export = safexcel_ahash_export,
1277 .export = safexcel_ahash_export,
1334 .export = safexcel_ahash_export,
1406 .export = safexcel_ahash_export,
1478 .export = safexcel_ahash_export,
1535 .export = safexcel_ahash_export,
1592 .export = safexcel_ahash_export,
1664 .export = safexcel_ahash_export,
1736 .export = safexcel_ahash_export,
1793 .export = safexcel_ahash_export,
1866 .export = safexcel_ahash_export,
1947 .export = safexcel_ahash_export,
2038 .export = safexcel_ahash_export,
2121 .export = safexcel_ahash_export,
2208 .export = safexcel_ahash_export,
2265 .export = safexcel_ahash_export,
2337 .export = safexcel_ahash_export,
2531 .export = safexcel_sha3_export,
2589 .export = safexcel_sha3_export,
2647 .export = safexcel_sha3_export,
2705 .export = safexcel_sha3_export,
2868 .export = safexcel_sha3_export,
2939 .export = safexcel_sha3_export,
3010 .export = safexcel_sha3_export,
3080 .export = safexcel_sha3_export,