Home | History | Annotate | Download | only in pppd

Lines Matching refs:mytce

432 	struct t_confent *tce, mytce;
525 mytce.index = 0;
526 mytce.modulus.data = (u_char *)wkmodulus;
527 mytce.modulus.len = sizeof (wkmodulus);
528 mytce.generator.data = (u_char *)"\002";
529 mytce.generator.len = 1;
530 tce = &mytce;