Lines Matching refs:mask
34 u32 mask; member
67 int alg_test(const char *driver, const char *alg, u32 type, u32 mask);
110 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask);
112 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask);
122 u32 mask, gfp_t gfp);
124 u32 mask);
142 u32 type, u32 mask);
145 const struct crypto_type *frontend, u32 type, u32 mask,
149 const struct crypto_type *frontend, u32 type, u32 mask) in crypto_alloc_tfm() argument
151 return crypto_alloc_tfm_node(alg_name, frontend, type, mask, NUMA_NO_NODE); in crypto_alloc_tfm()
159 u32 type, u32 mask);