Home
last modified time | relevance | path

Searched defs:pwd (Results 1 – 25 of 61) sorted by relevance

123

/third_party/mbedtls/library/
Dpem.c78 const unsigned char *pwd, size_t pwdlen ) in pem_pbkdf1()
140 const unsigned char *pwd, size_t pwdlen ) in pem_des_decrypt()
168 const unsigned char *pwd, size_t pwdlen ) in pem_des3_decrypt()
198 const unsigned char *pwd, size_t pwdlen ) in pem_aes_decrypt()
226 const unsigned char *data, const unsigned char *pwd, in mbedtls_pem_read_buffer()
Dpkcs12.c81 const unsigned char *pwd, size_t pwdlen, in pkcs12_pbe_derive_key_iv()
126 const unsigned char *pwd, size_t pwdlen, in mbedtls_pkcs12_pbe()
213 const unsigned char *pwd, size_t pwdlen, in mbedtls_pkcs12_derivation()
/third_party/toybox/toys/pending/
Dsulogin.c39 static int validate_password(char *pwd) in validate_password()
79 struct passwd *pwd = NULL; in sulogin_main() local
Duseradd.c45 struct passwd pwd; local
Duserdel.c93 struct passwd *pwd = xgetpwnam(*toys.optargs); in userdel_main() local
Dcrontab.c266 static void do_edit(struct passwd *pwd) in do_edit()
338 struct passwd *pwd = NULL; in crontab_main() local
/third_party/node/test/parallel/
Dtest-path-zero-length-strings.js11 const pwd = process.cwd(); constant
/third_party/iptables/extensions/
Dlibxt_owner.c143 struct passwd *pwd; in owner_mt_parse_v0() local
190 struct passwd *pwd; in owner_mt6_parse_v0() local
248 struct passwd *pwd; in owner_mt_parse() local
310 struct passwd *pwd = getpwuid(info->uid); in owner_mt_print_item_v0() local
359 struct passwd *pwd = getpwuid(info->uid); in owner_mt6_print_item_v0() local
408 const struct passwd *pwd = getpwuid(info->uid_min); in owner_mt_print_item() local
/third_party/libuv/test/
Dtest-get-passwd.c36 uv_passwd_t pwd; in TEST_IMPL() local
Dtest-platform-output.c42 uv_passwd_t pwd; in TEST_IMPL() local
/third_party/toybox/toys/posix/
Dpwd.c26 char *s, *pwd = getcwd(0, 0), *PWD; in pwd_main() local
/third_party/gstreamer/gstplugins_base/scripts/
Ddist-translations.py29 pwd = os.environ['PWD'] variable
/third_party/gstreamer/gstreamer/scripts/
Ddist-translations.py29 pwd = os.environ['PWD'] variable
/third_party/gstreamer/gstplugins_good/scripts/
Ddist-translations.py29 pwd = os.environ['PWD'] variable
/third_party/gstreamer/gstplugins_bad/scripts/
Ddist-translations.py29 pwd = os.environ['PWD'] variable
/third_party/python/Lib/test/
Dtest_pwd.py5 pwd = import_helper.import_module('pwd') variable
/third_party/selinux/libselinux/utils/
Dtogglesebool.c81 struct passwd *pwd = getpwuid(getuid()); in main() local
/third_party/musl/libc-test/src/functionalext/supplement/passwd/
Dgetgrouplist.c36 struct passwd *pwd = getpwnam(server_user); in getgrouplist_0100() local
/third_party/toybox/toys/other/
Dlogin.c43 struct passwd *pwd = 0; in login_main() local
/third_party/ltp/testcases/kernel/syscalls/execve/
Dexecve02.c69 struct passwd *pwd; in setup() local
/third_party/node/src/
Dnode_credentials.cc100 struct passwd pwd; in uid_by_name() local
114 struct passwd pwd; in name_by_uid() local
133 struct group pwd; in gid_by_name() local
/third_party/glib/glib/tests/
Dunix.c302 struct passwd *pwd; in test_get_passwd_entry_root() local
320 struct passwd *pwd; in test_get_passwd_entry_nonexistent() local
/third_party/python/Modules/
Dpwdmodule.c148 struct passwd pwd; in pwd_getpwuid() local
231 struct passwd pwd; in pwd_getpwnam_impl() local
/third_party/python/Lib/
Dzipfile.py554 def _ZipDecrypter(pwd): argument
788 def __init__(self, fileobj, mode, zipinfo, pwd=None, argument
1435 def setpassword(self, pwd): argument
1462 def read(self, name, pwd=None): argument
1467 def open(self, name, mode="r", pwd=None, *, force_zip64=False): argument
1606 def extract(self, member, path=None, pwd=None): argument
1619 def extractall(self, path=None, members=None, pwd=None): argument
1651 def _extract_member(self, member, targetpath, pwd): argument
2321 def open(self, mode='r', *args, pwd=None, **kwargs): argument
/third_party/mindspore/
Dsetup.py32 pwd = os.path.dirname(os.path.realpath(__file__)) variable

123