Home
last modified time | relevance | path

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

/linux/crypto/
H A Daead.c202 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask) in crypto_alloc_aead()
208 struct crypto_sync_aead *crypto_alloc_sync_aead(const char *alg_name, u32 type, u32 mask) in crypto_alloc_sync_aead()
227 int crypto_has_aead(const char *alg_name, u32 type, u32 mask) in crypto_has_aead()
H A Dskcipher.c637 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name, in crypto_alloc_skcipher()
645 const char *alg_name, u32 type, u32 mask) in crypto_alloc_sync_skcipher()
669 int crypto_has_skcipher(const char *alg_name, u32 type, u32 mask) in crypto_has_skcipher()
H A Dahash.c842 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, in crypto_alloc_ahash()
849 int crypto_has_ahash(const char *alg_name, u32 type, u32 mask) in crypto_has_ahash()
/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/drivers/crypto/starfive/
H A Djh7110-hash.c375 const char *alg_name, in starfive_hash_init_tfm()
412 const char *alg_name) in starfive_hash_long_setkey()
462 const char *alg_name; in starfive_hash_setkey() local
/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
/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()