Home
last modified time | relevance | path

Searched defs:alg_name (Results 1 - 25 of 77) sorted by relevance

1234

/kernel/linux/linux-5.10/crypto/
H A Dkpp.c84 struct crypto_kpp *crypto_alloc_kpp(const char *alg_name, u32 type, u32 mask) in crypto_alloc_kpp() argument
H A Dinternal.h86 static inline void *crypto_alloc_tfm(const char *alg_name, in crypto_alloc_tfm() argument
H A Dakcipher.c102 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type, in crypto_alloc_akcipher() argument
H A Dacompress.c105 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 Drng.c110 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask) in crypto_alloc_rng() argument
H A Dapi.c402 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 Daead.c213 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 Dcipher.h56 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 Dkpp.c111 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 Dacompress.c140 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 Dsig.c76 struct crypto_sig *crypto_alloc_sig(const char *alg_name, u32 type, u32 mask) in crypto_alloc_sig() argument
H A Drng.c133 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 Drk3288_crypto_ahash.c322 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 Dipsec.c90 char *alg_name = NULL; in nsim_ipsec_parse_proto_keys() local
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_ipcomp.c272 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 Dipsec.c90 char *alg_name = NULL; in nsim_ipsec_parse_proto_keys() local
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
H A Dpublic_key.c162 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 Dxfrm_ipcomp.c260 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 Dpublic_key.c156 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 Dipsec.c216 char *alg_name = NULL; in ixgbevf_ipsec_parse_proto_keys() local
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-verity.h39 char *alg_name; member
/kernel/linux/linux-5.10/include/crypto/
H A Dacompress.h176 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 Dacompress.h180 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 Drk3288_crypto_ahash.c347 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 Dipsec.c216 char *alg_name = NULL; in ixgbevf_ipsec_parse_proto_keys() local

Completed in 18 milliseconds

1234