Home
last modified time | relevance | path

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

/include/crypto/
A 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,
A 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);
A Dacompress.h146 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type,
164 struct crypto_acomp *crypto_alloc_acomp_node(const char *alg_name, u32 type,
223 static inline int crypto_has_acomp(const char *alg_name, u32 type, u32 mask) in crypto_has_acomp() argument
229 return crypto_has_alg(alg_name, type, mask); in crypto_has_acomp()
A 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);
A Dskcipher.h279 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name,
282 struct crypto_sync_skcipher *crypto_alloc_sync_skcipher(const char *alg_name,
300 struct crypto_lskcipher *crypto_alloc_lskcipher(const char *alg_name,
358 int crypto_has_skcipher(const char *alg_name, u32 type, u32 mask);
A Drng.h92 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask);
A Dhash.h310 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type,
341 int crypto_has_ahash(const char *alg_name, u32 type, u32 mask);
747 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type,
752 int crypto_has_shash(const char *alg_name, u32 type, u32 mask);
A Dsig.h94 struct crypto_sig *crypto_alloc_sig(const char *alg_name, u32 type, u32 mask);
A Dakcipher.h119 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type,
/include/crypto/internal/
A 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/uapi/linux/
A Dxfrm.h104 char alg_name[64]; member
110 char alg_name[64]; member
117 char alg_name[64]; member
A Dtipc.h242 char alg_name[TIPC_AEAD_ALG_NAME]; member
A Dtcp.h389 char alg_name[64]; /* crypto hash algorithm to use */ member
442 char alg_name[64]; /* out: crypto hash algorithm */ member
/include/linux/
A Dcrypto.h431 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask);

Completed in 33 milliseconds