Searched refs:alg_name (Results 1 – 14 of 14) sorted by relevance
| /include/crypto/ |
| A 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,
|
| A 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);
|
| A D | acompress.h | 146 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 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);
|
| A D | skcipher.h | 279 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 D | rng.h | 92 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask);
|
| A D | hash.h | 310 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 D | sig.h | 94 struct crypto_sig *crypto_alloc_sig(const char *alg_name, u32 type, u32 mask);
|
| A D | akcipher.h | 119 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type,
|
| /include/crypto/internal/ |
| A 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/uapi/linux/ |
| A D | xfrm.h | 104 char alg_name[64]; member 110 char alg_name[64]; member 117 char alg_name[64]; member
|
| A D | tipc.h | 242 char alg_name[TIPC_AEAD_ALG_NAME]; member
|
| A D | tcp.h | 389 char alg_name[64]; /* crypto hash algorithm to use */ member 442 char alg_name[64]; /* out: crypto hash algorithm */ member
|
| /include/linux/ |
| A D | crypto.h | 431 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask);
|
Completed in 33 milliseconds