Home
last modified time | relevance | path

Searched refs:getpassphrase (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/include/ac/
H A Dunistd.h37 LDAP_LIBC_F(char*)(getpassphrase)();
40 #define getpassphrase(p) lutil_getpass(p) macro
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dldappasswd.c214 oldpw.bv_val = strdup(getpassphrase(_("Old password: "))); in main()
215 ckoldpw = getpassphrase(_("Re-enter old password: ")); in main()
239 newpw.bv_val = strdup(getpassphrase(_("New password: "))); in main()
240 cknewpw = getpassphrase(_("Re-enter new password: ")); in main()
H A Dldapvc.c317 cred.bv_val = strdup(getpassphrase(_("User's password: "))); in main()
H A Dcommon.c1481 char *pw = getpassphrase( _("Enter LDAP Password: ") ); in tool_bind()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dslappasswd.c258 newpw = ch_strdup(getpassphrase("New password: ")); in slappasswd()
259 cknewpw = getpassphrase("Re-enter new password: "); in slappasswd()
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dcrypto.c307 return cbinfo->cryptinfo.getpassphrase(pkt, cbinfo); in write_parsed_cb()
514 parse->cbinfo.cryptinfo.getpassphrase = getpassfunc; in pgp_decrypt_file()
587 parse->cbinfo.cryptinfo.getpassphrase = getpassfunc; in pgp_decrypt_buf()
H A Dvalidate.h73 pgp_cb_ret_t(*getpassphrase) (const pgp_packet_t *, member
H A Dvalidate.c404 if (key->getpassphrase) { in pgp_validate_key_cb()
405 return key->getpassphrase(pkt, cbinfo); in pgp_validate_key_cb()
696 keysigs.getpassphrase = cb_get_passphrase; in pgp_validate_key_sigs()
H A Dcrypto.h251 pgp_cbfunc_t *getpassphrase; member
H A Dpacket-print.c1466 stream->cryptinfo.getpassphrase = cb_get_passphrase; in pgp_list_packets()
/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/
H A Dsasl.c170 interact->result = (char *) getpassphrase( input ); in interaction()
/netbsd-src/external/bsd/openldap/dist/tests/progs/
H A Dslapd-tester.c413 passwd = getpassphrase( _("Enter LDAP Password: ") ); in main()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dportable.hin219 /* Define to 1 if you have the `getpassphrase' function. */
/netbsd-src/external/bsd/openldap/dist/
H A Dconfigure.ac2418 getpassphrase \
/netbsd-src/external/gpl2/xcvs/dist/
H A DChangeLog2422 * configure.in: Do not check for getpassphrase. Define `getpass' to
4177 * configure.in, config.h.in: Add check for getpassphrase (Solaris).
/netbsd-src/external/gpl2/xcvs/dist/src/
H A DChangeLog10069 * loginc.c (login): If available, use getpassphrase instead of