Searched refs:crypto_tfm_alg_driver_name (Results 1 – 12 of 12) sorted by relevance
311 return crypto_tfm_alg_driver_name(crypto_ahash_tfm(tfm)); in crypto_ahash_driver_name()744 return crypto_tfm_alg_driver_name(crypto_shash_tfm(tfm)); in crypto_shash_driver_name()
227 return crypto_tfm_alg_driver_name(crypto_skcipher_tfm(tfm)); in crypto_skcipher_driver_name()
476 crypto_tfm_alg_driver_name(tfm)); in cryptodev_hash_copy()486 crypto_tfm_alg_driver_name(tfm)); in cryptodev_hash_copy()
849 "%s", crypto_tfm_alg_driver_name(tfm)); in tfm_info_to_alg_info()855 const char *name = crypto_tfm_alg_driver_name(tfm); in is_known_accelerated()
53 crypto_tfm_alg_driver_name(tfm), in sun8i_ce_hash_crainit()54 crypto_tfm_alg_driver_name(&op->fallback_tfm->base)); in sun8i_ce_hash_crainit()
400 crypto_tfm_alg_driver_name(&sktfm->base), in sun8i_ce_cipher_init()401 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(op->fallback_tfm))); in sun8i_ce_cipher_init()
53 crypto_tfm_alg_driver_name(tfm), in sun8i_ss_hash_crainit()54 crypto_tfm_alg_driver_name(&op->fallback_tfm->base)); in sun8i_ss_hash_crainit()
390 crypto_tfm_alg_driver_name(&sktfm->base), in sun8i_ss_cipher_init()391 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(op->fallback_tfm))); in sun8i_ss_cipher_init()
694 static inline const char *crypto_tfm_alg_driver_name(struct crypto_tfm *tfm) in crypto_tfm_alg_driver_name() function
2618 const char *algo = crypto_tfm_alg_driver_name(crypto_cipher_tfm(tfm)); in test_cipher()3191 const char *algo = crypto_tfm_alg_driver_name(crypto_comp_tfm(tfm)); in test_comp()3297 const char *algo = crypto_tfm_alg_driver_name(crypto_acomp_tfm(tfm)); in test_acomp()3465 const char *algo = crypto_tfm_alg_driver_name(crypto_rng_tfm(tfm)); in test_cprng()4120 crypto_tfm_alg_driver_name(crypto_akcipher_tfm(tfm)); in test_akcipher()
1953 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))