Searched defs:alg_name (Results 1 – 11 of 11) sorted by relevance
/linux/include/crypto/internal/ |
H A D | cipher.h | 56 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 D | skcipher.c | 388 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 D | ahash.c | 828 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 D | kernel-test.c | 29 static char *alg_name; variable
|
/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ipsec.c | 217 char *alg_name = NULL; in ixgbevf_ipsec_parse_proto_keys() local
|
/linux/drivers/md/ |
H A D | dm-verity.h | 41 char *alg_name; member
|
H A D | dm-verity-target.c | 1237 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 D | tipc.h | 242 char alg_name[TIPC_AEAD_ALG_NAME]; member
|
H A D | tcp.h | 388 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 D | rate.c | 218 const char *alg_name; ieee80211_rate_control_ops_get() local
|
/linux/drivers/crypto/ |
H A D | img-hash.c | 683 static int img_hash_cra_init(struct crypto_tfm *tfm, const char *alg_name) in img_hash_cra_init()
|