Home
last modified time | relevance | path

Searched refs:app_get_pass (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dapps.c359 static char *app_get_pass(const char *arg, int keepbio);
369 *pass1 = app_get_pass(arg1, same); in app_passwd()
376 *pass2 = app_get_pass(arg2, same ? 2 : 0); in app_passwd()
385 static char *app_get_pass(const char *arg, int keepbio) in app_get_pass() function
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapps.c215 static char *app_get_pass(const char *arg, int keepbio);
240 *pass1 = app_get_pass(arg1, same); in app_passwd()
247 *pass2 = app_get_pass(arg2, same ? 2 : 0); in app_passwd()
256 static char *app_get_pass(const char *arg, int keepbio) in app_get_pass() function