Home
last modified time | relevance | path

Searched refs:passwd (Results 1 – 7 of 7) sorted by relevance

/system/vold/
Dcryptfs.c1250 static int pbkdf2(const char *passwd, const unsigned char *salt, argument
1256 PKCS5_PBKDF2_HMAC_SHA1(passwd, strlen(passwd),
1263 static int scrypt(const char *passwd, const unsigned char *salt, argument
1276 crypto_scrypt((const uint8_t*)passwd, strlen(passwd),
1283 static int scrypt_keymaster(const char *passwd, const unsigned char *salt, argument
1297 rc = crypto_scrypt((const uint8_t*)passwd, strlen(passwd),
1324 static int encrypt_master_key(const char *passwd, const unsigned char *salt, argument
1344 if (scrypt_keymaster(passwd, salt, ikey, crypt_ftr)) {
1351 if (scrypt(passwd, salt, ikey, crypt_ftr)) {
1407 static int decrypt_master_key_aux(const char *passwd, unsigned char *salt, argument
[all …]
Dcryptfs.h214 typedef int (*kdf_func)(const char *passwd, const unsigned char *salt,
221 int cryptfs_enable(char *flag, int type, char *passwd, int allow_reboot);
/system/extras/su/
Dsu.c31 struct passwd* pw = getpwnam(tok); in pwtoid()
124 struct passwd* pw = getpwuid(uid); in main()
/system/core/toolbox/
Dlsof.c169 struct passwd *pw; in lsof_dumpinfo()
Dps.c58 struct passwd *pw; in ps_line()
Dls.c176 struct passwd *pw = getpwuid(uid); in user2str()
Dtop.c419 struct passwd *user; in print_procs()