Home
last modified time | relevance | path

Searched defs:alg_name (Results 1 – 25 of 33) sorted by relevance

12

/Linux-v5.4/crypto/asymmetric_keys/
Dpublic_key.c108 char alg_name[CRYPTO_MAX_ALG_NAME]; in software_key_query() local
171 char alg_name[CRYPTO_MAX_ALG_NAME]; in software_key_eds_op() local
257 char alg_name[CRYPTO_MAX_ALG_NAME]; in public_key_verify_signature() local
Dasym_tpm.c413 char alg_name[CRYPTO_MAX_ALG_NAME]; in tpm_key_query() local
463 char alg_name[CRYPTO_MAX_ALG_NAME]; in tpm_key_encrypt() local
755 char alg_name[CRYPTO_MAX_ALG_NAME]; in tpm_key_verify_signature() local
/Linux-v5.4/crypto/
Dapi.c413 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask) in crypto_alloc_base()
488 struct crypto_alg *crypto_find_alg(const char *alg_name, in crypto_find_alg()
523 void *crypto_alloc_tfm(const char *alg_name, in crypto_alloc_tfm()
Dkpp.c84 struct crypto_kpp *crypto_alloc_kpp(const char *alg_name, u32 type, u32 mask) in crypto_alloc_kpp()
Dakcipher.c101 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type, in crypto_alloc_akcipher()
Dacompress.c105 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type, in crypto_alloc_acomp()
Drng.c110 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask) in crypto_alloc_rng()
Dahash.c559 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, in crypto_alloc_ahash()
566 int crypto_has_ahash(const char *alg_name, u32 type, u32 mask) in crypto_has_ahash()
Dskcipher.c989 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name, in crypto_alloc_skcipher()
997 const char *alg_name, u32 type, u32 mask) in crypto_alloc_sync_skcipher()
1020 int crypto_has_skcipher2(const char *alg_name, u32 type, u32 mask) in crypto_has_skcipher2()
Dcryptd.c961 struct cryptd_skcipher *cryptd_alloc_skcipher(const char *alg_name, in cryptd_alloc_skcipher()
1013 struct cryptd_ahash *cryptd_alloc_ahash(const char *alg_name, in cryptd_alloc_ahash()
1070 struct cryptd_aead *cryptd_alloc_aead(const char *alg_name, in cryptd_alloc_aead()
Daead.c379 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask) in crypto_alloc_aead()
Dshash.c447 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, in crypto_alloc_shash()
/Linux-v5.4/include/linux/
Dcrypto.h972 static inline int crypto_has_ablkcipher(const char *alg_name, u32 type, in crypto_has_ablkcipher()
1324 const char *alg_name, u32 type, u32 mask) in crypto_alloc_blkcipher()
1358 static inline int crypto_has_blkcipher(const char *alg_name, u32 type, u32 mask) in crypto_has_blkcipher()
1643 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, in crypto_alloc_cipher()
1677 static inline int crypto_has_cipher(const char *alg_name, u32 type, u32 mask) in crypto_has_cipher()
1795 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp()
1815 static inline int crypto_has_comp(const char *alg_name, u32 type, u32 mask) in crypto_has_comp()
/Linux-v5.4/drivers/net/netdevsim/
Dipsec.c90 char *alg_name = NULL; in nsim_ipsec_parse_proto_keys() local
/Linux-v5.4/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c278 const char *alg_name = crypto_tfm_alg_name(tfm); in rk_cra_hash_init() local
/Linux-v5.4/net/xfrm/
Dxfrm_ipcomp.c271 static struct crypto_comp * __percpu *ipcomp_alloc_tfms(const char *alg_name) in ipcomp_alloc_tfms()
/Linux-v5.4/include/crypto/
Dacompress.h156 static inline int crypto_has_acomp(const char *alg_name, u32 type, u32 mask) in crypto_has_acomp()
Dskcipher.h227 static inline int crypto_has_skcipher(const char *alg_name, u32 type, in crypto_has_skcipher()
/Linux-v5.4/drivers/crypto/hisilicon/zip/
Dzip_crypto.c34 #define COMP_NAME_TO_TYPE(alg_name) \ argument
359 const char *alg_name = crypto_tfm_alg_name(&tfm->base); in hisi_zip_acomp_init() local
/Linux-v5.4/drivers/md/
Ddm-verity.h38 char *alg_name; member
/Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/
Dipsec.c216 char *alg_name = NULL; in ixgbevf_ipsec_parse_proto_keys() local
/Linux-v5.4/drivers/crypto/qce/
Dsha.c356 const char *alg_name; in qce_ahash_hmac_setkey() local
/Linux-v5.4/include/uapi/linux/
Dxfrm.h103 char alg_name[64]; member
109 char alg_name[64]; member
116 char alg_name[64]; member
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ipsec.c432 char *alg_name = NULL; in ixgbe_ipsec_parse_proto_keys() local
/Linux-v5.4/net/mac80211/
Drate.c183 const char *alg_name; in ieee80211_rate_control_ops_get() local

12