Searched defs:passwd (Results 76 - 100 of 125) sorted by relevance

12345

/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.cc261 CHECK_TYPE_SIZE(passwd); variable
H A Dsanitizer_platform_limits_solaris.cc335 CHECK_TYPE_SIZE(passwd); variable
/netbsd-current/external/bsd/openldap/dist/tests/progs/
H A Dslapd-mtread.c168 struct berval passwd = { 0, NULL }; local
H A Dslapd-tester.c125 char *passwd = NULL; local
[all...]
/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPAsynConnection.cpp338 string passwd = auth->getPassword(); local
93 bind(const string& dn, const string& passwd, const LDAPConstraints *cons) argument
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
H A Dppm.c381 containsRDN(char* passwd, char* DN) argument
/netbsd-current/external/bsd/openldap/dist/libraries/liblutil/
H A Dpasswd.c244 passwd_scheme( const struct pw_scheme *scheme, const struct berval * passwd, struct berval *bv, const char** allowed ) argument
270 lutil_passwd( const struct berval *passwd, const struct berval *cred, const char **schemes, const char **text ) argument
344 lutil_passwd_hash( const struct berval * passwd, const char * method, struct berval *hash, const char **text ) argument
454 chk_ssha1( const struct berval *sc, const struct berval * passwd, const struct berval * cred, const char **text ) argument
499 chk_sha1( const struct berval *sc, const struct berval * passwd, const struct berval * cred, const char **text ) argument
541 chk_smd5( const struct berval *sc, const struct berval * passwd, const struct berval * cred, const char **text ) argument
586 chk_md5( const struct berval *sc, const struct berval * passwd, const struct berval * cred, const char **text ) argument
650 chk_crypt( const struct berval *sc, const struct berval * passwd, const struct berval * cred, const char **text ) argument
686 chk_unix( const struct berval *sc, const struct berval * passwd, const struct berval * cred, const char **text ) argument
755 hash_ssha1( const struct berval *scheme, const struct berval *passwd, struct berval *hash, const char **text ) argument
786 hash_sha1( const struct berval *scheme, const struct berval *passwd, struct berval *hash, const char **text ) argument
807 hash_smd5( const struct berval *scheme, const struct berval *passwd, struct berval *hash, const char **text ) argument
838 hash_md5( const struct berval *scheme, const struct berval *passwd, struct berval *hash, const char **text ) argument
862 hash_crypt( const struct berval *scheme, const struct berval *passwd, struct berval *hash, const char **text ) argument
931 hash_clear( const struct berval *scheme, const struct berval *passwd, struct berval *hash, const char **text ) argument
[all...]
/netbsd-current/sbin/routed/rtquery/
H A Drtquery.c120 char passwd[RIP_AUTH_PW_LEN]; variable
/netbsd-current/usr.bin/getent/
H A Dgetent.c431 passwd(int argc, char *argv[]) function
/netbsd-current/external/bsd/wpa/dist/src/tls/
H A Dtlsv1_cred.c305 tlsv1_set_key_enc_pem(const u8 *key, size_t len, const char *passwd) argument
423 pkcs12_pkcs8_keybag(struct tlsv1_credentials *cred, const u8 *buf, size_t len, const char *passwd) argument
622 pkcs12_safebag(struct tlsv1_credentials *cred, const u8 *buf, size_t len, const char *passwd) argument
700 pkcs12_safecontents(struct tlsv1_credentials *cred, const u8 *buf, size_t len, const char *passwd) argument
745 pkcs12_parse_content_data(struct tlsv1_credentials *cred, const u8 *pos, const u8 *end, const char *passwd) argument
767 pkcs12_parse_content_enc_data(struct tlsv1_credentials *cred, const u8 *pos, const u8 *end, const char *passwd) argument
882 pkcs12_parse_content(struct tlsv1_credentials *cred, const u8 *buf, size_t len, const char *passwd) argument
925 pkcs12_parse(struct tlsv1_credentials *cred, const u8 *key, size_t len, const char *passwd) argument
1062 tlsv1_set_key(struct tlsv1_credentials *cred, const u8 *key, size_t len, const char *passwd) argument
[all...]
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Dcrypto_libtomcrypt.c450 crypto_private_key_import(const u8 *key, size_t len, const char *passwd) argument
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/
H A Dsmbk5pwd.c160 nthash( struct berval *passwd, struct berval *hash ) argument
250 k5key_chk( const struct berval *sc, const struct berval *passwd, const struct berval *cred, const char **text ) argument
330 k5key_hash( const struct berval *scheme, const struct berval *passwd, struct berval *hash, const char **text ) argument
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Drequest.c610 struct berval passwd = BER_BVNULL; local
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dpasswd.c86 char *infile = NULL, *salt = NULL, *passwd = NULL, **passwds = NULL; local
311 static char *md5crypt(const char *passwd, cons argument
493 shacrypt(const char *passwd, const char *magic, const char *salt) argument
774 do_passwd(int passed_salt, char **salt_p, char **salt_malloc_p, char *passwd, BIO *out, int quiet, int table, int reverse, size_t pw_maxlen, passwd_modes mode) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dpasswd.c96 char *infile = NULL, *salt = NULL, *passwd = NULL, **passwds = NULL; local
314 static char *md5crypt(const char *passwd, cons argument
496 shacrypt(const char *passwd, const char *magic, const char *salt) argument
777 do_passwd(int passed_salt, char **salt_p, char **salt_malloc_p, char *passwd, BIO *out, int quiet, int table, int reverse, size_t pw_maxlen, passwd_modes mode) argument
[all...]
H A Dpkeyutl.c337 char *passwd; local
/netbsd-current/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c808 putdbents(struct pwddb *db, struct passwd *p argument
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cc337 CHECK_TYPE_SIZE(passwd); variable
/netbsd-current/crypto/external/cpl/tpm-tools/dist/lib/
H A Dtpm_tspi.c612 char *passwd; local
/netbsd-current/external/bsd/ppp/dist/pppd/
H A Doptions.c108 char passwd[MAXSECRETLEN]; /* Password for PAP */ variable
/netbsd-current/external/bsd/openldap/dist/contrib/ldaptcl/
H A DneoXldap.c459 char *passwd; local
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/passwd/totp/
H A Dslapd-totp.c425 chk_totp( const struct berval *passwd, const struct berval *cred, const void *mech, const char **text) argument
520 chk_totp_and_pw( const struct berval *scheme, const struct berval *passwd, const struct berval *cred, const char **text, const void *mech) argument
573 chk_totp1( const struct berval *scheme, const struct berval *passwd, const struct berval *cred, const char **text) argument
582 chk_totp256( const struct berval *scheme, const struct berval *passwd, const struct berval *cred, const char **text) argument
591 chk_totp512( const struct berval *scheme, const struct berval *passwd, const struct berval *cred, const char **text) argument
600 chk_totp1andpw( const struct berval *scheme, const struct berval *passwd, const struct berval *cred, const char **text) argument
609 chk_totp256andpw( const struct berval *scheme, const struct berval *passwd, const struct berval *cred, const char **text) argument
618 chk_totp512andpw( const struct berval *scheme, const struct berval *passwd, const struct berval *cred, const char **text) argument
627 passwd_string32( const struct berval *scheme, const struct berval *passwd, struct berval *hash) argument
647 hash_totp_and_pw( const struct berval *scheme, const struct berval *passwd, struct berval *hash, const char **text) argument
715 hash_totp1( const struct berval *scheme, const struct berval *passwd, struct berval *hash, const char **text) argument
730 hash_totp256( const struct berval *scheme, const struct berval *passwd, struct berval *hash, const char **text) argument
745 hash_totp512( const struct berval *scheme, const struct berval *passwd, struct berval *hash, const char **text) argument
760 hash_totp1andpw( const struct berval *scheme, const struct berval *passwd, struct berval *hash, const char **text) argument
775 hash_totp256andpw( const struct berval *scheme, const struct berval *passwd, struct berval *hash, const char **text) argument
790 hash_totp512andpw( const struct berval *scheme, const struct berval *passwd, struct berval *hash, const char **text) argument
[all...]
/netbsd-current/sys/dev/qbus/
H A Dif_qtreg.h220 char passwd[6]; member in struct:qt_init
/netbsd-current/external/bsd/ntp/dist/util/
H A Dntp-keygen.c912 readkey( char *cp, char *passwd, u_int *estamp, EVP_PKEY **evpars ) argument
/netbsd-current/crypto/external/bsd/heimdal/dist/kuser/
H A Dkinit.c477 char passwd[256]; local
[all...]

Completed in 527 milliseconds

12345