/linux-6.3-rc2/crypto/asymmetric_keys/ |
A D | public_key.c | 156 char alg_name[CRYPTO_MAX_ALG_NAME]; in software_key_query() local 239 char alg_name[CRYPTO_MAX_ALG_NAME]; in software_key_eds_op() local 384 char alg_name[CRYPTO_MAX_ALG_NAME]; in public_key_verify_signature() local
|
/linux-6.3-rc2/crypto/ |
A D | kpp.c | 92 struct crypto_kpp *crypto_alloc_kpp(const char *alg_name, u32 type, u32 mask) in crypto_alloc_kpp() 107 int crypto_has_kpp(const char *alg_name, u32 type, u32 mask) in crypto_has_kpp()
|
A 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()
|
A D | api.c | 456 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask) in crypto_alloc_base() 533 struct crypto_alg *crypto_find_alg(const char *alg_name, in crypto_find_alg() 571 void *crypto_alloc_tfm_node(const char *alg_name, in crypto_alloc_tfm_node()
|
A D | skcipher.c | 739 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name, in crypto_alloc_skcipher() 747 const char *alg_name, u32 type, u32 mask) in crypto_alloc_sync_skcipher() 770 int crypto_has_skcipher(const char *alg_name, u32 type, u32 mask) in crypto_has_skcipher()
|
A D | akcipher.c | 102 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type, in crypto_alloc_akcipher()
|
A D | rng.c | 110 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask) in crypto_alloc_rng()
|
A D | internal.h | 121 static inline void *crypto_alloc_tfm(const char *alg_name, in crypto_alloc_tfm()
|
A D | ahash.c | 524 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, in crypto_alloc_ahash() 531 int crypto_has_ahash(const char *alg_name, u32 type, u32 mask) in crypto_has_ahash()
|
A D | shash.c | 507 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, in crypto_alloc_shash() 514 int crypto_has_shash(const char *alg_name, u32 type, u32 mask) in crypto_has_shash()
|
A D | aead.c | 214 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask) in crypto_alloc_aead()
|
A D | cryptd.c | 933 struct cryptd_skcipher *cryptd_alloc_skcipher(const char *alg_name, in cryptd_alloc_skcipher() 985 struct cryptd_ahash *cryptd_alloc_ahash(const char *alg_name, in cryptd_alloc_ahash() 1042 struct cryptd_aead *cryptd_alloc_aead(const char *alg_name, in cryptd_alloc_aead()
|
/linux-6.3-rc2/include/crypto/internal/ |
A 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()
|
/linux-6.3-rc2/drivers/net/netdevsim/ |
A D | ipsec.c | 90 char *alg_name = NULL; in nsim_ipsec_parse_proto_keys() local
|
/linux-6.3-rc2/net/xfrm/ |
A D | xfrm_ipcomp.c | 263 static struct crypto_comp * __percpu *ipcomp_alloc_tfms(const char *alg_name) in ipcomp_alloc_tfms()
|
/linux-6.3-rc2/include/crypto/ |
A D | acompress.h | 177 static inline int crypto_has_acomp(const char *alg_name, u32 type, u32 mask) in crypto_has_acomp()
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-verity.h | 40 char *alg_name; member
|
/linux-6.3-rc2/drivers/crypto/rockchip/ |
A D | rk3288_crypto_ahash.c | 336 const char *alg_name = crypto_tfm_alg_name(tfm); in rk_cra_hash_init() local
|
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbevf/ |
A D | ipsec.c | 216 char *alg_name = NULL; in ixgbevf_ipsec_parse_proto_keys() local
|
/linux-6.3-rc2/drivers/crypto/hisilicon/zip/ |
A D | zip_crypto.c | 61 #define COMP_NAME_TO_TYPE(alg_name) \ argument 702 const char *alg_name = crypto_tfm_alg_name(&tfm->base); in hisi_zip_acomp_init() local
|
/linux-6.3-rc2/drivers/crypto/keembay/ |
A D | keembay-ocs-aes-core.c | 1162 const char *alg_name = crypto_tfm_alg_name(&tfm->base); in ocs_aes_init_tfm() local 1220 const char *alg_name = crypto_tfm_alg_name(&tfm->base); in ocs_aes_aead_cra_init() local
|
A D | keembay-ocs-hcu-core.c | 757 const char *alg_name; in kmb_ocs_hcu_setkey() local
|
/linux-6.3-rc2/drivers/crypto/qce/ |
A D | sha.c | 341 const char *alg_name; in qce_ahash_hmac_setkey() local
|
/linux-6.3-rc2/include/linux/ |
A D | crypto.h | 728 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp() 748 static inline int crypto_has_comp(const char *alg_name, u32 type, u32 mask) in crypto_has_comp()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | xfrm.h | 103 char alg_name[64]; member 109 char alg_name[64]; member 116 char alg_name[64]; member
|