NAME
Trfcrypt_SafeInit - Initialize extension in SAFE interpreter.
SYNOPSIS
#include <generic/trfcrypt.h>
int Trfcrypt_SafeInit(Tcl_Interp *interp);
PARAMETERS
-
Tcl_Interp *interp
-
Interpreter to initialize.
DESCRIPTION
Same as --> Trfcrypt_Init. The only security
relevant operations are reading from and
writing to a file. As Tcl-Handles are
given to these commands it is assumed that
they were checked and cleared beforehand.
SEE ALSO
Trfcrypt_Init
,
Trfcrypt_CSchedule
,
Trfcrypt_CEncryptChar
,
Trfcrypt_CDecryptChar
,
Trfcrypt_CCheck
,
Trfcrypt_RegisterCipher
,
Trfcrypt_BCSchedule
,
Trfcrypt_BCEncryptBlock
,
Trfcrypt_BCDecryptBlock
,
Trfcrypt_BCCheck
,
Trfcrypt_RegisterBlockcipher
,
Trfcrypt_XorBuffer
,
Trfcrypt_ShiftRegister
,
Trfcrypt_FlipRegisterShort
,
Trfcrypt_FlipRegisterLong