#include "des_locl.h"
Go to the source code of this file.
Functions | |
DES_LONG | DES_cbc_cksum (const unsigned char *in, DES_cblock *output, long length, DES_key_schedule *schedule, const_DES_cblock *ivec) |
DES_LONG DES_cbc_cksum | ( | const unsigned char * | in, |
DES_cblock * | output, | ||
long | length, | ||
DES_key_schedule * | schedule, | ||
const_DES_cblock * | ivec | ||
) |
Definition at line 61 of file cbc_cksm.c.