AUTHKEYLEN 86 net/if_sppp.h u_char secret[AUTHKEYLEN]; /* secret password */
AUTHKEYLEN 87 net/if_sppp.h u_char challenge[AUTHKEYLEN]; /* random challenge */
AUTHKEYLEN 3069 net/if_spppsubr.c u_char *value, *name, digest[AUTHKEYLEN], dsize;
AUTHKEYLEN 3123 net/if_spppsubr.c sppp_strnlen(sp->myauth.secret, AUTHKEYLEN));
AUTHKEYLEN 3229 net/if_spppsubr.c if (value_len != AUTHKEYLEN) {
AUTHKEYLEN 3235 net/if_spppsubr.c AUTHKEYLEN);
AUTHKEYLEN 3242 net/if_spppsubr.c sppp_strnlen(sp->hisauth.secret, AUTHKEYLEN));
AUTHKEYLEN 3243 net/if_spppsubr.c MD5Update(&ctx, sp->myauth.challenge, AUTHKEYLEN);
AUTHKEYLEN 3446 net/if_spppsubr.c clen = AUTHKEYLEN;
AUTHKEYLEN 3452 net/if_spppsubr.c (size_t)AUTHKEYLEN, sp->myauth.challenge,
AUTHKEYLEN 3526 net/if_spppsubr.c passwd_len > AUTHKEYLEN ||
AUTHKEYLEN 3762 net/if_spppsubr.c pwdlen = sppp_strnlen(sp->myauth.secret, AUTHKEYLEN);
AUTHKEYLEN 4137 net/if_spppsubr.c bzero(spr.defs.myauth.secret, AUTHKEYLEN);
AUTHKEYLEN 4138 net/if_spppsubr.c bzero(spr.defs.myauth.challenge, AUTHKEYLEN);
AUTHKEYLEN 4139 net/if_spppsubr.c bzero(spr.defs.hisauth.secret, AUTHKEYLEN);
AUTHKEYLEN 4140 net/if_spppsubr.c bzero(spr.defs.hisauth.challenge, AUTHKEYLEN);
AUTHKEYLEN 4188 net/if_spppsubr.c AUTHKEYLEN);
AUTHKEYLEN 4200 net/if_spppsubr.c AUTHKEYLEN);