Discuss this help topic in SecureBlackbox Forum

TElSymmetricCrypto.DecryptUpdateWin32

TElSymmetricCrypto     See also     


Filter: C#/Java  VB.NET  Pascal  C++  PHP  


This topic is under development…

Declaration

[C#/Java]
    void DecryptUpdateWin32(byte[] InBuffer, int InIndex, int InSize, ref byte[] OutBuffer, int OutIndex, ref int OutSize);
    int DecryptUpdateWin32(byte[] InBuffer, int InIndex, int InSize, byte[] OutBuffer, int OutIndex, int OutSize);

[VB.NET]
    Sub DecryptUpdateWin32(ByVal InBuffer As Byte(), ByVal InIndex As Integer, ByVal InSize As Integer, ByRef OutBuffer As Byte(), ByVal OutIndex As Integer, ByRef OutSize As Integer)
    Function DecryptUpdateWin32(ByVal InBuffer As Byte(), ByVal InIndex As Integer, ByVal InSize As Integer, ByVal OutBuffer As Byte(), ByVal OutIndex As Integer, ByVal OutSize As Integer) As Integer

[Pascal]
    procedure DecryptUpdateWin32(InBuffer : pointer; InSize : integer; OutBuffer : pointer; var OutSize : integer);

[C++]
    void DecryptUpdateWin32(void * InBuffer, int32_t InSize, void * OutBuffer, int32_t &OutSize);

[PHP]
    void DecryptUpdateWin32(TSBPointer|array of byte|string|NULL $InBuffer, integer $InSize, TSBPointer|array of byte|string|NULL $OutBuffer, integer &$OutSize)

Parameters

  • InBuffer -
  • InIndex -
  • InSize -
  • OutBuffer -
  • OutIndex -
  • OutSize -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum