Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dskcipher.h363 return crypto_tfm_alg_driver_name(crypto_skcipher_tfm(tfm)); in crypto_skcipher_driver_name()
369 return crypto_tfm_alg_driver_name(crypto_lskcipher_tfm(tfm)); in crypto_lskcipher_driver_name()
H A Dhash.h350 return crypto_tfm_alg_driver_name(crypto_ahash_tfm(tfm)); in crypto_ahash_driver_name()
777 return crypto_tfm_alg_driver_name(crypto_shash_tfm(tfm)); in crypto_shash_driver_name()
H A Dacompress.h239 return crypto_tfm_alg_driver_name(crypto_acomp_tfm(tfm)); in crypto_acomp_driver_name()
/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.h447 static inline const char *crypto_tfm_alg_driver_name(struct crypto_tfm *tfm) in crypto_tfm_alg_driver_name() function
/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_generic_callback()
/linux/drivers/crypto/intel/ixp4xx/
H A Dixp4xx_crypto.c647 crypto_tfm_alg_driver_name(&tfm->base), in init_tfm_ablk()
648 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(ctx->fallback_tfm)) in init_tfm_ablk()
/linux/crypto/
H A Dtestmgr.c2723 const char *algo = crypto_tfm_alg_driver_name(crypto_cipher_tfm(tfm)); in test_cipher()
3281 const char *algo = crypto_tfm_alg_driver_name(crypto_acomp_tfm(tfm)); in test_acomp()
3449 const char *algo = crypto_tfm_alg_driver_name(crypto_rng_tfm(tfm)); in test_cprng()
3997 crypto_tfm_alg_driver_name(crypto_akcipher_tfm(tfm)); in test_akcipher()
4108 const char *algo = crypto_tfm_alg_driver_name(crypto_sig_tfm(tfm)); in test_sig()
H A Ddrbg.c1963 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm_base), &coreref, in drbg_kcapi_seed()