Go to the documentation of this file.
59 #include <openssl/rc5.h>
68 unsigned char *ivec,
int *
num)
70 register unsigned long v0,v1,
t;
79 iv=(
unsigned char *)ivec;
97 *(out++)= *(in++)^d[n];
104 iv=(
unsigned char *)ivec;
108 t=v0=v1=ti[0]=ti[1]=0;