Lines Matching defs:export
53 * buffer of this size must be passed to the @export function as it
132 * @export: Export partial state of the transformation. This function dumps the
164 int (*export)(struct ahash_request *req, void *out);
200 * @export: see struct ahash_alg
234 int (*export)(struct shash_desc *desc, void *out);
258 int (*export)(struct ahash_request *req, void *out);
397 * function, the caller can export the state into a buffer whose size is
520 * Return: 0 if the export was successful; < 0 if an error occurred
524 return crypto_ahash_reqtfm(req)->export(req, out);
953 * Return: 0 if the export creation was successful; < 0 if an error occurred
957 return crypto_shash_alg(desc->tfm)->export(desc, out);