/third_party/mbedtls/library/ |
D | pem.c | 78 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()
|
D | pkcs12.c | 81 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/ |
D | sulogin.c | 39 static int validate_password(char *pwd) in validate_password() 79 struct passwd *pwd = NULL; in sulogin_main() local
|
D | useradd.c | 45 struct passwd pwd; local
|
D | userdel.c | 93 struct passwd *pwd = xgetpwnam(*toys.optargs); in userdel_main() local
|
D | crontab.c | 266 static void do_edit(struct passwd *pwd) in do_edit() 338 struct passwd *pwd = NULL; in crontab_main() local
|
/third_party/node/test/parallel/ |
D | test-path-zero-length-strings.js | 11 const pwd = process.cwd(); constant
|
/third_party/iptables/extensions/ |
D | libxt_owner.c | 143 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/ |
D | test-get-passwd.c | 36 uv_passwd_t pwd; in TEST_IMPL() local
|
D | test-platform-output.c | 42 uv_passwd_t pwd; in TEST_IMPL() local
|
/third_party/toybox/toys/posix/ |
D | pwd.c | 26 char *s, *pwd = getcwd(0, 0), *PWD; in pwd_main() local
|
/third_party/gstreamer/gstplugins_base/scripts/ |
D | dist-translations.py | 29 pwd = os.environ['PWD'] variable
|
/third_party/gstreamer/gstreamer/scripts/ |
D | dist-translations.py | 29 pwd = os.environ['PWD'] variable
|
/third_party/gstreamer/gstplugins_good/scripts/ |
D | dist-translations.py | 29 pwd = os.environ['PWD'] variable
|
/third_party/gstreamer/gstplugins_bad/scripts/ |
D | dist-translations.py | 29 pwd = os.environ['PWD'] variable
|
/third_party/python/Lib/test/ |
D | test_pwd.py | 5 pwd = import_helper.import_module('pwd') variable
|
/third_party/selinux/libselinux/utils/ |
D | togglesebool.c | 81 struct passwd *pwd = getpwuid(getuid()); in main() local
|
/third_party/musl/libc-test/src/functionalext/supplement/passwd/ |
D | getgrouplist.c | 36 struct passwd *pwd = getpwnam(server_user); in getgrouplist_0100() local
|
/third_party/toybox/toys/other/ |
D | login.c | 43 struct passwd *pwd = 0; in login_main() local
|
/third_party/ltp/testcases/kernel/syscalls/execve/ |
D | execve02.c | 69 struct passwd *pwd; in setup() local
|
/third_party/node/src/ |
D | node_credentials.cc | 100 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/ |
D | unix.c | 302 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/ |
D | pwdmodule.c | 148 struct passwd pwd; in pwd_getpwuid() local 231 struct passwd pwd; in pwd_getpwnam_impl() local
|
/third_party/python/Lib/ |
D | zipfile.py | 554 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/ |
D | setup.py | 32 pwd = os.path.dirname(os.path.realpath(__file__)) variable
|