EVP_read_pw_string
int EVP_read_pw_string(char *buf, int length, const char *prompt, int verify);
LCRYPTO_ALIAS(EVP_read_pw_string);
LCRYPTO_USED(EVP_read_pw_string);
i = EVP_read_pw_string((char *)strbuf, SIZE, buf,
if (EVP_read_pw_string(passwd_malloc,
if (EVP_read_pw_string(macpass, sizeof macpass,
EVP_read_pw_string(pass, sizeof pass,
if (!cfg.noprompt && EVP_read_pw_string(pass, sizeof pass,
if (EVP_read_pw_string(pass, sizeof pass,
EVP_read_pw_string(pass, sizeof pass,