OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
ui_compat.c File Reference
#include <string.h>
#include <openssl/ui_compat.h>

Go to the source code of this file.

Functions

int _ossl_old_des_read_pw_string (char *buf, int length, const char *prompt, int verify)
 
int _ossl_old_des_read_pw (char *buf, char *buff, int size, const char *prompt, int verify)
 

Function Documentation

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

Definition at line 64 of file ui_compat.c.

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

Definition at line 59 of file ui_compat.c.