Searched refs:passwd (Results 1 - 25 of 182) sorted by relevance

12345678

/external/openssh/
H A Duidswap.h15 void temporarily_use_uid(struct passwd *);
17 void permanently_set_uid(struct passwd *);
H A Dauth-sia.h29 void session_setup_sia(struct passwd *, char *);
H A Dplatform.h28 void platform_setusercontext(struct passwd *);
29 void platform_setusercontext_post_groups(struct passwd *);
H A Dauth-options.h36 int auth_parse_options(struct passwd *, char *, char *, u_long);
38 int auth_cert_options(Key *, struct passwd *);
H A Dmd5crypt.c53 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, to6
[all...]
H A Dsshpty.h27 void pty_setowner(struct passwd *, const char *);
H A Dauth.h60 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 *p
[all...]
/external/openssh/openbsd-compat/
H A Dport-uw.h28 char * get_iaf_password(struct passwd *pw);
H A Dport-irix.h35 void irix_setusercontext(struct passwd *pw);
H A Dport-solaris.h28 void solaris_set_default_project(struct passwd *);
H A Dbsd-cray.h41 void cray_init_job(struct passwd *);
/external/dropbear/
H A Dsshpty.h26 void pty_setowner(struct passwd *, const char *);
/external/ppp/pppd/plugins/
H A Dpasswordfd.c33 static int pwfd_passwd (char *user, char *passwd) argument
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/e2fsprogs/include/nonunix/
H A Dpwd.h7 __inline struct passwd* getpwnam (char* g){return 0;}
10 struct passwd struct
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dpkcs5.h14 const char *passwd, size_t *data_len);
H A Dpkcs8.h14 pkcs8_enc_key_import(const u8 *buf, size_t len, const char *passwd);
/external/wpa_supplicant_8/src/tls/
H A Dpkcs5.h14 const char *passwd, size_t *data_len);
H A Dpkcs8.h14 pkcs8_enc_key_import(const u8 *buf, size_t len, const char *passwd);
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dpkcs5.h14 const char *passwd, size_t *data_len);
H A Dpkcs8.h14 pkcs8_enc_key_import(const u8 *buf, size_t len, const char *passwd);
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dcrypt.h65 static void init_keys(const char* passwd,unsigned long* pkeys,const unsigned long* pcrc_32_tab) argument
70 while (*passwd != '\0') {
71 update_keys(pkeys,pcrc_32_tab,(int)*passwd);
72 passwd++;
90 static int crypthead(const char* passwd, /* password string */ argument
114 init_keys(passwd, pkeys, pcrc_32_tab);
121 init_keys(passwd, pkeys, pcrc_32_tab);
/external/zlib/src/contrib/minizip/
H A Dcrypt.h65 static void init_keys(const char* passwd,unsigned long* pkeys,const z_crc_t* pcrc_32_tab) argument
70 while (*passwd != '\0') {
71 update_keys(pkeys,pcrc_32_tab,(int)*passwd);
72 passwd++;
90 static int crypthead(const char* passwd, /* password string */ argument
114 init_keys(passwd, pkeys, pcrc_32_tab);
121 init_keys(passwd, pkeys, pcrc_32_tab);
/external/chromium_org/remoting/tools/
H A Dgettoken.py27 passwd = getpass.getpass("Password: ")
30 chromoting_auth_token = chromoting_authenticator.authenticate(email, passwd)
34 email, passwd)
H A Dgaia_auth.py17 def authenticate(self, email, passwd):
18 params = urllib.urlencode({'Email': email, 'Passwd': passwd,
/external/chromium_org/content/browser/android/
H A Ddevtools_auth.cc12 struct passwd* creds = getpwuid(uid);

Completed in 4777 milliseconds

12345678