Searched refs:passwd (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/fs/cifs/ |
A D | smbencrypt.c | 72 E_md4hash(const unsigned char *passwd, unsigned char *p16, in E_md4hash() argument 80 if (passwd) /* Password must be converted to NT unicode */ in E_md4hash() 81 len = cifs_strtoUTF16(wpwd, passwd, 128, codepage); in E_md4hash()
|
A D | cifsproto.h | 569 extern int E_md4hash(const unsigned char *passwd, unsigned char *p16,
|
/linux-6.3-rc2/Documentation/translations/zh_CN/userspace-api/ |
A D | no_new_privs.rst | 20 - 对于非特权程序,chroot是不允许的,因为这会允许 ``/etc/passwd`` 在继承
|
/linux-6.3-rc2/drivers/platform/x86/ |
A D | think-lmi.c | 691 char *auth_str, *passwd; in cert_to_password_store() local 706 passwd = kstrdup(buf, GFP_KERNEL); in cert_to_password_store() 707 if (!passwd) in cert_to_password_store() 711 strip_cr(passwd); in cert_to_password_store() 714 auth_str = kasprintf(GFP_KERNEL, "%s,%s", passwd, setting->signature); in cert_to_password_store() 716 kfree(passwd); in cert_to_password_store() 721 kfree(passwd); in cert_to_password_store()
|
/linux-6.3-rc2/tools/perf/util/ |
A D | target.c | 99 struct passwd pwd, *result; in target__parse_uid()
|
/linux-6.3-rc2/Documentation/userspace-api/ |
A D | no_new_privs.rst | 16 ``/etc/passwd`` to be replaced from the point of view of a process that
|
/linux-6.3-rc2/tools/testing/selftests/safesetid/ |
A D | safesetid-test.c | 109 struct passwd p; in ensure_user_exists()
|
/linux-6.3-rc2/Documentation/translations/it_IT/process/ |
A D | maintainer-pgp-guide.rst | 498 gpg/card> passwd
|
/linux-6.3-rc2/Documentation/process/ |
A D | maintainer-pgp-guide.rst | 449 gpg/card> passwd
|
/linux-6.3-rc2/Documentation/virt/uml/ |
A D | user_mode_linux_howto_v2.rst | 135 # passwd
|
Completed in 16 milliseconds