NAME

Trfcrypt_BCEncryptBlock - Interface to procedures encrypting a character block.

SYNOPSIS

#include <generic/trfcrypt.h>

void Trfcrypt_BCEncryptBlock
(
	void *in,
	void *out,
	void *schedule
);

PARAMETERS

void *in
Block to encrypt.
void *out
Encryption result.
void *schedule
Internal key.

DESCRIPTION

A procedure of this type is called by the common code to encrypt a single block of characters with the specified internal key.

SEE ALSO

Trfcrypt_Init , Trfcrypt_SafeInit , Trfcrypt_CSchedule , Trfcrypt_CEncryptChar , Trfcrypt_CDecryptChar , Trfcrypt_CCheck , Trfcrypt_RegisterCipher , Trfcrypt_BCSchedule , Trfcrypt_BCDecryptBlock , Trfcrypt_BCCheck , Trfcrypt_RegisterBlockcipher , Trfcrypt_XorBuffer , Trfcrypt_ShiftRegister , Trfcrypt_FlipRegisterShort , Trfcrypt_FlipRegisterLong