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

Go to the source code of this file.

Functions

int DES_read_password (DES_cblock *key, const char *prompt, int verify)
 
int DES_read_2passwords (DES_cblock *key1, DES_cblock *key2, const char *prompt, int verify)
 

Function Documentation

int DES_read_2passwords ( DES_cblock key1,
DES_cblock key2,
const char *  prompt,
int  verify 
)

Definition at line 129 of file read2pwd.c.

int DES_read_password ( DES_cblock key,
const char *  prompt,
int  verify 
)

Definition at line 117 of file read2pwd.c.