#include <errno.h>
#include <time.h>
#include <stdio.h>
#include "cryptlib.h"
#include "des_locl.h"
#include <openssl/rand.h>
Go to the source code of this file.
Functions | |
int | DES_enc_write (int fd, const void *_buf, int len, DES_key_schedule *sched, DES_cblock *iv) |
int DES_enc_write | ( | int | fd, |
const void * | _buf, | ||
int | len, | ||
DES_key_schedule * | sched, | ||
DES_cblock * | iv | ||
) |
Definition at line 80 of file enc_writ.c.