Searched refs:pass (Results 1 - 11 of 11) sorted by relevance

/openwrt/package/network/services/ead/src/tinysrp/
H A Dtinysrp.h18 extern int tsrp_client_authenticate(int s, char *user, char *pass, TSRP_SESSION *tsrp);
H A Dclitest.c61 char pass[128]; local
84 t_getpass(pass, 128, "Enter password:");
85 t_clientpasswd(tc, pass);
H A Dtinysrp.c22 passphrase. pass can be NULL in which case the user is queried. */
24 int tsrp_client_authenticate(int s, char *user, char *pass, TSRP_SESSION *tsrp) argument
87 if (pass == NULL) {
89 pass = passbuf;
91 t_clientpasswd(tc, pass);
H A Dtphrase.c196 t_makepwent(tpw, user, pass, salt, confent)
199 const char * pass;
235 SHA1Update(&ctxt, pass, strlen(pass));
/openwrt/target/linux/at91/image/dfboot/src/
H A D_udivsi3.S43 @ are done in the result. On the final pass, this may subtract
H A D_umodsi3.S42 @ Test for possible subtractions. On the final pass, this may
/openwrt/package/network/services/ppp/
H A DMakefile127 This package allows to pass the PAP/CHAP secret from a filedescriptor.
/openwrt/include/
H A Dimage.mk197 # $(4) options to pass-through to ubinize (i.e. $($(PROFILE)_UBI_OPTS)))
/openwrt/docs/
H A Dadding.tex357 that covers the case of the device where the bootloader can pass to the kernel its partition plan.
H A Dbuild.tex324 pass in additional arguments for a standard configure script. The first list of arguments will be passed
/openwrt/target/linux/ar71xx/image/
H A Dlegacy.mk209 # $(3), kernel command line to pass from lzma-loader to kernel

Completed in 170 milliseconds