Lines Matching defs:ahash_alg
137 struct ahash_alg { struct
138 int (*init)(struct ahash_request *req);
139 int (*update)(struct ahash_request *req);
140 int (*final)(struct ahash_request *req);
141 int (*finup)(struct ahash_request *req);
142 int (*digest)(struct ahash_request *req);
143 int (*export)(struct ahash_request *req, void *out);
144 int (*import)(struct ahash_request *req, const void *in);
145 int (*setkey)(struct crypto_ahash *tfm, const u8 *key,
147 int (*init_tfm)(struct crypto_ahash *tfm);
148 void (*exit_tfm)(struct crypto_ahash *tfm);
149 int (*clone_tfm)(struct crypto_ahash *dst, struct crypto_ahash *src);
174 * @init: see struct ahash_alg argument