Searched refs:crypto_tfm_alg_driver_name (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/include/crypto/ |
D | hash.h | 311 return crypto_tfm_alg_driver_name(crypto_ahash_tfm(tfm)); in crypto_ahash_driver_name() 746 return crypto_tfm_alg_driver_name(crypto_shash_tfm(tfm)); in crypto_shash_driver_name()
|
D | aead.h | 200 return crypto_tfm_alg_driver_name(crypto_aead_tfm(tfm)); in crypto_aead_driver_name()
|
D | skcipher.h | 231 return crypto_tfm_alg_driver_name(crypto_skcipher_tfm(tfm)); in crypto_skcipher_driver_name()
|
/linux-6.1.9/drivers/crypto/gemini/ |
D | sl3516-ce-cipher.c | 335 crypto_tfm_alg_driver_name(&sktfm->base), in sl3516_ce_cipher_init() 336 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(op->fallback_tfm))); in sl3516_ce_cipher_init()
|
/linux-6.1.9/include/linux/ |
D | crypto.h | 677 static inline const char *crypto_tfm_alg_driver_name(struct crypto_tfm *tfm) in crypto_tfm_alg_driver_name() function
|
/linux-6.1.9/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce-hash.c | 53 memcpy(algt->fbname, crypto_tfm_alg_driver_name(&op->fallback_tfm->base), in sun8i_ce_hash_crainit()
|
D | sun8i-ce-cipher.c | 423 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(op->fallback_tfm)), in sun8i_ce_cipher_init()
|
/linux-6.1.9/drivers/crypto/allwinner/sun8i-ss/ |
D | sun8i-ss-cipher.c | 408 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(op->fallback_tfm)), in sun8i_ss_cipher_init()
|
D | sun8i-ss-hash.c | 141 memcpy(algt->fbname, crypto_tfm_alg_driver_name(&op->fallback_tfm->base), CRYPTO_MAX_ALG_NAME); in sun8i_ss_hash_crainit()
|
/linux-6.1.9/drivers/crypto/ |
D | ixp4xx_crypto.c | 642 crypto_tfm_alg_driver_name(&tfm->base), in init_tfm_ablk() 643 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(ctx->fallback_tfm)) in init_tfm_ablk()
|
/linux-6.1.9/crypto/ |
D | testmgr.c | 2654 const char *algo = crypto_tfm_alg_driver_name(crypto_cipher_tfm(tfm)); in test_cipher() 3223 const char *algo = crypto_tfm_alg_driver_name(crypto_comp_tfm(tfm)); in test_comp() 3329 const char *algo = crypto_tfm_alg_driver_name(crypto_acomp_tfm(tfm)); in test_acomp() 3526 const char *algo = crypto_tfm_alg_driver_name(crypto_rng_tfm(tfm)); in test_cprng() 4182 crypto_tfm_alg_driver_name(crypto_akcipher_tfm(tfm)); in test_akcipher()
|
D | drbg.c | 1978 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm_base), &coreref, in drbg_kcapi_seed()
|
D | tcrypt.c | 54 #define get_driver_name(tfm_type, tfm) crypto_tfm_alg_driver_name(tfm_type ## _tfm(tfm))
|