Home
last modified time | relevance | path

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

123

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpwd.h20 struct passwd { struct
22 char *pw_passwd; argument
33 struct passwd *getpwent (void); argument
/third_party/musl/porting/liteos_m/kernel/include/
Dpwd.h20 struct passwd { struct
22 char *pw_passwd; argument
33 struct passwd *getpwent (void); argument
/third_party/musl/include/
Dpwd.h20 struct passwd { struct
22 char *pw_passwd; argument
33 struct passwd *getpwent (void); argument
/third_party/musl/porting/uniproton/kernel/include/
Dpwd.h20 struct passwd { struct
22 char *pw_passwd; argument
33 struct passwd *getpwent (void); argument
/third_party/pulseaudio/src/pulsecore/
Dusergroup.c286 void pa_getpwnam_free(struct passwd *passwd) { in pa_getpwnam_free()
296 void pa_getpwnam_free(struct passwd *passwd) { in pa_getpwnam_free()
345 void pa_getpwuid_free(struct passwd *passwd) { in pa_getpwuid_free()
355 void pa_getpwuid_free(struct passwd *passwd) { in pa_getpwuid_free()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dtlsv1_cred.c307 const char *passwd) in tlsv1_set_key_enc_pem()
425 const char *passwd) in pkcs12_pkcs8_keybag()
623 const u8 *buf, size_t len, const char *passwd) in pkcs12_safebag()
702 const char *passwd) in pkcs12_safecontents()
747 const char *passwd) in pkcs12_parse_content_data()
769 const char *passwd) in pkcs12_parse_content_enc_data()
884 const char *passwd) in pkcs12_parse_content()
926 const u8 *key, size_t len, const char *passwd) in pkcs12_parse()
1063 const u8 *key, size_t len, const char *passwd) in tlsv1_set_key()
Dpkcs5.c384 pkcs5_crypto_init_pbes2(struct pkcs5_params *params, const char *passwd) in pkcs5_crypto_init_pbes2()
511 pkcs12_crypto_init_sha1(struct pkcs5_params *params, const char *passwd) in pkcs12_crypto_init_sha1()
552 const char *passwd) in pkcs5_crypto_init()
590 const char *passwd, size_t *data_len) in pkcs5_decrypt()
Dpkcs8.c122 pkcs8_enc_key_import(const u8 *buf, size_t len, const char *passwd) in pkcs8_enc_key_import()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dtlsv1_cred.c307 const char *passwd) in tlsv1_set_key_enc_pem()
425 const char *passwd) in pkcs12_pkcs8_keybag()
607 const u8 *buf, size_t len, const char *passwd) in pkcs12_safebag()
680 const char *passwd) in pkcs12_safecontents()
720 const char *passwd) in pkcs12_parse_content_data()
739 const char *passwd) in pkcs12_parse_content_enc_data()
845 const char *passwd) in pkcs12_parse_content()
885 const u8 *key, size_t len, const char *passwd) in pkcs12_parse()
1007 const u8 *key, size_t len, const char *passwd) in tlsv1_set_key()
Dpkcs5.c362 pkcs5_crypto_init_pbes2(struct pkcs5_params *params, const char *passwd) in pkcs5_crypto_init_pbes2()
489 pkcs12_crypto_init_sha1(struct pkcs5_params *params, const char *passwd) in pkcs12_crypto_init_sha1()
530 const char *passwd) in pkcs5_crypto_init()
568 const char *passwd, size_t *data_len) in pkcs5_decrypt()
Dpkcs8.c111 pkcs8_enc_key_import(const u8 *buf, size_t len, const char *passwd) in pkcs8_enc_key_import()
/third_party/zlib/contrib/minizip/
Dcrypt.h66 static void init_keys(const char* passwd,unsigned long* pkeys,const z_crc_t* pcrc_32_tab) in init_keys()
91 static unsigned crypthead(const char* passwd, /* password string */ in crypthead()
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
Dcrypt.h65 static void init_keys(const char* passwd,unsigned long* pkeys,const z_crc_t* pcrc_32_tab) in init_keys()
90 static int crypthead(const char* passwd, /* password string */ in crypthead()
/third_party/skia/third_party/externals/zlib/contrib/minizip/
Dcrypt.h65 static void init_keys(const char* passwd,unsigned long* pkeys,const z_crc_t* pcrc_32_tab) in init_keys()
90 static int crypthead(const char* passwd, /* password string */ in crypthead()
/third_party/python/Lib/test/
Dtest_netrc.py44 def _test_passwords(self, nrc, passwd): argument
63 def _test_comment(self, nrc, passwd='pass'): argument
/third_party/rust/crates/libc/src/unix/solarish/
Dcompat.rs175 pwd: *mut passwd, in getpwent_r()
178 result: *mut *mut passwd, in getpwent_r()
/third_party/openssl/apps/
Dpasswd.c96 char *infile = NULL, *salt = NULL, *passwd = NULL, **passwds = NULL; in passwd_main() local
314 static char *md5crypt(const char *passwd, const char *magic, const char *salt) in md5crypt()
496 static char *shacrypt(const char *passwd, const char *magic, const char *salt) in shacrypt()
778 char *passwd, BIO *out, int quiet, int table, in do_passwd()
/third_party/node/deps/openssl/openssl/apps/
Dpasswd.c96 char *infile = NULL, *salt = NULL, *passwd = NULL, **passwds = NULL; in passwd_main() local
314 static char *md5crypt(const char *passwd, const char *magic, const char *salt) in md5crypt()
496 static char *shacrypt(const char *passwd, const char *magic, const char *salt) in shacrypt()
778 char *passwd, BIO *out, int quiet, int table, in do_passwd()
/third_party/curl/lib/vauth/
Dcleartext.c64 const char *passwd, in Curl_auth_create_plain_message()
/third_party/curl/lib/
Dldap.c222 const char *passwd, unsigned long authflags) in ldap_win_bind_auth()
269 const char *user, const char *passwd) in ldap_win_bind()
325 char *passwd = NULL; in ldap_do() local
Dcurl_sspi.c149 xcharp_u passwd, dup_passwd; in Curl_create_sspi_identity() local
Dsetopt.c114 char *passwd = NULL; in setstropt_userpwd() local
/third_party/python/Lib/
Dftplib.py109 def __init__(self, host='', user='', passwd='', acct='', argument
395 def login(self, user = '', passwd = '', acct = ''): argument
718 def __init__(self, host='', user='', passwd='', acct='', argument
743 def login(self, user='', passwd='', acct='', secure=True): argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_internal-rsa.c40 const char *passwd) in crypto_private_key_import()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_internal-rsa.c40 const char *passwd) in crypto_private_key_import()

123