Searched refs:alg_name (Results 1 – 6 of 6) sorted by relevance
/include/crypto/ |
D | cryptd.h | 30 struct cryptd_ablkcipher *cryptd_alloc_ablkcipher(const char *alg_name, 46 struct cryptd_ahash *cryptd_alloc_ahash(const char *alg_name, 62 struct cryptd_aead *cryptd_alloc_aead(const char *alg_name,
|
D | rng.h | 28 static inline struct crypto_rng *crypto_alloc_rng(const char *alg_name, in crypto_alloc_rng() argument 35 return __crypto_rng_cast(crypto_alloc_base(alg_name, type, mask)); in crypto_alloc_rng()
|
D | compress.h | 76 extern struct crypto_pcomp *crypto_alloc_pcomp(const char *alg_name, u32 type,
|
D | hash.h | 110 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, 258 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type,
|
/include/linux/ |
D | crypto.h | 492 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask); 584 struct crypto_ablkcipher *crypto_alloc_ablkcipher(const char *alg_name, 598 static inline int crypto_has_ablkcipher(const char *alg_name, u32 type, in crypto_has_ablkcipher() argument 601 return crypto_has_alg(alg_name, crypto_skcipher_type(type), in crypto_has_ablkcipher() 736 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask); 885 const char *alg_name, u32 type, u32 mask) in crypto_alloc_blkcipher() argument 891 return __crypto_blkcipher_cast(crypto_alloc_base(alg_name, type, mask)); in crypto_alloc_blkcipher() 905 static inline int crypto_has_blkcipher(const char *alg_name, u32 type, u32 mask) in crypto_has_blkcipher() argument 911 return crypto_has_alg(alg_name, type, mask); in crypto_has_blkcipher() 1029 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, in crypto_alloc_cipher() argument [all …]
|
/include/uapi/linux/ |
D | xfrm.h | 100 char alg_name[64]; member 106 char alg_name[64]; member 113 char alg_name[64]; member
|