Lines Matching defs:alg
26 struct skcipher_alg alg;
78 struct skcipher_instance, alg);
103 return container_of(spawn->base.alg, struct skcipher_alg, base);
124 int crypto_register_skcipher(struct skcipher_alg *alg);
125 void crypto_unregister_skcipher(struct skcipher_alg *alg);
165 struct skcipher_alg *alg)
167 return alg->min_keysize;
171 struct skcipher_alg *alg)
173 return alg->max_keysize;
177 struct skcipher_alg *alg)
179 return alg->walksize;