| /Linux-v5.4/crypto/asymmetric_keys/ | 
| D | public_key.c | 108 	char alg_name[CRYPTO_MAX_ALG_NAME];  in software_key_query()  local171 	char alg_name[CRYPTO_MAX_ALG_NAME];  in software_key_eds_op()  local
 257 	char alg_name[CRYPTO_MAX_ALG_NAME];  in public_key_verify_signature()  local
 
 | 
| D | asym_tpm.c | 413 	char alg_name[CRYPTO_MAX_ALG_NAME];  in tpm_key_query()  local463 	char alg_name[CRYPTO_MAX_ALG_NAME];  in tpm_key_encrypt()  local
 755 	char alg_name[CRYPTO_MAX_ALG_NAME];  in tpm_key_verify_signature()  local
 
 | 
| /Linux-v5.4/crypto/ | 
| D | api.c | 413 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask)  in crypto_alloc_base()488 struct crypto_alg *crypto_find_alg(const char *alg_name,  in crypto_find_alg()
 523 void *crypto_alloc_tfm(const char *alg_name,  in crypto_alloc_tfm()
 
 | 
| D | kpp.c | 84 struct crypto_kpp *crypto_alloc_kpp(const char *alg_name, u32 type, u32 mask)  in crypto_alloc_kpp()
 | 
| D | akcipher.c | 101 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type,  in crypto_alloc_akcipher()
 | 
| D | acompress.c | 105 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type,  in crypto_alloc_acomp()
 | 
| D | rng.c | 110 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask)  in crypto_alloc_rng()
 | 
| D | ahash.c | 559 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type,  in crypto_alloc_ahash()566 int crypto_has_ahash(const char *alg_name, u32 type, u32 mask)  in crypto_has_ahash()
 
 | 
| D | skcipher.c | 989 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name,  in crypto_alloc_skcipher()997 				const char *alg_name, u32 type, u32 mask)  in crypto_alloc_sync_skcipher()
 1020 int crypto_has_skcipher2(const char *alg_name, u32 type, u32 mask)  in crypto_has_skcipher2()
 
 | 
| D | cryptd.c | 961 struct cryptd_skcipher *cryptd_alloc_skcipher(const char *alg_name,  in cryptd_alloc_skcipher()1013 struct cryptd_ahash *cryptd_alloc_ahash(const char *alg_name,  in cryptd_alloc_ahash()
 1070 struct cryptd_aead *cryptd_alloc_aead(const char *alg_name,  in cryptd_alloc_aead()
 
 | 
| D | aead.c | 379 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask)  in crypto_alloc_aead()
 | 
| D | shash.c | 447 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type,  in crypto_alloc_shash()
 | 
| /Linux-v5.4/include/linux/ | 
| D | crypto.h | 972 static inline int crypto_has_ablkcipher(const char *alg_name, u32 type,  in crypto_has_ablkcipher()1324 	const char *alg_name, u32 type, u32 mask)  in crypto_alloc_blkcipher()
 1358 static inline int crypto_has_blkcipher(const char *alg_name, u32 type, u32 mask)  in crypto_has_blkcipher()
 1643 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name,  in crypto_alloc_cipher()
 1677 static inline int crypto_has_cipher(const char *alg_name, u32 type, u32 mask)  in crypto_has_cipher()
 1795 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name,  in crypto_alloc_comp()
 1815 static inline int crypto_has_comp(const char *alg_name, u32 type, u32 mask)  in crypto_has_comp()
 
 | 
| /Linux-v5.4/drivers/net/netdevsim/ | 
| D | ipsec.c | 90 	char *alg_name = NULL;  in nsim_ipsec_parse_proto_keys()  local
 | 
| /Linux-v5.4/drivers/crypto/rockchip/ | 
| D | rk3288_crypto_ahash.c | 278 	const char *alg_name = crypto_tfm_alg_name(tfm);  in rk_cra_hash_init()  local
 | 
| /Linux-v5.4/net/xfrm/ | 
| D | xfrm_ipcomp.c | 271 static struct crypto_comp * __percpu *ipcomp_alloc_tfms(const char *alg_name)  in ipcomp_alloc_tfms()
 | 
| /Linux-v5.4/include/crypto/ | 
| D | acompress.h | 156 static inline int crypto_has_acomp(const char *alg_name, u32 type, u32 mask)  in crypto_has_acomp()
 | 
| D | skcipher.h | 227 static inline int crypto_has_skcipher(const char *alg_name, u32 type,  in crypto_has_skcipher()
 | 
| /Linux-v5.4/drivers/crypto/hisilicon/zip/ | 
| D | zip_crypto.c | 34 #define COMP_NAME_TO_TYPE(alg_name)					\  argument359 	const char *alg_name = crypto_tfm_alg_name(&tfm->base);  in hisi_zip_acomp_init()  local
 
 | 
| /Linux-v5.4/drivers/md/ | 
| D | dm-verity.h | 38 	char *alg_name;  member
 | 
| /Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/ | 
| D | ipsec.c | 216 	char *alg_name = NULL;  in ixgbevf_ipsec_parse_proto_keys()  local
 | 
| /Linux-v5.4/drivers/crypto/qce/ | 
| D | sha.c | 356 	const char *alg_name;  in qce_ahash_hmac_setkey()  local
 | 
| /Linux-v5.4/include/uapi/linux/ | 
| D | xfrm.h | 103 	char		alg_name[64];  member109 	char		alg_name[64];  member
 116 	char		alg_name[64];  member
 
 | 
| /Linux-v5.4/drivers/net/ethernet/intel/ixgbe/ | 
| D | ixgbe_ipsec.c | 432 	char *alg_name = NULL;  in ixgbe_ipsec_parse_proto_keys()  local
 | 
| /Linux-v5.4/net/mac80211/ | 
| D | rate.c | 183 	const char *alg_name;  in ieee80211_rate_control_ops_get()  local
 |