OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
ui_util.c File Reference
#include <string.h>
#include "ui_locl.h"

Go to the source code of this file.

Functions

int UI_UTIL_read_pw_string (char *buf, int length, const char *prompt, int verify)
 
int UI_UTIL_read_pw (char *buf, char *buff, int size, const char *prompt, int verify)
 

Function Documentation

int UI_UTIL_read_pw ( char *  buf,
char *  buff,
int  size,
const char *  prompt,
int  verify 
)

Definition at line 69 of file ui_util.c.

int UI_UTIL_read_pw_string ( char *  buf,
int  length,
const char *  prompt,
int  verify 
)

Definition at line 59 of file ui_util.c.