Lines Matching defs:export
33 * buffer of this size must be passed to the @export function as it
109 * @export: Export partial state of the transformation. This function dumps the
140 int (*export)(struct ahash_request *req, void *out);
177 * @export: see struct ahash_alg
207 int (*export)(struct shash_desc *desc, void *out);
230 int (*export)(struct ahash_request *req, void *out);
366 * function, the caller can export the state into a buffer whose size is
489 * Return: 0 if the export was successful; < 0 if an error occurred
493 return crypto_ahash_reqtfm(req)->export(req, out);
899 * Return: 0 if the export creation was successful; < 0 if an error occurred
903 return crypto_shash_alg(desc->tfm)->export(desc, out);