Searched refs:alg_name (Results 1 – 10 of 10) sorted by relevance
/include/crypto/ |
D | cryptd.h | 26 struct cryptd_skcipher *cryptd_alloc_skcipher(const char *alg_name, 44 struct cryptd_ahash *cryptd_alloc_ahash(const char *alg_name, 62 struct cryptd_aead *cryptd_alloc_aead(const char *alg_name,
|
D | acompress.h | 107 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type, 158 static inline int crypto_has_acomp(const char *alg_name, u32 type, u32 mask) in crypto_has_acomp() argument 164 return crypto_has_alg(alg_name, type, mask); in crypto_has_acomp()
|
D | skcipher.h | 191 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name, 194 struct crypto_sync_skcipher *crypto_alloc_sync_skcipher(const char *alg_name, 229 static inline int crypto_has_skcipher(const char *alg_name, u32 type, in crypto_has_skcipher() argument 232 return crypto_has_alg(alg_name, crypto_skcipher_type(type), in crypto_has_skcipher() 246 int crypto_has_skcipher2(const char *alg_name, u32 type, u32 mask);
|
D | rng.h | 90 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask);
|
D | hash.h | 252 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, 281 int crypto_has_ahash(const char *alg_name, u32 type, u32 mask); 697 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type,
|
D | aead.h | 172 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask);
|
D | kpp.h | 105 struct crypto_kpp *crypto_alloc_kpp(const char *alg_name, u32 type, u32 mask);
|
D | akcipher.h | 130 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type,
|
/include/linux/ |
D | crypto.h | 825 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask); 972 static inline int crypto_has_ablkcipher(const char *alg_name, u32 type, in crypto_has_ablkcipher() argument 975 return crypto_has_alg(alg_name, crypto_skcipher_type(type), in crypto_has_ablkcipher() 1324 const char *alg_name, u32 type, u32 mask) in crypto_alloc_blkcipher() argument 1330 return __crypto_blkcipher_cast(crypto_alloc_base(alg_name, type, mask)); in crypto_alloc_blkcipher() 1358 static inline int crypto_has_blkcipher(const char *alg_name, u32 type, u32 mask) in crypto_has_blkcipher() argument 1364 return crypto_has_alg(alg_name, type, mask); in crypto_has_blkcipher() 1643 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, in crypto_alloc_cipher() argument 1650 return __crypto_cipher_cast(crypto_alloc_base(alg_name, type, mask)); in crypto_alloc_cipher() 1677 static inline int crypto_has_cipher(const char *alg_name, u32 type, u32 mask) in crypto_has_cipher() argument [all …]
|
/include/uapi/linux/ |
D | xfrm.h | 103 char alg_name[64]; member 109 char alg_name[64]; member 116 char alg_name[64]; member
|