Searched refs:__opieparsechallenge (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/opie/libopie/
H A Dparsechallenge.c1 /* parsechallenge.c: The __opieparsechallenge() library function.
36 int __opieparsechallenge FUNCTION((buffer, algorithm, sequence, seed, exts), char *buffer AND int *algorithm AND int *sequence AND char **seed AND int *exts) function
H A Dverify.c14 __opieparsechallenge() and handle new argument. Fixed init
181 if (__opieparsechallenge(c, &j, &(opie->opie_n), &(opie->opie_seed), &k) || (j != MDX) || k)
H A Dgenerator.c17 _opieparsechallenge() to __opieparsechallenge(). Check
156 if (__opieparsechallenge(challenge, &algorithm, &sequence, &seed, &exts))
/freebsd-10.1-release/contrib/opie/
H A Dopie.h22 opiepasswd(). Added __opieparsechallenge() prototype.
160 int __opieparsechallenge __P((char *buffer, int *algorithm, int *sequence, char **seed, int *exts));

Completed in 61 milliseconds