Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/crypto/asymmetric_keys/
A Dpublic_key.c156 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 Dkpp.c92 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 Dacompress.c105 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 Dapi.c456 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 Dskcipher.c739 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 Dakcipher.c102 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type, in crypto_alloc_akcipher()
A Drng.c110 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask) in crypto_alloc_rng()
A Dinternal.h121 static inline void *crypto_alloc_tfm(const char *alg_name, in crypto_alloc_tfm()
A Dahash.c524 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 Dshash.c507 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 Daead.c214 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask) in crypto_alloc_aead()
A Dcryptd.c933 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 Dcipher.h56 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 Dipsec.c90 char *alg_name = NULL; in nsim_ipsec_parse_proto_keys() local
/linux-6.3-rc2/net/xfrm/
A Dxfrm_ipcomp.c263 static struct crypto_comp * __percpu *ipcomp_alloc_tfms(const char *alg_name) in ipcomp_alloc_tfms()
/linux-6.3-rc2/include/crypto/
A Dacompress.h177 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 Ddm-verity.h40 char *alg_name; member
/linux-6.3-rc2/drivers/crypto/rockchip/
A Drk3288_crypto_ahash.c336 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 Dipsec.c216 char *alg_name = NULL; in ixgbevf_ipsec_parse_proto_keys() local
/linux-6.3-rc2/drivers/crypto/hisilicon/zip/
A Dzip_crypto.c61 #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 Dkeembay-ocs-aes-core.c1162 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 Dkeembay-ocs-hcu-core.c757 const char *alg_name; in kmb_ocs_hcu_setkey() local
/linux-6.3-rc2/drivers/crypto/qce/
A Dsha.c341 const char *alg_name; in qce_ahash_hmac_setkey() local
/linux-6.3-rc2/include/linux/
A Dcrypto.h728 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 Dxfrm.h103 char alg_name[64]; member
109 char alg_name[64]; member
116 char alg_name[64]; member

Completed in 51 milliseconds

12