Searched refs:getpassphrase (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/include/ac/
H A Dunistd.h37 LDAP_LIBC_F(char*)(getpassphrase)();
40 #define getpassphrase(p) lutil_getpass(p) macro
/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A Dvalidate.h73 pgp_cb_ret_t(*getpassphrase) (const pgp_packet_t *, member in struct:__anon358
H A Dcrypto.c307 return cbinfo->cryptinfo.getpassphrase(pkt, cbinfo);
514 parse->cbinfo.cryptinfo.getpassphrase = getpassfunc;
587 parse->cbinfo.cryptinfo.getpassphrase = getpassfunc;
H A Dcrypto.h251 pgp_cbfunc_t *getpassphrase; member in struct:pgp_cryptinfo_t
H A Dvalidate.c404 if (key->getpassphrase) {
405 return key->getpassphrase(pkt, cbinfo);
696 keysigs.getpassphrase = cb_get_passphrase;
H A Dpacket-print.c1466 stream->cryptinfo.getpassphrase = cb_get_passphrase;
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dslappasswd.c258 newpw = ch_strdup(getpassphrase("New password: "));
259 cknewpw = getpassphrase("Re-enter new password: ");
/netbsd-current/external/bsd/openldap/dist/clients/tools/
H A Dldappasswd.c214 oldpw.bv_val = strdup(getpassphrase(_("Old password: ")));
215 ckoldpw = getpassphrase(_("Re-enter old password: "));
239 newpw.bv_val = strdup(getpassphrase(_("New password: ")));
240 cknewpw = getpassphrase(_("Re-enter new password: "));
H A Dldapvc.c317 cred.bv_val = strdup(getpassphrase(_("User's password: ")));
H A Dcommon.c1481 char *pw = getpassphrase( _("Enter LDAP Password: ") );
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dssl_init.c243 * Use getpassphrase() if configure.ac detected it, as Suns that
247 # define getpass(str) getpassphrase(str)
/netbsd-current/external/bsd/openldap/dist/libraries/liblutil/
H A Dsasl.c170 interact->result = (char *) getpassphrase( input );
/netbsd-current/external/bsd/openldap/dist/tests/progs/
H A Dslapd-tester.c413 passwd = getpassphrase( _("Enter LDAP Password: ") );
/netbsd-current/external/bsd/ntp/dist/
H A Dconfigure25888 # characters, but getpassphrase() allows up to 257. Most systems'
25892 # So check for getpassphrase(), but only on Sun operating systems.
25896 for ac_func in getpassphrase
25898 ac_fn_c_check_func "$LINENO" "getpassphrase" "ac_cv_func_getpassphrase"

Completed in 403 milliseconds