Searched refs:crypt_make_salt (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/loginutils/
H A Dchpasswd.c44 rnd = crypt_make_salt(salt, 1, rnd);
47 rnd = crypt_make_salt(salt + 3, 4, rnd);
H A Dcryptpw.c102 crypt_make_salt(salt_ptr, len, 0);
H A Dpasswd.c54 crypt_make_salt(salt, 1, 0); /* des */
57 crypt_make_salt(salt + 3, 4, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/loginutils/
H A Dchpasswd.c44 rnd = crypt_make_salt(salt, 1, rnd);
47 rnd = crypt_make_salt(salt + 3, 4, rnd);
H A Dcryptpw.c102 crypt_make_salt(salt_ptr, len, 0);
H A Dpasswd.c54 crypt_make_salt(salt, 1, 0); /* des */
57 crypt_make_salt(salt + 3, 4, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/loginutils/
H A Dchpasswd.c44 rnd = crypt_make_salt(salt, 1, rnd);
47 rnd = crypt_make_salt(salt + 3, 4, rnd);
H A Dcryptpw.c102 crypt_make_salt(salt_ptr, len, 0);
H A Dpasswd.c54 crypt_make_salt(salt, 1, 0); /* des */
57 crypt_make_salt(salt + 3, 4, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dpw_encrypt.c30 int FAST_FUNC crypt_make_salt(char *p, int cnt, int x) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dpw_encrypt.c30 int FAST_FUNC crypt_make_salt(char *p, int cnt, int x) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dpw_encrypt.c30 int FAST_FUNC crypt_make_salt(char *p, int cnt, int x) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/
H A Dhttpd.c2354 crypt_make_salt(salt + 3, 4, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/
H A Dhttpd.c2354 crypt_make_salt(salt + 3, 4, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/
H A Dhttpd.c2354 crypt_make_salt(salt + 3, 4, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/include/
H A Dlibbb.h1219 * Useful if you call crypt_make_salt many times in a row:
1220 * rnd = crypt_make_salt(buf1, 4, 0);
1221 * rnd = crypt_make_salt(buf2, 4, rnd);
1222 * rnd = crypt_make_salt(buf3, 4, rnd);
1225 extern int crypt_make_salt(char *p, int cnt, int rnd) FAST_FUNC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/include/
H A Dlibbb.h1219 * Useful if you call crypt_make_salt many times in a row:
1220 * rnd = crypt_make_salt(buf1, 4, 0);
1221 * rnd = crypt_make_salt(buf2, 4, rnd);
1222 * rnd = crypt_make_salt(buf3, 4, rnd);
1225 extern int crypt_make_salt(char *p, int cnt, int rnd) FAST_FUNC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/include/
H A Dlibbb.h1219 * Useful if you call crypt_make_salt many times in a row:
1220 * rnd = crypt_make_salt(buf1, 4, 0);
1221 * rnd = crypt_make_salt(buf2, 4, rnd);
1222 * rnd = crypt_make_salt(buf3, 4, rnd);
1225 extern int crypt_make_salt(char *p, int cnt, int rnd) FAST_FUNC;

Completed in 127 milliseconds