Home
last modified time | relevance | path

Searched defs:passwd (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dpwd.h49 struct passwd struct
52 char *pw_passwd; /* Hashed passphrase, if shadow database argument
54 __uid_t pw_uid; /* User ID. */
55 __gid_t pw_gid; /* Group ID. */
56 char *pw_gecos; /* Real name. */
57 char *pw_dir; /* Home directory. */
58 char *pw_shell; /* Shell program. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dpwd.h49 struct passwd struct
52 char *pw_passwd; /* Hashed passphrase, if shadow database argument
54 __uid_t pw_uid; /* User ID. */
55 __gid_t pw_gid; /* Group ID. */
56 char *pw_gecos; /* Real name. */
57 char *pw_dir; /* Home directory. */
58 char *pw_shell; /* Shell program. */
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmbencrypt.c144 SMBencrypt(unsigned char *passwd, const unsigned char *c8, unsigned char *p24) in SMBencrypt()
169 E_md4hash(const unsigned char *passwd, unsigned char *p16, in E_md4hash()
192 SMBNTencrypt(unsigned char *passwd, unsigned char *c8, unsigned char *p24, in SMBNTencrypt()
/OK3568_Linux_fs/buildroot/support/testing/tests/package/
H A Dtest_dropbear.py7 passwd = "testpwd" variable in TestDropbear
H A Dtest_openssh.py7 passwd = "testpwd" variable in TestOpensshBase