Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcrypto.h1624 static inline struct crypto_tfm *crypto_hash_tfm(struct crypto_hash *tfm) in crypto_hash_tfm() function
1635 crypto_free_tfm(crypto_hash_tfm(tfm)); in crypto_free_hash()
1660 return &crypto_hash_tfm(tfm)->crt_hash; in crypto_hash_crt()
1674 return crypto_tfm_alg_blocksize(crypto_hash_tfm(tfm)); in crypto_hash_blocksize()
1679 return crypto_tfm_alg_alignmask(crypto_hash_tfm(tfm)); in crypto_hash_alignmask()
1698 return crypto_tfm_get_flags(crypto_hash_tfm(tfm)); in crypto_hash_get_flags()
1703 crypto_tfm_set_flags(crypto_hash_tfm(tfm), flags); in crypto_hash_set_flags()
1708 crypto_tfm_clear_flags(crypto_hash_tfm(tfm), flags); in crypto_hash_clear_flags()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-crypto.c85 (crypto_hash_tfm(desc->tfm))->__crt_alg->cra_name, in cfs_crypto_hash_alloc()
86 (crypto_hash_tfm(desc->tfm))->__crt_alg->cra_driver_name, in cfs_crypto_hash_alloc()