Searched defs:hash_tfm (Results 1 – 5 of 5) sorted by relevance
378 struct hash_tfm { struct379 int (*init)(struct hash_desc *desc);380 int (*update)(struct hash_desc *desc,382 int (*final)(struct hash_desc *desc, u8 *out);383 int (*digest)(struct hash_desc *desc, struct scatterlist *sg,385 int (*setkey)(struct crypto_hash *tfm, const u8 *key,387 unsigned int digestsize;
29 struct crypto_shash *hash_tfm; variable
87 struct crypto_hash *hash_tfm; member97 struct crypto_shash *hash_tfm; member364 struct crypto_hash *hash_tfm = NULL; in crypt_iv_essiv_ctr() local
224 struct crypto_hash *hash_tfm; /* Crypto context for generating member
2610 struct crypto_ahash *hash_tfm; in sep_dequeuer() local