HomeSort by: relevance | last modified time | path
    Searched refs:getpassphrase (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/openldap/dist/include/ac/
unistd.h 37 LDAP_LIBC_F(char*)(getpassphrase)();
40 #define getpassphrase(p) lutil_getpass(p) macro
  /src/crypto/external/bsd/netpgp/dist/src/lib/
validate.h 73 pgp_cb_ret_t(*getpassphrase) (const pgp_packet_t *, member in struct:__anon1056
crypto.c 307 return cbinfo->cryptinfo.getpassphrase(pkt, cbinfo);
514 parse->cbinfo.cryptinfo.getpassphrase = getpassfunc;
587 parse->cbinfo.cryptinfo.getpassphrase = getpassfunc;
crypto.h 251 pgp_cbfunc_t *getpassphrase; member in struct:pgp_cryptinfo_t
validate.c 404 if (key->getpassphrase) {
405 return key->getpassphrase(pkt, cbinfo);
696 keysigs.getpassphrase = cb_get_passphrase;
packet-print.c 1466 stream->cryptinfo.getpassphrase = cb_get_passphrase;
  /src/external/bsd/openldap/dist/servers/slapd/
slappasswd.c 258 newpw = getpassphrase("New password: ");
264 cknewpw = getpassphrase("Re-enter new password: ");
  /src/external/bsd/openldap/dist/clients/tools/
ldappasswd.c 228 ckoldpw = getpassphrase(_("Old password: "));
234 ckoldpw = getpassphrase(_("Re-enter old password: "));
258 cknewpw = getpassphrase(_("New password: "));
264 cknewpw = getpassphrase(_("Re-enter new password: "));
ldapvc.c 332 char *userpw = getpassphrase(_("User's password: "));
common.c 1492 char *pw = getpassphrase( _("Enter LDAP Password: ") );
  /src/external/bsd/ntp/dist/libntp/
ssl_init.c 231 * Use getpassphrase() if configure.ac detected it, as Suns that
235 # define getpass(str) getpassphrase(str)
  /src/external/bsd/openldap/dist/libraries/liblutil/
sasl.c 170 interact->result = (char *) getpassphrase( input );
  /src/external/bsd/openldap/dist/tests/progs/
slapd-tester.c 413 passwd = getpassphrase( _("Enter LDAP Password: ") );

Completed in 24 milliseconds