Initialises with key, mode and IV ready to start encrypting
public int InitEncrypt( byte[] key, Mode mode, byte[] iv )
Public Function InitEncrypt ( _ key As Byte(), _ mode As Mode, _ iv As Byte() _ ) As Integer
0 if successful or non-zero error code
VB6/C equivalent: DES_Init