Home
last modified time | relevance | path

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

/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()
/linux/crypto/
H A Dskcipher.c388 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name, in crypto_alloc_skcipher()
396 const char *alg_name, u32 type, u32 mask) in crypto_alloc_sync_skcipher()
420 int crypto_has_skcipher(const char *alg_name, u32 type, u32 mask) in crypto_has_skcipher()
H A Dahash.c828 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, in crypto_alloc_ahash()
835 int crypto_has_ahash(const char *alg_name, u32 type, u32 mask) in crypto_has_ahash()
/linux/tools/testing/selftests/arm64/fp/
H A Dkernel-test.c29 static char *alg_name; variable
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dipsec.c217 char *alg_name = NULL; in ixgbevf_ipsec_parse_proto_keys() local
/linux/drivers/md/
H A Ddm-verity.h41 char *alg_name; member
H A Ddm-verity-target.c1237 static int verity_setup_hash_alg(struct dm_verity *v, const char *alg_name) in verity_setup_hash_alg()
/linux/include/uapi/linux/
H A Dtipc.h242 char alg_name[TIPC_AEAD_ALG_NAME]; member
H A Dtcp.h388 char alg_name[64]; /* crypto hash algorithm to use */ global() member
441 char alg_name[64]; /* out: crypto hash algorithm */ global() member
/linux/net/mac80211/
H A Drate.c218 const char *alg_name; ieee80211_rate_control_ops_get() local
/linux/drivers/crypto/
H A Dimg-hash.c683 static int img_hash_cra_init(struct crypto_tfm *tfm, const char *alg_name) in img_hash_cra_init()