Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dcrypto.h370 struct hash_tfm { struct
371 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;
/linux-3.3/security/integrity/evm/
Devm_crypto.c29 struct crypto_shash *hash_tfm; variable
/linux-3.3/drivers/md/
Ddm-crypt.c87 struct crypto_hash *hash_tfm; member
97 struct crypto_shash *hash_tfm; member
365 struct crypto_hash *hash_tfm = NULL; in crypt_iv_essiv_ctr() local
/linux-3.3/fs/ecryptfs/
Decryptfs_kernel.h224 struct crypto_hash *hash_tfm; /* Crypto context for generating member