Home
last modified time | relevance | path

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

/include/linux/
Dcrypto.h275 struct digest_alg { struct
276 unsigned int dia_digestsize;
277 void (*dia_init)(struct crypto_tfm *tfm);
278 void (*dia_update)(struct crypto_tfm *tfm, const u8 *data,
280 void (*dia_final)(struct crypto_tfm *tfm, u8 *out);
281 int (*dia_setkey)(struct crypto_tfm *tfm, const u8 *key,