Photon .NET Client API 4.1.4.8

ExitGames.Client.Photon.Encryption.EncryptorNative Member List

This is the complete list of members for ExitGames.Client.Photon.Encryption.EncryptorNative, including all inherited members.

CalculateEncryptedSize(int unencryptedSize)ExitGames.Client.Photon.Encryption.EncryptorNativeinline
CalculateFragmentLength()ExitGames.Client.Photon.Encryption.EncryptorNativeinline
ChainingMode enum nameExitGames.Client.Photon.Encryption.EncryptorNative
Decrypt2(byte[] data, int offset, int len, byte[] header, out int outLen)ExitGames.Client.Photon.Encryption.EncryptorNativeinline
Dispose()ExitGames.Client.Photon.Encryption.EncryptorNativeinline
egcalculateEncryptedSize(IntPtr pEncryptor, int unencryptedSize)ExitGames.Client.Photon.Encryption.EncryptorNative
egcalculateFragmentLength(IntPtr pEncryptor)ExitGames.Client.Photon.Encryption.EncryptorNative
egconstructEncryptor2(byte[] pEncryptSecret, byte[] pHMACSecret, ChainingMode chainingMode)ExitGames.Client.Photon.Encryption.EncryptorNative
egdecrypt2(IntPtr pEncryptor, byte[] pIn, int inSize, int inOffset, byte[] pHeader, byte[] pOut, out int outSize)ExitGames.Client.Photon.Encryption.EncryptorNative
egdestructEncryptor2(IntPtr pEncryptor)ExitGames.Client.Photon.Encryption.EncryptorNative
egencrypt2(IntPtr pEncryptor, byte[] pIn, int inSize, byte[] pHeader, byte[] pOut, int outOffset, ref int outSize)ExitGames.Client.Photon.Encryption.EncryptorNative
egsetEncryptorLoggingCallback(IntPtr userData, LogCallbackDelegate callback)ExitGames.Client.Photon.Encryption.EncryptorNative
egsetEncryptorLoggingLevel(int level)ExitGames.Client.Photon.Encryption.EncryptorNative
Encrypt2(byte[] data, int len, byte[] header, byte[] output, int outOffset, ref int outSize)ExitGames.Client.Photon.Encryption.EncryptorNativeinline
encryptorExitGames.Client.Photon.Encryption.EncryptorNativeprotected
Init(byte[] encryptionSecret, byte[] hmacSecret, byte[] ivBytes=null, bool chainingModeGCM=false)ExitGames.Client.Photon.Encryption.EncryptorNativeinline
LogCallbackDelegate(IntPtr userData, int level, [MarshalAs(UnmanagedType.LPStr)] string msg)ExitGames.Client.Photon.Encryption.EncryptorNative