Searched refs:getpassphrase (Results 1 – 16 of 16) sorted by relevance
37 LDAP_LIBC_F(char*)(getpassphrase)();40 #define getpassphrase(p) lutil_getpass(p) macro
214 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()
317 cred.bv_val = strdup(getpassphrase(_("User's password: "))); in main()
1481 char *pw = getpassphrase( _("Enter LDAP Password: ") ); in tool_bind()
258 newpw = ch_strdup(getpassphrase("New password: ")); in slappasswd()259 cknewpw = getpassphrase("Re-enter new password: "); in slappasswd()
307 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()
73 pgp_cb_ret_t(*getpassphrase) (const pgp_packet_t *, member
404 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()
251 pgp_cbfunc_t *getpassphrase; member
1466 stream->cryptinfo.getpassphrase = cb_get_passphrase; in pgp_list_packets()
170 interact->result = (char *) getpassphrase( input ); in interaction()
413 passwd = getpassphrase( _("Enter LDAP Password: ") ); in main()
219 /* Define to 1 if you have the `getpassphrase' function. */
2418 getpassphrase \
2422 * configure.in: Do not check for getpassphrase. Define `getpass' to4177 * configure.in, config.h.in: Add check for getpassphrase (Solaris).
10069 * loginc.c (login): If available, use getpassphrase instead of