HomeSort by relevance Sort by last modified time
    Searched full:challen (Results 1 - 1 of 1) sorted by null

  /external/ppp/pppd/
eap.c 647 int challen; local
696 challen = strlen(str);
697 BCOPY(str, outp, challen);
698 INCPTR(challen, outp);
707 challen = (drand48() *
710 PUTCHAR(challen, outp);
711 esp->es_challen = challen;
713 while (--challen >= 0)
841 challen = MIN_CHALLENGE_LENGTH +
843 esp->es_challen = challen;
    [all...]

Completed in 185 milliseconds