Searched defs:alg_name (Results 1 – 18 of 18) sorted by relevance
/linux-3.3/crypto/ |
D | api.c | 415 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask) in crypto_alloc_base() 490 struct crypto_alg *crypto_find_alg(const char *alg_name, in crypto_find_alg() 531 void *crypto_alloc_tfm(const char *alg_name, in crypto_alloc_tfm()
|
D | pcompress.c | 94 struct crypto_pcomp *crypto_alloc_pcomp(const char *alg_name, u32 type, in crypto_alloc_pcomp()
|
D | cryptd.c | 813 struct cryptd_ablkcipher *cryptd_alloc_ablkcipher(const char *alg_name, in cryptd_alloc_ablkcipher() 851 struct cryptd_ahash *cryptd_alloc_ahash(const char *alg_name, in cryptd_alloc_ahash() 893 struct cryptd_aead *cryptd_alloc_aead(const char *alg_name, in cryptd_alloc_aead()
|
D | aead.c | 528 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask) in crypto_alloc_aead()
|
D | ahash.c | 453 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, in crypto_alloc_ahash()
|
D | ablkcipher.c | 675 struct crypto_ablkcipher *crypto_alloc_ablkcipher(const char *alg_name, in crypto_alloc_ablkcipher()
|
D | shash.c | 578 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, in crypto_alloc_shash()
|
/linux-3.3/include/crypto/ |
D | rng.h | 28 static inline struct crypto_rng *crypto_alloc_rng(const char *alg_name, in crypto_alloc_rng()
|
/linux-3.3/include/linux/ |
D | crypto.h | 590 static inline int crypto_has_ablkcipher(const char *alg_name, u32 type, in crypto_has_ablkcipher() 877 const char *alg_name, u32 type, u32 mask) in crypto_alloc_blkcipher() 897 static inline int crypto_has_blkcipher(const char *alg_name, u32 type, u32 mask) in crypto_has_blkcipher() 1021 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, in crypto_alloc_cipher() 1041 static inline int crypto_has_cipher(const char *alg_name, u32 type, u32 mask) in crypto_has_cipher() 1115 static inline struct crypto_hash *crypto_alloc_hash(const char *alg_name, in crypto_alloc_hash() 1136 static inline int crypto_has_hash(const char *alg_name, u32 type, u32 mask) in crypto_has_hash() 1223 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp() 1243 static inline int crypto_has_comp(const char *alg_name, u32 type, u32 mask) in crypto_has_comp()
|
D | xfrm.h | 98 char alg_name[64]; member 104 char alg_name[64]; member 111 char alg_name[64]; member
|
/linux-3.3/net/xfrm/ |
D | xfrm_ipcomp.c | 273 static struct crypto_comp * __percpu *ipcomp_alloc_tfms(const char *alg_name) in ipcomp_alloc_tfms()
|
/linux-3.3/net/mac80211/ |
D | rate.c | 105 const char *alg_name; in ieee80211_rate_control_ops_get() local
|
/linux-3.3/drivers/staging/vt6655/ |
D | iowpa.h | 105 int alg_name; member
|
D | iwctl.c | 1928 wpa_alg alg_name; in iwctl_siwencodeext() local
|
/linux-3.3/drivers/staging/vt6656/ |
D | iowpa.h | 99 int alg_name; member
|
D | iwctl.c | 1749 wpa_alg alg_name; in iwctl_siwencodeext() local
|
/linux-3.3/drivers/crypto/ |
D | omap-sham.c | 884 const char *alg_name = crypto_tfm_alg_name(tfm); in omap_sham_cra_init_alg() local
|
/linux-3.3/drivers/staging/rtl8712/ |
D | rtl871x_ioctl_linux.c | 1818 char *alg_name; in r871x_wx_set_enc_ext() local
|