| /kernel/linux/linux-6.6/crypto/asymmetric_keys/ |
| D | public_key.c | 162 char alg_name[CRYPTO_MAX_ALG_NAME]; in software_key_query() local 277 char alg_name[CRYPTO_MAX_ALG_NAME]; in software_key_eds_op() local 382 char alg_name[CRYPTO_MAX_ALG_NAME]; in public_key_verify_signature() local
|
| /kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
| D | public_key.c | 156 char alg_name[CRYPTO_MAX_ALG_NAME]; in software_key_query() local 219 char alg_name[CRYPTO_MAX_ALG_NAME]; in software_key_eds_op() local 364 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-6.6/include/crypto/internal/ |
| D | cipher.h | 56 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, in crypto_alloc_cipher() 90 static inline int crypto_has_cipher(const char *alg_name, u32 type, u32 mask) in crypto_has_cipher()
|
| /kernel/linux/linux-6.6/crypto/ |
| D | kpp.c | 111 struct crypto_kpp *crypto_alloc_kpp(const char *alg_name, u32 type, u32 mask) in crypto_alloc_kpp() 126 int crypto_has_kpp(const char *alg_name, u32 type, u32 mask) in crypto_has_kpp()
|
| D | acompress.c | 140 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type, in crypto_alloc_acomp() 147 struct crypto_acomp *crypto_alloc_acomp_node(const char *alg_name, u32 type, in crypto_alloc_acomp_node()
|
| D | api.c | 450 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask) in crypto_alloc_base() 569 struct crypto_alg *crypto_find_alg(const char *alg_name, in crypto_find_alg() 607 void *crypto_alloc_tfm_node(const char *alg_name, in crypto_alloc_tfm_node()
|
| D | skcipher.c | 800 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name, in crypto_alloc_skcipher() 808 const char *alg_name, u32 type, u32 mask) in crypto_alloc_sync_skcipher() 832 int crypto_has_skcipher(const char *alg_name, u32 type, u32 mask) in crypto_has_skcipher()
|
| D | sig.c | 76 struct crypto_sig *crypto_alloc_sig(const char *alg_name, u32 type, u32 mask) in crypto_alloc_sig()
|
| D | rng.c | 133 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask) in crypto_alloc_rng()
|
| D | ahash.c | 530 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, in crypto_alloc_ahash() 537 int crypto_has_ahash(const char *alg_name, u32 type, u32 mask) in crypto_has_ahash()
|
| /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 | 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 | akcipher.c | 102 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type, in crypto_alloc_akcipher()
|
| 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-6.6/drivers/crypto/starfive/ |
| D | jh7110-hash.c | 407 const char *alg_name, in starfive_hash_init_tfm() 443 const char *alg_name) in starfive_hash_long_setkey() 493 const char *alg_name; in starfive_hash_setkey() local
|
| /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-5.10/drivers/net/netdevsim/ |
| D | ipsec.c | 90 char *alg_name = NULL; in nsim_ipsec_parse_proto_keys() local
|
| /kernel/linux/linux-6.6/drivers/net/netdevsim/ |
| D | ipsec.c | 94 char *alg_name = NULL; in nsim_ipsec_parse_proto_keys() local
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | crypto.h | 501 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp() 521 static inline int crypto_has_comp(const char *alg_name, u32 type, u32 mask) in crypto_has_comp()
|
| /kernel/linux/linux-6.6/net/xfrm/ |
| D | xfrm_ipcomp.c | 260 static struct crypto_comp * __percpu *ipcomp_alloc_tfms(const char *alg_name) in ipcomp_alloc_tfms()
|