Home
last modified time | relevance | path

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

12

/Linux-v4.19/crypto/
Dapi.c418 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask) in crypto_alloc_base()
493 struct crypto_alg *crypto_find_alg(const char *alg_name, in crypto_find_alg()
528 void *crypto_alloc_tfm(const char *alg_name, in crypto_alloc_tfm()
Dkpp.c93 struct crypto_kpp *crypto_alloc_kpp(const char *alg_name, u32 type, u32 mask) in crypto_alloc_kpp()
Dakcipher.c109 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type, in crypto_alloc_akcipher()
Dacompress.c114 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type, in crypto_alloc_acomp()
Drng.c116 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask) in crypto_alloc_rng()
Dahash.c536 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, in crypto_alloc_ahash()
543 int crypto_has_ahash(const char *alg_name, u32 type, u32 mask) in crypto_has_ahash()
Dcryptd.c1163 struct cryptd_ablkcipher *cryptd_alloc_ablkcipher(const char *alg_name, in cryptd_alloc_ablkcipher()
1215 struct cryptd_skcipher *cryptd_alloc_skcipher(const char *alg_name, in cryptd_alloc_skcipher()
1267 struct cryptd_ahash *cryptd_alloc_ahash(const char *alg_name, in cryptd_alloc_ahash()
1324 struct cryptd_aead *cryptd_alloc_aead(const char *alg_name, in cryptd_alloc_aead()
Daead.c349 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask) in crypto_alloc_aead()
Dskcipher.c945 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name, in crypto_alloc_skcipher()
952 int crypto_has_skcipher2(const char *alg_name, u32 type, u32 mask) in crypto_has_skcipher2()
Dmcryptd.c594 struct mcryptd_ahash *mcryptd_alloc_ahash(const char *alg_name, in mcryptd_alloc_ahash()
Dshash.c450 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, in crypto_alloc_shash()
/Linux-v4.19/crypto/asymmetric_keys/
Dpublic_key.c72 const char *alg_name; in public_key_verify_signature() local
/Linux-v4.19/include/linux/
Dcrypto.h804 static inline int crypto_has_ablkcipher(const char *alg_name, u32 type, in crypto_has_ablkcipher()
1142 const char *alg_name, u32 type, u32 mask) in crypto_alloc_blkcipher()
1176 static inline int crypto_has_blkcipher(const char *alg_name, u32 type, u32 mask) in crypto_has_blkcipher()
1461 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, in crypto_alloc_cipher()
1495 static inline int crypto_has_cipher(const char *alg_name, u32 type, u32 mask) in crypto_has_cipher()
1613 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp()
1633 static inline int crypto_has_comp(const char *alg_name, u32 type, u32 mask) in crypto_has_comp()
/Linux-v4.19/drivers/net/netdevsim/
Dipsec.c90 char *alg_name = NULL; in nsim_ipsec_parse_proto_keys() local
/Linux-v4.19/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c281 const char *alg_name = crypto_tfm_alg_name(tfm); in rk_cra_hash_init() local
/Linux-v4.19/net/xfrm/
Dxfrm_ipcomp.c275 static struct crypto_comp * __percpu *ipcomp_alloc_tfms(const char *alg_name) in ipcomp_alloc_tfms()
/Linux-v4.19/include/crypto/
Dacompress.h161 static inline int crypto_has_acomp(const char *alg_name, u32 type, u32 mask) in crypto_has_acomp()
Dskcipher.h225 static inline int crypto_has_skcipher(const char *alg_name, u32 type, in crypto_has_skcipher()
/Linux-v4.19/drivers/md/
Ddm-verity.h39 char *alg_name; member
/Linux-v4.19/drivers/crypto/bcm/
Dutil.c205 int do_decrypt(char *alg_name, in do_decrypt()
Dcipher.c2007 const char *alg_name; in ahash_enqueue() local
2119 const char *alg_name; in ahash_init() local
/Linux-v4.19/drivers/crypto/qce/
Dsha.c364 const char *alg_name; in qce_ahash_hmac_setkey() local
/Linux-v4.19/include/uapi/linux/
Dxfrm.h103 char alg_name[64]; member
109 char alg_name[64]; member
116 char alg_name[64]; member
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ipsec.c413 char *alg_name = NULL; in ixgbe_ipsec_parse_proto_keys() local
/Linux-v4.19/net/mac80211/
Drate.c186 const char *alg_name; in ieee80211_rate_control_ops_get() local

12