Home
last modified time | relevance | path

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

/Linux-v5.10/include/crypto/
Dhash.h309 return crypto_tfm_alg_driver_name(crypto_ahash_tfm(tfm)); in crypto_ahash_driver_name()
740 return crypto_tfm_alg_driver_name(crypto_shash_tfm(tfm)); in crypto_shash_driver_name()
Dskcipher.h225 return crypto_tfm_alg_driver_name(crypto_skcipher_tfm(tfm)); in crypto_skcipher_driver_name()
/Linux-v5.10/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-cipher.c347 crypto_tfm_alg_driver_name(&sktfm->base), in sun8i_ss_cipher_init()
348 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(op->fallback_tfm))); in sun8i_ss_cipher_init()
Dsun8i-ss-hash.c52 crypto_tfm_alg_driver_name(tfm), in sun8i_ss_hash_crainit()
53 crypto_tfm_alg_driver_name(&op->fallback_tfm->base)); in sun8i_ss_hash_crainit()
/Linux-v5.10/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-hash.c52 crypto_tfm_alg_driver_name(tfm), in sun8i_ce_hash_crainit()
53 crypto_tfm_alg_driver_name(&op->fallback_tfm->base)); in sun8i_ce_hash_crainit()
Dsun8i-ce-cipher.c397 crypto_tfm_alg_driver_name(&sktfm->base), in sun8i_ce_cipher_init()
398 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(op->fallback_tfm))); in sun8i_ce_cipher_init()
/Linux-v5.10/include/linux/
Dcrypto.h695 static inline const char *crypto_tfm_alg_driver_name(struct crypto_tfm *tfm) in crypto_tfm_alg_driver_name() function
/Linux-v5.10/crypto/
Dtestmgr.c2615 const char *algo = crypto_tfm_alg_driver_name(crypto_cipher_tfm(tfm)); in test_cipher()
3188 const char *algo = crypto_tfm_alg_driver_name(crypto_comp_tfm(tfm)); in test_comp()
3294 const char *algo = crypto_tfm_alg_driver_name(crypto_acomp_tfm(tfm)); in test_acomp()
3462 const char *algo = crypto_tfm_alg_driver_name(crypto_rng_tfm(tfm)); in test_cprng()
4117 crypto_tfm_alg_driver_name(crypto_akcipher_tfm(tfm)); in test_akcipher()
Ddrbg.c1975 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))