/linux-4.4.14/crypto/ |
D | api.c | 424 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask) in crypto_alloc_base() 499 struct crypto_alg *crypto_find_alg(const char *alg_name, in crypto_find_alg() 540 void *crypto_alloc_tfm(const char *alg_name, in crypto_alloc_tfm()
|
D | pcompress.c | 88 struct crypto_pcomp *crypto_alloc_pcomp(const char *alg_name, u32 type, in crypto_alloc_pcomp()
|
D | akcipher.c | 91 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type, in crypto_alloc_akcipher()
|
D | rng.c | 118 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask) in crypto_alloc_rng()
|
D | skcipher.c | 239 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name, in crypto_alloc_skcipher()
|
D | cryptd.c | 881 struct cryptd_ablkcipher *cryptd_alloc_ablkcipher(const char *alg_name, in cryptd_alloc_ablkcipher() 919 struct cryptd_ahash *cryptd_alloc_ahash(const char *alg_name, in cryptd_alloc_ahash() 961 struct cryptd_aead *cryptd_alloc_aead(const char *alg_name, in cryptd_alloc_aead()
|
D | aead.c | 339 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask) in crypto_alloc_aead()
|
D | ahash.c | 539 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, in crypto_alloc_ahash()
|
D | mcryptd.c | 597 struct mcryptd_ahash *mcryptd_alloc_ahash(const char *alg_name, in mcryptd_alloc_ahash()
|
D | ablkcipher.c | 681 struct crypto_ablkcipher *crypto_alloc_ablkcipher(const char *alg_name, in crypto_alloc_ablkcipher()
|
D | shash.c | 576 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, in crypto_alloc_shash()
|
/linux-4.4.14/include/linux/ |
D | crypto.h | 782 static inline int crypto_has_ablkcipher(const char *alg_name, u32 type, in crypto_has_ablkcipher() 1121 const char *alg_name, u32 type, u32 mask) in crypto_alloc_blkcipher() 1155 static inline int crypto_has_blkcipher(const char *alg_name, u32 type, u32 mask) in crypto_has_blkcipher() 1440 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, in crypto_alloc_cipher() 1474 static inline int crypto_has_cipher(const char *alg_name, u32 type, u32 mask) in crypto_has_cipher() 1613 static inline struct crypto_hash *crypto_alloc_hash(const char *alg_name, in crypto_alloc_hash() 1648 static inline int crypto_has_hash(const char *alg_name, u32 type, u32 mask) in crypto_has_hash() 1819 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp() 1839 static inline int crypto_has_comp(const char *alg_name, u32 type, u32 mask) in crypto_has_comp()
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_ipcomp.c | 275 static struct crypto_comp * __percpu *ipcomp_alloc_tfms(const char *alg_name) in ipcomp_alloc_tfms()
|
/linux-4.4.14/include/crypto/ |
D | skcipher.h | 228 static inline int crypto_has_skcipher(const char *alg_name, u32 type, in crypto_has_skcipher()
|
/linux-4.4.14/drivers/crypto/qce/ |
D | sha.c | 375 const char *alg_name; in qce_ahash_hmac_setkey() local
|
/linux-4.4.14/include/uapi/linux/ |
D | xfrm.h | 102 char alg_name[64]; member 108 char alg_name[64]; member 115 char alg_name[64]; member
|
/linux-4.4.14/net/mac80211/ |
D | rate.c | 163 const char *alg_name; in ieee80211_rate_control_ops_get() local
|
/linux-4.4.14/drivers/md/ |
D | dm-verity.c | 57 char *alg_name; member
|
/linux-4.4.14/drivers/crypto/ |
D | img-hash.c | 649 const char *alg_name = crypto_tfm_alg_name(tfm); in img_hash_cra_init() local
|
D | atmel-tdes.c | 807 const char *alg_name; in atmel_tdes_setkey() local
|
D | omap-sham.c | 1243 const char *alg_name = crypto_tfm_alg_name(tfm); in omap_sham_cra_init_alg() local
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_ioctl_linux.c | 1776 char *alg_name; in r871x_wx_set_enc_ext() local
|
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 1895 char *alg_name; in rtw_wx_set_enc_ext() local
|
/linux-4.4.14/drivers/crypto/caam/ |
D | caamalg.c | 1462 const char *alg_name = crypto_tfm_alg_name(tfm); in ablkcipher_setkey() local
|