Searched refs:descramble (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dscramble.c82 * descramble(SCRM) returns STR, again in its own xmalloc'd space.
83 * descramble() uses SCRM[0] to determine which method of unscrambling
111 descramble (char *str) function
120 error (1, 0, "descramble: unknown scrambling method");
123 fprintf (stderr, "descramble: unknown scrambling method\n", str);
170 m = descramble (e);
H A Dcvs.h933 char *descramble (char *str);
H A Dserver.c7290 descrambled_password = descramble (password);

Completed in 317 milliseconds