OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions
example4.c File Reference
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <openssl/evp.h>

Go to the source code of this file.

Macros

#define STDIN   0
 
#define STDOUT   1
 
#define BUFLEN   512
 

Functions

void do_encode (void)
 
void do_decode (void)
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

#define BUFLEN   512

Definition at line 18 of file example4.c.

#define STDIN   0

Definition at line 16 of file example4.c.

#define STDOUT   1

Definition at line 17 of file example4.c.

Function Documentation

void do_decode ( void  )

Definition at line 78 of file example4.c.

void do_encode ( void  )

Definition at line 44 of file example4.c.

int main ( int  argc,
char *  argv[] 
)

Definition at line 25 of file example4.c.