Searched refs:crypto_tfm_alg_driver_name (Results 1 – 7 of 7) sorted by relevance
113 crypto_tfm_alg_driver_name(crypto_shash_tfm(crct10dif_tfm))); in crc_t10dif_transform_show()
288 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()
249 return crypto_tfm_alg_driver_name(crypto_skcipher_tfm(tfm)); in crypto_skcipher_driver_name()
2351 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()
1959 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm_base), &coreref, in drbg_kcapi_seed()
54 #define get_driver_name(tfm_type, tfm) crypto_tfm_alg_driver_name(tfm_type ## _tfm(tfm))
843 static inline const char *crypto_tfm_alg_driver_name(struct crypto_tfm *tfm) in crypto_tfm_alg_driver_name() function