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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dhash.c27 struct hash_tfm *crt = &tfm->crt_hash;
H A Ddigest.c141 struct hash_tfm *ops = &tfm->crt_hash;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-crypt.c143 struct crypto_hash *hash_tfm; local
156 hash_tfm = crypto_alloc_hash(opts, 0, CRYPTO_ALG_ASYNC);
157 if (IS_ERR(hash_tfm)) {
159 return PTR_ERR(hash_tfm);
162 saltsize = crypto_hash_digestsize(hash_tfm);
166 crypto_free_hash(hash_tfm);
171 desc.tfm = hash_tfm;
174 crypto_free_hash(hash_tfm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Dcrypto.c99 .tfm = crypt_stat->hash_tfm,
116 crypt_stat->hash_tfm = desc.tfm;
223 if (crypt_stat->hash_tfm)
224 crypto_free_hash(crypt_stat->hash_tfm);
H A Decryptfs_kernel.h243 struct crypto_hash *hash_tfm; /* Crypto context for generating member in struct:ecryptfs_crypt_stat
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h324 struct hash_tfm { struct
359 struct hash_tfm hash;
923 static inline struct hash_tfm *crypto_hash_crt(struct crypto_hash *tfm)

Completed in 88 milliseconds