Lines Matching defs:alg
20 struct akcipher_alg alg;
61 return container_of(&inst->alg.base, struct crypto_instance, alg);
67 return container_of(&inst->alg, struct akcipher_instance, alg.base);
99 return container_of(spawn->base.alg, struct akcipher_alg, base);
107 * @alg: algorithm definition
111 int crypto_register_akcipher(struct akcipher_alg *alg);
118 * @alg: algorithm definition
120 void crypto_unregister_akcipher(struct akcipher_alg *alg);