Searched defs:passwd (Results 1 - 25 of 125) sorted by relevance

12345

/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dbind.c71 ldap_bind( LDAP *ld, LDAP_CONST char *dn, LDAP_CONST char *passwd, int authmethod ) argument
108 ldap_bind_s( LDAP *ld, LDAP_CONST char *dn, LDAP_CONST char *passwd, int authmethod ) argument
/netbsd-current/external/bsd/kyua-cli/dist/utils/
H A Dpasswd.hpp39 namespace passwd { namespace in namespace:utils
/netbsd-current/external/gpl2/gettext/dist/djgpp/
H A Dgetpwnam.c16 static char passwd[] = ""; variable
H A Ddjpwd.h26 struct passwd { struct
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/otp/
H A Dotp_verify.c44 otp_verify_user_1 (OtpContext *ctx, const char *passwd) argument
63 otp_verify_user (OtpContext *ctx, const char *passwd) argument
/netbsd-current/external/bsd/openldap/dist/libraries/liblutil/
H A Dptest.c65 struct berval *passwd; local
[all...]
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dauth2-krb5.c54 char *passwd; local
/netbsd-current/external/bsd/wpa/dist/src/tls/
H A Dpkcs8.c122 pkcs8_enc_key_import(const u8 *buf, size_t len, const char *passwd) argument
/netbsd-current/usr.bin/skey/
H A Dskey.c44 char passwd[SKEY_MAX_PW_LEN+1], key[SKEY_BINKEY_SIZE]; local
/netbsd-current/tools/compat/
H A Dcompat_pwd.h39 #define passwd __nbcompat_passwd macro
48 struct passwd { struct
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dpasswd_dlg.c49 char passwd[passwdBufSZ]; variable
/netbsd-current/sys/lib/libsa/
H A Dcheckpasswd.c112 char *passwd; local
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dpbkdf2-sha256.c47 PBKDF2_SHA256(const uint8_t *passwd, size_t passwdlen, const uint8_t *salt, argument
/netbsd-current/external/bsd/ppp/dist/pppd/plugins/
H A Dpasswordfd.c33 static int pwfd_passwd (char *user, char *passwd) argument
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/passwd/
H A Dradius.c41 chk_radius( const struct berval *sc, const struct berval *passwd, const struct berval *cred, const char **text ) argument
H A Dnetscape.c35 chk_ns_mta_md5( const struct berval *scheme, const struct berval *passwd, const struct berval *cred, const char **text ) argument
/netbsd-current/crypto/external/bsd/libsaslc/dist/src/
H A Dmech_crammd5.c73 const char *authcid, *passwd; local
H A Dmech_plain.c76 const char *authzid, *authcid, *passwd; local
/netbsd-current/usr.bin/chpass/
H A Dpw_yp.c56 #define passwd yp_passwd_rec macro
58 #undef passwd macro
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Dcrypt.h65 static void init_keys(const char* passwd,unsigned long* pkeys,const z_crc_t* pcrc_32_tab) argument
90 static int crypthead(const char* passwd, /* password string */ argument
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
H A Dcrypt.h65 static void init_keys(const char* passwd,unsigned long* pkeys,const z_crc_t* pcrc_32_tab) argument
90 static int crypthead(const char* passwd, /* password string */ argument
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dslappasswd.c129 struct berval passwd = BER_BVNULL; local
[all...]
/netbsd-current/lib/libcrypt/
H A Dmd5crypt.c42 static char passwd[120], *p; local
H A Dcrypt-sha1.c114 static char passwd[(2 * sizeof(SHA1_MAGIC)) + local
/netbsd-current/common/dist/zlib/contrib/minizip/
H A Dcrypt.h66 static void init_keys(const char* passwd,unsigned long* pkeys,const z_crc_t* pcrc_32_tab) argument
91 static unsigned crypthead(const char* passwd, /* password string */ argument

Completed in 170 milliseconds

12345