Home
last modified time | relevance | path

Searched refs:crypto_tfm_alg_driver_name (Results 1 – 3 of 3) sorted by relevance

/include/crypto/
Dhash.h290 return crypto_tfm_alg_driver_name(crypto_ahash_tfm(tfm)); in crypto_ahash_driver_name()
723 return crypto_tfm_alg_driver_name(crypto_shash_tfm(tfm)); in crypto_shash_driver_name()
Dskcipher.h251 return crypto_tfm_alg_driver_name(crypto_skcipher_tfm(tfm)); in crypto_skcipher_driver_name()
/include/linux/
Dcrypto.h843 static inline const char *crypto_tfm_alg_driver_name(struct crypto_tfm *tfm) in crypto_tfm_alg_driver_name() function