| /kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
| D | public_key.c | 110 char alg_name[CRYPTO_MAX_ALG_NAME]; in software_key_query() local 174 char alg_name[CRYPTO_MAX_ALG_NAME]; in software_key_eds_op() local 316 char alg_name[CRYPTO_MAX_ALG_NAME]; in public_key_verify_signature() local
|
| D | asym_tpm.c | 397 char alg_name[CRYPTO_MAX_ALG_NAME]; in tpm_key_query() local 447 char alg_name[CRYPTO_MAX_ALG_NAME]; in tpm_key_encrypt() local 739 char alg_name[CRYPTO_MAX_ALG_NAME]; in tpm_key_verify_signature() local
|
| /kernel/linux/linux-5.10/crypto/ |
| D | acompress.c | 105 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type, in crypto_alloc_acomp() 112 struct crypto_acomp *crypto_alloc_acomp_node(const char *alg_name, u32 type, in crypto_alloc_acomp_node()
|
| D | api.c | 402 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask) in crypto_alloc_base() 479 struct crypto_alg *crypto_find_alg(const char *alg_name, in crypto_find_alg() 517 void *crypto_alloc_tfm_node(const char *alg_name, in crypto_alloc_tfm_node()
|
| D | kpp.c | 84 struct crypto_kpp *crypto_alloc_kpp(const char *alg_name, u32 type, u32 mask) in crypto_alloc_kpp()
|
| D | internal.h | 86 static inline void *crypto_alloc_tfm(const char *alg_name, in crypto_alloc_tfm()
|
| D | akcipher.c | 102 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type, in crypto_alloc_akcipher()
|
| D | skcipher.c | 758 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name, in crypto_alloc_skcipher() 766 const char *alg_name, u32 type, u32 mask) in crypto_alloc_sync_skcipher() 789 int crypto_has_skcipher(const char *alg_name, u32 type, u32 mask) in crypto_has_skcipher()
|
| 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 | 555 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, in crypto_alloc_ahash() 562 int crypto_has_ahash(const char *alg_name, u32 type, u32 mask) in crypto_has_ahash()
|
| /kernel/linux/linux-4.19/crypto/ |
| D | api.c | 417 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask) in crypto_alloc_base() 492 struct crypto_alg *crypto_find_alg(const char *alg_name, in crypto_find_alg() 527 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 | 546 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, in crypto_alloc_ahash() 553 int crypto_has_ahash(const char *alg_name, u32 type, u32 mask) in crypto_has_ahash()
|
| /kernel/linux/linux-4.19/crypto/asymmetric_keys/ |
| D | public_key.c | 72 const char *alg_name; in public_key_verify_signature() local
|
| /kernel/linux/linux-4.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()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | crypto.h | 785 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, in crypto_alloc_cipher() 819 static inline int crypto_has_cipher(const char *alg_name, u32 type, u32 mask) in crypto_has_cipher() 913 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp() 933 static inline int crypto_has_comp(const char *alg_name, u32 type, u32 mask) in crypto_has_comp()
|
| /kernel/linux/linux-4.19/drivers/net/netdevsim/ |
| D | ipsec.c | 90 char *alg_name = NULL; in nsim_ipsec_parse_proto_keys() local
|
| /kernel/linux/linux-5.10/drivers/net/netdevsim/ |
| D | ipsec.c | 90 char *alg_name = NULL; in nsim_ipsec_parse_proto_keys() local
|
| /kernel/linux/linux-4.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
|
| /kernel/linux/linux-5.10/drivers/crypto/rockchip/ |
| D | rk3288_crypto_ahash.c | 279 const char *alg_name = crypto_tfm_alg_name(tfm); in rk_cra_hash_init() local
|
| /kernel/linux/linux-5.10/net/xfrm/ |
| D | xfrm_ipcomp.c | 271 static struct crypto_comp * __percpu *ipcomp_alloc_tfms(const char *alg_name) in ipcomp_alloc_tfms()
|
| /kernel/linux/linux-4.19/net/xfrm/ |
| D | xfrm_ipcomp.c | 275 static struct crypto_comp * __percpu *ipcomp_alloc_tfms(const char *alg_name) in ipcomp_alloc_tfms()
|