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

Go to the source code of this file.

Macros

#define des_read_pw_string(b, l, p, v)   _ossl_old_des_read_pw_string((b),(l),(p),(v))
 
#define des_read_pw(b, bf, s, p, v)   _ossl_old_des_read_pw((b),(bf),(s),(p),(v))
 

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)
 

Macro Definition Documentation

#define des_read_pw (   b,
  bf,
  s,
  p,
 
)    _ossl_old_des_read_pw((b),(bf),(s),(p),(v))

Definition at line 74 of file ui_compat.h.

#define des_read_pw_string (   b,
  l,
  p,
 
)    _ossl_old_des_read_pw_string((b),(l),(p),(v))

Definition at line 72 of file ui_compat.h.

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.