Searched defs:hash_tfm (Results 1 – 4 of 4) sorted by relevance
370 struct hash_tfm { struct371 int (*init)(struct hash_desc *desc);372 int (*update)(struct hash_desc *desc,374 int (*final)(struct hash_desc *desc, u8 *out);375 int (*digest)(struct hash_desc *desc, struct scatterlist *sg,377 int (*setkey)(struct crypto_hash *tfm, const u8 *key,379 unsigned int digestsize;
29 struct crypto_shash *hash_tfm; variable
87 struct crypto_hash *hash_tfm; member97 struct crypto_shash *hash_tfm; member365 struct crypto_hash *hash_tfm = NULL; in crypt_iv_essiv_ctr() local
224 struct crypto_hash *hash_tfm; /* Crypto context for generating member