SYNOPSIS

#include <transform.h>

void Trf_XorBuffer

(

void *buffer,

void *mask,

int length

);

PARAMETERS

void *buffer

Buffer to xor the mask with.

void *mask

Mask bytes xor'ed into the buffer.

int length

Length of mask and buffer (in byte).

DESCRIPTION

Internally used by the implementation of the various stream modes available to blockciphers.

RELATED TO Trf_XorBuffer…