Home
last modified time | relevance | path

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

/include/crypto/
Dcryptd.h27 struct cryptd_skcipher *cryptd_alloc_skcipher(const char *alg_name,
45 struct cryptd_ahash *cryptd_alloc_ahash(const char *alg_name,
63 struct cryptd_aead *cryptd_alloc_aead(const char *alg_name,
Dacompress.h85 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type,
103 struct crypto_acomp *crypto_alloc_acomp_node(const char *alg_name, u32 type,
162 static inline int crypto_has_acomp(const char *alg_name, u32 type, u32 mask) in crypto_has_acomp() argument
168 return crypto_has_alg(alg_name, type, mask); in crypto_has_acomp()
Dsig.h43 struct crypto_sig *crypto_alloc_sig(const char *alg_name, u32 type, u32 mask);
Dkpp.h110 struct crypto_kpp *crypto_alloc_kpp(const char *alg_name, u32 type, u32 mask);
112 int crypto_has_kpp(const char *alg_name, u32 type, u32 mask);
Daead.h181 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask);
209 int crypto_has_aead(const char *alg_name, u32 type, u32 mask);
Dhash.h283 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type,
314 int crypto_has_ahash(const char *alg_name, u32 type, u32 mask);
695 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type,
700 int crypto_has_shash(const char *alg_name, u32 type, u32 mask);
Dskcipher.h278 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name,
281 struct crypto_sync_skcipher *crypto_alloc_sync_skcipher(const char *alg_name,
299 struct crypto_lskcipher *crypto_alloc_lskcipher(const char *alg_name,
351 int crypto_has_skcipher(const char *alg_name, u32 type, u32 mask);
Drng.h92 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask);
Dakcipher.h133 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type,
/include/crypto/internal/
Dcipher.h56 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, in crypto_alloc_cipher() argument
63 return __crypto_cipher_cast(crypto_alloc_base(alg_name, type, mask)); in crypto_alloc_cipher()
90 static inline int crypto_has_cipher(const char *alg_name, u32 type, u32 mask) in crypto_has_cipher() argument
96 return crypto_has_alg(alg_name, type, mask); in crypto_has_cipher()
/include/linux/
Dcrypto.h444 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask);
501 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp() argument
508 return __crypto_comp_cast(crypto_alloc_base(alg_name, type, mask)); in crypto_alloc_comp()
521 static inline int crypto_has_comp(const char *alg_name, u32 type, u32 mask) in crypto_has_comp() argument
527 return crypto_has_alg(alg_name, type, mask); in crypto_has_comp()
/include/uapi/linux/
Dxfrm.h104 char alg_name[64]; member
110 char alg_name[64]; member
117 char alg_name[64]; member
Dtcp.h382 char alg_name[64]; /* crypto hash algorithm to use */ member
435 char alg_name[64]; /* out: crypto hash algorithm */ member
Dtipc.h242 char alg_name[TIPC_AEAD_ALG_NAME]; member