| /kernel/linux/linux-5.10/crypto/ |
| H A D | kpp.c | 84 struct crypto_kpp *crypto_alloc_kpp(const char *alg_name, u32 type, u32 mask) in crypto_alloc_kpp() argument
|
| H A D | internal.h | 86 static inline void *crypto_alloc_tfm(const char *alg_name, in crypto_alloc_tfm() argument
|
| H A D | akcipher.c | 102 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type, in crypto_alloc_akcipher() argument
|
| H A D | acompress.c | 105 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type, in crypto_alloc_acomp() argument 112 struct crypto_acomp *crypto_alloc_acomp_node(const char *alg_name, u32 type, in crypto_alloc_acomp_node() argument
|
| H A D | rng.c | 110 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask) in crypto_alloc_rng() argument
|
| H A D | api.c | 402 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask) in crypto_alloc_base() argument 479 struct crypto_alg *crypto_find_alg(const char *alg_name, in crypto_find_alg() argument 517 void *crypto_alloc_tfm_node(const char *alg_name, in crypto_alloc_tfm_node() argument
|
| H A D | aead.c | 213 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask) in crypto_alloc_aead() argument
|
| /kernel/linux/linux-6.6/include/crypto/internal/ |
| H A D | cipher.h | 56 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, in crypto_alloc_cipher() argument 90 static inline int crypto_has_cipher(const char *alg_name, u32 type, u32 mask) in crypto_has_cipher() argument
|
| /kernel/linux/linux-6.6/crypto/ |
| H A D | kpp.c | 111 struct crypto_kpp *crypto_alloc_kpp(const char *alg_name, u32 type, u32 mask) in crypto_alloc_kpp() argument 126 int crypto_has_kpp(const char *alg_name, u32 type, u32 mask) in crypto_has_kpp() argument
|
| H A D | acompress.c | 140 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type, in crypto_alloc_acomp() argument 147 struct crypto_acomp *crypto_alloc_acomp_node(const char *alg_name, u32 type, in crypto_alloc_acomp_node() argument
|
| H A D | sig.c | 76 struct crypto_sig *crypto_alloc_sig(const char *alg_name, u32 type, u32 mask) in crypto_alloc_sig() argument
|
| H A D | rng.c | 133 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask) in crypto_alloc_rng() argument
|
| /kernel/linux/linux-5.10/drivers/crypto/rockchip/ |
| H A D | rk3288_crypto_ahash.c | 322 const char *alg_name = crypto_tfm_alg_name(tfm); in rk_cra_hash_init() local
|
| /kernel/linux/linux-5.10/drivers/net/netdevsim/ |
| H A D | ipsec.c | 90 char *alg_name = NULL; in nsim_ipsec_parse_proto_keys() local
|
| /kernel/linux/linux-5.10/net/xfrm/ |
| H A D | xfrm_ipcomp.c | 272 static struct crypto_comp * __percpu *ipcomp_alloc_tfms(const char *alg_name) in ipcomp_alloc_tfms() argument
|
| /kernel/linux/linux-6.6/drivers/net/netdevsim/ |
| H A D | ipsec.c | 90 char *alg_name = NULL; in nsim_ipsec_parse_proto_keys() local
|
| /kernel/linux/linux-6.6/crypto/asymmetric_keys/ |
| H A 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 67 software_key_determine_akcipher(const struct public_key *pkey, const char *encoding, const char *hash_algo, char alg_name[CRYPTO_MAX_ALG_NAME], bool *sig, enum kernel_pkey_operation op) software_key_determine_akcipher() argument 382 char alg_name[CRYPTO_MAX_ALG_NAME]; public_key_verify_signature() local [all...] |
| /kernel/linux/linux-6.6/net/xfrm/ |
| H A D | xfrm_ipcomp.c | 260 static struct crypto_comp * __percpu *ipcomp_alloc_tfms(const char *alg_name) in ipcomp_alloc_tfms() argument
|
| /kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
| H A 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 68 software_key_determine_akcipher(const struct public_key *pkey, const char *encoding, const char *hash_algo, char alg_name[CRYPTO_MAX_ALG_NAME]) software_key_determine_akcipher() argument 364 char alg_name[CRYPTO_MAX_ALG_NAME]; public_key_verify_signature() local [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | ipsec.c | 216 char *alg_name = NULL; in ixgbevf_ipsec_parse_proto_keys() local
|
| /kernel/linux/linux-5.10/drivers/md/ |
| H A D | dm-verity.h | 39 char *alg_name; member
|
| /kernel/linux/linux-5.10/include/crypto/ |
| H A D | acompress.h | 176 static inline int crypto_has_acomp(const char *alg_name, u32 type, u32 mask) in crypto_has_acomp() argument
|
| /kernel/linux/linux-6.6/include/crypto/ |
| H A D | acompress.h | 180 static inline int crypto_has_acomp(const char *alg_name, u32 type, u32 mask) in crypto_has_acomp() argument
|
| /kernel/linux/linux-6.6/drivers/crypto/rockchip/ |
| H A D | rk3288_crypto_ahash.c | 347 const char *alg_name = crypto_ahash_alg_name(tfm); in rk_hash_init_tfm() local
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | ipsec.c | 216 char *alg_name = NULL; in ixgbevf_ipsec_parse_proto_keys() local
|