/Linux-v4.19/crypto/ |
D | api.c | 418 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask) in crypto_alloc_base() 493 struct crypto_alg *crypto_find_alg(const char *alg_name, in crypto_find_alg() 528 void *crypto_alloc_tfm(const char *alg_name, in crypto_alloc_tfm()
|
D | kpp.c | 93 struct crypto_kpp *crypto_alloc_kpp(const char *alg_name, u32 type, u32 mask) in crypto_alloc_kpp()
|
D | akcipher.c | 109 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type, in crypto_alloc_akcipher()
|
D | acompress.c | 114 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type, in crypto_alloc_acomp()
|
D | rng.c | 116 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask) in crypto_alloc_rng()
|
D | ahash.c | 536 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, in crypto_alloc_ahash() 543 int crypto_has_ahash(const char *alg_name, u32 type, u32 mask) in crypto_has_ahash()
|
D | cryptd.c | 1163 struct cryptd_ablkcipher *cryptd_alloc_ablkcipher(const char *alg_name, in cryptd_alloc_ablkcipher() 1215 struct cryptd_skcipher *cryptd_alloc_skcipher(const char *alg_name, in cryptd_alloc_skcipher() 1267 struct cryptd_ahash *cryptd_alloc_ahash(const char *alg_name, in cryptd_alloc_ahash() 1324 struct cryptd_aead *cryptd_alloc_aead(const char *alg_name, in cryptd_alloc_aead()
|
D | aead.c | 349 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask) in crypto_alloc_aead()
|
D | skcipher.c | 945 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name, in crypto_alloc_skcipher() 952 int crypto_has_skcipher2(const char *alg_name, u32 type, u32 mask) in crypto_has_skcipher2()
|
D | mcryptd.c | 594 struct mcryptd_ahash *mcryptd_alloc_ahash(const char *alg_name, in mcryptd_alloc_ahash()
|
D | shash.c | 450 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, in crypto_alloc_shash()
|
/Linux-v4.19/crypto/asymmetric_keys/ |
D | public_key.c | 72 const char *alg_name; in public_key_verify_signature() local
|
/Linux-v4.19/include/linux/ |
D | crypto.h | 804 static inline int crypto_has_ablkcipher(const char *alg_name, u32 type, in crypto_has_ablkcipher() 1142 const char *alg_name, u32 type, u32 mask) in crypto_alloc_blkcipher() 1176 static inline int crypto_has_blkcipher(const char *alg_name, u32 type, u32 mask) in crypto_has_blkcipher() 1461 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, in crypto_alloc_cipher() 1495 static inline int crypto_has_cipher(const char *alg_name, u32 type, u32 mask) in crypto_has_cipher() 1613 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp() 1633 static inline int crypto_has_comp(const char *alg_name, u32 type, u32 mask) in crypto_has_comp()
|
/Linux-v4.19/drivers/net/netdevsim/ |
D | ipsec.c | 90 char *alg_name = NULL; in nsim_ipsec_parse_proto_keys() local
|
/Linux-v4.19/drivers/crypto/rockchip/ |
D | rk3288_crypto_ahash.c | 281 const char *alg_name = crypto_tfm_alg_name(tfm); in rk_cra_hash_init() local
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_ipcomp.c | 275 static struct crypto_comp * __percpu *ipcomp_alloc_tfms(const char *alg_name) in ipcomp_alloc_tfms()
|
/Linux-v4.19/include/crypto/ |
D | acompress.h | 161 static inline int crypto_has_acomp(const char *alg_name, u32 type, u32 mask) in crypto_has_acomp()
|
D | skcipher.h | 225 static inline int crypto_has_skcipher(const char *alg_name, u32 type, in crypto_has_skcipher()
|
/Linux-v4.19/drivers/md/ |
D | dm-verity.h | 39 char *alg_name; member
|
/Linux-v4.19/drivers/crypto/bcm/ |
D | util.c | 205 int do_decrypt(char *alg_name, in do_decrypt()
|
D | cipher.c | 2007 const char *alg_name; in ahash_enqueue() local 2119 const char *alg_name; in ahash_init() local
|
/Linux-v4.19/drivers/crypto/qce/ |
D | sha.c | 364 const char *alg_name; in qce_ahash_hmac_setkey() local
|
/Linux-v4.19/include/uapi/linux/ |
D | xfrm.h | 103 char alg_name[64]; member 109 char alg_name[64]; member 116 char alg_name[64]; member
|
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ipsec.c | 413 char *alg_name = NULL; in ixgbe_ipsec_parse_proto_keys() local
|
/Linux-v4.19/net/mac80211/ |
D | rate.c | 186 const char *alg_name; in ieee80211_rate_control_ops_get() local
|