Discuss this help topic in SecureBlackbox Forum

TElSymmetricCrypto.EncryptAEAD

TElSymmetricCrypto     See also     


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


This topic is under development…

Declaration

[C#/Java]
    virtual void EncryptAEAD(byte[] AssociatedData, int ADataIndex, int ADataSize, byte[] InBuffer, int InIndex, int InSize, ref byte[] OutBuffer, int OutIndex, ref int OutSize);
    virtual int EncryptAEAD(byte[] AssociatedData, int ADataIndex, int ADataSize, byte[] InBuffer, int InIndex, int InSize, byte[] OutBuffer, int OutIndex, int OutSize);

[VB.NET]
    Overridable Sub EncryptAEAD(ByVal AssociatedData As Byte(), ByVal ADataIndex As Integer, ByVal ADataSize As Integer, ByVal InBuffer As Byte(), ByVal InIndex As Integer, ByVal InSize As Integer, ByRef OutBuffer As Byte(), ByVal OutIndex As Integer, ByRef OutSize As Integer)
    Overridable Function EncryptAEAD(ByVal AssociatedData As Byte(), ByVal ADataIndex As Integer, ByVal ADataSize As Integer, 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 EncryptAEAD(AssociatedData : pointer; ADataSize : integer; InBuffer : pointer; InSize : integer; OutBuffer : pointer; var OutSize : integer); virtual;

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

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

Parameters

  • ADataIndex -
  • ADataSize -
  • AssociatedData -
  • InBuffer -
  • InIndex -
  • InSize -
  • OutBuffer -
  • OutIndex -
  • OutSize -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum