Lines Matching defs:alg
35 struct skcipher_alg alg;
87 struct skcipher_instance, alg);
112 return container_of(spawn->base.alg, struct skcipher_alg, base);
140 int crypto_register_skcipher(struct skcipher_alg *alg);
141 void crypto_unregister_skcipher(struct skcipher_alg *alg);
195 struct skcipher_alg *alg)
197 return alg->min_keysize;
201 struct skcipher_alg *alg)
203 return alg->max_keysize;
207 struct skcipher_alg *alg)
209 return alg->walksize;