Home
last modified time | relevance | path

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

12

/openbmc/linux/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
382 char alg_name[CRYPTO_MAX_ALG_NAME]; in public_key_verify_signature() local
/openbmc/linux/include/crypto/internal/
H 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()
/openbmc/linux/crypto/
H A Dkpp.c111 struct crypto_kpp *crypto_alloc_kpp(const char *alg_name, u32 type, u32 mask) in crypto_alloc_kpp()
126 int crypto_has_kpp(const char *alg_name, u32 type, u32 mask) in crypto_has_kpp()
H A Dacompress.c140 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type, in crypto_alloc_acomp()
147 struct crypto_acomp *crypto_alloc_acomp_node(const char *alg_name, u32 type, in crypto_alloc_acomp_node()
H A Dapi.c450 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask) in crypto_alloc_base()
569 struct crypto_alg *crypto_find_alg(const char *alg_name, in crypto_find_alg()
607 void *crypto_alloc_tfm_node(const char *alg_name, in crypto_alloc_tfm_node()
H A Dskcipher.c800 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name, in crypto_alloc_skcipher()
808 const char *alg_name, u32 type, u32 mask) in crypto_alloc_sync_skcipher()
831 int crypto_has_skcipher(const char *alg_name, u32 type, u32 mask) in crypto_has_skcipher()
H A Dsig.c76 struct crypto_sig *crypto_alloc_sig(const char *alg_name, u32 type, u32 mask) in crypto_alloc_sig()
H A Drng.c133 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask) in crypto_alloc_rng()
H A Dahash.c529 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, in crypto_alloc_ahash()
536 int crypto_has_ahash(const char *alg_name, u32 type, u32 mask) in crypto_has_ahash()
H A Dakcipher.c125 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type, in crypto_alloc_akcipher()
H A Dinternal.h148 static inline void *crypto_alloc_tfm(const char *alg_name, in crypto_alloc_tfm()
H A Dshash.c572 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, in crypto_alloc_shash()
579 int crypto_has_shash(const char *alg_name, u32 type, u32 mask) in crypto_has_shash()
H A Dcryptd.c949 struct cryptd_skcipher *cryptd_alloc_skcipher(const char *alg_name, in cryptd_alloc_skcipher()
1001 struct cryptd_ahash *cryptd_alloc_ahash(const char *alg_name, in cryptd_alloc_ahash()
1058 struct cryptd_aead *cryptd_alloc_aead(const char *alg_name, in cryptd_alloc_aead()
H A Daead.c265 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask) in crypto_alloc_aead()
/openbmc/qemu/crypto/
H A Dhash-afalg.c29 const char *alg_name; in qcrypto_afalg_hash_format_name() local
121 char *alg_name = qcrypto_afalg_hash_format_name(alg, false, NULL); in qcrypto_afalg_hash_new() local
H A Dcipher-afalg.c26 const char *alg_name; in qcrypto_afalg_cipher_format_name() local
/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-hash.c407 const char *alg_name, in starfive_hash_init_tfm()
443 const char *alg_name) in starfive_hash_long_setkey()
493 const char *alg_name; in starfive_hash_setkey() local
/openbmc/linux/drivers/net/netdevsim/
H A Dipsec.c90 char *alg_name = NULL; in nsim_ipsec_parse_proto_keys() local
/openbmc/linux/include/linux/
H A Dcrypto.h501 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp()
521 static inline int crypto_has_comp(const char *alg_name, u32 type, u32 mask) in crypto_has_comp()
/openbmc/linux/net/xfrm/
H A Dxfrm_ipcomp.c260 static struct crypto_comp * __percpu *ipcomp_alloc_tfms(const char *alg_name) in ipcomp_alloc_tfms()
/openbmc/linux/include/crypto/
H A Dacompress.h180 static inline int crypto_has_acomp(const char *alg_name, u32 type, u32 mask) in crypto_has_acomp()
/openbmc/linux/drivers/md/
H A Ddm-verity.h41 char *alg_name; member
/openbmc/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c347 const char *alg_name = crypto_ahash_alg_name(tfm); in rk_hash_init_tfm() local
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dipsec.c216 char *alg_name = NULL; in ixgbevf_ipsec_parse_proto_keys() local
/openbmc/linux/drivers/crypto/hisilicon/zip/
H 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

12