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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/include/nonunix/
pwd.h 7 __inline struct passwd* getpwnam (char* g){return 0;}
10 struct passwd struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
yppasswd.h 17 struct passwd { struct
26 typedef struct passwd passwd; typedef in typeref:struct:passwd
30 passwd newpw;
53 extern bool_t xdr_passwd (XDR *, passwd*);
yppasswd.x 40 * Update my passwd entry
48 struct passwd {
60 passwd newpw; /* new passwd entry */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
yppasswd.h 17 struct passwd { struct
26 typedef struct passwd passwd; typedef in typeref:struct:passwd
30 passwd newpw;
53 extern bool_t xdr_passwd (XDR *, passwd*);
yppasswd.x 40 * Update my passwd entry
48 struct passwd {
60 passwd newpw; /* new passwd entry */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
yppasswd.h 17 struct passwd { struct
26 typedef struct passwd passwd; typedef in typeref:struct:passwd
30 passwd newpw;
53 extern bool_t xdr_passwd (XDR *, passwd*);
yppasswd.x 40 * Update my passwd entry
48 struct passwd {
60 passwd newpw; /* new passwd entry */
  /external/chromium_org/remoting/host/
username.cc 26 struct passwd passwd; local
27 struct passwd* passwd_result = NULL;
28 getpwuid_r(getuid(), &passwd, &(buf[0]), buf_size, &passwd_result); local
  /external/ppp/pppd/plugins/
passwordfd.c 33 static int pwfd_passwd (char *user, char *passwd)
40 if (passwd == NULL)
44 strcpy (passwd, save_passwd);
50 red = read (passwdfd, passwd + readgood, MAXSECRETLEN - 1 - readgood);
66 passwd[readgood] = 0;
67 strcpy (save_passwd, passwd);
  /external/scrypt/patches/
use_openssl_pbkdf2.patch 17 @@ -256,7 +260,11 @@ crypto_scrypt(const uint8_t * passwd, size_t passwdlen,
22 + PKCS5_PBKDF2_HMAC((const char *)passwd, passwdlen, salt, saltlen, 1, EVP_sha256(), p * 128 * r, B);
24 PBKDF2_SHA256(passwd, passwdlen, salt, saltlen, 1, B, p * 128 * r);
29 @@ -265,7 +273,11 @@ crypto_scrypt(const uint8_t * passwd, size_t passwdlen,
34 + PKCS5_PBKDF2_HMAC((const char *)passwd, passwdlen, B, p * 128 * r, 1, EVP_sha256(), buflen, buf);
36 PBKDF2_SHA256(passwd, passwdlen, B, p * 128 * r, 1, buf, buflen);
57 @@ -332,7 +336,11 @@ crypto_scrypt(const uint8_t * passwd, size_t passwdlen,
62 + PKCS5_PBKDF2_HMAC((const char *)passwd, passwdlen, salt, saltlen, 1, EVP_sha256(), p * 128 * r, B);
64 PBKDF2_SHA256(passwd, passwdlen, salt, saltlen, 1, B, p * 128 * r);
69 @@ -341,7 +349,11 @@ crypto_scrypt(const uint8_t * passwd, size_t passwdlen
    [all...]
  /external/openssh/
md5crypt.c 53 static char passwd[120], salt_copy[9], *p; local
112 snprintf(passwd, sizeof(passwd), "%s%s$", magic, salt_copy);
142 p = passwd + strlen(passwd);
145 strlcat(passwd, to64(l, 4), sizeof(passwd));
147 strlcat(passwd, to64(l, 4), sizeof(passwd));
149 strlcat(passwd, to64(l, 4), sizeof(passwd))
    [all...]
auth.h 60 struct passwd *pw; /* set if 'valid' */
107 int auth_rhosts(struct passwd *, const char *);
109 auth_rhosts2(struct passwd *, const char *, const char *, const char *);
117 int auth_rsa_key_allowed(struct passwd *, BIGNUM *, Key **);
119 int auth_rhosts_rsa_key_allowed(struct passwd *, char *, char *, Key *);
120 int hostbased_key_allowed(struct passwd *, const char *, char *, Key *);
121 int user_key_allowed(struct passwd *, Key *);
164 int allowed_user(struct passwd *);
165 struct passwd * getpwnamallow(const char *user);
171 char *expand_authorized_keys(const char *, struct passwd *pw)
    [all...]
uidswap.h 15 void temporarily_use_uid(struct passwd *);
17 void permanently_set_uid(struct passwd *);
  /external/wpa_supplicant_8/src/tls/
pkcs5.h 14 const char *passwd, size_t *data_len);
pkcs8.h 14 pkcs8_enc_key_import(const u8 *buf, size_t len, const char *passwd);
  /external/chromium_org/google_apis/test/
service_login.html 31 var passwd = passwordFormElement.value;
34 gaia.chromeOSLogin.attemptLogin(email, passwd, attemptToken);
48 document.getElementById("Passwd"),
68 <INPUT TYPE=text id="Passwd" name="Passwd">
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pwd.h 49 /* The passwd structure. */
50 struct passwd struct
85 extern struct passwd *getpwent (void);
95 extern struct passwd *fgetpwent (FILE *__stream);
103 extern int putpwent (__const struct passwd *__restrict __p,
111 extern struct passwd *getpwuid (__uid_t __uid);
117 extern struct passwd *getpwnam (__const char *__name);
140 extern int getpwent_r (struct passwd *__restrict __resultbuf,
142 struct passwd **__restrict __result);
146 struct passwd *__restrict __resultbuf
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
pwd.h 49 /* The passwd structure. */
50 struct passwd struct
85 extern struct passwd *getpwent (void);
95 extern struct passwd *fgetpwent (FILE *__stream);
103 extern int putpwent (__const struct passwd *__restrict __p,
111 extern struct passwd *getpwuid (__uid_t __uid);
117 extern struct passwd *getpwnam (__const char *__name);
140 extern int getpwent_r (struct passwd *__restrict __resultbuf,
142 struct passwd **__restrict __result);
146 struct passwd *__restrict __resultbuf
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
pwd.h 49 /* The passwd structure. */
50 struct passwd struct
85 extern struct passwd *getpwent (void);
95 extern struct passwd *fgetpwent (FILE *__stream);
103 extern int putpwent (__const struct passwd *__restrict __p,
111 extern struct passwd *getpwuid (__uid_t __uid);
117 extern struct passwd *getpwnam (__const char *__name);
140 extern int getpwent_r (struct passwd *__restrict __resultbuf,
142 struct passwd **__restrict __result);
146 struct passwd *__restrict __resultbuf
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/backends/
google_credentials_backend_unittest.py 16 'Passwd')
  /external/e2fsprogs/debian/
uuid-runtime.postinst 7 if ! getent passwd | grep -q libuuid; then
  /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...]
  /prebuilts/ndk/4/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...]
  /prebuilts/ndk/4/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...]

Completed in 346 milliseconds

1 2 3 4 5 6 7 8 91011>>