EVP_read_pw_string
i = EVP_read_pw_string((char *)strbuf, SIZE, prompt, enc);
if (EVP_read_pw_string(passwd_malloc, passwd_malloc_size, "Password: ",
if (EVP_read_pw_string(
if (EVP_read_pw_string(pass, sizeof(pass),
if (EVP_read_pw_string(pass, sizeof(pass), "Enter Import Password:",
if (EVP_read_pw_string(pass, sizeof(pass), "Enter Encryption Password:", 1)) {
if (EVP_read_pw_string(pass, sizeof(pass), "Enter Password:", 0)) {
r = EVP_read_pw_string(passwd_buf, sizeof(passwd_buf) - 1,
int EVP_read_pw_string(char *buf, int length, const char *prompt, int verify);