| /include/crypto/ |
| D | cryptd.h | 27 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,
|
| D | acompress.h | 85 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()
|
| D | sig.h | 43 struct crypto_sig *crypto_alloc_sig(const char *alg_name, u32 type, u32 mask);
|
| D | kpp.h | 110 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);
|
| D | aead.h | 181 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);
|
| D | hash.h | 283 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);
|
| D | skcipher.h | 278 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);
|
| D | rng.h | 92 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask);
|
| D | akcipher.h | 133 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type,
|
| /include/crypto/internal/ |
| D | cipher.h | 56 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/ |
| D | crypto.h | 444 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/ |
| D | xfrm.h | 104 char alg_name[64]; member 110 char alg_name[64]; member 117 char alg_name[64]; member
|
| D | tcp.h | 382 char alg_name[64]; /* crypto hash algorithm to use */ member 435 char alg_name[64]; /* out: crypto hash algorithm */ member
|
| D | tipc.h | 242 char alg_name[TIPC_AEAD_ALG_NAME]; member
|