HomeSort by relevance Sort by last modified time
    Searched defs:passwd (Results 1 - 25 of 29) sorted by null

1 2

  /external/e2fsprogs/include/nonunix/
pwd.h 7 __inline struct passwd* getpwnam (char* g){return 0;}
10 struct passwd struct
  /external/dropbear/
svr-authpam.c 44 char* passwd; member in struct:UserDataS
118 resp->resp = m_strdup(userDatap->passwd);
119 m_burn(userDatap->passwd, strlen(userDatap->passwd));
199 userData.passwd = password;
  /external/chromium/third_party/zlib/contrib/minizip/
crypt.h 65 static void init_keys(const char* passwd,unsigned long* pkeys,const unsigned long* pcrc_32_tab)
70 while (*passwd != '\0') {
71 update_keys(pkeys,pcrc_32_tab,(int)*passwd);
72 passwd++;
90 static int crypthead(passwd, buf, bufSize, pkeys, pcrc_32_tab, crcForCrypting)
91 const char *passwd; /* password string */ variable
115 init_keys(passwd, pkeys, pcrc_32_tab);
122 init_keys(passwd, pkeys, pcrc_32_tab);
  /bionic/libc/include/
pwd.h 68 #define _PATH_PASSWD "/etc/passwd"
69 #define _PATH_MASTERPASSWD "/etc/master.passwd"
72 #define _PATH_PASSWD_CONF "/etc/passwd.conf"
101 struct passwd struct
113 struct passwd* getpwnam(const char*);
114 struct passwd* getpwuid(uid_t);
116 int getpwnam_r(const char*, struct passwd*, char*, size_t, struct passwd**);
117 int getpwuid_r(uid_t, struct passwd*, char*, size_t, struct passwd**);
    [all...]
  /development/ndk/platforms/android-3/include/
pwd.h 68 #define _PATH_PASSWD "/etc/passwd"
69 #define _PATH_MASTERPASSWD "/etc/master.passwd"
72 #define _PATH_PASSWD_CONF "/etc/passwd.conf"
101 struct passwd struct
113 struct passwd* getpwnam(const char*);
114 struct passwd* getpwuid(uid_t);
119 int getpwnam_r(const char*, struct passwd*, char*, size_t, struct passwd**);
120 int getpwuid_r(uid_t, struct passwd*, char*, size_t, struct passwd**);
    [all...]
  /external/webkit/WebCore/bindings/v8/custom/
V8XMLHttpRequestCustom.cpp 94 // open(method, url, async, user, passwd)
112 String user, passwd; local
117 passwd = toWebCoreStringWithNullCheck(args[4]);
118 xmlHttpRequest->open(method, url, async, user, passwd, ec);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
pwd.h 68 #define _PATH_PASSWD "/etc/passwd"
69 #define _PATH_MASTERPASSWD "/etc/master.passwd"
72 #define _PATH_PASSWD_CONF "/etc/passwd.conf"
101 struct passwd struct
113 struct passwd* getpwnam(const char*);
114 struct passwd* getpwuid(uid_t);
116 int getpwnam_r(const char*, struct passwd*, char*, size_t, struct passwd**);
117 int getpwuid_r(uid_t, struct passwd*, char*, size_t, struct passwd**);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
pwd.h 68 #define _PATH_PASSWD "/etc/passwd"
69 #define _PATH_MASTERPASSWD "/etc/master.passwd"
72 #define _PATH_PASSWD_CONF "/etc/passwd.conf"
101 struct passwd struct
113 struct passwd* getpwnam(const char*);
114 struct passwd* getpwuid(uid_t);
116 int getpwnam_r(const char*, struct passwd*, char*, size_t, struct passwd**);
117 int getpwuid_r(uid_t, struct passwd*, char*, size_t, struct passwd**);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
pwd.h 68 #define _PATH_PASSWD "/etc/passwd"
69 #define _PATH_MASTERPASSWD "/etc/master.passwd"
72 #define _PATH_PASSWD_CONF "/etc/passwd.conf"
101 struct passwd struct
113 struct passwd* getpwnam(const char*);
114 struct passwd* getpwuid(uid_t);
116 int getpwnam_r(const char*, struct passwd*, char*, size_t, struct passwd**);
117 int getpwuid_r(uid_t, struct passwd*, char*, size_t, struct passwd**);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
pwd.h 68 #define _PATH_PASSWD "/etc/passwd"
69 #define _PATH_MASTERPASSWD "/etc/master.passwd"
72 #define _PATH_PASSWD_CONF "/etc/passwd.conf"
101 struct passwd struct
113 struct passwd* getpwnam(const char*);
114 struct passwd* getpwuid(uid_t);
116 int getpwnam_r(const char*, struct passwd*, char*, size_t, struct passwd**);
117 int getpwuid_r(uid_t, struct passwd*, char*, size_t, struct passwd**);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
pwd.h 68 #define _PATH_PASSWD "/etc/passwd"
69 #define _PATH_MASTERPASSWD "/etc/master.passwd"
72 #define _PATH_PASSWD_CONF "/etc/passwd.conf"
101 struct passwd struct
113 struct passwd* getpwnam(const char*);
114 struct passwd* getpwuid(uid_t);
116 int getpwnam_r(const char*, struct passwd*, char*, size_t, struct passwd**);
117 int getpwuid_r(uid_t, struct passwd*, char*, size_t, struct passwd**);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
pwd.h 68 #define _PATH_PASSWD "/etc/passwd"
69 #define _PATH_MASTERPASSWD "/etc/master.passwd"
72 #define _PATH_PASSWD_CONF "/etc/passwd.conf"
101 struct passwd struct
113 struct passwd* getpwnam(const char*);
114 struct passwd* getpwuid(uid_t);
116 int getpwnam_r(const char*, struct passwd*, char*, size_t, struct passwd**);
117 int getpwuid_r(uid_t, struct passwd*, char*, size_t, struct passwd**);
    [all...]
  /bionic/libc/bionic/
stubs.c 47 struct passwd passwd; member in struct:__anon13
99 static struct passwd*
100 android_iinfo_to_passwd( struct passwd *pw,
122 static struct passwd *
123 android_id_to_passwd( struct passwd *pw, unsigned id)
135 static struct passwd*
136 android_name_to_passwd(struct passwd *pw, const char *name)
206 * passwd structure (sets errno to ENOENT on failure)
208 static struct passwd*
    [all...]
  /external/openssl/apps/
passwd.c 1 /* apps/passwd.c */
43 char *passwd, BIO *out, int quiet, int table, int reverse,
66 char *salt = NULL, *passwd = NULL, **passwds = NULL; local
171 BIO_printf(bio_err, "Usage: passwd [options] [passwords]\n");
220 passwd = passwd_malloc = OPENSSL_malloc(passwd_malloc_size);
244 passwd = *passwds++;
245 if (!do_passwd(passed_salt, &salt, &salt_malloc, passwd, out,
256 assert (passwd != NULL);
259 int r = BIO_gets(in, passwd, pw_maxlen + 1);
262 char *c = (strchr(passwd, '\n'))
    [all...]
  /libcore/luni/src/main/java/java/security/
KeyStore.java 1015 final char[] passwd; local
    [all...]
  /external/libxml2/
nanoftp.c 127 char *passwd; /* passwd string */ member in struct:xmlNanoFTPCtxt
149 static char *proxyPasswd = NULL;/* passwd for proxy authentication */
257 * @passwd: the proxy password
267 const char *passwd, int type) {
284 if (passwd)
285 proxyPasswd = xmlMemStrdup(passwd);
346 ctxt->passwd = xmlMemStrdup(cptr+1);
796 if (ctxt->passwd == NULL)
799 snprintf(buf, sizeof(buf), "PASS %s\r\n", ctxt->passwd);
    [all...]
  /external/ppp/pppd/
options.c 97 char passwd[MAXSECRETLEN]; /* Password for PAP */ variable
464 struct passwd *pw;
    [all...]
  /external/wpa_supplicant/
tls_openssl.c 1584 char *passwd; local
1740 char *passwd; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_openssl.c 1684 char *passwd; local
1840 char *passwd; local
    [all...]
  /bionic/libc/kernel/common/linux/
wanrouter.h 318 unsigned char passwd[511]; member in struct:wanif_conf
  /development/ndk/platforms/android-3/include/linux/
wanrouter.h 318 unsigned char passwd[511]; member in struct:wanif_conf
  /external/kernel-headers/original/linux/
wanrouter.h 414 unsigned char passwd[511]; /* List of passwords */ member in struct:wanif_conf
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 318 unsigned char passwd[511]; member in struct:wanif_conf
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
wanrouter.h 318 unsigned char passwd[511]; member in struct:wanif_conf
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
wanrouter.h 318 unsigned char passwd[511]; member in struct:wanif_conf

Completed in 1098 milliseconds

1 2