Lines Matching refs:type
37 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask);
45 unsigned int type; member
68 int alg_test(const char *driver, const char *alg, u32 type, u32 mask);
113 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask);
115 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask);
123 struct crypto_tfm *__crypto_alloc_tfmgfp(struct crypto_alg *alg, u32 type,
125 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type,
140 u32 type, u32 mask);
143 const struct crypto_type *frontend, u32 type, u32 mask,
147 const struct crypto_type *frontend, u32 type, u32 mask) in crypto_alloc_tfm() argument
149 return crypto_alloc_tfm_node(alg_name, frontend, type, mask, NUMA_NO_NODE); in crypto_alloc_tfm()
157 u32 type, u32 mask);