Searched refs:hash_tfm (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-crypt.c81 struct crypto_hash *hash_tfm; member in struct:iv_essiv_private
201 desc.tfm = essiv->hash_tfm;
209 crypto_hash_digestsize(essiv->hash_tfm));
216 unsigned salt_size = crypto_hash_digestsize(essiv->hash_tfm);
230 crypto_free_hash(essiv->hash_tfm);
231 essiv->hash_tfm = NULL;
241 struct crypto_hash *hash_tfm = NULL; local
251 hash_tfm = crypto_alloc_hash(opts, 0, CRYPTO_ALG_ASYNC);
252 if (IS_ERR(hash_tfm)) {
254 err = PTR_ERR(hash_tfm);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcrypto.h366 struct hash_tfm { struct
410 struct hash_tfm hash;
1147 static inline struct hash_tfm *crypto_hash_crt(struct crypto_hash *tfm)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ecryptfs/
H A Dcrypto.c101 .tfm = crypt_stat->hash_tfm,
118 crypt_stat->hash_tfm = desc.tfm;
247 if (crypt_stat->hash_tfm)
248 crypto_free_hash(crypt_stat->hash_tfm);
H A Decryptfs_kernel.h284 struct crypto_hash *hash_tfm; /* Crypto context for generating member in struct:ecryptfs_crypt_stat
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dshash.c447 struct hash_tfm *crt = &tfm->crt_hash;

Completed in 189 milliseconds