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) |
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.