Home
last modified time | relevance | path

Searched defs:pwd (Results 1 – 25 of 57) 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()
Dpkparse.c126 const char *path, const char *pwd, in mbedtls_pk_parse_keyfile()
1105 const unsigned char *pwd, size_t pwdlen, in pk_parse_key_pkcs8_encrypted_der()
1207 const unsigned char *pwd, size_t pwdlen, in mbedtls_pk_parse_key()
/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
Dcrontab.c266 static void do_edit(struct passwd *pwd) in do_edit()
338 struct passwd *pwd = NULL; in crontab_main() local
Duserdel.c93 struct passwd *pwd = xgetpwnam(*toys.optargs); in userdel_main() local
/third_party/node/test/parallel/
Dtest-path-zero-length-strings.js11 const pwd = process.cwd(); constant
/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/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
Dtest_getpass.py15 pwd = None variable
/third_party/gstreamer/gstplugins_base/scripts/
Ddist-translations.py29 pwd = os.environ['PWD'] variable
/third_party/toybox/toys/posix/
Dpwd.c26 char *s, *pwd = getcwd(0, 0), *PWD; in pwd_main() local
/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/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/ltp/testcases/kernel/syscalls/execve/
Dexecve02.c69 struct passwd *pwd; in setup() local
/third_party/python/Lib/
Dzipfile.py556 def _ZipDecrypter(pwd): argument
790 def __init__(self, fileobj, mode, zipinfo, pwd=None, argument
1443 def setpassword(self, pwd): argument
1470 def read(self, name, pwd=None): argument
1475 def open(self, name, mode="r", pwd=None, *, force_zip64=False): argument
1618 def extract(self, member, path=None, pwd=None): argument
1631 def extractall(self, path=None, members=None, pwd=None): argument
1663 def _extract_member(self, member, targetpath, pwd): argument
2333 def open(self, mode='r', *args, pwd=None, **kwargs): argument
/third_party/python/Modules/
Dpwdmodule.c148 struct passwd pwd; in pwd_getpwuid() local
231 struct passwd pwd; in pwd_getpwnam_impl() local
/third_party/toybox/openharmony/
Dsu.c83 static void xsetuser(struct passwd *pwd) in xsetuser()

123