Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dhash.h307 return crypto_tfm_alg_driver_name(crypto_ahash_tfm(tfm)); in crypto_ahash_driver_name()
709 return crypto_tfm_alg_driver_name(crypto_shash_tfm(tfm)); in crypto_shash_driver_name()
H A Dskcipher.h356 return crypto_tfm_alg_driver_name(crypto_skcipher_tfm(tfm)); in crypto_skcipher_driver_name()
362 return crypto_tfm_alg_driver_name(crypto_lskcipher_tfm(tfm)); in crypto_lskcipher_driver_name()
H A Daead.h213 return crypto_tfm_alg_driver_name(crypto_aead_tfm(tfm)); in crypto_aead_driver_name()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_comp_algs.c81 crypto_tfm_alg_driver_name(crypto_acomp_tfm(tfm)), in qat_comp_resubmit()
127 crypto_tfm_alg_driver_name(crypto_acomp_tfm(tfm)), in qat_comp_generic_callback()
/linux/drivers/crypto/gemini/
H A Dsl3516-ce-cipher.c339 crypto_tfm_alg_driver_name(&sktfm->base), in sl3516_ce_cipher_init()
340 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(op->fallback_tfm))); in sl3516_ce_cipher_init()
/linux/include/linux/
H A Dcrypto.h460 static inline const char *crypto_tfm_alg_driver_name(struct crypto_tfm *tfm) in crypto_tfm_alg_driver_name() function
/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c412 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(op->fallback_tfm)), in sun8i_ss_cipher_init()
/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c438 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(op->fallback_tfm)), in sun8i_ce_cipher_init()
/linux/drivers/crypto/intel/ixp4xx/
H A Dixp4xx_crypto.c644 crypto_tfm_alg_driver_name(&tfm->base), in init_tfm_ablk()
645 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(ctx->fallback_tfm)) in init_tfm_ablk()
/linux/crypto/
H A Dtestmgr.c2721 const char *algo = crypto_tfm_alg_driver_name(crypto_cipher_tfm(tfm)); in test_cipher()
3299 const char *algo = crypto_tfm_alg_driver_name(crypto_comp_tfm(tfm)); in test_comp()
3405 const char *algo = crypto_tfm_alg_driver_name(crypto_acomp_tfm(tfm)); in test_acomp()
3602 const char *algo = crypto_tfm_alg_driver_name(crypto_rng_tfm(tfm)); in test_cprng()
4258 crypto_tfm_alg_driver_name(crypto_akcipher_tfm(tfm)); in test_akcipher()
H A Ddrbg.c1962 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm_base), &coreref, in drbg_kcapi_seed()
H A Dtcrypt.c57 #define get_driver_name(tfm_type, tfm) crypto_tfm_alg_driver_name(tfm_type ## _tfm(tfm))