Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Dcrc-t10dif.c113 crypto_tfm_alg_driver_name(crypto_shash_tfm(crct10dif_tfm))); in crc_t10dif_transform_show()
/Linux-v5.4/include/crypto/
Dhash.h288 return crypto_tfm_alg_driver_name(crypto_ahash_tfm(tfm)); in crypto_ahash_driver_name()
719 return crypto_tfm_alg_driver_name(crypto_shash_tfm(tfm)); in crypto_shash_driver_name()
Dskcipher.h249 return crypto_tfm_alg_driver_name(crypto_skcipher_tfm(tfm)); in crypto_skcipher_driver_name()
/Linux-v5.4/crypto/
Dtestmgr.c2351 const char *algo = crypto_tfm_alg_driver_name(crypto_cipher_tfm(tfm)); in test_cipher()
2903 const char *algo = crypto_tfm_alg_driver_name(crypto_comp_tfm(tfm)); in test_comp()
3009 const char *algo = crypto_tfm_alg_driver_name(crypto_acomp_tfm(tfm)); in test_acomp()
3177 const char *algo = crypto_tfm_alg_driver_name(crypto_rng_tfm(tfm)); in test_cprng()
3824 crypto_tfm_alg_driver_name(crypto_akcipher_tfm(tfm)); in test_akcipher()
Ddrbg.c1959 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm_base), &coreref, in drbg_kcapi_seed()
Dtcrypt.c54 #define get_driver_name(tfm_type, tfm) crypto_tfm_alg_driver_name(tfm_type ## _tfm(tfm))
/Linux-v5.4/include/linux/
Dcrypto.h843 static inline const char *crypto_tfm_alg_driver_name(struct crypto_tfm *tfm) in crypto_tfm_alg_driver_name() function