Lines Matching refs:alg
20 struct akcipher_alg alg;
83 return container_of(&inst->alg.base, struct crypto_instance, alg);
89 return container_of(&inst->alg, struct akcipher_instance, alg.base);
121 return container_of(spawn->base.alg, struct akcipher_alg, base);
129 * @alg: algorithm definition
133 int crypto_register_akcipher(struct akcipher_alg *alg);
140 * @alg: algorithm definition
142 void crypto_unregister_akcipher(struct akcipher_alg *alg);