Searched refs:crypto_hash_tfm (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
H A Dlinux-crypto.c88 (crypto_hash_tfm(desc->tfm))->__crt_alg->cra_name, cfs_crypto_hash_alloc()
89 (crypto_hash_tfm(desc->tfm))->__crt_alg->cra_driver_name, cfs_crypto_hash_alloc()
/linux-4.1.27/include/linux/
H A Dcrypto.h2151 static inline struct crypto_tfm *crypto_hash_tfm(struct crypto_hash *tfm) crypto_hash_tfm() function
2162 crypto_free_tfm(crypto_hash_tfm(tfm)); crypto_free_hash()
2187 return &crypto_hash_tfm(tfm)->crt_hash; crypto_hash_crt()
2201 return crypto_tfm_alg_blocksize(crypto_hash_tfm(tfm)); crypto_hash_blocksize()
2206 return crypto_tfm_alg_alignmask(crypto_hash_tfm(tfm)); crypto_hash_alignmask()
2225 return crypto_tfm_get_flags(crypto_hash_tfm(tfm)); crypto_hash_get_flags()
2230 crypto_tfm_set_flags(crypto_hash_tfm(tfm), flags); crypto_hash_set_flags()
2235 crypto_tfm_clear_flags(crypto_hash_tfm(tfm), flags); crypto_hash_clear_flags()

Completed in 87 milliseconds