ui_compat.h File Reference

API published in:
API deprecated in:


#include <openssl/opensslconf.h>
#include <openssl/ui.h>

Go to the source code of this file.


Defines

#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

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

Define Documentation

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

Function Documentation

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

Copyright © Nokia Corporation 2001-2008
Back to top