Searched defs:passwd (Results 26 - 50 of 125) sorted by relevance

12345

/netbsd-current/external/gpl3/binutils/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
/netbsd-current/external/gpl3/gdb/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
/netbsd-current/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
H A Dtpm_setoperatorauth.c65 char *passwd = NULL; local
H A Dtpm_changeauth.c114 char *passwd = NULL; local
[all...]
/netbsd-current/external/bsd/libbind/dist/irs/
H A Ddns_pw.c54 struct passwd passwd; member in struct:pvt
[all...]
H A Dirp_pw.c62 struct passwd passwd; /*%< password structure */ member in struct:pvt
[all...]
H A Dlcl_pw.c100 struct passwd passwd; /*%< password structure */ member in struct:pvt
[all...]
H A Dnis_pw.c69 struct passwd passwd; member in struct:pvt
[all...]
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Dcrypto_internal-rsa.c38 crypto_private_key_import(const u8 *key, size_t len, const char *passwd) argument
/netbsd-current/usr.bin/skeyinit/
H A Dskeyinit.c54 char passwd[SKEY_MAX_PW_LEN+2], passwd2[SKEY_MAX_PW_LEN+2], tbuf[27], buf[80]; local
[all...]
/netbsd-current/external/bsd/libarchive/dist/cpio/
H A Dcpio_windows.h49 struct passwd { struct
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/
H A Dpwhash_scryptsalsa208sha256_nosse.c292 escrypt_kdf_nosse(escrypt_local_t *local, const uint8_t *passwd, argument
/netbsd-current/sys/external/isc/libsodium/dist/test/default/
H A Dpwhash_argon2i.c81 char passwd[256]; local
133 char passwd[256]; local
192 const char *passwd; member in struct:__anon362
209 char *passwd; local
235 const char *passwd = "Correct Horse Battery Staple"; local
[all...]
H A Dpwhash_argon2id.c81 char passwd[256]; local
133 char passwd[256]; local
188 const char *passwd; member in struct:__anon365
205 char *passwd; local
231 const char *passwd = "Correct Horse Battery Staple"; local
[all...]
H A Dpwhash_scrypt.c93 char passwd[256]; local
142 char passwd[256]; local
169 const char *passwd; member in struct:__anon368
278 char * passwd; local
303 const char *passwd = "Correct Horse Battery Staple"; local
[all...]
H A Dpwhash_scrypt_ll.c24 tv(const char *passwd, const char *salt, uint64_t N, uint32_t r, uint32_t p) argument
/netbsd-current/external/bsd/openldap/dist/servers/slapd/pwmods/
H A Dargon2.c67 slapd_argon2_hash( const struct berval *scheme, const struct berval *passwd, struct berval *hash, const char **text ) argument
156 slapd_argon2_verify( const struct berval *scheme, const struct berval *passwd, const struct berval *cred, const char **text ) argument
[all...]
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/passwd/
H A Dkerberos.c42 chk_kerberos( const struct berval *sc, const struct berval * passwd, const struct berval * cred, const char **text ) argument
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dgroup.c146 struct berval passwd = {0}; local
/netbsd-current/external/bsd/openldap/dist/libraries/liblutil/
H A Dsasl.c45 char *passwd; member in struct:lutil_sasl_defaults_s
71 lutil_sasl_defaults( LDAP *ld, char *mech, char *realm, char *authcid, char *passwd, char *authzid ) argument
/netbsd-current/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_sasl_glue.c170 char *passwd; local
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
H A Dpwhash_argon2i.c140 crypto_pwhash_argon2i(unsigned char *const out, unsigned long long outlen, const char *const passwd, unsigned long long passwdlen, const unsigned char *const salt, unsigned long long opslimit, size_t memlimit, int alg) argument
182 crypto_pwhash_argon2i_str(char out[crypto_pwhash_argon2i_STRBYTES], const char *const passwd, unsigned long long passwdlen, unsigned long long opslimit, size_t memlimit) argument
213 crypto_pwhash_argon2i_str_verify(const char str[crypto_pwhash_argon2i_STRBYTES], const char *const passwd, unsigned long long passwdlen) argument
H A Dpwhash_argon2id.c136 crypto_pwhash_argon2id(unsigned char *const out, unsigned long long outlen, const char *const passwd, unsigned long long passwdlen, const unsigned char *const salt, unsigned long long opslimit, size_t memlimit, int alg) argument
178 crypto_pwhash_argon2id_str(char out[crypto_pwhash_argon2id_STRBYTES], const char *const passwd, unsigned long long passwdlen, unsigned long long opslimit, size_t memlimit) argument
209 crypto_pwhash_argon2id_str_verify(const char str[crypto_pwhash_argon2id_STRBYTES], const char *const passwd, unsigned long long passwdlen) argument
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c129 crypto_pwhash(unsigned char * const out, unsigned long long outlen, const char * const passwd, unsigned long long passwdlen, const unsigned char * const salt, unsigned long long opslimit, size_t memlimit, int alg) argument
148 crypto_pwhash_str(char out[crypto_pwhash_STRBYTES], const char * const passwd, unsigned long long passwdlen, unsigned long long opslimit, size_t memlimit) argument
157 crypto_pwhash_str_alg(char out[crypto_pwhash_STRBYTES], const char * const passwd, unsigned long long passwdlen, unsigned long long opslimit, size_t memlimit, int alg) argument
174 crypto_pwhash_str_verify(const char str[crypto_pwhash_STRBYTES], const char * const passwd, unsigned long long passwdlen) argument
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dcrypto_scrypt-common.c137 escrypt_r(escrypt_local_t *local, const uint8_t *passwd, size_t passwdlen, argument
239 crypto_pwhash_scryptsalsa208sha256_ll(const uint8_t *passwd, size_t passwdlen, argument

Completed in 329 milliseconds

12345