Eneboo - Documentación para desarrolladores
|
#include <openssl/e_os2.h>
#include <unistd.h>
#include "des_locl.h"
#include "cryptlib.h"
#include <signal.h>
#include <stdio.h>
#include <string.h>
#include <setjmp.h>
#include <errno.h>
#include <sgtty.h>
#include <sys/ioctl.h>
'defines' | |
#define | SGTTY |
#define | TTY_STRUCT struct sgttyb |
#define | TTY_FLAGS sg_flags |
#define | TTY_get(tty, data) ioctl(tty,TIOCGETP,data) |
#define | TTY_set(tty, data) ioctl(tty,TIOCSETP,data) |
#define | NX509_SIG 32 |
#define | SIZE 4 |
Funciones | |
int | des_read_pw_string (char *buf, int length, const char *prompt, int verify) |
int | des_read_pw (char *buf, char *buff, int size, const char *prompt, int verify) |
#define NX509_SIG 32 |
#define SGTTY |
#define SIZE 4 |
#define TTY_FLAGS sg_flags |
#define TTY_STRUCT struct sgttyb |