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

12

/linux-master/crypto/
H A Dkpp.c111 struct crypto_kpp *crypto_alloc_kpp(const char *alg_name, u32 type, u32 mask) argument
126 int crypto_has_kpp(const char *alg_name, u32 type, u32 mask) argument
H A Drng.c133 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask) argument
H A Dacompress.c140 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type, argument
147 struct crypto_acomp *crypto_alloc_acomp_node(const char *alg_name, u32 type, argument
H A Dsig.c76 struct crypto_sig *crypto_alloc_sig(const char *alg_name, u32 type, u32 mask) argument
H A Dinternal.h148 static inline void *crypto_alloc_tfm(const char *alg_name, argument
H A Dakcipher.c125 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type, argument
H A Dapi.c450 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask) argument
569 struct crypto_alg *crypto_find_alg(const char *alg_name, argument
607 void *crypto_alloc_tfm_node(const char *alg_name, argument
H A Daead.c266 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask) argument
272 int crypto_has_aead(const char *alg_name, u32 type, u32 mask) argument
H A Dshash.c302 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, argument
309 int crypto_has_shash(const char *alg_name, u32 type, u32 mask) argument
H A Dlskcipher.c401 struct crypto_lskcipher *crypto_alloc_lskcipher(const char *alg_name, argument
H A Dahash.c608 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, argument
615 int crypto_has_ahash(const char *alg_name, u32 type, u32 mask) argument
/linux-master/include/crypto/internal/
H A Dcipher.h56 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, argument
90 static inline int crypto_has_cipher(const char *alg_name, u32 type, u32 mask) argument
/linux-master/drivers/net/netdevsim/
H A Dipsec.c90 char *alg_name = NULL; local
/linux-master/net/xfrm/
H A Dxfrm_ipcomp.c260 static struct crypto_comp * __percpu *ipcomp_alloc_tfms(const char *alg_name) argument
/linux-master/crypto/asymmetric_keys/
H A Dpublic_key.c165 char alg_name[CRYPTO_MAX_ALG_NAME]; local
280 char alg_name[CRYPTO_MAX_ALG_NAME]; 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) argument
385 char alg_name[CRYPTO_MAX_ALG_NAME]; local
[all...]
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dipsec.c216 char *alg_name = NULL; local
/linux-master/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c347 const char *alg_name = crypto_ahash_alg_name(tfm); local
/linux-master/drivers/md/
H A Ddm-verity.h41 char *alg_name; member in struct:dm_verity
/linux-master/include/crypto/
H A Dacompress.h186 static inline int crypto_has_acomp(const char *alg_name, u32 type, u32 mask) argument
/linux-master/drivers/crypto/qce/
H A Dsha.c341 const char *alg_name; local
/linux-master/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-hcu-core.c757 const char *alg_name; local
/linux-master/include/linux/
H A Dcrypto.h501 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, argument
521 static inline int crypto_has_comp(const char *alg_name, u32 type, u32 mask) argument
/linux-master/drivers/crypto/starfive/
H A Djh7110-hash.c494 const char *alg_name; local
407 starfive_hash_init_tfm(struct crypto_ahash *hash, const char *alg_name, unsigned int mode) argument
442 starfive_hash_long_setkey(struct starfive_cryp_ctx *ctx, const u8 *key, unsigned int keylen, const char *alg_name) argument
[all...]
/linux-master/net/mac80211/
H A Drate.c198 const char *alg_name; local
/linux-master/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c540 const char *alg_name = crypto_tfm_alg_name(&tfm->base); local

Completed in 248 milliseconds

12