Lines Matching defs:import
55 * other side, the @import function will load the state from a
134 * data so it can be @import 'ed back later on. This is useful in case
139 * @import: Import partial state of the transformation. This function loads the
165 int (*import)(struct ahash_request *req, const void *in);
201 * @import: see struct ahash_alg
235 int (*import)(struct shash_desc *desc, const void *in);
259 int (*import)(struct ahash_request *req, const void *in);
528 * crypto_ahash_import() - import message digest state
536 * Return: 0 if the import was successful; < 0 if an error occurred
545 return tfm->import(req, in);
961 * crypto_shash_import() - import operational state
970 * Return: 0 if the import was successful; < 0 if an error occurred
979 return crypto_shash_alg(tfm)->import(desc, in);