Home
last modified time | relevance | path

Searched defs:ahash_alg (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/crypto/
Dhash.h133 struct ahash_alg { struct
134 int (*init)(struct ahash_request *req);
135 int (*update)(struct ahash_request *req);
136 int (*final)(struct ahash_request *req);
137 int (*finup)(struct ahash_request *req);
161 * @init: see struct ahash_alg argument