Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dcrypto.h378 struct hash_tfm { struct
379 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;
/linux-3.4.99/security/integrity/evm/
Devm_crypto.c29 struct crypto_shash *hash_tfm; variable
/linux-3.4.99/drivers/md/
Ddm-crypt.c87 struct crypto_hash *hash_tfm; member
97 struct crypto_shash *hash_tfm; member
364 struct crypto_hash *hash_tfm = NULL; in crypt_iv_essiv_ctr() local
/linux-3.4.99/fs/ecryptfs/
Decryptfs_kernel.h224 struct crypto_hash *hash_tfm; /* Crypto context for generating member
/linux-3.4.99/drivers/staging/sep/
Dsep_crypto.c2610 struct crypto_ahash *hash_tfm; in sep_dequeuer() local