Searched refs:app_get_pass (Results 1 – 1 of 1) sorted by relevance
629 static char *app_get_pass(BIO *err, char *arg, int keepbio);637 *pass1 = app_get_pass(err, arg1, same); in app_passwd()641 *pass2 = app_get_pass(err, arg2, same ? 2 : 0); in app_passwd()647 static char *app_get_pass(BIO *err, char *arg, int keepbio) in app_get_pass() function