Home
last modified time | relevance | path

Searched refs:alg_name (Results 1 – 10 of 10) sorted by relevance

/include/crypto/
Dcryptd.h26 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,
Dacompress.h107 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()
Dskcipher.h191 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);
Drng.h90 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask);
Dhash.h252 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,
Daead.h172 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask);
Dkpp.h105 struct crypto_kpp *crypto_alloc_kpp(const char *alg_name, u32 type, u32 mask);
Dakcipher.h130 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type,
/include/linux/
Dcrypto.h825 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/
Dxfrm.h103 char alg_name[64]; member
109 char alg_name[64]; member
116 char alg_name[64]; member