Lines Matching defs:import
35 * other side, the @import function will load the state from a
111 * data so it can be @import 'ed back later on. This is useful in case
116 * @import: Import partial state of the transformation. This function loads the
141 int (*import)(struct ahash_request *req, const void *in);
178 * @import: see struct ahash_alg
208 int (*import)(struct shash_desc *desc, const void *in);
231 int (*import)(struct ahash_request *req, const void *in);
497 * crypto_ahash_import() - import message digest state
505 * Return: 0 if the import was successful; < 0 if an error occurred
514 return tfm->import(req, in);
907 * crypto_shash_import() - import operational state
916 * Return: 0 if the import was successful; < 0 if an error occurred
925 return crypto_shash_alg(tfm)->import(desc, in);