changhong_newclient/xcode/Classes/Native/mscorlib15.cpp

35670 lines
1.8 MiB

#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"
template <typename R>
struct VirtFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
struct VirtFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct VirtFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4>
struct VirtFuncInvoker4
{
typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6>
struct VirtFuncInvoker6
{
typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method);
}
};
template <typename T1>
struct VirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct VirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename T1, typename T2, typename T3>
struct VirtActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
struct VirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct VirtFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5>
struct VirtFuncInvoker5
{
typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4>
struct GenericVirtFuncInvoker4
{
typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6>
struct GenericVirtFuncInvoker6
{
typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4>
struct InterfaceFuncInvoker4
{
typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6>
struct InterfaceFuncInvoker6
{
typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct InterfaceFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R>
struct InterfaceFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5>
struct InterfaceFuncInvoker5
{
typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method);
}
};
struct InterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4>
struct GenericInterfaceFuncInvoker4
{
typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6>
struct GenericInterfaceFuncInvoker6
{
typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method);
}
};
// Mono.Math.BigInteger
struct BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299;
// Mono.Security.Cryptography.DSAManaged
struct DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA;
// Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler
struct KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56;
// Mono.Security.Cryptography.KeyPairPersistence
struct KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2;
// Mono.Security.Cryptography.RSAManaged
struct RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A;
// Mono.Security.Cryptography.SymmetricTransform
struct SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750;
// System.Action
struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579;
// System.Action`1<System.Object>
struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0;
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1;
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD;
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA;
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
// System.Collections.ArrayList
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task>
struct Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
struct Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB;
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
// System.Collections.Generic.List`1<System.Security.AccessControl.GenericAce>
struct List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A;
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Collections.IEnumerator
struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// System.EventArgs
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E;
// System.Exception
struct Exception_t;
// System.Func`1<System.Object>
struct Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386;
// System.Func`1<System.Security.Cryptography.HashAlgorithm>
struct Func_1_tDBEDAF41976324748D970819AF910F6D9C59C226;
// System.Func`1<System.Threading.Tasks.Task/ContingentProperties>
struct Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F;
// System.Func`2<System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>,System.Threading.Tasks.Task`1<System.Int32>>
struct Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24;
// System.Globalization.Calendar
struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5;
// System.Globalization.CodePageDataItem
struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB;
// System.Globalization.CompareInfo
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1;
// System.Globalization.CultureData
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD;
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F;
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8;
// System.Globalization.TextInfo
struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8;
// System.IAsyncResult
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
// System.IFormatProvider
struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901;
// System.IO.DirectoryNotFoundException
struct DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55;
// System.IO.FileNotFoundException
struct FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431;
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7;
// System.IO.Stream/ReadWriteTask
struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80;
// System.IndexOutOfRangeException
struct IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1;
// System.NotImplementedException
struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4;
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
// System.ObjectDisposedException
struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.OperatingSystem
struct OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83;
// System.OverflowException
struct OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D;
// System.PlatformNotSupportedException
struct PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5;
// System.Predicate`1<System.Object>
struct Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979;
// System.Predicate`1<System.Threading.Tasks.Task>
struct Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.Runtime.CompilerServices.IAsyncStateMachine
struct IAsyncStateMachine_tEFDFBE18E061A6065AB2FF735F1425FB59F919BC;
// System.Runtime.InteropServices.SafeHandle
struct SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383;
// System.Runtime.Serialization.IFormatterConverter
struct IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26;
// System.Security.AccessControl.AceEnumerator
struct AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7;
// System.Security.AccessControl.CommonAcl
struct CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542;
// System.Security.AccessControl.CommonObjectSecurity
struct CommonObjectSecurity_t7B3F56D3DBF627D548C9194863D61A23889EDB16;
// System.Security.AccessControl.CommonSecurityDescriptor
struct CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6;
// System.Security.AccessControl.CryptoKeySecurity
struct CryptoKeySecurity_t706D8A1A2EFD4A085BE82405CE47A9A128772186;
// System.Security.AccessControl.DiscretionaryAcl
struct DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725;
// System.Security.AccessControl.GenericAce
struct GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA;
// System.Security.AccessControl.GenericAce[]
struct GenericAceU5BU5D_tF2B18ADC88D8E2E5DAE165B778AB83EE6992014F;
// System.Security.AccessControl.GenericAcl
struct GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA;
// System.Security.AccessControl.GenericSecurityDescriptor
struct GenericSecurityDescriptor_t2996F327109B05E79BA8499485EB182A34D376B0;
// System.Security.AccessControl.KnownAce
struct KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA;
// System.Security.AccessControl.NativeObjectSecurity
struct NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A;
// System.Security.AccessControl.NativeObjectSecurity/<>c__DisplayClass20_0
struct U3CU3Ec__DisplayClass20_0_t364A4A33918881B41638D92CBE0E1F52C6884E85;
// System.Security.AccessControl.NativeObjectSecurity/ExceptionFromErrorCode
struct ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148;
// System.Security.AccessControl.NativeObjectSecurity/GetSecurityInfoNativeCall
struct GetSecurityInfoNativeCall_t2D7C2CF021CB88FD4B91DDC8F65BE9EE9071F04F;
// System.Security.AccessControl.ObjectAce
struct ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8;
// System.Security.AccessControl.ObjectSecurity
struct ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8;
// System.Security.AccessControl.PrivilegeNotHeldException
struct PrivilegeNotHeldException_tF1E0959BD9AB8A73A4AF952958C0BF406FA23EDF;
// System.Security.AccessControl.QualifiedAce
struct QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F;
// System.Security.AccessControl.RawAcl
struct RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0;
// System.Security.AccessControl.RawSecurityDescriptor
struct RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06;
// System.Security.AccessControl.SystemAcl
struct SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3;
// System.Security.Cryptography.Aes
struct Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653;
// System.Security.Cryptography.AsymmetricAlgorithm
struct AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB;
// System.Security.Cryptography.AsymmetricKeyExchangeDeformatter
struct AsymmetricKeyExchangeDeformatter_t43BCD3FDF3AB4A4303856F165EE5887DF70BDA41;
// System.Security.Cryptography.AsymmetricKeyExchangeFormatter
struct AsymmetricKeyExchangeFormatter_t9CA3BB8564F403286E742FD70000696D5E0E1187;
// System.Security.Cryptography.AsymmetricSignatureDeformatter
struct AsymmetricSignatureDeformatter_t2A943481A45060B8762C73CD0A4D624077C6AB39;
// System.Security.Cryptography.AsymmetricSignatureFormatter
struct AsymmetricSignatureFormatter_t9480AB35AE4F9D132E9C22104181655C6533AB2E;
// System.Security.Cryptography.CryptoAPITransform
struct CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF;
// System.Security.Cryptography.CryptoConfig
struct CryptoConfig_tAC63C427FED51A33BAC3CC050CA1292E7A1AAF7F;
// System.Security.Cryptography.CryptoStream
struct CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC;
// System.Security.Cryptography.CryptographicException
struct CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A;
// System.Security.Cryptography.CryptographicUnexpectedOperationException
struct CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE;
// System.Security.Cryptography.CspKeyContainerInfo
struct CspKeyContainerInfo_t33C2F72A9669DA4DD0F18DFD52F8D0B3586EC6E0;
// System.Security.Cryptography.CspParameters
struct CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7;
// System.Security.Cryptography.DES
struct DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0;
// System.Security.Cryptography.DESCryptoServiceProvider
struct DESCryptoServiceProvider_t4970DFD468A963066369D2D518FD0882628649F6;
// System.Security.Cryptography.DESTransform
struct DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44;
// System.Security.Cryptography.DSA
struct DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF;
// System.Security.Cryptography.DSACryptoServiceProvider
struct DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8;
// System.Security.Cryptography.DSASignatureDeformatter
struct DSASignatureDeformatter_tC4F6EE7636F9BD85197A80563E80DD1138A82372;
// System.Security.Cryptography.DSASignatureDescription
struct DSASignatureDescription_t71AB8FDAC84C28BCCA886EB888A59534631DB07A;
// System.Security.Cryptography.DSASignatureFormatter
struct DSASignatureFormatter_tFEE16240E774EC2338F2B0292CB850CDEE735421;
// System.Security.Cryptography.DeriveBytes
struct DeriveBytes_t0D69F51DA669F265FD23E7B5E5CCA3F26EDCB58A;
// System.Security.Cryptography.FromBase64Transform
struct FromBase64Transform_tDF2D9BD8F6E3313924B81AB982F8A396471F0C8D;
// System.Security.Cryptography.HMAC
struct HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90;
// System.Security.Cryptography.HMACMD5
struct HMACMD5_t8C6693E41EEA9BF26BBAF880B405CC170C43F11B;
// System.Security.Cryptography.HMACRIPEMD160
struct HMACRIPEMD160_t52BA0101B60F21F4C0BB62E6F37E4E8B169DAD71;
// System.Security.Cryptography.HMACSHA1
struct HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5;
// System.Security.Cryptography.HMACSHA256
struct HMACSHA256_t597088501D2683C794DD40CBCC54FA0E6D93E414;
// System.Security.Cryptography.HMACSHA384
struct HMACSHA384_t4AB70A19F033E20CFD5C3E53D9B4745165F4AB09;
// System.Security.Cryptography.HMACSHA512
struct HMACSHA512_t2E9505616EE76E773A963928F94B750C6A52070D;
// System.Security.Cryptography.HashAlgorithm
struct HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA;
// System.Security.Cryptography.ICryptoTransform
struct ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9;
// System.Security.Cryptography.KeySizes
struct KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75;
// System.Security.Cryptography.KeySizes[]
struct KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E;
// System.Security.Cryptography.KeyedHashAlgorithm
struct KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B;
// System.Security.Cryptography.MACTripleDES
struct MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE;
// System.Security.Cryptography.MD5
struct MD5_tCED753745572EC20FE5D31D15F132736B5343EE6;
// System.Security.Cryptography.MD5CryptoServiceProvider
struct MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42;
// System.Security.Cryptography.MaskGenerationMethod
struct MaskGenerationMethod_t643AAADDD596DC55BEA50BF8D374987DAAA11A38;
// System.Security.Cryptography.PKCS1MaskGenerationMethod
struct PKCS1MaskGenerationMethod_tAEE6368F586EC97A58EB7CDAEDEB50F02ED17137;
// System.Security.Cryptography.PasswordDeriveBytes
struct PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC;
// System.Security.Cryptography.RC2CryptoServiceProvider
struct RC2CryptoServiceProvider_t38C55A1EDCC512A04C4F35B6160755668D1AC797;
// System.Security.Cryptography.RIPEMD160Managed
struct RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77;
// System.Security.Cryptography.RNGCryptoServiceProvider
struct RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1;
// System.Security.Cryptography.RSA
struct RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145;
// System.Security.Cryptography.RSACryptoServiceProvider
struct RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4;
// System.Security.Cryptography.RSAPKCS1SHA1SignatureDescription
struct RSAPKCS1SHA1SignatureDescription_tED5464E2310FB099A9E4CA33E856E6660B8187C2;
// System.Security.Cryptography.RSAPKCS1SHA256SignatureDescription
struct RSAPKCS1SHA256SignatureDescription_t3A450D8CA6745B32DA9FE5C9E503CFFED71C02F4;
// System.Security.Cryptography.RSAPKCS1SHA384SignatureDescription
struct RSAPKCS1SHA384SignatureDescription_t623F93C7BDFA2260275B0262C075C93541F2CC01;
// System.Security.Cryptography.RSAPKCS1SHA512SignatureDescription
struct RSAPKCS1SHA512SignatureDescription_t12BD99F575828992ACC6A9937F9B5008C2F6F03E;
// System.Security.Cryptography.RSAPKCS1SignatureDeformatter
struct RSAPKCS1SignatureDeformatter_tC0F0E21B4C925CF6F250441EC51CD4804895597C;
// System.Security.Cryptography.RSAPKCS1SignatureFormatter
struct RSAPKCS1SignatureFormatter_t72A0E518D1DF05E0469FCF760558E4CA497F19B6;
// System.Security.Cryptography.RandomNumberGenerator
struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2;
// System.Security.Cryptography.RijndaelManaged
struct RijndaelManaged_t4E3376C5DAE4AB0D658F4A00A1FE7496DB258182;
// System.Security.Cryptography.SHA1
struct SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA;
// System.Security.Cryptography.SHA1CryptoServiceProvider
struct SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D;
// System.Security.Cryptography.SHA1Internal
struct SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8;
// System.Security.Cryptography.SHA1Managed
struct SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D;
// System.Security.Cryptography.SHA256Managed
struct SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2;
// System.Security.Cryptography.SHA384Managed
struct SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160;
// System.Security.Cryptography.SHA512Managed
struct SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2;
// System.Security.Cryptography.SignatureDescription
struct SignatureDescription_tB231FA82A9D19469390933853DE38CCB0C0A873F;
// System.Security.Cryptography.SymmetricAlgorithm
struct SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789;
// System.Security.Cryptography.TailStream
struct TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89;
// System.Security.Cryptography.TripleDES
struct TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1;
// System.Security.Cryptography.TripleDESCryptoServiceProvider
struct TripleDESCryptoServiceProvider_t9DC43BD25787CDC4A1C702E699F5038881A8D389;
// System.Security.Principal.SecurityIdentifier
struct SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE;
// System.Security.SecureString
struct SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5;
// System.Security.SecurityDocument
struct SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05;
// System.Security.SecurityElement
struct SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7;
// System.Security.Util.Parser
struct Parser_tD4E1A3DB8457E4F97C6B057B01BADD8319821281;
// System.Security.Util.Tokenizer
struct Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76;
// System.String
struct String_t;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782;
// System.Text.DecoderFallback
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60;
// System.Text.EncoderFallback
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63;
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Text.UTF8Encoding
struct UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE;
// System.Threading.CancellationTokenSource
struct CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE;
// System.Threading.ContextCallback
struct ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676;
// System.Threading.LockQueue
struct LockQueue_t82270731E5B32822C1CD2B402469A0AF6F01DDA4;
// System.Threading.ManualResetEvent
struct ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408;
// System.Threading.ReaderWriterLock
struct ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349;
// System.Threading.SemaphoreSlim
struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048;
// System.Threading.SemaphoreSlim/TaskNode
struct TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D;
// System.Threading.Tasks.StackGuard
struct StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9;
// System.Threading.Tasks.Task
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2;
// System.Threading.Tasks.Task/ContingentProperties
struct ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08;
// System.Threading.Tasks.TaskFactory
struct TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155;
// System.Threading.Tasks.TaskFactory`1<System.Int32>
struct TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7;
// System.Threading.Tasks.TaskScheduler
struct TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114;
// System.Threading.Tasks.Task`1<System.Boolean>
struct Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439;
// System.Threading.Tasks.Task`1<System.Int32>
struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87;
// System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>
struct Task_1_t1359D75350E9D976BFA28AD96E417450DE277673;
// System.Type
struct Type_t;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
// System.UInt32[]
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB;
// System.UInt64[]
struct UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4;
// System.UnauthorizedAccessException
struct UnauthorizedAccessException_tC2210A745BFDD3AE3559A87A4219E2945EEC9F75;
// System.Version
struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
IL2CPP_EXTERN_C RuntimeClass* AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AceQualifier_tF423849F801DD7199100D88803986612B2C681E5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AceType_tAE0F61AC1651E5EDF023A1ED7944677C9CF48FD9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DESCryptoServiceProvider_t4970DFD468A963066369D2D518FD0882628649F6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSASignatureDeformatter_tC4F6EE7636F9BD85197A80563E80DD1138A82372_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSASignatureDescription_t71AB8FDAC84C28BCCA886EB888A59534631DB07A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSASignatureFormatter_tFEE16240E774EC2338F2B0292CB850CDEE735421_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GenericAceU5BU5D_tF2B18ADC88D8E2E5DAE165B778AB83EE6992014F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GetSecurityInfoNativeCall_t2D7C2CF021CB88FD4B91DDC8F65BE9EE9071F04F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HMACMD5_t8C6693E41EEA9BF26BBAF880B405CC170C43F11B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HMACRIPEMD160_t52BA0101B60F21F4C0BB62E6F37E4E8B169DAD71_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HMACSHA256_t597088501D2683C794DD40CBCC54FA0E6D93E414_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HMACSHA384_t4AB70A19F033E20CFD5C3E53D9B4745165F4AB09_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HMACSHA512_t2E9505616EE76E773A963928F94B750C6A52070D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MD5_tCED753745572EC20FE5D31D15F132736B5343EE6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OidGroup_t0A45655E8D1AB87306F19A918E98DE4D61E86BF7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Parser_tD4E1A3DB8457E4F97C6B057B01BADD8319821281_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PrivilegeNotHeldException_tF1E0959BD9AB8A73A4AF952958C0BF406FA23EDF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RC2CryptoServiceProvider_t38C55A1EDCC512A04C4F35B6160755668D1AC797_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RSAPKCS1SHA1SignatureDescription_tED5464E2310FB099A9E4CA33E856E6660B8187C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RSAPKCS1SHA256SignatureDescription_t3A450D8CA6745B32DA9FE5C9E503CFFED71C02F4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RSAPKCS1SHA384SignatureDescription_t623F93C7BDFA2260275B0262C075C93541F2CC01_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RSAPKCS1SHA512SignatureDescription_t12BD99F575828992ACC6A9937F9B5008C2F6F03E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RSAPKCS1SignatureDeformatter_tC0F0E21B4C925CF6F250441EC51CD4804895597C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RSAPKCS1SignatureFormatter_t72A0E518D1DF05E0469FCF760558E4CA497F19B6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RijndaelManaged_t4E3376C5DAE4AB0D658F4A00A1FE7496DB258182_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SecurityInfos_t4574DCA23460CA3419BAA48DA2ACCBA33E3772DC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TripleDESCryptoServiceProvider_t9DC43BD25787CDC4A1C702E699F5038881A8D389_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass20_0_t364A4A33918881B41638D92CBE0E1F52C6884E85_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnauthorizedAccessException_tC2210A745BFDD3AE3559A87A4219E2945EEC9F75_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Utils_t026EFC92DF9F36B31A0C7E263ACD8458C3C23348_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____646036A65DECCD6835C914A46E6E44B729433B60_51_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____6D797C11E1D4FB68B6570CF2A92B792433527065_58_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____8AEFB06C426E07A0A671A1E2488B4858D694A730_75_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125_FieldInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral0048DEAE32BAEC237741315F192A8069558B375B;
IL2CPP_EXTERN_C String_t* _stringLiteral004A21CCF4449F84B69A76602E65315F9A7875E6;
IL2CPP_EXTERN_C String_t* _stringLiteral01E4715CD1F1397A5C3495A567A488FCA2E123EC;
IL2CPP_EXTERN_C String_t* _stringLiteral038A7FA308AD75984DF72DB8ABC5C3E3684CFBB0;
IL2CPP_EXTERN_C String_t* _stringLiteral03DE96B4248AD7196C04AB6B8E582EDBA92A7265;
IL2CPP_EXTERN_C String_t* _stringLiteral054D44E1BDA587A06CCB251246C0EE7E34D53865;
IL2CPP_EXTERN_C String_t* _stringLiteral05A64D8F4A280F6D2641D1D8433899C188E94B59;
IL2CPP_EXTERN_C String_t* _stringLiteral063F5BA07B9A8319201C127A47193BF92C67599A;
IL2CPP_EXTERN_C String_t* _stringLiteral081D837E0A82FC538891ECFD0AA738A56F753735;
IL2CPP_EXTERN_C String_t* _stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3;
IL2CPP_EXTERN_C String_t* _stringLiteral08E93AAB825750FCAD1606E7494295F4F8512C13;
IL2CPP_EXTERN_C String_t* _stringLiteral0AA762A3448BD193674E004E2AF5DCC399C58016;
IL2CPP_EXTERN_C String_t* _stringLiteral0F332B11E0777B2648EE5191CE2F6D00DB34F768;
IL2CPP_EXTERN_C String_t* _stringLiteral0F5B530255E5A064CC73699E4FA44BA8B2AD399F;
IL2CPP_EXTERN_C String_t* _stringLiteral102DCEA57B0E842F87BF24A98ED93F1F847F04CB;
IL2CPP_EXTERN_C String_t* _stringLiteral1095ACFD4D7275AE92DE523E40A546223852B551;
IL2CPP_EXTERN_C String_t* _stringLiteral14BC51577308D16E2DE4D2FD77717A9F31BC6CBE;
IL2CPP_EXTERN_C String_t* _stringLiteral14D34C067440DDDF3ABC6CD5E59936C4A6BBBAA4;
IL2CPP_EXTERN_C String_t* _stringLiteral16BCE69BAC2BDBE6CF1E403D035739D99285A357;
IL2CPP_EXTERN_C String_t* _stringLiteral17149ABD69F0071A40D60C17F285B7CE932A7B3D;
IL2CPP_EXTERN_C String_t* _stringLiteral1846568FADB7401EF63507EE98BD41C81412F408;
IL2CPP_EXTERN_C String_t* _stringLiteral1864E47701E0D2A7109E5C19F28EA68445C96785;
IL2CPP_EXTERN_C String_t* _stringLiteral1885B40296C072C74A7520BC8639DA0FEDA99A16;
IL2CPP_EXTERN_C String_t* _stringLiteral189BDEF957FC6F02271E3256B24E818168134DDA;
IL2CPP_EXTERN_C String_t* _stringLiteral19DA398173BE4A1CA60D252A28CD0731E60A4780;
IL2CPP_EXTERN_C String_t* _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25;
IL2CPP_EXTERN_C String_t* _stringLiteral1AFF74793B6D43BB3253C12CF4B1DDD1585C1C54;
IL2CPP_EXTERN_C String_t* _stringLiteral1D15C44A31A976ADD45F436651297A94872BD143;
IL2CPP_EXTERN_C String_t* _stringLiteral1D3C8BCC44B8A2CBA4C63B30774BF6644D4649C4;
IL2CPP_EXTERN_C String_t* _stringLiteral1FB07FC6593E8F32201FA2F3A4164F265B0CC2ED;
IL2CPP_EXTERN_C String_t* _stringLiteral2037397024228EACFFB9B8132F814C6C6593EF2C;
IL2CPP_EXTERN_C String_t* _stringLiteral206BD1A6D2C7CFB60753B48492138F9EBC758B26;
IL2CPP_EXTERN_C String_t* _stringLiteral22225253A3DB9C71DD7D8F79C6E6FA1084B44E49;
IL2CPP_EXTERN_C String_t* _stringLiteral2346AD27D7568BA9896F1B7DA6B5991251DEBDF2;
IL2CPP_EXTERN_C String_t* _stringLiteral23EB4D3F4155395A74E9D534F97FF4C1908F5AAC;
IL2CPP_EXTERN_C String_t* _stringLiteral2520E1CB04F9EC221D70E2B76F6DEECBE952E1EC;
IL2CPP_EXTERN_C String_t* _stringLiteral259DFF6E1C8B5E8C82D2F95E5857D55C4E73F705;
IL2CPP_EXTERN_C String_t* _stringLiteral2628AAA51BA50C39C84CFA56604CE731EFEC490B;
IL2CPP_EXTERN_C String_t* _stringLiteral2684A7EF111863B200C834E7572390FA05F109E3;
IL2CPP_EXTERN_C String_t* _stringLiteral26DB4ADFD18BEF9CD0D83082F02FA1E98DDA8B4D;
IL2CPP_EXTERN_C String_t* _stringLiteral2994A243F32A65FAF581E5A76369B83C11170BE7;
IL2CPP_EXTERN_C String_t* _stringLiteral29C1F3CF671868CF7CF94FA12D4170A37C8C1543;
IL2CPP_EXTERN_C String_t* _stringLiteral2A85218C1454A4FDA25AB5904A6853351DA24AEF;
IL2CPP_EXTERN_C String_t* _stringLiteral2ACDF7D461D049E473E0E9D1411145B03BAC0D16;
IL2CPP_EXTERN_C String_t* _stringLiteral2C5845B07FB5729480F251C5DFEC3B02BA43EA98;
IL2CPP_EXTERN_C String_t* _stringLiteral2CB0A92636DB3A3A9D187F27C6DE24B5B2F91B92;
IL2CPP_EXTERN_C String_t* _stringLiteral2D91E9980B38E82DF8F787AB449DF0E2AADFF84A;
IL2CPP_EXTERN_C String_t* _stringLiteral2F3C7240188D276B614A79BC97FA6308D37681F9;
IL2CPP_EXTERN_C String_t* _stringLiteral2F44E4A7B035EEFCCE23EDC6BE988128E1CE29A6;
IL2CPP_EXTERN_C String_t* _stringLiteral301E27C175882258AF76A9028BB2CC7752652744;
IL2CPP_EXTERN_C String_t* _stringLiteral306E38A7A68C6577A28AA421F330BB7E2CCD19DE;
IL2CPP_EXTERN_C String_t* _stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D;
IL2CPP_EXTERN_C String_t* _stringLiteral3177A15C5117684C4155973B001D3B6A1D2F87DF;
IL2CPP_EXTERN_C String_t* _stringLiteral32679E4CE463CE1AD4AE7CBBDDA0D62F08639EB7;
IL2CPP_EXTERN_C String_t* _stringLiteral32FE9F5BDA708F956B34E6513BBED17121F39547;
IL2CPP_EXTERN_C String_t* _stringLiteral3442496B96DD01591A8CD44B1EEC1368AB728ABA;
IL2CPP_EXTERN_C String_t* _stringLiteral38DC2CA78F8926F3A92266B514E823AF9B2D333E;
IL2CPP_EXTERN_C String_t* _stringLiteral38E1AFC65E4C3A211506657EA58563AB4931B6AB;
IL2CPP_EXTERN_C String_t* _stringLiteral3B2735839D1797305D98210526CD0E0525FA22A9;
IL2CPP_EXTERN_C String_t* _stringLiteral3B2B13D765299FF4FA55E6D08D981167BAAF9E42;
IL2CPP_EXTERN_C String_t* _stringLiteral3DBF83FF89B0BB283CED3C1E49B246AB5743B7C5;
IL2CPP_EXTERN_C String_t* _stringLiteral415AB40AE9B7CC4E66D6769CB2C08106E8293B48;
IL2CPP_EXTERN_C String_t* _stringLiteral41F215A6D36C7782875BFB5D6D290EBB1E7961DF;
IL2CPP_EXTERN_C String_t* _stringLiteral425D0922B3DBEFD9CC78FAE2E9734F28B18CAEE1;
IL2CPP_EXTERN_C String_t* _stringLiteral42CC065F07E499226AC12F2671F652ACFDAF3D73;
IL2CPP_EXTERN_C String_t* _stringLiteral43994F036B284920EB65140595B212791E1E315B;
IL2CPP_EXTERN_C String_t* _stringLiteral43E4B01DA5BC310916BDCD59560588C54E5A08C9;
IL2CPP_EXTERN_C String_t* _stringLiteral4445A06EBC92C6FB2CD4DBB7E6BC35A1A42855CF;
IL2CPP_EXTERN_C String_t* _stringLiteral44D01B6AF57060949A24B74DB13BA7D1C49E6F53;
IL2CPP_EXTERN_C String_t* _stringLiteral453C7F4F8E131B7222D28B69E0207049CC8F454D;
IL2CPP_EXTERN_C String_t* _stringLiteral49F8EDC3EB21C8EF5D93BA9DFC2E27C34C23BF06;
IL2CPP_EXTERN_C String_t* _stringLiteral4A9B136550890770D29DF6A00FAA574C173789AD;
IL2CPP_EXTERN_C String_t* _stringLiteral4E86D71D1304A65CA8ADC2FE1DEDFAC51E66FEE0;
IL2CPP_EXTERN_C String_t* _stringLiteral4E9E9C2AF9BEDCDD6A50EDEF9239BF73AFE6CFFC;
IL2CPP_EXTERN_C String_t* _stringLiteral4F5682017652A2F207F9210E350173DF85EA12D0;
IL2CPP_EXTERN_C String_t* _stringLiteral4FD9225026296032FD175BA12995E8435BF8E579;
IL2CPP_EXTERN_C String_t* _stringLiteral511993D3C99719E38A6779073019DACD7178DDB9;
IL2CPP_EXTERN_C String_t* _stringLiteral523AC32205F06EB2E8236E77B00BF5E6500A0651;
IL2CPP_EXTERN_C String_t* _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651;
IL2CPP_EXTERN_C String_t* _stringLiteral58668E7669FD564D99DB5D581FCDB6A5618440B5;
IL2CPP_EXTERN_C String_t* _stringLiteral5AB8FB3BA84C84C0B9929FD9B6D13F639D3078BB;
IL2CPP_EXTERN_C String_t* _stringLiteral5C3B88959EDA541C1EAC4EFB45BC47CF23236D36;
IL2CPP_EXTERN_C String_t* _stringLiteral5D9A20A17F44C820674B0A8F30B1F046EC0DA0B0;
IL2CPP_EXTERN_C String_t* _stringLiteral60E80545679C5DA4E2134589AEE88C06F9FB43D4;
IL2CPP_EXTERN_C String_t* _stringLiteral61BC9767AF0DF0DF38787CEC39C487629964C923;
IL2CPP_EXTERN_C String_t* _stringLiteral649899A8F636172897CCF04C1781F0E59F4041D5;
IL2CPP_EXTERN_C String_t* _stringLiteral65E49DAB77336CA851AE4EB596211C1C78BC2386;
IL2CPP_EXTERN_C String_t* _stringLiteral66D145F9BC4E163069F795822A1EA8BEF2E4E55B;
IL2CPP_EXTERN_C String_t* _stringLiteral6715EF2280FB549D73B09E8F1DB9F9E1313071F3;
IL2CPP_EXTERN_C String_t* _stringLiteral6738D06D6C794327B819962FE118768444DFE966;
IL2CPP_EXTERN_C String_t* _stringLiteral679E09EF0A5553CB21382C3BD3F85600BB011CC5;
IL2CPP_EXTERN_C String_t* _stringLiteral67AFB09F8D27C14D9989413831A63484F21CBCFB;
IL2CPP_EXTERN_C String_t* _stringLiteral69B1CD108D15D8A8D877F23EA15746F91357DB06;
IL2CPP_EXTERN_C String_t* _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C;
IL2CPP_EXTERN_C String_t* _stringLiteral6BE8F9EC35819FA83807CCD9BB9E225AFF2F47DE;
IL2CPP_EXTERN_C String_t* _stringLiteral6C1FD94D4E88ED3CDF21B575C0573DAF7ACC4EBB;
IL2CPP_EXTERN_C String_t* _stringLiteral6C9C7BAF0DF03D7191DA4E981ABFD19642D45582;
IL2CPP_EXTERN_C String_t* _stringLiteral6D05961B9849CF93805E8A652823D1C25F3E0A30;
IL2CPP_EXTERN_C String_t* _stringLiteral6E6E58BEF4B61192EE4EEE5C593C70D0535F6101;
IL2CPP_EXTERN_C String_t* _stringLiteral70AB865B353A2ED51DA72409EB88F60EFE27D0C0;
IL2CPP_EXTERN_C String_t* _stringLiteral7109F9ECFCC521A037C045BAB837A04A1467751B;
IL2CPP_EXTERN_C String_t* _stringLiteral71EFA7E9FA909ED1CB9E25F0907FB4A41A55C2E7;
IL2CPP_EXTERN_C String_t* _stringLiteral72076DCDB50BDCF1D35600C86FAA560E730A552F;
IL2CPP_EXTERN_C String_t* _stringLiteral745E428A7E2D895994D11BCE9C1698C2087FEEE7;
IL2CPP_EXTERN_C String_t* _stringLiteral752DA69D35B7D2F3AECB0519FD2289F94D325EA7;
IL2CPP_EXTERN_C String_t* _stringLiteral75B02FB3D1E91E5F18AEF605D031ED9E5425AB72;
IL2CPP_EXTERN_C String_t* _stringLiteral7623358BE352F2D10F9FBCE6565E12A845E9921D;
IL2CPP_EXTERN_C String_t* _stringLiteral7647CD1964FA9C3DB292EC19AAD7E2D17340B89B;
IL2CPP_EXTERN_C String_t* _stringLiteral780255AE9FB965E3DA7A719C25DB446CD7E363A6;
IL2CPP_EXTERN_C String_t* _stringLiteral781C42C8B8E58290D48A10D0FDEF4A87279EF7DA;
IL2CPP_EXTERN_C String_t* _stringLiteral79BF07EDD356DA6068338BA1CC5CF20EA1997F6C;
IL2CPP_EXTERN_C String_t* _stringLiteral7E66579C2DC88D0E01672221DB46B4D595893173;
IL2CPP_EXTERN_C String_t* _stringLiteral809A5353F7D4F1CC85D53AC73B1A87FDF04978CC;
IL2CPP_EXTERN_C String_t* _stringLiteral8228CC6FC660BC93819620C7CACB1E0A8732B70B;
IL2CPP_EXTERN_C String_t* _stringLiteral83D4C02B373BF14AFB220E71954EB26BC638C6A3;
IL2CPP_EXTERN_C String_t* _stringLiteral8450841FB8F4E6D177858C973FC6CC80CA20B8EF;
IL2CPP_EXTERN_C String_t* _stringLiteral84BDD358EA75302F880E3DC1B629FD2ED959232A;
IL2CPP_EXTERN_C String_t* _stringLiteral85D56CB41A65761DCEA36D0CEB2F0EC45F184419;
IL2CPP_EXTERN_C String_t* _stringLiteral86829FC0DE3D324E35FF13062CC9A78C63B98431;
IL2CPP_EXTERN_C String_t* _stringLiteral8860B86459E3EF92393A9D7FF2216E64A3C464F1;
IL2CPP_EXTERN_C String_t* _stringLiteral8862EDBAB039F3ABF957AB1AC05B05486B32335D;
IL2CPP_EXTERN_C String_t* _stringLiteral888B2AB675FB5D7F6F9DECB418C618803EF62592;
IL2CPP_EXTERN_C String_t* _stringLiteral88C23C3C937405CCEFA4C091F6F1A6D9B0AC2C6B;
IL2CPP_EXTERN_C String_t* _stringLiteral88E95B69EBE89180DDB6D70300A78CEDE72FEBDA;
IL2CPP_EXTERN_C String_t* _stringLiteral8918776C55D081E9DBEDEFFF4E02E117936C4AA3;
IL2CPP_EXTERN_C String_t* _stringLiteral8A69987CEA8C9A1F96FEECFE4E20B67F51110F5F;
IL2CPP_EXTERN_C String_t* _stringLiteral8CBA9BAF4069B2AB93151870C8BBB33404531F18;
IL2CPP_EXTERN_C String_t* _stringLiteral8CF7FE29A597D2BB7FB0A4B015BDBB1BDE21ED92;
IL2CPP_EXTERN_C String_t* _stringLiteral8D63C9DDEAEFC5A6777030F6A7C25672F46FD377;
IL2CPP_EXTERN_C String_t* _stringLiteral8F4BAD6375F8031D1EEA90C8506C3E9B4A7A8845;
IL2CPP_EXTERN_C String_t* _stringLiteral8FDF73DD4B60178D8D76722A318B1944340F72F8;
IL2CPP_EXTERN_C String_t* _stringLiteral904677252D839576579CC9FA9C60FEC7CF818DDC;
IL2CPP_EXTERN_C String_t* _stringLiteral917675A3C65584FF2D05F28B381A0306A8D9EC83;
IL2CPP_EXTERN_C String_t* _stringLiteral93C111851DDDD72DF1CCE55558C3008A4EF10212;
IL2CPP_EXTERN_C String_t* _stringLiteral977DAEE1A5FCF6E60DCEFE44BE17DEDE7956024F;
IL2CPP_EXTERN_C String_t* _stringLiteral97E545A78CF68A97CFABEEF624913E3C78EA4D98;
IL2CPP_EXTERN_C String_t* _stringLiteral996AD5C7B881B0CC46DFFA2FBEFBEA98C1C47655;
IL2CPP_EXTERN_C String_t* _stringLiteral9B214A0FBC91794F9B2F7C03B2FFDADC705BB106;
IL2CPP_EXTERN_C String_t* _stringLiteral9DC48D268D532F561416816BD15CC881DD8CD3D7;
IL2CPP_EXTERN_C String_t* _stringLiteral9FD84BA22BCC2C75E0FDB550EB4A0A3E5D326240;
IL2CPP_EXTERN_C String_t* _stringLiteralA12083BADD146F221E05419C3C15DC0CB7D1A0F6;
IL2CPP_EXTERN_C String_t* _stringLiteralA12C0AE3EDED2C019C79B49F901F7F100918318A;
IL2CPP_EXTERN_C String_t* _stringLiteralA17C9AAA61E80A1BF71D0D850AF4E5BAA9800BBD;
IL2CPP_EXTERN_C String_t* _stringLiteralA36A6718F54524D846894FB04B5B885B4E43E63B;
IL2CPP_EXTERN_C String_t* _stringLiteralA3DCECB3E79C8239C051C4ACE256716A86AAF14F;
IL2CPP_EXTERN_C String_t* _stringLiteralA421A9ECD3B9D524DE4A61F05E394659C957E680;
IL2CPP_EXTERN_C String_t* _stringLiteralA581992EF2214628320EFA402E984AF6E5EA8654;
IL2CPP_EXTERN_C String_t* _stringLiteralA5A13027211F0B4427CA2494B23E545326628927;
IL2CPP_EXTERN_C String_t* _stringLiteralA608C24C078817E424D3A13D5A65B8C4A2F0AA4E;
IL2CPP_EXTERN_C String_t* _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE;
IL2CPP_EXTERN_C String_t* _stringLiteralA724C60C7FDED91FE1665AC0CFCAB3E92C68CE29;
IL2CPP_EXTERN_C String_t* _stringLiteralA7E1CFC2241A1540DD061C8A292F24D250F7C70D;
IL2CPP_EXTERN_C String_t* _stringLiteralA8DCA9EAB98DF6D866332F48A7666D025CF30BF7;
IL2CPP_EXTERN_C String_t* _stringLiteralAA42712128B981BBB051A246DF3B92C88B7D7202;
IL2CPP_EXTERN_C String_t* _stringLiteralB27FE2AFB8AD106D91185B228874967E22A5B82E;
IL2CPP_EXTERN_C String_t* _stringLiteralB310DA45B1EBF444106A41B7832AB2FBE25DAB41;
IL2CPP_EXTERN_C String_t* _stringLiteralB361B3911522C09919A6EC8A5DB9676E2C2CEFB3;
IL2CPP_EXTERN_C String_t* _stringLiteralB36855C8106E21F3F1D294497421FA8827D57C6A;
IL2CPP_EXTERN_C String_t* _stringLiteralB3F111108BA874807F853B281D56C24F1663DF51;
IL2CPP_EXTERN_C String_t* _stringLiteralB40D6CD4CF673AC976ECA2909907795C34BC177E;
IL2CPP_EXTERN_C String_t* _stringLiteralB49702DE005AEDAFD83395B35F0FD6964DCAA33A;
IL2CPP_EXTERN_C String_t* _stringLiteralB538E71A145DB2DF0992C6A9882A072D1CA407FE;
IL2CPP_EXTERN_C String_t* _stringLiteralB7640D3025BFDC2590F98D3AC2DF7D19BBD0EC9E;
IL2CPP_EXTERN_C String_t* _stringLiteralB773BED04A48DE200B96981BB79467413A222066;
IL2CPP_EXTERN_C String_t* _stringLiteralB80FCCCF58C9E017A9D783303E4BF24EA8120779;
IL2CPP_EXTERN_C String_t* _stringLiteralB864F02CAABF67EE9DAB90D79279565A1DE9C7CA;
IL2CPP_EXTERN_C String_t* _stringLiteralB89C033E4B016222445A14303870AE92C56801BB;
IL2CPP_EXTERN_C String_t* _stringLiteralB92E713B21B29946A52E5FFE714C82EB670E98F9;
IL2CPP_EXTERN_C String_t* _stringLiteralBA443BD433770FD1FF9A9F228975BA77391CE319;
IL2CPP_EXTERN_C String_t* _stringLiteralBB989CB67D746F7A89DC7340E29E8BFD3DC967A9;
IL2CPP_EXTERN_C String_t* _stringLiteralBBA592C780BAA2BD80C0FDB04EC8E10FD3041179;
IL2CPP_EXTERN_C String_t* _stringLiteralBBAA31881F8EFA20E68D6C29545CB39DED166BFC;
IL2CPP_EXTERN_C String_t* _stringLiteralBC4CD0294E0999F20205970C2B199983C3C0B0A5;
IL2CPP_EXTERN_C String_t* _stringLiteralBC8AB946FF84A98F1B995F29850F63C9D1EC4F7F;
IL2CPP_EXTERN_C String_t* _stringLiteralBD7A72B2126E6FA40F3DBCE326C92AF1CBB86380;
IL2CPP_EXTERN_C String_t* _stringLiteralBEABC360599DB05A149F26A3125B5D852F68ACF0;
IL2CPP_EXTERN_C String_t* _stringLiteralBEEF855DA262DC547061CA6BE5DA5E24503FD34D;
IL2CPP_EXTERN_C String_t* _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B;
IL2CPP_EXTERN_C String_t* _stringLiteralC169BB34C183CA07B6309A1F467C2BACBA841760;
IL2CPP_EXTERN_C String_t* _stringLiteralC1EA94F7E524679D0CF34AB7B0B28ABE41BA732B;
IL2CPP_EXTERN_C String_t* _stringLiteralC3156E00D3C2588C639E0D3CF6821258B05761C7;
IL2CPP_EXTERN_C String_t* _stringLiteralC36C0A8A3DE1B2632DA106BBCF3DA5C116047F5B;
IL2CPP_EXTERN_C String_t* _stringLiteralC515C0282160B64A48B37BAF8508AE6D09307BF6;
IL2CPP_EXTERN_C String_t* _stringLiteralC6F13FE004C2289E7A0EE2FD90131AD4D07F686D;
IL2CPP_EXTERN_C String_t* _stringLiteralC70D70EEE4594E8A09D5D076386F5419E3534813;
IL2CPP_EXTERN_C String_t* _stringLiteralC82E3D7279EFA3ECA576370AF952C815D48CE41F;
IL2CPP_EXTERN_C String_t* _stringLiteralC907882F58B3ECAFFCE2D01BAC00931F703B95BE;
IL2CPP_EXTERN_C String_t* _stringLiteralC9E8E5C65D39ED6224895229A5E315DDE8FB2F43;
IL2CPP_EXTERN_C String_t* _stringLiteralCB0CEEE65BF210F760A9DB40410CA6A7F81E351F;
IL2CPP_EXTERN_C String_t* _stringLiteralCBA090905C022919F194542CD9B09CA35ECAD093;
IL2CPP_EXTERN_C String_t* _stringLiteralCD0445242E4F21D506708A1E8189020C84DAB849;
IL2CPP_EXTERN_C String_t* _stringLiteralCD882F992F76D1DAF86C519F7D085A40AAA91E59;
IL2CPP_EXTERN_C String_t* _stringLiteralCD911902D5F716340723F96C3D7ED0A89E6C5EED;
IL2CPP_EXTERN_C String_t* _stringLiteralD0F2215BC803A642114FE14639877805BFB6C704;
IL2CPP_EXTERN_C String_t* _stringLiteralD4C44848BC5DDC379AE5DB6A2A8ECC7A0B2B9AFC;
IL2CPP_EXTERN_C String_t* _stringLiteralD5DF16A053AC14B040C62E79CA35CBD99E8BA7C8;
IL2CPP_EXTERN_C String_t* _stringLiteralD8420BA2B27245C8FEDFDF3B79667EFDDAEB932F;
IL2CPP_EXTERN_C String_t* _stringLiteralD86CAEDE0264D429ED6B1D3FE83EC87A18EED990;
IL2CPP_EXTERN_C String_t* _stringLiteralD8F4590320E1343A915B6394170650A8F35D6926;
IL2CPP_EXTERN_C String_t* _stringLiteralD99687D6E2A05AB86D82EB88F617BB3A6D262286;
IL2CPP_EXTERN_C String_t* _stringLiteralDF3F0EECF32DE5413D72F23B7632063A9EE7A585;
IL2CPP_EXTERN_C String_t* _stringLiteralE0000ABFE2C72976480D2ACE311F321B27C18D97;
IL2CPP_EXTERN_C String_t* _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939;
IL2CPP_EXTERN_C String_t* _stringLiteralE2305F8324CE88D5A3D1BA46BFC8E824A193B470;
IL2CPP_EXTERN_C String_t* _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25;
IL2CPP_EXTERN_C String_t* _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346;
IL2CPP_EXTERN_C String_t* _stringLiteralE554422A394CA76EB629B1457DD3F68AE6A4CA0E;
IL2CPP_EXTERN_C String_t* _stringLiteralE7A9426F4ACE1139FF2DEEEB7672871CCE61048E;
IL2CPP_EXTERN_C String_t* _stringLiteralE8A0229105B61A31338DCA564DC4CA66F3FE715B;
IL2CPP_EXTERN_C String_t* _stringLiteralE8BDA9A329A46872168492A6287FACF927FB9D7F;
IL2CPP_EXTERN_C String_t* _stringLiteralE908389D4BBF30E8DC72DC47CDF6B45D89E8B2A0;
IL2CPP_EXTERN_C String_t* _stringLiteralE9D596E7807A846BC76A51E845FCC844F24DFDAA;
IL2CPP_EXTERN_C String_t* _stringLiteralEA3DDA9369A2F6BD5A542860BEADE1187A9FCE29;
IL2CPP_EXTERN_C String_t* _stringLiteralED50428635AF159E7FC84FB6F7C9B4D19D639BBA;
IL2CPP_EXTERN_C String_t* _stringLiteralED9C29870C7757C442F5FD54D78BA42325E63363;
IL2CPP_EXTERN_C String_t* _stringLiteralEE136D8694F2B40B0D9EE0092117EEC4FC7105F1;
IL2CPP_EXTERN_C String_t* _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556;
IL2CPP_EXTERN_C String_t* _stringLiteralF15DCF4F4C4788BD209FF60E3CEB970A1340D528;
IL2CPP_EXTERN_C String_t* _stringLiteralF2435E7DF6B834FC7043D5254116CBEC698F042B;
IL2CPP_EXTERN_C String_t* _stringLiteralF2883B73C7170209AD6F63B0EFACADB881FE5E22;
IL2CPP_EXTERN_C String_t* _stringLiteralF2B73D50C0399BB8C7BB9DBF53936CF45AFD841F;
IL2CPP_EXTERN_C String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5;
IL2CPP_EXTERN_C String_t* _stringLiteralF47AE1698E7479AC3AB62023657BA00C2BCC1426;
IL2CPP_EXTERN_C String_t* _stringLiteralF4B2C4CB5B1AEE72242C4C56A1609A441FF3F489;
IL2CPP_EXTERN_C String_t* _stringLiteralF5FFE13209F3EA6C60D3F9605E43E998A329AD77;
IL2CPP_EXTERN_C String_t* _stringLiteralF6DAA773BC3288329661E8EDCF4D85322B66247C;
IL2CPP_EXTERN_C String_t* _stringLiteralFA54E171FCDD7A053C7DCD4773C6E0773E360538;
IL2CPP_EXTERN_C String_t* _stringLiteralFAB5F62863CDEDC5143552C9D37D6679E3304F7A;
IL2CPP_EXTERN_C String_t* _stringLiteralFD4DAE62771BEDC37631F8989D614C68BF411CAF;
IL2CPP_EXTERN_C String_t* _stringLiteralFDDD0BA7698853BC0B5E357EE844B42547216CBC;
IL2CPP_EXTERN_C String_t* _stringLiteralFED5FDED49B891B9DF94BC9DB29C972C176359D8;
IL2CPP_EXTERN_C const RuntimeMethod* Aes_Create_m38354BC6E569F7B6D10BD5760915D90921520998_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsymmetricAlgorithm_FromXmlString_m7127D8D36C54B08DEF6C3829069A932128B10BFD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsymmetricAlgorithm_ToXmlString_mA2B3F042344DD8932CDB10B6D173726B8702077D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsymmetricAlgorithm_get_KeyExchangeAlgorithm_m2D509E0BBB484751F8EB8B8F81023710877E4300_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsymmetricAlgorithm_get_SignatureAlgorithm_mF11F00C910E41A66E9E6441670C03CB10C092AB3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsymmetricAlgorithm_set_KeySize_m62273955359A3F7D905C64128A66129A9563A20D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsymmetricSignatureDeformatter_VerifySignature_mB67705AB28C2DFA62059E0DCE1EA46FC19A6FCEB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsymmetricSignatureFormatter_CreateSignature_m334037D6E2CD1B0462337FE81D054E1BE19B0728_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m8F02490ED1BA90F925C6ED954F0ED2497DE5B07A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m85CBC3084DC61CE12A01D07E47F8A6B0A44A561A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_mFC644CE2776D37D1FA13594A6CB8A2D0947931AD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_mB155504875E2454883E034E847877A9DEA85E318_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_mC6242DDCD4119CD73267E4B9888FF3474D795821_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_mAFB12C1766B74D412E293BA7AB711615A14C2230_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetStateMachine_mADB2F2ED219BD69EC85F7516C62FB23F840BB877_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m44985BB14C0BEB66B9B87B3205FD65CA660524DD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_m939AAFF5841821CC09C627DCDEB2DFD5B933DFC2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m4B77B5926937C3C251D9252BCA69FA2E8A81A337_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_mBBC9F696FB165BD8316D0DB0834AE1D94F2FA92E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaitable_1_GetAwaiter_m10B0B84F72A27E623BD94882380E582459F8B8DE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_GetResult_m05FB789E6901C9496B94A722DF99239A979A2623_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_get_IsCompleted_mCBD6C3EF024E1D7C538268F338BD0C4BA712FA92_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoConfig_AddAlgorithm_m4262E08E967AAD01D353D0C76E11D0F301A4E458_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoConfig_AddOID_m4196DA8769D8E437EE967C5A28F5665261AD0F84_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoConfig_CreateFromName_m5A439AFB2C2C030652C65B2584CEE020F66A4D0C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoConfig_EncodeLongNumber_m7DF4266FD7C23C1AFB19007B397A2A38FBA58335_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoConfig_EncodeOID_mEC2EB86D30669917D71AC194CD83281D1A67AC92_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoConfig_MapNameToOID_m7BFE28C0EEE501476F199F445B0E17EE0AC93210_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_FlushFinalBlock_mCB6AE6FCC4ECBFB864B259B39701B31C2811DED9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_ReadAsync_mD742CDC257222BDB20F59E9E2248936AE3E91ABE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_Read_mB4067192EB53780196C42D51DD4A80BD212AC625_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_Seek_mCCA80D357B9140B6984A9789142F8A8A44AEC4BC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_SetLength_m79A3C58704C85A89063338EAB2B025522731294A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_WriteAsync_m1A8E6A4622013FC0311428E405CD6AF5229EBE3E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_Write_m7EB5CBAB142E6F5144451B931B829A03F08AF7AE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream__ctor_m2BDDB23BFAAB929B9141061367EDAC0524990A5D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_get_Length_mADA0DBF04C0B4252F5558DE0AF63E6B80EB6DC7C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_get_Position_m90A0F7DC7AB44C1062AEF25E0DA3D3E26B67B7AC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_set_Position_mFB49583BF51882B40732AB10AF89456BA02B9F23_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CryptographicException_ThrowCryptographicException_mDD7C0956C43098CA98DC2CAB16159E6C0949EF5A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CspParameters_set_Flags_m4982C5960E9DE0BE5FA72E859B5DF0FB803B9E1F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DESCryptoServiceProvider_CreateDecryptor_mAE8A00534B593C55528C5B67F82355BC3BF8BCCE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DESCryptoServiceProvider_CreateEncryptor_mE2DB37118F8CE8E4D88964D1E4CA22AC1830FDAD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DESCryptoServiceProvider__ctor_m58ABBD0055043979901A6EE80F860CA545D5858E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DESTransform__ctor_mFC6D834707ED030BD236AFF842227D80E46FA4D2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DES_IsSemiWeakKey_m30F619E1752B49408D8BD0920001832114D461E4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DES_IsWeakKey_m172D762DB529259B396017F0392B78486A45CFD5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DES_set_Key_m4B869C67D1816BC7561A9C280EEE37EC5F1369C0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSACryptoServiceProvider_ExportParameters_mC6D6E9C42DAA6D914CC2470FA4B58A87FBAB56C6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSACryptoServiceProvider_HashData_m45FC974C3A97F428DB4385F03CD6986DC0CE6778_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSACryptoServiceProvider_HashData_mB6A6F225CDC2E9BBCCF99526FBC9D5C685A234CE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSACryptoServiceProvider_ImportCspBlob_mB7D483B0FF77072AF503CB50BF33707A5957AC15_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSACryptoServiceProvider_OnKeyGenerated_m6A79FA58E92BA4277993943AD687892EC4C936BC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSACryptoServiceProvider_SignHash_m684737F66363A6C08FB841EC58D2F3943365A1FA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSACryptoServiceProvider_VerifyHash_m66594B940ACC0AB7C73A58A0DE82967CF2D45E53_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSASignatureDeformatter_SetHashAlgorithm_m253F3588EE9B73035FC17E173E32562AACE46E4F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSASignatureDeformatter_SetKey_m9CEEAD198C36946E50C0B460008B97B79E3B3FC5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSASignatureDeformatter_VerifySignature_mD1941FA00B47A061062576ACB61B43BFE54D2F00_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSASignatureDeformatter__ctor_m1D5A9C1114FBCE4C2DCC0C35DA94B77ECF3BD661_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSASignatureFormatter_CreateSignature_mC15BB37181C8230C71752DEA3B4B54FBD2C5DD1D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSASignatureFormatter_SetHashAlgorithm_mFE934BF6B5B800DC119213B9C7148EE8F3AF6246_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSASignatureFormatter_SetKey_m748B6247CE2087CE13BE3D5E9DF2EF22198FE4B5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSASignatureFormatter__ctor_m8931CCBBE730F2B0D13B28D70853718AEB59A587_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSA_FromXmlString_m2A254D2578FF649DF2B8A12AABF9B2EE8ABA8A27_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSA_HashData_m052BE150ADCE6805B91CEBE15B268FEBC5A0C920_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSA_HashData_m1AA9A12FE4634E50E21683B3FD5285838E1EAEE8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSA_SignData_m26E4EFA4488407C6DFEDAD140510BD9BD93822F5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSA_SignData_m3EC9755475C28546EF2C3BFCC7CE7BA1FFF8BE21_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSA_SignData_m4DE9EAF73256448A9A1B7F1BBA2B2FB01BB36B9F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSA_VerifyData_m3BA5ED9A93BE20CA22F74B558F6C32333E419569_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSA_VerifyData_m3C0253026987319443F73671D5FAF60A936C01E1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSA_VerifyData_m5A99F3545A28C31DEE58AE230FE3B964FAC9FCBF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m765310E5F7DF06153D8814342C01798C84784764_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m73D1ED120C6DAB7490519372EFC2EA933D0CCC0D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m99BC618F4F81B5609E8D06D9EEBB5043E792A7B1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FromBase64Transform_TransformBlock_m21BB8D4144732BF8416CDF2952D8BF2729F6EE67_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FromBase64Transform_TransformFinalBlock_m4D48C169EEC20B3F98896863CF08235D8B3ADCD4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Func_1_Invoke_m7A84433CCCC848CA9E67D63CC7872D08900E2E14_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GenericAcl_CopyTo_mD2AA0986720C731F5ADF3A91474F2BCA9E372C6E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HMAC_GetHashAlgorithmWithFipsFallback_mC2D487EB86FFA461CC76B6610263C29F008179F1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HMAC_set_HashName_m89549DA57B2D642604AB67E381EFF3BFDA77B842_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HMAC_set_Key_m046340B46E16F874CF9C48997CC06167CCC30E05_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashAlgorithm_ComputeHash_m8CEDC01FA48DE9E68CF04C1CAE31977DA3C6D2C5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashAlgorithm_ComputeHash_m944CD5B5BF66F170C9ACD2674E258E62ED297819_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashAlgorithm_TransformBlock_m500873E221BF1E4278C23D3DD113FA36711CBE22_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashAlgorithm_TransformFinalBlock_mC9CB1BD6A8E410BE986650C1478A93378F138177_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashAlgorithm_get_Hash_mE388536C89DA41BF4AA6935A9B121E9454126630_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyedHashAlgorithm_set_Key_m9783D8A01F3323941E9C812A4663205DD4B11C6D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m2629F6282571310B418BF79388C8B19C8FBFE087_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mCFAF0BD1E70EC641529F34D67E3200DAFE22F361_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_mAD7474E5CB8790BE4B36B4D91ED01009ABA114A2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mD53E5B18607E5F221AF1208A979E39FC4DF8C0C2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mE408A01F55E1618399C6C061DB7D7839E5BCFE1C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mD3A7ADD8374B3F420CC374E8A474447DD0AF7A4A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m682C2CA3232895C690E1B1D72634C829AFD73485_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m59AABD1E615AEA5D0686F232829AAFA6E5287E7C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MACTripleDES__ctor_m373DB4A54F8D25C4DBDB3EAFAA408C9CE6D1FBCD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MACTripleDES_set_Padding_m1CBCCFA5E1F4C5D0124752ED40B4E377293EE205_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeObjectSecurity_DefaultExceptionFromErrorCode_mFC90B0FD018A45DC9D764CDCC36C0E05F4177E40_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeObjectSecurity_InternalGet_m5B93A288A1641EF6345723C42005BA6D476DE81A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeObjectSecurity_RaiseExceptionOnFailure_m64A133771FF9F7BAD36C669CC60EA35777326904_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeObjectSecurity_Win32FixName_m0C24722F1F772D69E5ACFBF1ED385DA46E046D11_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectAce_ConvertType_m7872FC11080E950D79E067A8A743F99AAF525BE4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectAce__ctor_mC2F66EB85CB22718B288FC24B95B86F355E9AA39_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectSecurity_Reading_m59E85C438BE036CC5C4817AD68A9553D71978A9C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectSecurity_Writing_m3E5E6FD9D67CA9F8C5B97F36EE3C113F0EF65DC0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectSecurity__ctor_mA76608197FD3618F44E872054A5D4E8C7B187492_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PasswordDeriveBytes_CryptDeriveKey_mF95E109A1CE2C48BCA6A4A6EF56C61A0E2DCD684_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PasswordDeriveBytes_GetBytes_m35BF52CE0FD2B1AA7782735DEECF5965A38138E2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PasswordDeriveBytes_HashPrefix_m899976C9FE9AA54F0DF2EC56B0F60F11C98EDD2C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PasswordDeriveBytes_set_HashName_m516125257448A201CE4D50503EA454AA62181CA5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PasswordDeriveBytes_set_IterationCount_m1A56123947C3AB3F9EE23B1B7402D1601CB7A425_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PasswordDeriveBytes_set_Salt_mA32DD4CF78D35BC56282CB00A91AD1F9FEA92631_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PrivilegeNotHeldException_GetObjectData_m9DF64B7EEF75E2980A984434D4A71004DDEF6425_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* QualifiedAce_get_AceQualifier_mB682164ED7FB2FA54BA0F480E425BFBDF28CF231_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RawAcl_GetBinaryForm_m12D10A91A89800B71DE85ECA94E765BF7A7716A5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RawAcl_InsertAce_m2C47252403D2E1F7FC0B12967518936491E800F4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RawAcl__ctor_m69BB38C1BA9A18B7F344907CCD2855545AE734C7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RawSecurityDescriptor__ctor_mE71220B9D7FBEF5FE06477CAD68FD316731B6C3D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Task_1_ConfigureAwait_m88DF0C431456B72CA5CF2534AE96969FDB86F982_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Task_FromCancellation_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m9308AB377C21815221796A65F008519EA9FE7DE6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass20_0_U3CInternalGetU3Eb__0_m688F38AD733B90AE1C88F107182FC93533E88F03_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC_0_0_0_var;
IL2CPP_EXTERN_C const uint32_t Aes_Create_m38354BC6E569F7B6D10BD5760915D90921520998_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Aes_Create_m389807DAE1E861547F06B1BA5C18EA8A525E4F3E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Aes__cctor_mB33D6B5DD75B0A3826B363B0EBF660C1C267E23A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Aes__ctor_m16C1BE841CDC7AD3484B027FADD635F4CC2F46C5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsymmetricAlgorithm_Clear_m6B49796597BF5B1532F3D5D50C241808E24B15BA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsymmetricAlgorithm_Create_m69C32FA4D2A33C0AD9483259EA835C3B1C2963A4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsymmetricAlgorithm_Create_mA4162816E573C00A2D508D49E69974400A19C269_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsymmetricAlgorithm_FromXmlString_m7127D8D36C54B08DEF6C3829069A932128B10BFD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsymmetricAlgorithm_ToXmlString_mA2B3F042344DD8932CDB10B6D173726B8702077D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsymmetricAlgorithm_get_KeyExchangeAlgorithm_m2D509E0BBB484751F8EB8B8F81023710877E4300_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsymmetricAlgorithm_get_LegalKeySizes_m03530936E3BC5030051380832A28C9D1A3149DC0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsymmetricAlgorithm_get_SignatureAlgorithm_mF11F00C910E41A66E9E6441670C03CB10C092AB3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsymmetricAlgorithm_set_KeySize_m62273955359A3F7D905C64128A66129A9563A20D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsymmetricSignatureDeformatter_VerifySignature_mB67705AB28C2DFA62059E0DCE1EA46FC19A6FCEB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsymmetricSignatureFormatter_CreateSignature_m334037D6E2CD1B0462337FE81D054E1BE19B0728_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoAPITransform_Dispose_mA675415834B0C4DC75EBAB1820F9605AC6C29B3C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoAPITransform_get_KeyHandle_m129C6D5B3D17192B2FC39D51FE7BC3C2D7D135E6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoConfig_AddAlgorithm_m4262E08E967AAD01D353D0C76E11D0F301A4E458_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoConfig_AddOID_m4196DA8769D8E437EE967C5A28F5665261AD0F84_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoConfig_CreateFromName_m5A439AFB2C2C030652C65B2584CEE020F66A4D0C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoConfig_EncodeLongNumber_m7DF4266FD7C23C1AFB19007B397A2A38FBA58335_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoConfig_EncodeOID_mEC2EB86D30669917D71AC194CD83281D1A67AC92_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoConfig_MapNameToOID_m7BFE28C0EEE501476F199F445B0E17EE0AC93210_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_FlushAsync_mA322963F458724A311D54076467CE7F6E012BFEC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_FlushFinalBlock_mCB6AE6FCC4ECBFB864B259B39701B31C2811DED9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_InitializeBuffer_m6B1A734BADB817D61E6DCBC8780AB0C359089188_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_ReadAsyncInternal_m07B9F6B34F847BF0D523D9D3FB94756E1BFCF1D1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_ReadAsync_mD742CDC257222BDB20F59E9E2248936AE3E91ABE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_Read_mB4067192EB53780196C42D51DD4A80BD212AC625_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_Seek_mCCA80D357B9140B6984A9789142F8A8A44AEC4BC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_SetLength_m79A3C58704C85A89063338EAB2B025522731294A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_WriteAsyncInternal_mD365E75E64AE8E3774ADDB274D7D9624AD0C6F86_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_WriteAsync_m1A8E6A4622013FC0311428E405CD6AF5229EBE3E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_Write_m7EB5CBAB142E6F5144451B931B829A03F08AF7AE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream__ctor_m2BDDB23BFAAB929B9141061367EDAC0524990A5D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_get_Length_mADA0DBF04C0B4252F5558DE0AF63E6B80EB6DC7C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_get_Position_m90A0F7DC7AB44C1062AEF25E0DA3D3E26B67B7AC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptoStream_set_Position_mFB49583BF51882B40732AB10AF89456BA02B9F23_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptographicException_ThrowCryptographicException_mDD7C0956C43098CA98DC2CAB16159E6C0949EF5A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptographicException__ctor_m2CAA456FA0D04EA563568B9E2E32108D5CE5405F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptographicException__ctor_mA09CE78A67CC67991C8D2F77FBC4F8029E593195_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptographicUnexpectedOperationException__ctor_m327432DF3311DB7ADB8D643FC3962EE11DA6D673_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CspKeyContainerInfo_get_UniqueKeyContainerName_m627414490096A9B6F4F9A2861EAA65BB48F5D736_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CspParameters_set_Flags_m4982C5960E9DE0BE5FA72E859B5DF0FB803B9E1F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CspParameters_set_KeyPassword_m41714A217EFE6477867B919E6AC44DD50B99AAF9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DESCryptoServiceProvider_CreateDecryptor_mAE8A00534B593C55528C5B67F82355BC3BF8BCCE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DESCryptoServiceProvider_CreateEncryptor_mE2DB37118F8CE8E4D88964D1E4CA22AC1830FDAD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DESCryptoServiceProvider_GenerateIV_m348B0A9CAC69F279141EDA008203CE18FF78C444_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DESCryptoServiceProvider_GenerateKey_mCE245D6EA2DA34D23F56D9CE8A8F047C53187730_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DESCryptoServiceProvider__ctor_m58ABBD0055043979901A6EE80F860CA545D5858E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DESTransform_ECB_mF98E9FB9CD6891DEBB798F6E52D20177C7306AD4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DESTransform_GetStrongKey_m0B0B7D9EC7956E5F1C072020D363E04A112CE34E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DESTransform_Permutation_mE318281053CF7C1BAF2D23827D10DE3F1BEC29C2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DESTransform_ProcessBlock_m20F8F3100E200473195701E8C3A4FE91215CEC5B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DESTransform_SetKey_m4C6F7A7436DA890B16691B942B5E3623CDDF8DBF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DESTransform__cctor_m93849F27A072001DC293650F9DB5B7955F2D1C70_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DESTransform__ctor_mFC6D834707ED030BD236AFF842227D80E46FA4D2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DES_Create_m5EE267FBCD5AA18E04C29247C796430D12247CC5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DES_Create_m7B9241756B805660C82AAFD6E595490FE31FD00D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DES_IsSemiWeakKey_m30F619E1752B49408D8BD0920001832114D461E4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DES_IsWeakKey_m172D762DB529259B396017F0392B78486A45CFD5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DES__cctor_mB48C35EDC59071D2036211714FFD033DEBDEE726_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DES__ctor_mC48B4009A8AAFF31960324D035688D17B6E5B096_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DES_get_Key_m39030ADE6273497C0D60BAF5122D60D0D8E317D5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DES_set_Key_m4B869C67D1816BC7561A9C280EEE37EC5F1369C0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSACryptoServiceProvider_Common_m29E236440B0F93C86796FA279034378DD01881CE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSACryptoServiceProvider_Common_m79AE8E83350B6B3ECA2EC9D23CBA3EE1EC8AA543_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSACryptoServiceProvider_ExportParameters_mC6D6E9C42DAA6D914CC2470FA4B58A87FBAB56C6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSACryptoServiceProvider_HashData_m45FC974C3A97F428DB4385F03CD6986DC0CE6778_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSACryptoServiceProvider_HashData_mB6A6F225CDC2E9BBCCF99526FBC9D5C685A234CE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSACryptoServiceProvider_ImportCspBlob_mB7D483B0FF77072AF503CB50BF33707A5957AC15_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSACryptoServiceProvider_SignHash_m684737F66363A6C08FB841EC58D2F3943365A1FA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSACryptoServiceProvider_VerifyHash_m66594B940ACC0AB7C73A58A0DE82967CF2D45E53_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSACryptoServiceProvider_get_SignatureAlgorithm_mE2A0E606A798DFCD0EE63CFCE9BA3D3FF0E7D2D3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSACryptoServiceProvider_get_UseMachineKeyStore_m66F81719D51C134ADC52B1BE309C590212CAEBAD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSACryptoServiceProvider_set_UseMachineKeyStore_mA2AE6248FD7D6EA1C863968754E94B73921D0189_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6_com_FromNativeMethodDefinition_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6_pinvoke_FromNativeMethodDefinition_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSASignatureDeformatter_SetHashAlgorithm_m253F3588EE9B73035FC17E173E32562AACE46E4F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSASignatureDeformatter_SetKey_m9CEEAD198C36946E50C0B460008B97B79E3B3FC5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSASignatureDeformatter_VerifySignature_mD1941FA00B47A061062576ACB61B43BFE54D2F00_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSASignatureDeformatter__ctor_m1D5A9C1114FBCE4C2DCC0C35DA94B77ECF3BD661_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSASignatureDeformatter__ctor_m8E7DEE311992CE6C639D9F137F4E925C803A9339_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSASignatureDescription__ctor_m760E369C55BFFC133EFB06E1BAFC45CB303BB327_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSASignatureFormatter_CreateSignature_mC15BB37181C8230C71752DEA3B4B54FBD2C5DD1D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSASignatureFormatter_SetHashAlgorithm_mFE934BF6B5B800DC119213B9C7148EE8F3AF6246_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSASignatureFormatter_SetKey_m748B6247CE2087CE13BE3D5E9DF2EF22198FE4B5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSASignatureFormatter__ctor_m6CEFE3C963790DFBE33A5E7B15FBDAF36926269D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSASignatureFormatter__ctor_m8931CCBBE730F2B0D13B28D70853718AEB59A587_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSA_Create_m727400EBC98FEDC4F43DD568D974EDC1CD2868BA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSA_Create_mB6ABE3E2DB27753775D3026B0E581B885DC7FBC2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSA_DerivedClassMustOverride_m78A7B052AD8FE0D61068272D3814446993EF2858_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSA_FromXmlString_m2A254D2578FF649DF2B8A12AABF9B2EE8ABA8A27_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSA_HashAlgorithmNameNullOrEmpty_mD303065AED79DB4AA2992DD30AF5094B2C3987BC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSA_HashData_m052BE150ADCE6805B91CEBE15B268FEBC5A0C920_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSA_HashData_m1AA9A12FE4634E50E21683B3FD5285838E1EAEE8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSA_SignData_m26E4EFA4488407C6DFEDAD140510BD9BD93822F5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSA_SignData_m3EC9755475C28546EF2C3BFCC7CE7BA1FFF8BE21_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSA_SignData_m4DE9EAF73256448A9A1B7F1BBA2B2FB01BB36B9F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSA_ToXmlString_mB0B0B0909675B52001D3399A51F9D74C5B01532A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSA_VerifyData_m3BA5ED9A93BE20CA22F74B558F6C32333E419569_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSA_VerifyData_m3C0253026987319443F73671D5FAF60A936C01E1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSA_VerifyData_m5A99F3545A28C31DEE58AE230FE3B964FAC9FCBF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DeriveBytes_Dispose_mCA32A44DD9545C755E620B2EA326B977A9C88591_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExceptionFromErrorCode_BeginInvoke_m186D38868355A7AA1076D7B2C8455C0051FE61B4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FromBase64Transform_DiscardWhiteSpaces_m235F042520B83820D1C974334DB336C2CF5ADEBF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FromBase64Transform_Dispose_mC11631FE3807C3BF4AC166E44737FA96317EC91D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FromBase64Transform_TransformBlock_m21BB8D4144732BF8416CDF2952D8BF2729F6EE67_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FromBase64Transform_TransformFinalBlock_m4D48C169EEC20B3F98896863CF08235D8B3ADCD4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FromBase64Transform__ctor_mB75667B4FE4F37C6BDC38C23BBF04B3CD1CAB3F4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GenericAcl_CopyTo_mD2AA0986720C731F5ADF3A91474F2BCA9E372C6E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GenericAcl_GetEnumerator_mB1067EB35EEBC0160F852340FEBCC75F6E7104FA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GenericAcl_System_Collections_ICollection_CopyTo_m6BC2C412187DB0DF3C16AED1E4D1A0754FBD5D19_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GenericAcl__cctor_mB9804DC97BD141DA2870699A5DC3BA0ADBCA4BF0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GetSecurityInfoNativeCall_BeginInvoke_m6FE88F254513B3DCAAB32063B454B19BF688B316_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HMACMD5__ctor_m246E639FCF66A7C0A443CF06F461A3C5C26EB6F9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HMACMD5__ctor_mA2C65541E2EAC52AFACBA80E18DD65645F4DA2FD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HMACRIPEMD160__ctor_m5986F562451144C1D4393C9B9269631B77E22E7D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HMACRIPEMD160__ctor_m627846997C9A813E5E2BE4716F8127C934D663C6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HMACSHA1__ctor_m12DCE18006975CA94BD112972A9AB6A2CFF806F8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HMACSHA1__ctor_m1B63EC00D993F8321E617B509220C7A7874403B7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HMACSHA256__ctor_m880C3D37A09AABDD9A031268BE8403DF6E22B602_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HMACSHA256__ctor_mA6B0165D77CF7868A4F6C2BCED68B0E3D0D5C7A7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HMACSHA384__ctor_mB4F34614F30702C11BE1A82EA4EA7FD1FABC4558_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HMACSHA384__ctor_mE3E283CAA7D53044E99A46E9A8C6E4D11B9F0B37_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HMACSHA512__ctor_m4A45DEA22347E5BFECFADA21A85BC2D4A79A3BF0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HMACSHA512__ctor_m5F7BF4FA9FAF90E6479E77FF55EE71200A260757_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HMAC_Create_m798B506E5EA08BFEF28D7721287BE476E01C76EB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HMAC_Create_m865273728E60831137927C36E23E6F584383FD2B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HMAC_Dispose_m84E2D1ACCBB79BA7E3E1114B7038CE6214BDF580_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HMAC_GetHashAlgorithmWithFipsFallback_mC2D487EB86FFA461CC76B6610263C29F008179F1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HMAC_HashFinal_m6664752B06AC17618F97DD5A988082C1FF90DE03_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HMAC_InitializeKey_m4C0FA53AEC78671620FA3E37F549EA475C0D989F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HMAC_UpdateIOPadBuffers_m6814BB26AF00F58292FD3C5697B3ACB0593FBB73_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HMAC_get_Key_m604C77FEFF8753E9578553C3DF42094031104A63_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HMAC_set_HashName_m89549DA57B2D642604AB67E381EFF3BFDA77B842_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HMAC_set_Key_m046340B46E16F874CF9C48997CC06167CCC30E05_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HashAlgorithmName_Equals_mA69889B6557FDB1DDF01FC5B958CB214C449300A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HashAlgorithmName_ToString_mF6A01CA33A0AD1A3BF9289C393B870D08A4CF0D7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HashAlgorithmName_get_MD5_mC75987B21FEFA534B6C8CC63880C6B2A2A09B9F6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HashAlgorithmName_get_SHA1_m356FC989D0CADA971C92FEAF920453320CDD37BA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HashAlgorithmName_get_SHA256_m3B8E2C2A086E21B959319102C66DD634C17A6A33_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HashAlgorithmName_get_SHA384_m4D1B3156BE24087B28AF392E10E2887ED50D8ADC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HashAlgorithmName_get_SHA512_mB134C0C3904479EB38703C4B2D5F57C2DD4B327B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HashAlgorithm_Clear_m2E975EB7B42C1E241B24578CDF15AD41F35A5A8D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HashAlgorithm_ComputeHash_m8CEDC01FA48DE9E68CF04C1CAE31977DA3C6D2C5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HashAlgorithm_ComputeHash_m944CD5B5BF66F170C9ACD2674E258E62ED297819_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HashAlgorithm_Create_m3D929D76A7B343742CAE90720673B2B71473F8FE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HashAlgorithm_Create_m59501B2C523DE8B6F3F19755D50B4E4D9ECF7365_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HashAlgorithm_Dispose_m77EB776131F2A1F27AAB8757237DF0D95B11C773_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HashAlgorithm_TransformBlock_m500873E221BF1E4278C23D3DD113FA36711CBE22_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HashAlgorithm_TransformFinalBlock_mC9CB1BD6A8E410BE986650C1478A93378F138177_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HashAlgorithm_get_Hash_mE388536C89DA41BF4AA6935A9B121E9454126630_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HopToThreadPoolAwaitable_OnCompleted_m510470BFACBCF381224511B120DABF672EBBB0AE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t KeyedHashAlgorithm_Create_m0A0B7C8C542B21B752135740C60BCEBFCAEA63EF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t KeyedHashAlgorithm_Create_m6F1FE39D1A759655A54727E2D7D468BE3D7B28BA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t KeyedHashAlgorithm_get_Key_m8108163F59219B8FB8169984E66A71D123357A02_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t KeyedHashAlgorithm_set_Key_m9783D8A01F3323941E9C812A4663205DD4B11C6D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MACTripleDES_Dispose_m4FC0EE4DFE943216A926AA76DD4EA5C8F02FD322_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MACTripleDES_HashCore_m01E33930D352660DE396696EBAFFE3AABEBD6EC9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MACTripleDES_HashFinal_m98FDB9858D68F9ED026F96782A2CF17DA6AA0D2B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MACTripleDES__ctor_m2ACDE970F3EB766A4487A1157FD5708CC98A3DA9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MACTripleDES__ctor_m373DB4A54F8D25C4DBDB3EAFAA408C9CE6D1FBCD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MACTripleDES__ctor_mB0D7FBC6A89C4295715545BE4CC8C7C224404974_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MACTripleDES_set_Padding_m1CBCCFA5E1F4C5D0124752ED40B4E377293EE205_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MD5CryptoServiceProvider_HashFinal_m29DF6D31B29F67DE08334DD6E1E19A734F5DE212_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MD5CryptoServiceProvider_ProcessBlock_m28263BFCAB2B4F07E53C5A6A70C6ED800C668611_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MD5CryptoServiceProvider_ProcessFinalBlock_m8FEC1292775A3C670EFCE1631CC9C7485EE3333C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MD5CryptoServiceProvider__cctor_m66CFA04A729A076B07A41AD70966588F07A5741C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MD5CryptoServiceProvider__ctor_m44F02FCA0F830601738D9672ACA342719C8CD823_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MD5_Create_m45BF6720FAC463AF2092BE6532FC9B2C037CF17B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MD5_Create_m87EB14601AD6AF168032C29DA938E18454CA05AE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NativeObjectSecurity_DefaultExceptionFromErrorCode_mFC90B0FD018A45DC9D764CDCC36C0E05F4177E40_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NativeObjectSecurity_InternalGet_m5B93A288A1641EF6345723C42005BA6D476DE81A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NativeObjectSecurity_RaiseExceptionOnFailure_m64A133771FF9F7BAD36C669CC60EA35777326904_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NativeObjectSecurity_Win32FixName_m0C24722F1F772D69E5ACFBF1ED385DA46E046D11_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NativeObjectSecurity_Win32GetHelper_mBA40D55404CD94527B5A348CB3E183F4FD76D0B6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectAce_ConvertType_m7872FC11080E950D79E067A8A743F99AAF525BE4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectAce_ReadGuid_mFBC3B5ECA3593E006F5D4308A7FD293FC35004A3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectAce__ctor_mC2F66EB85CB22718B288FC24B95B86F355E9AA39_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectSecurity_Reading_m59E85C438BE036CC5C4817AD68A9553D71978A9C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectSecurity_SetSecurityDescriptorBinaryForm_m895F109F4ECE05E3A657E61D7602C21BB9AC71AE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectSecurity_Writing_m3E5E6FD9D67CA9F8C5B97F36EE3C113F0EF65DC0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectSecurity__ctor_mA76608197FD3618F44E872054A5D4E8C7B187492_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ObjectSecurity__ctor_mDCCDBBF3227181B454383AE5AFA02EFBA43A0BC4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS1MaskGenerationMethod_GenerateMask_mC0EAADA6C252C1E93ED17E650AAFEE21744B8AE3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS1MaskGenerationMethod__ctor_m52A5F2803EF7780E55829345820E4E23ECFE4748_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PKCS1MaskGenerationMethod_set_HashName_m71C1E597575543721790089A594F2DBF18DD6BD9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PasswordDeriveBytes_ComputeBaseValue_m8FFBAB07765AF43374749E3B232343736B103F0B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PasswordDeriveBytes_ComputeBytes_m84B0DD74DF108AC319388158E92A14839E056096_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PasswordDeriveBytes_CryptDeriveKey_mF95E109A1CE2C48BCA6A4A6EF56C61A0E2DCD684_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PasswordDeriveBytes_GetBytes_m35BF52CE0FD2B1AA7782735DEECF5965A38138E2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PasswordDeriveBytes_HashPrefix_m899976C9FE9AA54F0DF2EC56B0F60F11C98EDD2C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PasswordDeriveBytes__ctor_m0CC0E50D58FF729ECA3CFF6AD6C523079386EA96_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PasswordDeriveBytes__ctor_m15B5B95A3B90B33C69EEBC04B4B82F95227F582E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PasswordDeriveBytes__ctor_m261884627FC3C49568D8F9EFD84F7C89E9E5593A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PasswordDeriveBytes__ctor_m3216ADCE9EB913BDC0384C014AFB9BC122E13D60_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PasswordDeriveBytes__ctor_m67253CE20134D50F9AE48B841C77B666307AD3F2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PasswordDeriveBytes__ctor_m90060C199E6124C7AEBF9EC7FC0BD07C1B6C7A48_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PasswordDeriveBytes__ctor_mE70D39E8FA1CBC5FD1FBE6FCECEAD6C8E8C47A70_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PasswordDeriveBytes_get_Salt_mEB680406D596D5B337711D8656DCC7620B8ECA84_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PasswordDeriveBytes_set_HashName_m516125257448A201CE4D50503EA454AA62181CA5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PasswordDeriveBytes_set_IterationCount_m1A56123947C3AB3F9EE23B1B7402D1601CB7A425_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PasswordDeriveBytes_set_Salt_mA32DD4CF78D35BC56282CB00A91AD1F9FEA92631_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PrivilegeNotHeldException_GetObjectData_m9DF64B7EEF75E2980A984434D4A71004DDEF6425_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t QualifiedAce_GetOpaque_m1BA930EAEE6E70366DD9CBA196CC1C1616DE5853_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t QualifiedAce_SetOpaque_m6D5086D5675F43C19A89EEB9BAB4EC59E7C2B0A1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t QualifiedAce_get_AceQualifier_mB682164ED7FB2FA54BA0F480E425BFBDF28CF231_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RawAcl_GetBinaryForm_m12D10A91A89800B71DE85ECA94E765BF7A7716A5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RawAcl_InsertAce_m2C47252403D2E1F7FC0B12967518936491E800F4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RawAcl_RemoveAce_m6A6094B90D15C186429C059BC34D7395081FFFD3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RawAcl__ctor_m0DC30A9FA96788E9D6C7C27AF87561AF090FF93F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RawAcl__ctor_m69BB38C1BA9A18B7F344907CCD2855545AE734C7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RawAcl_get_BinaryLength_m75275F2ACAAEDEEEE710C8FD644D9609A51DAD6C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RawAcl_get_Count_m596050B5E67E56B6C0C1086ABD26CB06C4B305CD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RawAcl_get_Item_m57FD3E00567252B051B95D92370763A00492A1D4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RawAcl_set_Item_m67AAF1BC2700A6EA0CE9561039ABB2EE15F248DA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RawSecurityDescriptor__ctor_mE71220B9D7FBEF5FE06477CAD68FD316731B6C3D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SystemAcl_IsAceMeaningless_m9280E93751D880B164972B8F88D1D27F3B6FA8B7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t U3CReadAsyncInternalU3Ed__34_MoveNext_m1990DFCC2A368E7F6C3D5860CD6A5F0D1CA52321_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t U3CReadAsyncInternalU3Ed__34_SetStateMachine_mE32A82BC7577A5773F2479EED72EB28F39623FDD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t U3CWriteAsyncInternalU3Ed__37_MoveNext_m9EF356C478AF99D283AC2F8CB027E027B49352C5_MetadataUsageId;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct GenericAceU5BU5D_tF2B18ADC88D8E2E5DAE165B778AB83EE6992014F;
struct KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object
// Mono.Security.Cryptography.KeyPairPersistence
struct KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 : public RuntimeObject
{
public:
// System.Security.Cryptography.CspParameters Mono.Security.Cryptography.KeyPairPersistence::_params
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ____params_4;
// System.String Mono.Security.Cryptography.KeyPairPersistence::_keyvalue
String_t* ____keyvalue_5;
// System.String Mono.Security.Cryptography.KeyPairPersistence::_filename
String_t* ____filename_6;
// System.String Mono.Security.Cryptography.KeyPairPersistence::_container
String_t* ____container_7;
public:
inline static int32_t get_offset_of__params_4() { return static_cast<int32_t>(offsetof(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2, ____params_4)); }
inline CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * get__params_4() const { return ____params_4; }
inline CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 ** get_address_of__params_4() { return &____params_4; }
inline void set__params_4(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * value)
{
____params_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____params_4), (void*)value);
}
inline static int32_t get_offset_of__keyvalue_5() { return static_cast<int32_t>(offsetof(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2, ____keyvalue_5)); }
inline String_t* get__keyvalue_5() const { return ____keyvalue_5; }
inline String_t** get_address_of__keyvalue_5() { return &____keyvalue_5; }
inline void set__keyvalue_5(String_t* value)
{
____keyvalue_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____keyvalue_5), (void*)value);
}
inline static int32_t get_offset_of__filename_6() { return static_cast<int32_t>(offsetof(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2, ____filename_6)); }
inline String_t* get__filename_6() const { return ____filename_6; }
inline String_t** get_address_of__filename_6() { return &____filename_6; }
inline void set__filename_6(String_t* value)
{
____filename_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____filename_6), (void*)value);
}
inline static int32_t get_offset_of__container_7() { return static_cast<int32_t>(offsetof(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2, ____container_7)); }
inline String_t* get__container_7() const { return ____container_7; }
inline String_t** get_address_of__container_7() { return &____container_7; }
inline void set__container_7(String_t* value)
{
____container_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____container_7), (void*)value);
}
};
struct KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields
{
public:
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_userPathExists
bool ____userPathExists_0;
// System.String Mono.Security.Cryptography.KeyPairPersistence::_userPath
String_t* ____userPath_1;
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_machinePathExists
bool ____machinePathExists_2;
// System.String Mono.Security.Cryptography.KeyPairPersistence::_machinePath
String_t* ____machinePath_3;
// System.Object Mono.Security.Cryptography.KeyPairPersistence::lockobj
RuntimeObject * ___lockobj_8;
public:
inline static int32_t get_offset_of__userPathExists_0() { return static_cast<int32_t>(offsetof(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields, ____userPathExists_0)); }
inline bool get__userPathExists_0() const { return ____userPathExists_0; }
inline bool* get_address_of__userPathExists_0() { return &____userPathExists_0; }
inline void set__userPathExists_0(bool value)
{
____userPathExists_0 = value;
}
inline static int32_t get_offset_of__userPath_1() { return static_cast<int32_t>(offsetof(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields, ____userPath_1)); }
inline String_t* get__userPath_1() const { return ____userPath_1; }
inline String_t** get_address_of__userPath_1() { return &____userPath_1; }
inline void set__userPath_1(String_t* value)
{
____userPath_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____userPath_1), (void*)value);
}
inline static int32_t get_offset_of__machinePathExists_2() { return static_cast<int32_t>(offsetof(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields, ____machinePathExists_2)); }
inline bool get__machinePathExists_2() const { return ____machinePathExists_2; }
inline bool* get_address_of__machinePathExists_2() { return &____machinePathExists_2; }
inline void set__machinePathExists_2(bool value)
{
____machinePathExists_2 = value;
}
inline static int32_t get_offset_of__machinePath_3() { return static_cast<int32_t>(offsetof(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields, ____machinePath_3)); }
inline String_t* get__machinePath_3() const { return ____machinePath_3; }
inline String_t** get_address_of__machinePath_3() { return &____machinePath_3; }
inline void set__machinePath_3(String_t* value)
{
____machinePath_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____machinePath_3), (void*)value);
}
inline static int32_t get_offset_of_lockobj_8() { return static_cast<int32_t>(offsetof(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_StaticFields, ___lockobj_8)); }
inline RuntimeObject * get_lockobj_8() const { return ___lockobj_8; }
inline RuntimeObject ** get_address_of_lockobj_8() { return &___lockobj_8; }
inline void set_lockobj_8(RuntimeObject * value)
{
___lockobj_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___lockobj_8), (void*)value);
}
};
struct Il2CppArrayBounds;
// System.Array
// System.BitConverter
struct BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE : public RuntimeObject
{
public:
public:
};
struct BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields
{
public:
// System.Boolean System.BitConverter::IsLittleEndian
bool ___IsLittleEndian_0;
public:
inline static int32_t get_offset_of_IsLittleEndian_0() { return static_cast<int32_t>(offsetof(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields, ___IsLittleEndian_0)); }
inline bool get_IsLittleEndian_0() const { return ___IsLittleEndian_0; }
inline bool* get_address_of_IsLittleEndian_0() { return &___IsLittleEndian_0; }
inline void set_IsLittleEndian_0(bool value)
{
___IsLittleEndian_0 = value;
}
};
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields, ____emptyArray_5)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__emptyArray_5() const { return ____emptyArray_5; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<System.Security.AccessControl.GenericAce>
struct List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
GenericAceU5BU5D_tF2B18ADC88D8E2E5DAE165B778AB83EE6992014F* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A, ____items_1)); }
inline GenericAceU5BU5D_tF2B18ADC88D8E2E5DAE165B778AB83EE6992014F* get__items_1() const { return ____items_1; }
inline GenericAceU5BU5D_tF2B18ADC88D8E2E5DAE165B778AB83EE6992014F** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(GenericAceU5BU5D_tF2B18ADC88D8E2E5DAE165B778AB83EE6992014F* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
GenericAceU5BU5D_tF2B18ADC88D8E2E5DAE165B778AB83EE6992014F* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A_StaticFields, ____emptyArray_5)); }
inline GenericAceU5BU5D_tF2B18ADC88D8E2E5DAE165B778AB83EE6992014F* get__emptyArray_5() const { return ____emptyArray_5; }
inline GenericAceU5BU5D_tF2B18ADC88D8E2E5DAE165B778AB83EE6992014F** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(GenericAceU5BU5D_tF2B18ADC88D8E2E5DAE165B778AB83EE6992014F* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.EmptyArray`1<System.Byte>
struct EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C : public RuntimeObject
{
public:
public:
};
struct EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_StaticFields
{
public:
// T[] System.EmptyArray`1::Value
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Value_0;
public:
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_StaticFields, ___Value_0)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Value_0() const { return ___Value_0; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Value_0() { return &___Value_0; }
inline void set_Value_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___Value_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
}
};
// System.EventArgs
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E : public RuntimeObject
{
public:
public:
};
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields
{
public:
// System.EventArgs System.EventArgs::Empty
EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___Empty_0;
public:
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields, ___Empty_0)); }
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * get_Empty_0() const { return ___Empty_0; }
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E ** get_address_of_Empty_0() { return &___Empty_0; }
inline void set_Empty_0(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * value)
{
___Empty_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value);
}
};
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : public RuntimeObject
{
public:
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
bool ___m_isReadOnly_3;
// System.Int32 System.Globalization.CultureInfo::cultureID
int32_t ___cultureID_4;
// System.Int32 System.Globalization.CultureInfo::parent_lcid
int32_t ___parent_lcid_5;
// System.Int32 System.Globalization.CultureInfo::datetime_index
int32_t ___datetime_index_6;
// System.Int32 System.Globalization.CultureInfo::number_index
int32_t ___number_index_7;
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
int32_t ___default_calendar_type_8;
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
bool ___m_useUserOverride_9;
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
// System.String System.Globalization.CultureInfo::m_name
String_t* ___m_name_13;
// System.String System.Globalization.CultureInfo::englishname
String_t* ___englishname_14;
// System.String System.Globalization.CultureInfo::nativename
String_t* ___nativename_15;
// System.String System.Globalization.CultureInfo::iso3lang
String_t* ___iso3lang_16;
// System.String System.Globalization.CultureInfo::iso2lang
String_t* ___iso2lang_17;
// System.String System.Globalization.CultureInfo::win3lang
String_t* ___win3lang_18;
// System.String System.Globalization.CultureInfo::territory
String_t* ___territory_19;
// System.String[] System.Globalization.CultureInfo::native_calendar_names
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20;
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
// System.Void* System.Globalization.CultureInfo::textinfo_data
void* ___textinfo_data_22;
// System.Int32 System.Globalization.CultureInfo::m_dataItem
int32_t ___m_dataItem_23;
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25;
// System.Boolean System.Globalization.CultureInfo::constructed
bool ___constructed_26;
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27;
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_28;
// System.Boolean System.Globalization.CultureInfo::m_isInherited
bool ___m_isInherited_29;
public:
inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isReadOnly_3)); }
inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; }
inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; }
inline void set_m_isReadOnly_3(bool value)
{
___m_isReadOnly_3 = value;
}
inline static int32_t get_offset_of_cultureID_4() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cultureID_4)); }
inline int32_t get_cultureID_4() const { return ___cultureID_4; }
inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; }
inline void set_cultureID_4(int32_t value)
{
___cultureID_4 = value;
}
inline static int32_t get_offset_of_parent_lcid_5() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_lcid_5)); }
inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; }
inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; }
inline void set_parent_lcid_5(int32_t value)
{
___parent_lcid_5 = value;
}
inline static int32_t get_offset_of_datetime_index_6() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___datetime_index_6)); }
inline int32_t get_datetime_index_6() const { return ___datetime_index_6; }
inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; }
inline void set_datetime_index_6(int32_t value)
{
___datetime_index_6 = value;
}
inline static int32_t get_offset_of_number_index_7() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___number_index_7)); }
inline int32_t get_number_index_7() const { return ___number_index_7; }
inline int32_t* get_address_of_number_index_7() { return &___number_index_7; }
inline void set_number_index_7(int32_t value)
{
___number_index_7 = value;
}
inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___default_calendar_type_8)); }
inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; }
inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; }
inline void set_default_calendar_type_8(int32_t value)
{
___default_calendar_type_8 = value;
}
inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_useUserOverride_9)); }
inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; }
inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; }
inline void set_m_useUserOverride_9(bool value)
{
___m_useUserOverride_9 = value;
}
inline static int32_t get_offset_of_numInfo_10() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; }
inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
{
___numInfo_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value);
}
inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; }
inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
{
___dateTimeInfo_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value);
}
inline static int32_t get_offset_of_textInfo_12() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; }
inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value)
{
___textInfo_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value);
}
inline static int32_t get_offset_of_m_name_13() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_name_13)); }
inline String_t* get_m_name_13() const { return ___m_name_13; }
inline String_t** get_address_of_m_name_13() { return &___m_name_13; }
inline void set_m_name_13(String_t* value)
{
___m_name_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value);
}
inline static int32_t get_offset_of_englishname_14() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___englishname_14)); }
inline String_t* get_englishname_14() const { return ___englishname_14; }
inline String_t** get_address_of_englishname_14() { return &___englishname_14; }
inline void set_englishname_14(String_t* value)
{
___englishname_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value);
}
inline static int32_t get_offset_of_nativename_15() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___nativename_15)); }
inline String_t* get_nativename_15() const { return ___nativename_15; }
inline String_t** get_address_of_nativename_15() { return &___nativename_15; }
inline void set_nativename_15(String_t* value)
{
___nativename_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value);
}
inline static int32_t get_offset_of_iso3lang_16() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso3lang_16)); }
inline String_t* get_iso3lang_16() const { return ___iso3lang_16; }
inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; }
inline void set_iso3lang_16(String_t* value)
{
___iso3lang_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value);
}
inline static int32_t get_offset_of_iso2lang_17() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso2lang_17)); }
inline String_t* get_iso2lang_17() const { return ___iso2lang_17; }
inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; }
inline void set_iso2lang_17(String_t* value)
{
___iso2lang_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value);
}
inline static int32_t get_offset_of_win3lang_18() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___win3lang_18)); }
inline String_t* get_win3lang_18() const { return ___win3lang_18; }
inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; }
inline void set_win3lang_18(String_t* value)
{
___win3lang_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value);
}
inline static int32_t get_offset_of_territory_19() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___territory_19)); }
inline String_t* get_territory_19() const { return ___territory_19; }
inline String_t** get_address_of_territory_19() { return &___territory_19; }
inline void set_territory_19(String_t* value)
{
___territory_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value);
}
inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; }
inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___native_calendar_names_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value);
}
inline static int32_t get_offset_of_compareInfo_21() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; }
inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
{
___compareInfo_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value);
}
inline static int32_t get_offset_of_textinfo_data_22() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textinfo_data_22)); }
inline void* get_textinfo_data_22() const { return ___textinfo_data_22; }
inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; }
inline void set_textinfo_data_22(void* value)
{
___textinfo_data_22 = value;
}
inline static int32_t get_offset_of_m_dataItem_23() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_dataItem_23)); }
inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; }
inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; }
inline void set_m_dataItem_23(int32_t value)
{
___m_dataItem_23 = value;
}
inline static int32_t get_offset_of_calendar_24() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; }
inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
{
___calendar_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value);
}
inline static int32_t get_offset_of_parent_culture_25() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; }
inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___parent_culture_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value);
}
inline static int32_t get_offset_of_constructed_26() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___constructed_26)); }
inline bool get_constructed_26() const { return ___constructed_26; }
inline bool* get_address_of_constructed_26() { return &___constructed_26; }
inline void set_constructed_26(bool value)
{
___constructed_26 = value;
}
inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; }
inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___cached_serialized_form_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value);
}
inline static int32_t get_offset_of_m_cultureData_28() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; }
inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
{
___m_cultureData_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value);
}
inline static int32_t get_offset_of_m_isInherited_29() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isInherited_29)); }
inline bool get_m_isInherited_29() const { return ___m_isInherited_29; }
inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; }
inline void set_m_isInherited_29(bool value)
{
___m_isInherited_29 = value;
}
};
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields
{
public:
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___invariant_culture_info_0;
// System.Object System.Globalization.CultureInfo::shared_table_lock
RuntimeObject * ___shared_table_lock_1;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___shared_by_name_36;
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
bool ___IsTaiwanSku_37;
public:
inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; }
inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___invariant_culture_info_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value);
}
inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_table_lock_1)); }
inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; }
inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; }
inline void set_shared_table_lock_1(RuntimeObject * value)
{
___shared_table_lock_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value);
}
inline static int32_t get_offset_of_default_current_culture_2() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; }
inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___default_current_culture_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; }
inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentUICulture_33 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; }
inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentCulture_34 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value);
}
inline static int32_t get_offset_of_shared_by_number_35() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; }
inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * value)
{
___shared_by_number_35 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value);
}
inline static int32_t get_offset_of_shared_by_name_36() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; }
inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * value)
{
___shared_by_name_36 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value);
}
inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___IsTaiwanSku_37)); }
inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; }
inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; }
inline void set_IsTaiwanSku_37(bool value)
{
___IsTaiwanSku_37 = value;
}
};
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
char* ___m_name_13;
char* ___englishname_14;
char* ___nativename_15;
char* ___iso3lang_16;
char* ___iso2lang_17;
char* ___win3lang_18;
char* ___territory_19;
char** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// Native definition for COM marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
Il2CppChar* ___m_name_13;
Il2CppChar* ___englishname_14;
Il2CppChar* ___nativename_15;
Il2CppChar* ___iso3lang_16;
Il2CppChar* ___iso2lang_17;
Il2CppChar* ___win3lang_18;
Il2CppChar* ___territory_19;
Il2CppChar** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : public RuntimeObject
{
public:
// System.Object System.MarshalByRefObject::_identity
RuntimeObject * ____identity_0;
public:
inline static int32_t get_offset_of__identity_0() { return static_cast<int32_t>(offsetof(MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF, ____identity_0)); }
inline RuntimeObject * get__identity_0() const { return ____identity_0; }
inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; }
inline void set__identity_0(RuntimeObject * value)
{
____identity_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
{
Il2CppIUnknown* ____identity_0;
};
// Native definition for COM marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
{
Il2CppIUnknown* ____identity_0;
};
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
public:
public:
};
// System.Runtime.ConstrainedExecution.CriticalFinalizerObject
struct CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 : public RuntimeObject
{
public:
public:
};
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject
{
public:
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_3;
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_4;
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_5;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___m_nameToIndex_6;
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
int32_t ___m_currMember_7;
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
RuntimeObject* ___m_converter_8;
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
String_t* ___m_fullTypeName_9;
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
String_t* ___m_assemName_10;
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
Type_t * ___objectType_11;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
bool ___isFullTypeNameSetExplicit_12;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
bool ___isAssemblyNameSetExplicit_13;
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
bool ___requireSameTokenInPartialTrust_14;
public:
inline static int32_t get_offset_of_m_members_3() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_members_3)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_3() const { return ___m_members_3; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_3() { return &___m_members_3; }
inline void set_m_members_3(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_members_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value);
}
inline static int32_t get_offset_of_m_data_4() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_data_4)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_4() const { return ___m_data_4; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_4() { return &___m_data_4; }
inline void set_m_data_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_data_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value);
}
inline static int32_t get_offset_of_m_types_5() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_types_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_5() const { return ___m_types_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_5() { return &___m_types_5; }
inline void set_m_types_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___m_types_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value);
}
inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_6)); }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; }
inline void set_m_nameToIndex_6(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value)
{
___m_nameToIndex_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value);
}
inline static int32_t get_offset_of_m_currMember_7() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_currMember_7)); }
inline int32_t get_m_currMember_7() const { return ___m_currMember_7; }
inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; }
inline void set_m_currMember_7(int32_t value)
{
___m_currMember_7 = value;
}
inline static int32_t get_offset_of_m_converter_8() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_converter_8)); }
inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; }
inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; }
inline void set_m_converter_8(RuntimeObject* value)
{
___m_converter_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value);
}
inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_fullTypeName_9)); }
inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; }
inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; }
inline void set_m_fullTypeName_9(String_t* value)
{
___m_fullTypeName_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value);
}
inline static int32_t get_offset_of_m_assemName_10() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_assemName_10)); }
inline String_t* get_m_assemName_10() const { return ___m_assemName_10; }
inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; }
inline void set_m_assemName_10(String_t* value)
{
___m_assemName_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value);
}
inline static int32_t get_offset_of_objectType_11() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___objectType_11)); }
inline Type_t * get_objectType_11() const { return ___objectType_11; }
inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; }
inline void set_objectType_11(Type_t * value)
{
___objectType_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value);
}
inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isFullTypeNameSetExplicit_12)); }
inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; }
inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; }
inline void set_isFullTypeNameSetExplicit_12(bool value)
{
___isFullTypeNameSetExplicit_12 = value;
}
inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isAssemblyNameSetExplicit_13)); }
inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; }
inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; }
inline void set_isAssemblyNameSetExplicit_13(bool value)
{
___isAssemblyNameSetExplicit_13 = value;
}
inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___requireSameTokenInPartialTrust_14)); }
inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; }
inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; }
inline void set_requireSameTokenInPartialTrust_14(bool value)
{
___requireSameTokenInPartialTrust_14 = value;
}
};
// System.Security.AccessControl.AceEnumerator
struct AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7 : public RuntimeObject
{
public:
// System.Security.AccessControl.GenericAcl System.Security.AccessControl.AceEnumerator::owner
GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA * ___owner_0;
// System.Int32 System.Security.AccessControl.AceEnumerator::current
int32_t ___current_1;
public:
inline static int32_t get_offset_of_owner_0() { return static_cast<int32_t>(offsetof(AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7, ___owner_0)); }
inline GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA * get_owner_0() const { return ___owner_0; }
inline GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA ** get_address_of_owner_0() { return &___owner_0; }
inline void set_owner_0(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA * value)
{
___owner_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value);
}
inline static int32_t get_offset_of_current_1() { return static_cast<int32_t>(offsetof(AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7, ___current_1)); }
inline int32_t get_current_1() const { return ___current_1; }
inline int32_t* get_address_of_current_1() { return &___current_1; }
inline void set_current_1(int32_t value)
{
___current_1 = value;
}
};
// System.Security.AccessControl.GenericAcl
struct GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA : public RuntimeObject
{
public:
public:
};
struct GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_StaticFields
{
public:
// System.Byte System.Security.AccessControl.GenericAcl::AclRevision
uint8_t ___AclRevision_0;
// System.Byte System.Security.AccessControl.GenericAcl::AclRevisionDS
uint8_t ___AclRevisionDS_1;
// System.Int32 System.Security.AccessControl.GenericAcl::MaxBinaryLength
int32_t ___MaxBinaryLength_2;
public:
inline static int32_t get_offset_of_AclRevision_0() { return static_cast<int32_t>(offsetof(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_StaticFields, ___AclRevision_0)); }
inline uint8_t get_AclRevision_0() const { return ___AclRevision_0; }
inline uint8_t* get_address_of_AclRevision_0() { return &___AclRevision_0; }
inline void set_AclRevision_0(uint8_t value)
{
___AclRevision_0 = value;
}
inline static int32_t get_offset_of_AclRevisionDS_1() { return static_cast<int32_t>(offsetof(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_StaticFields, ___AclRevisionDS_1)); }
inline uint8_t get_AclRevisionDS_1() const { return ___AclRevisionDS_1; }
inline uint8_t* get_address_of_AclRevisionDS_1() { return &___AclRevisionDS_1; }
inline void set_AclRevisionDS_1(uint8_t value)
{
___AclRevisionDS_1 = value;
}
inline static int32_t get_offset_of_MaxBinaryLength_2() { return static_cast<int32_t>(offsetof(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_StaticFields, ___MaxBinaryLength_2)); }
inline int32_t get_MaxBinaryLength_2() const { return ___MaxBinaryLength_2; }
inline int32_t* get_address_of_MaxBinaryLength_2() { return &___MaxBinaryLength_2; }
inline void set_MaxBinaryLength_2(int32_t value)
{
___MaxBinaryLength_2 = value;
}
};
// System.Security.AccessControl.GenericSecurityDescriptor
struct GenericSecurityDescriptor_t2996F327109B05E79BA8499485EB182A34D376B0 : public RuntimeObject
{
public:
public:
};
// System.Security.AccessControl.NativeObjectSecurity_<>c__DisplayClass20_0
struct U3CU3Ec__DisplayClass20_0_t364A4A33918881B41638D92CBE0E1F52C6884E85 : public RuntimeObject
{
public:
// System.Security.AccessControl.NativeObjectSecurity System.Security.AccessControl.NativeObjectSecurity_<>c__DisplayClass20_0::<>4__this
NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A * ___U3CU3E4__this_0;
// System.String System.Security.AccessControl.NativeObjectSecurity_<>c__DisplayClass20_0::name
String_t* ___name_1;
public:
inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass20_0_t364A4A33918881B41638D92CBE0E1F52C6884E85, ___U3CU3E4__this_0)); }
inline NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; }
inline NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; }
inline void set_U3CU3E4__this_0(NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A * value)
{
___U3CU3E4__this_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value);
}
inline static int32_t get_offset_of_name_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass20_0_t364A4A33918881B41638D92CBE0E1F52C6884E85, ___name_1)); }
inline String_t* get_name_1() const { return ___name_1; }
inline String_t** get_address_of_name_1() { return &___name_1; }
inline void set_name_1(String_t* value)
{
___name_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_1), (void*)value);
}
};
// System.Security.Cryptography.AsymmetricAlgorithm
struct AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB : public RuntimeObject
{
public:
// System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::KeySizeValue
int32_t ___KeySizeValue_0;
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.AsymmetricAlgorithm::LegalKeySizesValue
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___LegalKeySizesValue_1;
public:
inline static int32_t get_offset_of_KeySizeValue_0() { return static_cast<int32_t>(offsetof(AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB, ___KeySizeValue_0)); }
inline int32_t get_KeySizeValue_0() const { return ___KeySizeValue_0; }
inline int32_t* get_address_of_KeySizeValue_0() { return &___KeySizeValue_0; }
inline void set_KeySizeValue_0(int32_t value)
{
___KeySizeValue_0 = value;
}
inline static int32_t get_offset_of_LegalKeySizesValue_1() { return static_cast<int32_t>(offsetof(AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB, ___LegalKeySizesValue_1)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_LegalKeySizesValue_1() const { return ___LegalKeySizesValue_1; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_LegalKeySizesValue_1() { return &___LegalKeySizesValue_1; }
inline void set_LegalKeySizesValue_1(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___LegalKeySizesValue_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___LegalKeySizesValue_1), (void*)value);
}
};
// System.Security.Cryptography.AsymmetricKeyExchangeDeformatter
struct AsymmetricKeyExchangeDeformatter_t43BCD3FDF3AB4A4303856F165EE5887DF70BDA41 : public RuntimeObject
{
public:
public:
};
// System.Security.Cryptography.AsymmetricKeyExchangeFormatter
struct AsymmetricKeyExchangeFormatter_t9CA3BB8564F403286E742FD70000696D5E0E1187 : public RuntimeObject
{
public:
public:
};
// System.Security.Cryptography.AsymmetricSignatureDeformatter
struct AsymmetricSignatureDeformatter_t2A943481A45060B8762C73CD0A4D624077C6AB39 : public RuntimeObject
{
public:
public:
};
// System.Security.Cryptography.AsymmetricSignatureFormatter
struct AsymmetricSignatureFormatter_t9480AB35AE4F9D132E9C22104181655C6533AB2E : public RuntimeObject
{
public:
public:
};
// System.Security.Cryptography.Constants
struct Constants_tE8C9F43DBA5BC2857F059B2F6EC9FCD706AE6CB4 : public RuntimeObject
{
public:
public:
};
// System.Security.Cryptography.CryptoAPITransform
struct CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF : public RuntimeObject
{
public:
// System.Boolean System.Security.Cryptography.CryptoAPITransform::m_disposed
bool ___m_disposed_0;
public:
inline static int32_t get_offset_of_m_disposed_0() { return static_cast<int32_t>(offsetof(CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF, ___m_disposed_0)); }
inline bool get_m_disposed_0() const { return ___m_disposed_0; }
inline bool* get_address_of_m_disposed_0() { return &___m_disposed_0; }
inline void set_m_disposed_0(bool value)
{
___m_disposed_0 = value;
}
};
// System.Security.Cryptography.CryptoConfig
struct CryptoConfig_tAC63C427FED51A33BAC3CC050CA1292E7A1AAF7F : public RuntimeObject
{
public:
public:
};
// System.Security.Cryptography.CspKeyContainerInfo
struct CspKeyContainerInfo_t33C2F72A9669DA4DD0F18DFD52F8D0B3586EC6E0 : public RuntimeObject
{
public:
// System.Security.Cryptography.CspParameters System.Security.Cryptography.CspKeyContainerInfo::_params
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ____params_0;
// System.Boolean System.Security.Cryptography.CspKeyContainerInfo::_random
bool ____random_1;
public:
inline static int32_t get_offset_of__params_0() { return static_cast<int32_t>(offsetof(CspKeyContainerInfo_t33C2F72A9669DA4DD0F18DFD52F8D0B3586EC6E0, ____params_0)); }
inline CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * get__params_0() const { return ____params_0; }
inline CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 ** get_address_of__params_0() { return &____params_0; }
inline void set__params_0(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * value)
{
____params_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____params_0), (void*)value);
}
inline static int32_t get_offset_of__random_1() { return static_cast<int32_t>(offsetof(CspKeyContainerInfo_t33C2F72A9669DA4DD0F18DFD52F8D0B3586EC6E0, ____random_1)); }
inline bool get__random_1() const { return ____random_1; }
inline bool* get_address_of__random_1() { return &____random_1; }
inline void set__random_1(bool value)
{
____random_1 = value;
}
};
// System.Security.Cryptography.DeriveBytes
struct DeriveBytes_t0D69F51DA669F265FD23E7B5E5CCA3F26EDCB58A : public RuntimeObject
{
public:
public:
};
// System.Security.Cryptography.HashAlgorithm
struct HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA : public RuntimeObject
{
public:
// System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue
int32_t ___HashSizeValue_0;
// System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___HashValue_1;
// System.Int32 System.Security.Cryptography.HashAlgorithm::State
int32_t ___State_2;
// System.Boolean System.Security.Cryptography.HashAlgorithm::m_bDisposed
bool ___m_bDisposed_3;
public:
inline static int32_t get_offset_of_HashSizeValue_0() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___HashSizeValue_0)); }
inline int32_t get_HashSizeValue_0() const { return ___HashSizeValue_0; }
inline int32_t* get_address_of_HashSizeValue_0() { return &___HashSizeValue_0; }
inline void set_HashSizeValue_0(int32_t value)
{
___HashSizeValue_0 = value;
}
inline static int32_t get_offset_of_HashValue_1() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___HashValue_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_HashValue_1() const { return ___HashValue_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_HashValue_1() { return &___HashValue_1; }
inline void set_HashValue_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___HashValue_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___HashValue_1), (void*)value);
}
inline static int32_t get_offset_of_State_2() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___State_2)); }
inline int32_t get_State_2() const { return ___State_2; }
inline int32_t* get_address_of_State_2() { return &___State_2; }
inline void set_State_2(int32_t value)
{
___State_2 = value;
}
inline static int32_t get_offset_of_m_bDisposed_3() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___m_bDisposed_3)); }
inline bool get_m_bDisposed_3() const { return ___m_bDisposed_3; }
inline bool* get_address_of_m_bDisposed_3() { return &___m_bDisposed_3; }
inline void set_m_bDisposed_3(bool value)
{
___m_bDisposed_3 = value;
}
};
// System.Security.Cryptography.KeySizes
struct KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 : public RuntimeObject
{
public:
// System.Int32 System.Security.Cryptography.KeySizes::m_minSize
int32_t ___m_minSize_0;
// System.Int32 System.Security.Cryptography.KeySizes::m_maxSize
int32_t ___m_maxSize_1;
// System.Int32 System.Security.Cryptography.KeySizes::m_skipSize
int32_t ___m_skipSize_2;
public:
inline static int32_t get_offset_of_m_minSize_0() { return static_cast<int32_t>(offsetof(KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75, ___m_minSize_0)); }
inline int32_t get_m_minSize_0() const { return ___m_minSize_0; }
inline int32_t* get_address_of_m_minSize_0() { return &___m_minSize_0; }
inline void set_m_minSize_0(int32_t value)
{
___m_minSize_0 = value;
}
inline static int32_t get_offset_of_m_maxSize_1() { return static_cast<int32_t>(offsetof(KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75, ___m_maxSize_1)); }
inline int32_t get_m_maxSize_1() const { return ___m_maxSize_1; }
inline int32_t* get_address_of_m_maxSize_1() { return &___m_maxSize_1; }
inline void set_m_maxSize_1(int32_t value)
{
___m_maxSize_1 = value;
}
inline static int32_t get_offset_of_m_skipSize_2() { return static_cast<int32_t>(offsetof(KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75, ___m_skipSize_2)); }
inline int32_t get_m_skipSize_2() const { return ___m_skipSize_2; }
inline int32_t* get_address_of_m_skipSize_2() { return &___m_skipSize_2; }
inline void set_m_skipSize_2(int32_t value)
{
___m_skipSize_2 = value;
}
};
// System.Security.Cryptography.MaskGenerationMethod
struct MaskGenerationMethod_t643AAADDD596DC55BEA50BF8D374987DAAA11A38 : public RuntimeObject
{
public:
public:
};
// System.Security.Cryptography.RandomNumberGenerator
struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 : public RuntimeObject
{
public:
public:
};
// System.Security.Cryptography.SignatureDescription
struct SignatureDescription_tB231FA82A9D19469390933853DE38CCB0C0A873F : public RuntimeObject
{
public:
// System.String System.Security.Cryptography.SignatureDescription::_strKey
String_t* ____strKey_0;
// System.String System.Security.Cryptography.SignatureDescription::_strDigest
String_t* ____strDigest_1;
// System.String System.Security.Cryptography.SignatureDescription::_strFormatter
String_t* ____strFormatter_2;
// System.String System.Security.Cryptography.SignatureDescription::_strDeformatter
String_t* ____strDeformatter_3;
public:
inline static int32_t get_offset_of__strKey_0() { return static_cast<int32_t>(offsetof(SignatureDescription_tB231FA82A9D19469390933853DE38CCB0C0A873F, ____strKey_0)); }
inline String_t* get__strKey_0() const { return ____strKey_0; }
inline String_t** get_address_of__strKey_0() { return &____strKey_0; }
inline void set__strKey_0(String_t* value)
{
____strKey_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____strKey_0), (void*)value);
}
inline static int32_t get_offset_of__strDigest_1() { return static_cast<int32_t>(offsetof(SignatureDescription_tB231FA82A9D19469390933853DE38CCB0C0A873F, ____strDigest_1)); }
inline String_t* get__strDigest_1() const { return ____strDigest_1; }
inline String_t** get_address_of__strDigest_1() { return &____strDigest_1; }
inline void set__strDigest_1(String_t* value)
{
____strDigest_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____strDigest_1), (void*)value);
}
inline static int32_t get_offset_of__strFormatter_2() { return static_cast<int32_t>(offsetof(SignatureDescription_tB231FA82A9D19469390933853DE38CCB0C0A873F, ____strFormatter_2)); }
inline String_t* get__strFormatter_2() const { return ____strFormatter_2; }
inline String_t** get_address_of__strFormatter_2() { return &____strFormatter_2; }
inline void set__strFormatter_2(String_t* value)
{
____strFormatter_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____strFormatter_2), (void*)value);
}
inline static int32_t get_offset_of__strDeformatter_3() { return static_cast<int32_t>(offsetof(SignatureDescription_tB231FA82A9D19469390933853DE38CCB0C0A873F, ____strDeformatter_3)); }
inline String_t* get__strDeformatter_3() const { return ____strDeformatter_3; }
inline String_t** get_address_of__strDeformatter_3() { return &____strDeformatter_3; }
inline void set__strDeformatter_3(String_t* value)
{
____strDeformatter_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____strDeformatter_3), (void*)value);
}
};
// System.Security.Principal.IdentityReference
struct IdentityReference_t93D66FB85D4DFA01149E3B74D5D8F989D6AA89B1 : public RuntimeObject
{
public:
public:
};
// System.Security.SecureString
struct SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 : public RuntimeObject
{
public:
// System.Int32 System.Security.SecureString::length
int32_t ___length_0;
// System.Boolean System.Security.SecureString::disposed
bool ___disposed_1;
// System.Byte[] System.Security.SecureString::data
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data_2;
public:
inline static int32_t get_offset_of_length_0() { return static_cast<int32_t>(offsetof(SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5, ___length_0)); }
inline int32_t get_length_0() const { return ___length_0; }
inline int32_t* get_address_of_length_0() { return &___length_0; }
inline void set_length_0(int32_t value)
{
___length_0 = value;
}
inline static int32_t get_offset_of_disposed_1() { return static_cast<int32_t>(offsetof(SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5, ___disposed_1)); }
inline bool get_disposed_1() const { return ___disposed_1; }
inline bool* get_address_of_disposed_1() { return &___disposed_1; }
inline void set_disposed_1(bool value)
{
___disposed_1 = value;
}
inline static int32_t get_offset_of_data_2() { return static_cast<int32_t>(offsetof(SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5, ___data_2)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_data_2() const { return ___data_2; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_data_2() { return &___data_2; }
inline void set_data_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___data_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_2), (void*)value);
}
};
// System.Security.SecurityElement
struct SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 : public RuntimeObject
{
public:
// System.String System.Security.SecurityElement::text
String_t* ___text_0;
// System.String System.Security.SecurityElement::tag
String_t* ___tag_1;
// System.Collections.ArrayList System.Security.SecurityElement::attributes
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___attributes_2;
// System.Collections.ArrayList System.Security.SecurityElement::children
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___children_3;
public:
inline static int32_t get_offset_of_text_0() { return static_cast<int32_t>(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7, ___text_0)); }
inline String_t* get_text_0() const { return ___text_0; }
inline String_t** get_address_of_text_0() { return &___text_0; }
inline void set_text_0(String_t* value)
{
___text_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___text_0), (void*)value);
}
inline static int32_t get_offset_of_tag_1() { return static_cast<int32_t>(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7, ___tag_1)); }
inline String_t* get_tag_1() const { return ___tag_1; }
inline String_t** get_address_of_tag_1() { return &___tag_1; }
inline void set_tag_1(String_t* value)
{
___tag_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___tag_1), (void*)value);
}
inline static int32_t get_offset_of_attributes_2() { return static_cast<int32_t>(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7, ___attributes_2)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_attributes_2() const { return ___attributes_2; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_attributes_2() { return &___attributes_2; }
inline void set_attributes_2(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___attributes_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___attributes_2), (void*)value);
}
inline static int32_t get_offset_of_children_3() { return static_cast<int32_t>(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7, ___children_3)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_children_3() const { return ___children_3; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_children_3() { return &___children_3; }
inline void set_children_3(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___children_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___children_3), (void*)value);
}
};
struct SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields
{
public:
// System.Char[] System.Security.SecurityElement::invalid_tag_chars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___invalid_tag_chars_4;
// System.Char[] System.Security.SecurityElement::invalid_text_chars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___invalid_text_chars_5;
// System.Char[] System.Security.SecurityElement::invalid_attr_name_chars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___invalid_attr_name_chars_6;
// System.Char[] System.Security.SecurityElement::invalid_attr_value_chars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___invalid_attr_value_chars_7;
// System.Char[] System.Security.SecurityElement::invalid_chars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___invalid_chars_8;
public:
inline static int32_t get_offset_of_invalid_tag_chars_4() { return static_cast<int32_t>(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields, ___invalid_tag_chars_4)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_invalid_tag_chars_4() const { return ___invalid_tag_chars_4; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_invalid_tag_chars_4() { return &___invalid_tag_chars_4; }
inline void set_invalid_tag_chars_4(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___invalid_tag_chars_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invalid_tag_chars_4), (void*)value);
}
inline static int32_t get_offset_of_invalid_text_chars_5() { return static_cast<int32_t>(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields, ___invalid_text_chars_5)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_invalid_text_chars_5() const { return ___invalid_text_chars_5; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_invalid_text_chars_5() { return &___invalid_text_chars_5; }
inline void set_invalid_text_chars_5(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___invalid_text_chars_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invalid_text_chars_5), (void*)value);
}
inline static int32_t get_offset_of_invalid_attr_name_chars_6() { return static_cast<int32_t>(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields, ___invalid_attr_name_chars_6)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_invalid_attr_name_chars_6() const { return ___invalid_attr_name_chars_6; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_invalid_attr_name_chars_6() { return &___invalid_attr_name_chars_6; }
inline void set_invalid_attr_name_chars_6(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___invalid_attr_name_chars_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invalid_attr_name_chars_6), (void*)value);
}
inline static int32_t get_offset_of_invalid_attr_value_chars_7() { return static_cast<int32_t>(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields, ___invalid_attr_value_chars_7)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_invalid_attr_value_chars_7() const { return ___invalid_attr_value_chars_7; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_invalid_attr_value_chars_7() { return &___invalid_attr_value_chars_7; }
inline void set_invalid_attr_value_chars_7(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___invalid_attr_value_chars_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invalid_attr_value_chars_7), (void*)value);
}
inline static int32_t get_offset_of_invalid_chars_8() { return static_cast<int32_t>(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields, ___invalid_chars_8)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_invalid_chars_8() const { return ___invalid_chars_8; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_invalid_chars_8() { return &___invalid_chars_8; }
inline void set_invalid_chars_8(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___invalid_chars_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invalid_chars_8), (void*)value);
}
};
// System.Security.Util.Parser
struct Parser_tD4E1A3DB8457E4F97C6B057B01BADD8319821281 : public RuntimeObject
{
public:
// System.Security.SecurityDocument System.Security.Util.Parser::_doc
SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * ____doc_0;
// System.Security.Util.Tokenizer System.Security.Util.Parser::_t
Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * ____t_1;
public:
inline static int32_t get_offset_of__doc_0() { return static_cast<int32_t>(offsetof(Parser_tD4E1A3DB8457E4F97C6B057B01BADD8319821281, ____doc_0)); }
inline SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * get__doc_0() const { return ____doc_0; }
inline SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 ** get_address_of__doc_0() { return &____doc_0; }
inline void set__doc_0(SecurityDocument_tD36A817ED1ADDDBF197C5DF420B1537F911C8C05 * value)
{
____doc_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____doc_0), (void*)value);
}
inline static int32_t get_offset_of__t_1() { return static_cast<int32_t>(offsetof(Parser_tD4E1A3DB8457E4F97C6B057B01BADD8319821281, ____t_1)); }
inline Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * get__t_1() const { return ____t_1; }
inline Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 ** get_address_of__t_1() { return &____t_1; }
inline void set__t_1(Tokenizer_tFFBE07D0FA2C8AACA474EA0B252F7A8F9A736D76 * value)
{
____t_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____t_1), (void*)value);
}
};
// System.String
struct String_t : public RuntimeObject
{
public:
// System.Int32 System.String::m_stringLength
int32_t ___m_stringLength_0;
// System.Char System.String::m_firstChar
Il2CppChar ___m_firstChar_1;
public:
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
inline void set_m_stringLength_0(int32_t value)
{
___m_stringLength_0 = value;
}
inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
inline void set_m_firstChar_1(Il2CppChar value)
{
___m_firstChar_1 = value;
}
};
struct String_t_StaticFields
{
public:
// System.String System.String::Empty
String_t* ___Empty_5;
public:
inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
inline String_t* get_Empty_5() const { return ___Empty_5; }
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
inline void set_Empty_5(String_t* value)
{
___Empty_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
}
};
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject
{
public:
// System.Int32 System.Text.Encoding::m_codePage
int32_t ___m_codePage_55;
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_56;
// System.Boolean System.Text.Encoding::m_deserializedFromEverett
bool ___m_deserializedFromEverett_57;
// System.Boolean System.Text.Encoding::m_isReadOnly
bool ___m_isReadOnly_58;
// System.Text.EncoderFallback System.Text.Encoding::encoderFallback
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_59;
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_60;
public:
inline static int32_t get_offset_of_m_codePage_55() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_codePage_55)); }
inline int32_t get_m_codePage_55() const { return ___m_codePage_55; }
inline int32_t* get_address_of_m_codePage_55() { return &___m_codePage_55; }
inline void set_m_codePage_55(int32_t value)
{
___m_codePage_55 = value;
}
inline static int32_t get_offset_of_dataItem_56() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_56)); }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_56() const { return ___dataItem_56; }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_56() { return &___dataItem_56; }
inline void set_dataItem_56(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value)
{
___dataItem_56 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dataItem_56), (void*)value);
}
inline static int32_t get_offset_of_m_deserializedFromEverett_57() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_deserializedFromEverett_57)); }
inline bool get_m_deserializedFromEverett_57() const { return ___m_deserializedFromEverett_57; }
inline bool* get_address_of_m_deserializedFromEverett_57() { return &___m_deserializedFromEverett_57; }
inline void set_m_deserializedFromEverett_57(bool value)
{
___m_deserializedFromEverett_57 = value;
}
inline static int32_t get_offset_of_m_isReadOnly_58() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_isReadOnly_58)); }
inline bool get_m_isReadOnly_58() const { return ___m_isReadOnly_58; }
inline bool* get_address_of_m_isReadOnly_58() { return &___m_isReadOnly_58; }
inline void set_m_isReadOnly_58(bool value)
{
___m_isReadOnly_58 = value;
}
inline static int32_t get_offset_of_encoderFallback_59() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_59)); }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_59() const { return ___encoderFallback_59; }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_59() { return &___encoderFallback_59; }
inline void set_encoderFallback_59(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
{
___encoderFallback_59 = value;
Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_59), (void*)value);
}
inline static int32_t get_offset_of_decoderFallback_60() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_60)); }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_60() const { return ___decoderFallback_60; }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_60() { return &___decoderFallback_60; }
inline void set_decoderFallback_60(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
{
___decoderFallback_60 = value;
Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_60), (void*)value);
}
};
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields
{
public:
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___defaultEncoding_0;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___unicodeEncoding_1;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___bigEndianUnicode_2;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf7Encoding_3;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8Encoding_4;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf32Encoding_5;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___asciiEncoding_6;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___latin1Encoding_7;
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___encodings_8;
// System.Object System.Text.Encoding::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_61;
public:
inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___defaultEncoding_0)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_defaultEncoding_0() const { return ___defaultEncoding_0; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; }
inline void set_defaultEncoding_0(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___defaultEncoding_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value);
}
inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___unicodeEncoding_1)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; }
inline void set_unicodeEncoding_1(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___unicodeEncoding_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value);
}
inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___bigEndianUnicode_2)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; }
inline void set_bigEndianUnicode_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___bigEndianUnicode_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value);
}
inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf7Encoding_3)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf7Encoding_3() const { return ___utf7Encoding_3; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; }
inline void set_utf7Encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf7Encoding_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value);
}
inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf8Encoding_4)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8Encoding_4() const { return ___utf8Encoding_4; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; }
inline void set_utf8Encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf8Encoding_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value);
}
inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf32Encoding_5)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf32Encoding_5() const { return ___utf32Encoding_5; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; }
inline void set_utf32Encoding_5(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf32Encoding_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value);
}
inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___asciiEncoding_6)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_asciiEncoding_6() const { return ___asciiEncoding_6; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; }
inline void set_asciiEncoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___asciiEncoding_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value);
}
inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___latin1Encoding_7)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_latin1Encoding_7() const { return ___latin1Encoding_7; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; }
inline void set_latin1Encoding_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___latin1Encoding_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value);
}
inline static int32_t get_offset_of_encodings_8() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___encodings_8)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_encodings_8() const { return ___encodings_8; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_encodings_8() { return &___encodings_8; }
inline void set_encodings_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___encodings_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value);
}
inline static int32_t get_offset_of_s_InternalSyncObject_61() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___s_InternalSyncObject_61)); }
inline RuntimeObject * get_s_InternalSyncObject_61() const { return ___s_InternalSyncObject_61; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_61() { return &___s_InternalSyncObject_61; }
inline void set_s_InternalSyncObject_61(RuntimeObject * value)
{
___s_InternalSyncObject_61 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_61), (void*)value);
}
};
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
public:
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_ChunkChars_0;
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
StringBuilder_t * ___m_ChunkPrevious_1;
// System.Int32 System.Text.StringBuilder::m_ChunkLength
int32_t ___m_ChunkLength_2;
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
int32_t ___m_ChunkOffset_3;
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
int32_t ___m_MaxCapacity_4;
public:
inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkChars_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; }
inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___m_ChunkChars_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value);
}
inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); }
inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; }
inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; }
inline void set_m_ChunkPrevious_1(StringBuilder_t * value)
{
___m_ChunkPrevious_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value);
}
inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkLength_2)); }
inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; }
inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; }
inline void set_m_ChunkLength_2(int32_t value)
{
___m_ChunkLength_2 = value;
}
inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); }
inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; }
inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; }
inline void set_m_ChunkOffset_3(int32_t value)
{
___m_ChunkOffset_3 = value;
}
inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); }
inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; }
inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; }
inline void set_m_MaxCapacity_4(int32_t value)
{
___m_MaxCapacity_4 = value;
}
};
// System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
{
public:
public:
};
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
{
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10
struct __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C__padding[10];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1018
struct __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4__padding[1018];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1080
struct __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84__padding[1080];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D11614
struct __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5__padding[11614];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12
struct __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879__padding[12];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120
struct __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252__padding[120];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1208
struct __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD__padding[1208];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128
struct __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1__padding[128];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D130
struct __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F__padding[130];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D14
struct __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05__padding[14];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1450
struct __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4__padding[1450];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16
struct __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341__padding[16];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D162
struct __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA__padding[162];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1665
struct __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20__padding[1665];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D174
struct __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F__padding[174];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D20
struct __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63__padding[20];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048
struct __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02__padding[2048];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2100
struct __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA__padding[2100];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D212
struct __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF__padding[212];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D21252
struct __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462__padding[21252];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2350
struct __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D__padding[2350];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2382
struct __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA__padding[2382];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D24
struct __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123__padding[24];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D240
struct __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8__padding[240];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256
struct __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F__padding[256];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D262
struct __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7__padding[262];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D288
struct __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55__padding[288];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3
struct __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E__padding[3];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3132
struct __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333__padding[3132];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32
struct __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472__padding[32];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D320
struct __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49__padding[320];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36
struct __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17__padding[36];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D360
struct __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7__padding[360];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D38
struct __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D__padding[38];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40
struct __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04__padding[40];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096
struct __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23__padding[4096];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D42
struct __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4__padding[42];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44
struct __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F__padding[44];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D48
struct __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A__padding[48];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52
struct __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A__padding[52];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D56
struct __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10__padding[56];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6
struct __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78__padding[6];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64
struct __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6__padding[64];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D640
struct __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910__padding[640];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72
struct __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1__padding[72];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76
struct __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB__padding[76];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D82
struct __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B__padding[82];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D84
struct __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A__padding[84];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9
struct __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928__padding[9];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D94
struct __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6__padding[94];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D998
struct __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C__padding[998];
};
public:
};
// System.Boolean
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
{
public:
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
inline bool get_m_value_0() const { return ___m_value_0; }
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(bool value)
{
___m_value_0 = value;
}
};
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
{
public:
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
public:
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
inline void set_TrueString_5(String_t* value)
{
___TrueString_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
}
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
inline void set_FalseString_6(String_t* value)
{
___FalseString_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
}
};
// System.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
{
public:
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
inline uint8_t get_m_value_0() const { return ___m_value_0; }
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint8_t value)
{
___m_value_0 = value;
}
};
// System.Char
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
{
public:
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(Il2CppChar value)
{
___m_value_0 = value;
}
};
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
{
public:
// System.Byte[] System.Char::categoryForLatin1
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
public:
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___categoryForLatin1_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value);
}
};
// System.Collections.Generic.List`1_Enumerator<System.Object>
struct Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD
{
public:
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___list_0;
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
int32_t ___version_2;
// T System.Collections.Generic.List`1_Enumerator::current
RuntimeObject * ___current_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___list_0)); }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_list_0() const { return ___list_0; }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___current_3)); }
inline RuntimeObject * get_current_3() const { return ___current_3; }
inline RuntimeObject ** get_address_of_current_3() { return &___current_3; }
inline void set_current_3(RuntimeObject * value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value);
}
};
// System.Collections.Generic.List`1_Enumerator<System.Security.AccessControl.GenericAce>
struct Enumerator_t02F9AA26FBFE06162BA9DC0FFA3614CAF8B38F7C
{
public:
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * ___list_0;
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
int32_t ___version_2;
// T System.Collections.Generic.List`1_Enumerator::current
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___current_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_t02F9AA26FBFE06162BA9DC0FFA3614CAF8B38F7C, ___list_0)); }
inline List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * get_list_0() const { return ___list_0; }
inline List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_t02F9AA26FBFE06162BA9DC0FFA3614CAF8B38F7C, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_t02F9AA26FBFE06162BA9DC0FFA3614CAF8B38F7C, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_t02F9AA26FBFE06162BA9DC0FFA3614CAF8B38F7C, ___current_3)); }
inline GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * get_current_3() const { return ___current_3; }
inline GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA ** get_address_of_current_3() { return &___current_3; }
inline void set_current_3(GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value);
}
};
// System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
{
public:
public:
};
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
{
public:
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
public:
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___enumSeperatorCharArray_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
{
};
// System.Guid
struct Guid_t
{
public:
// System.Int32 System.Guid::_a
int32_t ____a_1;
// System.Int16 System.Guid::_b
int16_t ____b_2;
// System.Int16 System.Guid::_c
int16_t ____c_3;
// System.Byte System.Guid::_d
uint8_t ____d_4;
// System.Byte System.Guid::_e
uint8_t ____e_5;
// System.Byte System.Guid::_f
uint8_t ____f_6;
// System.Byte System.Guid::_g
uint8_t ____g_7;
// System.Byte System.Guid::_h
uint8_t ____h_8;
// System.Byte System.Guid::_i
uint8_t ____i_9;
// System.Byte System.Guid::_j
uint8_t ____j_10;
// System.Byte System.Guid::_k
uint8_t ____k_11;
public:
inline static int32_t get_offset_of__a_1() { return static_cast<int32_t>(offsetof(Guid_t, ____a_1)); }
inline int32_t get__a_1() const { return ____a_1; }
inline int32_t* get_address_of__a_1() { return &____a_1; }
inline void set__a_1(int32_t value)
{
____a_1 = value;
}
inline static int32_t get_offset_of__b_2() { return static_cast<int32_t>(offsetof(Guid_t, ____b_2)); }
inline int16_t get__b_2() const { return ____b_2; }
inline int16_t* get_address_of__b_2() { return &____b_2; }
inline void set__b_2(int16_t value)
{
____b_2 = value;
}
inline static int32_t get_offset_of__c_3() { return static_cast<int32_t>(offsetof(Guid_t, ____c_3)); }
inline int16_t get__c_3() const { return ____c_3; }
inline int16_t* get_address_of__c_3() { return &____c_3; }
inline void set__c_3(int16_t value)
{
____c_3 = value;
}
inline static int32_t get_offset_of__d_4() { return static_cast<int32_t>(offsetof(Guid_t, ____d_4)); }
inline uint8_t get__d_4() const { return ____d_4; }
inline uint8_t* get_address_of__d_4() { return &____d_4; }
inline void set__d_4(uint8_t value)
{
____d_4 = value;
}
inline static int32_t get_offset_of__e_5() { return static_cast<int32_t>(offsetof(Guid_t, ____e_5)); }
inline uint8_t get__e_5() const { return ____e_5; }
inline uint8_t* get_address_of__e_5() { return &____e_5; }
inline void set__e_5(uint8_t value)
{
____e_5 = value;
}
inline static int32_t get_offset_of__f_6() { return static_cast<int32_t>(offsetof(Guid_t, ____f_6)); }
inline uint8_t get__f_6() const { return ____f_6; }
inline uint8_t* get_address_of__f_6() { return &____f_6; }
inline void set__f_6(uint8_t value)
{
____f_6 = value;
}
inline static int32_t get_offset_of__g_7() { return static_cast<int32_t>(offsetof(Guid_t, ____g_7)); }
inline uint8_t get__g_7() const { return ____g_7; }
inline uint8_t* get_address_of__g_7() { return &____g_7; }
inline void set__g_7(uint8_t value)
{
____g_7 = value;
}
inline static int32_t get_offset_of__h_8() { return static_cast<int32_t>(offsetof(Guid_t, ____h_8)); }
inline uint8_t get__h_8() const { return ____h_8; }
inline uint8_t* get_address_of__h_8() { return &____h_8; }
inline void set__h_8(uint8_t value)
{
____h_8 = value;
}
inline static int32_t get_offset_of__i_9() { return static_cast<int32_t>(offsetof(Guid_t, ____i_9)); }
inline uint8_t get__i_9() const { return ____i_9; }
inline uint8_t* get_address_of__i_9() { return &____i_9; }
inline void set__i_9(uint8_t value)
{
____i_9 = value;
}
inline static int32_t get_offset_of__j_10() { return static_cast<int32_t>(offsetof(Guid_t, ____j_10)); }
inline uint8_t get__j_10() const { return ____j_10; }
inline uint8_t* get_address_of__j_10() { return &____j_10; }
inline void set__j_10(uint8_t value)
{
____j_10 = value;
}
inline static int32_t get_offset_of__k_11() { return static_cast<int32_t>(offsetof(Guid_t, ____k_11)); }
inline uint8_t get__k_11() const { return ____k_11; }
inline uint8_t* get_address_of__k_11() { return &____k_11; }
inline void set__k_11(uint8_t value)
{
____k_11 = value;
}
};
struct Guid_t_StaticFields
{
public:
// System.Guid System.Guid::Empty
Guid_t ___Empty_0;
// System.Object System.Guid::_rngAccess
RuntimeObject * ____rngAccess_12;
// System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ____rng_13;
public:
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ___Empty_0)); }
inline Guid_t get_Empty_0() const { return ___Empty_0; }
inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; }
inline void set_Empty_0(Guid_t value)
{
___Empty_0 = value;
}
inline static int32_t get_offset_of__rngAccess_12() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rngAccess_12)); }
inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; }
inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; }
inline void set__rngAccess_12(RuntimeObject * value)
{
____rngAccess_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value);
}
inline static int32_t get_offset_of__rng_13() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rng_13)); }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get__rng_13() const { return ____rng_13; }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of__rng_13() { return &____rng_13; }
inline void set__rng_13(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value)
{
____rng_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value);
}
};
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.IO.Stream_ReadWriteTask System.IO.Stream::_activeReadWriteTask
ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * ____activeReadWriteTask_2;
// System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ____asyncActiveSemaphore_3;
public:
inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____activeReadWriteTask_2)); }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; }
inline void set__activeReadWriteTask_2(ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * value)
{
____activeReadWriteTask_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_2), (void*)value);
}
inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____asyncActiveSemaphore_3)); }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; }
inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value)
{
____asyncActiveSemaphore_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_3), (void*)value);
}
};
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields
{
public:
// System.IO.Stream System.IO.Stream::Null
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Null_1;
public:
inline static int32_t get_offset_of_Null_1() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields, ___Null_1)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Null_1() const { return ___Null_1; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Null_1() { return &___Null_1; }
inline void set_Null_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___Null_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value);
}
};
// System.Int32
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
{
public:
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); }
inline int32_t get_m_value_0() const { return ___m_value_0; }
inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int32_t value)
{
___m_value_0 = value;
}
};
// System.Int64
struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436
{
public:
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); }
inline int64_t get_m_value_0() const { return ___m_value_0; }
inline int64_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int64_t value)
{
___m_value_0 = value;
}
};
// System.IntPtr
struct IntPtr_t
{
public:
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
inline void* get_m_value_0() const { return ___m_value_0; }
inline void** get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(void* value)
{
___m_value_0 = value;
}
};
struct IntPtr_t_StaticFields
{
public:
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
public:
inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
inline intptr_t get_Zero_1() const { return ___Zero_1; }
inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
inline void set_Zero_1(intptr_t value)
{
___Zero_1 = value;
}
};
// System.Runtime.CompilerServices.AsyncMethodBuilderCore
struct AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01
{
public:
// System.Runtime.CompilerServices.IAsyncStateMachine System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_stateMachine
RuntimeObject* ___m_stateMachine_0;
// System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_defaultContextAction
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___m_defaultContextAction_1;
public:
inline static int32_t get_offset_of_m_stateMachine_0() { return static_cast<int32_t>(offsetof(AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01, ___m_stateMachine_0)); }
inline RuntimeObject* get_m_stateMachine_0() const { return ___m_stateMachine_0; }
inline RuntimeObject** get_address_of_m_stateMachine_0() { return &___m_stateMachine_0; }
inline void set_m_stateMachine_0(RuntimeObject* value)
{
___m_stateMachine_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_stateMachine_0), (void*)value);
}
inline static int32_t get_offset_of_m_defaultContextAction_1() { return static_cast<int32_t>(offsetof(AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01, ___m_defaultContextAction_1)); }
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_m_defaultContextAction_1() const { return ___m_defaultContextAction_1; }
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_m_defaultContextAction_1() { return &___m_defaultContextAction_1; }
inline void set_m_defaultContextAction_1(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value)
{
___m_defaultContextAction_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_defaultContextAction_1), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore
struct AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01_marshaled_pinvoke
{
RuntimeObject* ___m_stateMachine_0;
Il2CppMethodPointer ___m_defaultContextAction_1;
};
// Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore
struct AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01_marshaled_com
{
RuntimeObject* ___m_stateMachine_0;
Il2CppMethodPointer ___m_defaultContextAction_1;
};
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable_ConfiguredTaskAwaiter
struct ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874
{
public:
// System.Threading.Tasks.Task System.Runtime.CompilerServices.ConfiguredTaskAwaitable_ConfiguredTaskAwaiter::m_task
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_task_0;
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable_ConfiguredTaskAwaiter::m_continueOnCapturedContext
bool ___m_continueOnCapturedContext_1;
public:
inline static int32_t get_offset_of_m_task_0() { return static_cast<int32_t>(offsetof(ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874, ___m_task_0)); }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_m_task_0() const { return ___m_task_0; }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_m_task_0() { return &___m_task_0; }
inline void set_m_task_0(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
{
___m_task_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value);
}
inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast<int32_t>(offsetof(ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874, ___m_continueOnCapturedContext_1)); }
inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; }
inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; }
inline void set_m_continueOnCapturedContext_1(bool value)
{
___m_continueOnCapturedContext_1 = value;
}
};
// Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter
struct ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_marshaled_pinvoke
{
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_task_0;
int32_t ___m_continueOnCapturedContext_1;
};
// Native definition for COM marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter
struct ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_marshaled_com
{
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_task_0;
int32_t ___m_continueOnCapturedContext_1;
};
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter<System.Int32>
struct ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E
{
public:
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter::m_task
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * ___m_task_0;
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter::m_continueOnCapturedContext
bool ___m_continueOnCapturedContext_1;
public:
inline static int32_t get_offset_of_m_task_0() { return static_cast<int32_t>(offsetof(ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E, ___m_task_0)); }
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * get_m_task_0() const { return ___m_task_0; }
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 ** get_address_of_m_task_0() { return &___m_task_0; }
inline void set_m_task_0(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * value)
{
___m_task_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value);
}
inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast<int32_t>(offsetof(ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E, ___m_continueOnCapturedContext_1)); }
inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; }
inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; }
inline void set_m_continueOnCapturedContext_1(bool value)
{
___m_continueOnCapturedContext_1 = value;
}
};
// System.Security.AccessControl.CommonAcl
struct CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 : public GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA
{
public:
// System.Boolean System.Security.AccessControl.CommonAcl::is_aefa
bool ___is_aefa_3;
// System.Boolean System.Security.AccessControl.CommonAcl::is_canonical
bool ___is_canonical_4;
// System.Boolean System.Security.AccessControl.CommonAcl::is_container
bool ___is_container_5;
// System.Boolean System.Security.AccessControl.CommonAcl::is_ds
bool ___is_ds_6;
// System.Security.AccessControl.RawAcl System.Security.AccessControl.CommonAcl::raw_acl
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * ___raw_acl_7;
public:
inline static int32_t get_offset_of_is_aefa_3() { return static_cast<int32_t>(offsetof(CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542, ___is_aefa_3)); }
inline bool get_is_aefa_3() const { return ___is_aefa_3; }
inline bool* get_address_of_is_aefa_3() { return &___is_aefa_3; }
inline void set_is_aefa_3(bool value)
{
___is_aefa_3 = value;
}
inline static int32_t get_offset_of_is_canonical_4() { return static_cast<int32_t>(offsetof(CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542, ___is_canonical_4)); }
inline bool get_is_canonical_4() const { return ___is_canonical_4; }
inline bool* get_address_of_is_canonical_4() { return &___is_canonical_4; }
inline void set_is_canonical_4(bool value)
{
___is_canonical_4 = value;
}
inline static int32_t get_offset_of_is_container_5() { return static_cast<int32_t>(offsetof(CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542, ___is_container_5)); }
inline bool get_is_container_5() const { return ___is_container_5; }
inline bool* get_address_of_is_container_5() { return &___is_container_5; }
inline void set_is_container_5(bool value)
{
___is_container_5 = value;
}
inline static int32_t get_offset_of_is_ds_6() { return static_cast<int32_t>(offsetof(CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542, ___is_ds_6)); }
inline bool get_is_ds_6() const { return ___is_ds_6; }
inline bool* get_address_of_is_ds_6() { return &___is_ds_6; }
inline void set_is_ds_6(bool value)
{
___is_ds_6 = value;
}
inline static int32_t get_offset_of_raw_acl_7() { return static_cast<int32_t>(offsetof(CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542, ___raw_acl_7)); }
inline RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * get_raw_acl_7() const { return ___raw_acl_7; }
inline RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 ** get_address_of_raw_acl_7() { return &___raw_acl_7; }
inline void set_raw_acl_7(RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * value)
{
___raw_acl_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___raw_acl_7), (void*)value);
}
};
// System.Security.AccessControl.RawAcl
struct RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 : public GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA
{
public:
// System.Byte System.Security.AccessControl.RawAcl::revision
uint8_t ___revision_3;
// System.Collections.Generic.List`1<System.Security.AccessControl.GenericAce> System.Security.AccessControl.RawAcl::list
List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * ___list_4;
public:
inline static int32_t get_offset_of_revision_3() { return static_cast<int32_t>(offsetof(RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0, ___revision_3)); }
inline uint8_t get_revision_3() const { return ___revision_3; }
inline uint8_t* get_address_of_revision_3() { return &___revision_3; }
inline void set_revision_3(uint8_t value)
{
___revision_3 = value;
}
inline static int32_t get_offset_of_list_4() { return static_cast<int32_t>(offsetof(RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0, ___list_4)); }
inline List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * get_list_4() const { return ___list_4; }
inline List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A ** get_address_of_list_4() { return &___list_4; }
inline void set_list_4(List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * value)
{
___list_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_4), (void*)value);
}
};
// System.Security.Cryptography.CryptoStream_HopToThreadPoolAwaitable
struct HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1
{
public:
union
{
struct
{
};
uint8_t HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1__padding[1];
};
public:
};
// System.Security.Cryptography.DSA
struct DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF : public AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB
{
public:
public:
};
// System.Security.Cryptography.DSAParameters
struct DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6
{
public:
// System.Byte[] System.Security.Cryptography.DSAParameters::P
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___P_0;
// System.Byte[] System.Security.Cryptography.DSAParameters::Q
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Q_1;
// System.Byte[] System.Security.Cryptography.DSAParameters::G
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___G_2;
// System.Byte[] System.Security.Cryptography.DSAParameters::Y
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Y_3;
// System.Byte[] System.Security.Cryptography.DSAParameters::J
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___J_4;
// System.Byte[] System.Security.Cryptography.DSAParameters::X
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___X_5;
// System.Byte[] System.Security.Cryptography.DSAParameters::Seed
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Seed_6;
// System.Int32 System.Security.Cryptography.DSAParameters::Counter
int32_t ___Counter_7;
public:
inline static int32_t get_offset_of_P_0() { return static_cast<int32_t>(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___P_0)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_P_0() const { return ___P_0; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_P_0() { return &___P_0; }
inline void set_P_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___P_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___P_0), (void*)value);
}
inline static int32_t get_offset_of_Q_1() { return static_cast<int32_t>(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___Q_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Q_1() const { return ___Q_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Q_1() { return &___Q_1; }
inline void set_Q_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___Q_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Q_1), (void*)value);
}
inline static int32_t get_offset_of_G_2() { return static_cast<int32_t>(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___G_2)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_G_2() const { return ___G_2; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_G_2() { return &___G_2; }
inline void set_G_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___G_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___G_2), (void*)value);
}
inline static int32_t get_offset_of_Y_3() { return static_cast<int32_t>(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___Y_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Y_3() const { return ___Y_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Y_3() { return &___Y_3; }
inline void set_Y_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___Y_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Y_3), (void*)value);
}
inline static int32_t get_offset_of_J_4() { return static_cast<int32_t>(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___J_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_J_4() const { return ___J_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_J_4() { return &___J_4; }
inline void set_J_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___J_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___J_4), (void*)value);
}
inline static int32_t get_offset_of_X_5() { return static_cast<int32_t>(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___X_5)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_X_5() const { return ___X_5; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_X_5() { return &___X_5; }
inline void set_X_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___X_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___X_5), (void*)value);
}
inline static int32_t get_offset_of_Seed_6() { return static_cast<int32_t>(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___Seed_6)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Seed_6() const { return ___Seed_6; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Seed_6() { return &___Seed_6; }
inline void set_Seed_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___Seed_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Seed_6), (void*)value);
}
inline static int32_t get_offset_of_Counter_7() { return static_cast<int32_t>(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___Counter_7)); }
inline int32_t get_Counter_7() const { return ___Counter_7; }
inline int32_t* get_address_of_Counter_7() { return &___Counter_7; }
inline void set_Counter_7(int32_t value)
{
___Counter_7 = value;
}
};
// Native definition for P/Invoke marshalling of System.Security.Cryptography.DSAParameters
struct DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6_marshaled_pinvoke
{
Il2CppSafeArray/*NONE*/* ___P_0;
Il2CppSafeArray/*NONE*/* ___Q_1;
Il2CppSafeArray/*NONE*/* ___G_2;
Il2CppSafeArray/*NONE*/* ___Y_3;
Il2CppSafeArray/*NONE*/* ___J_4;
Il2CppSafeArray/*NONE*/* ___X_5;
Il2CppSafeArray/*NONE*/* ___Seed_6;
int32_t ___Counter_7;
};
// Native definition for COM marshalling of System.Security.Cryptography.DSAParameters
struct DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6_marshaled_com
{
Il2CppSafeArray/*NONE*/* ___P_0;
Il2CppSafeArray/*NONE*/* ___Q_1;
Il2CppSafeArray/*NONE*/* ___G_2;
Il2CppSafeArray/*NONE*/* ___Y_3;
Il2CppSafeArray/*NONE*/* ___J_4;
Il2CppSafeArray/*NONE*/* ___X_5;
Il2CppSafeArray/*NONE*/* ___Seed_6;
int32_t ___Counter_7;
};
// System.Security.Cryptography.DSASignatureDeformatter
struct DSASignatureDeformatter_tC4F6EE7636F9BD85197A80563E80DD1138A82372 : public AsymmetricSignatureDeformatter_t2A943481A45060B8762C73CD0A4D624077C6AB39
{
public:
// System.Security.Cryptography.DSA System.Security.Cryptography.DSASignatureDeformatter::_dsaKey
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * ____dsaKey_0;
// System.String System.Security.Cryptography.DSASignatureDeformatter::_oid
String_t* ____oid_1;
public:
inline static int32_t get_offset_of__dsaKey_0() { return static_cast<int32_t>(offsetof(DSASignatureDeformatter_tC4F6EE7636F9BD85197A80563E80DD1138A82372, ____dsaKey_0)); }
inline DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * get__dsaKey_0() const { return ____dsaKey_0; }
inline DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF ** get_address_of__dsaKey_0() { return &____dsaKey_0; }
inline void set__dsaKey_0(DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * value)
{
____dsaKey_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____dsaKey_0), (void*)value);
}
inline static int32_t get_offset_of__oid_1() { return static_cast<int32_t>(offsetof(DSASignatureDeformatter_tC4F6EE7636F9BD85197A80563E80DD1138A82372, ____oid_1)); }
inline String_t* get__oid_1() const { return ____oid_1; }
inline String_t** get_address_of__oid_1() { return &____oid_1; }
inline void set__oid_1(String_t* value)
{
____oid_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____oid_1), (void*)value);
}
};
// System.Security.Cryptography.DSASignatureDescription
struct DSASignatureDescription_t71AB8FDAC84C28BCCA886EB888A59534631DB07A : public SignatureDescription_tB231FA82A9D19469390933853DE38CCB0C0A873F
{
public:
public:
};
// System.Security.Cryptography.DSASignatureFormatter
struct DSASignatureFormatter_tFEE16240E774EC2338F2B0292CB850CDEE735421 : public AsymmetricSignatureFormatter_t9480AB35AE4F9D132E9C22104181655C6533AB2E
{
public:
// System.Security.Cryptography.DSA System.Security.Cryptography.DSASignatureFormatter::_dsaKey
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * ____dsaKey_0;
// System.String System.Security.Cryptography.DSASignatureFormatter::_oid
String_t* ____oid_1;
public:
inline static int32_t get_offset_of__dsaKey_0() { return static_cast<int32_t>(offsetof(DSASignatureFormatter_tFEE16240E774EC2338F2B0292CB850CDEE735421, ____dsaKey_0)); }
inline DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * get__dsaKey_0() const { return ____dsaKey_0; }
inline DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF ** get_address_of__dsaKey_0() { return &____dsaKey_0; }
inline void set__dsaKey_0(DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * value)
{
____dsaKey_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____dsaKey_0), (void*)value);
}
inline static int32_t get_offset_of__oid_1() { return static_cast<int32_t>(offsetof(DSASignatureFormatter_tFEE16240E774EC2338F2B0292CB850CDEE735421, ____oid_1)); }
inline String_t* get__oid_1() const { return ____oid_1; }
inline String_t** get_address_of__oid_1() { return &____oid_1; }
inline void set__oid_1(String_t* value)
{
____oid_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____oid_1), (void*)value);
}
};
// System.Security.Cryptography.HashAlgorithmName
struct HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F
{
public:
// System.String System.Security.Cryptography.HashAlgorithmName::_name
String_t* ____name_0;
public:
inline static int32_t get_offset_of__name_0() { return static_cast<int32_t>(offsetof(HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F, ____name_0)); }
inline String_t* get__name_0() const { return ____name_0; }
inline String_t** get_address_of__name_0() { return &____name_0; }
inline void set__name_0(String_t* value)
{
____name_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____name_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Security.Cryptography.HashAlgorithmName
struct HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F_marshaled_pinvoke
{
char* ____name_0;
};
// Native definition for COM marshalling of System.Security.Cryptography.HashAlgorithmName
struct HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F_marshaled_com
{
Il2CppChar* ____name_0;
};
// System.Security.Cryptography.KeyedHashAlgorithm
struct KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
// System.Byte[] System.Security.Cryptography.KeyedHashAlgorithm::KeyValue
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___KeyValue_4;
public:
inline static int32_t get_offset_of_KeyValue_4() { return static_cast<int32_t>(offsetof(KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B, ___KeyValue_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_KeyValue_4() const { return ___KeyValue_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_KeyValue_4() { return &___KeyValue_4; }
inline void set_KeyValue_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___KeyValue_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___KeyValue_4), (void*)value);
}
};
// System.Security.Cryptography.MD5
struct MD5_tCED753745572EC20FE5D31D15F132736B5343EE6 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
// System.Security.Cryptography.PKCS1MaskGenerationMethod
struct PKCS1MaskGenerationMethod_tAEE6368F586EC97A58EB7CDAEDEB50F02ED17137 : public MaskGenerationMethod_t643AAADDD596DC55BEA50BF8D374987DAAA11A38
{
public:
// System.String System.Security.Cryptography.PKCS1MaskGenerationMethod::HashNameValue
String_t* ___HashNameValue_0;
public:
inline static int32_t get_offset_of_HashNameValue_0() { return static_cast<int32_t>(offsetof(PKCS1MaskGenerationMethod_tAEE6368F586EC97A58EB7CDAEDEB50F02ED17137, ___HashNameValue_0)); }
inline String_t* get_HashNameValue_0() const { return ___HashNameValue_0; }
inline String_t** get_address_of_HashNameValue_0() { return &___HashNameValue_0; }
inline void set_HashNameValue_0(String_t* value)
{
___HashNameValue_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___HashNameValue_0), (void*)value);
}
};
// System.Security.Cryptography.PasswordDeriveBytes
struct PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC : public DeriveBytes_t0D69F51DA669F265FD23E7B5E5CCA3F26EDCB58A
{
public:
// System.Int32 System.Security.Cryptography.PasswordDeriveBytes::_extraCount
int32_t ____extraCount_0;
// System.Int32 System.Security.Cryptography.PasswordDeriveBytes::_prefix
int32_t ____prefix_1;
// System.Int32 System.Security.Cryptography.PasswordDeriveBytes::_iterations
int32_t ____iterations_2;
// System.Byte[] System.Security.Cryptography.PasswordDeriveBytes::_baseValue
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____baseValue_3;
// System.Byte[] System.Security.Cryptography.PasswordDeriveBytes::_extra
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____extra_4;
// System.Byte[] System.Security.Cryptography.PasswordDeriveBytes::_salt
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____salt_5;
// System.String System.Security.Cryptography.PasswordDeriveBytes::_hashName
String_t* ____hashName_6;
// System.Byte[] System.Security.Cryptography.PasswordDeriveBytes::_password
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____password_7;
// System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.PasswordDeriveBytes::_hash
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ____hash_8;
public:
inline static int32_t get_offset_of__extraCount_0() { return static_cast<int32_t>(offsetof(PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC, ____extraCount_0)); }
inline int32_t get__extraCount_0() const { return ____extraCount_0; }
inline int32_t* get_address_of__extraCount_0() { return &____extraCount_0; }
inline void set__extraCount_0(int32_t value)
{
____extraCount_0 = value;
}
inline static int32_t get_offset_of__prefix_1() { return static_cast<int32_t>(offsetof(PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC, ____prefix_1)); }
inline int32_t get__prefix_1() const { return ____prefix_1; }
inline int32_t* get_address_of__prefix_1() { return &____prefix_1; }
inline void set__prefix_1(int32_t value)
{
____prefix_1 = value;
}
inline static int32_t get_offset_of__iterations_2() { return static_cast<int32_t>(offsetof(PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC, ____iterations_2)); }
inline int32_t get__iterations_2() const { return ____iterations_2; }
inline int32_t* get_address_of__iterations_2() { return &____iterations_2; }
inline void set__iterations_2(int32_t value)
{
____iterations_2 = value;
}
inline static int32_t get_offset_of__baseValue_3() { return static_cast<int32_t>(offsetof(PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC, ____baseValue_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__baseValue_3() const { return ____baseValue_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__baseValue_3() { return &____baseValue_3; }
inline void set__baseValue_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____baseValue_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____baseValue_3), (void*)value);
}
inline static int32_t get_offset_of__extra_4() { return static_cast<int32_t>(offsetof(PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC, ____extra_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__extra_4() const { return ____extra_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__extra_4() { return &____extra_4; }
inline void set__extra_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____extra_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____extra_4), (void*)value);
}
inline static int32_t get_offset_of__salt_5() { return static_cast<int32_t>(offsetof(PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC, ____salt_5)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__salt_5() const { return ____salt_5; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__salt_5() { return &____salt_5; }
inline void set__salt_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____salt_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____salt_5), (void*)value);
}
inline static int32_t get_offset_of__hashName_6() { return static_cast<int32_t>(offsetof(PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC, ____hashName_6)); }
inline String_t* get__hashName_6() const { return ____hashName_6; }
inline String_t** get_address_of__hashName_6() { return &____hashName_6; }
inline void set__hashName_6(String_t* value)
{
____hashName_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____hashName_6), (void*)value);
}
inline static int32_t get_offset_of__password_7() { return static_cast<int32_t>(offsetof(PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC, ____password_7)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__password_7() const { return ____password_7; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__password_7() { return &____password_7; }
inline void set__password_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____password_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____password_7), (void*)value);
}
inline static int32_t get_offset_of__hash_8() { return static_cast<int32_t>(offsetof(PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC, ____hash_8)); }
inline HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * get__hash_8() const { return ____hash_8; }
inline HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA ** get_address_of__hash_8() { return &____hash_8; }
inline void set__hash_8(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * value)
{
____hash_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____hash_8), (void*)value);
}
};
// System.Security.Cryptography.RIPEMD160
struct RIPEMD160_t5BF1FB38C534BF0083B35AC6880867E11448EFE9 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
// System.Security.Cryptography.RSA
struct RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 : public AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB
{
public:
public:
};
// System.Security.Cryptography.RSAPKCS1SignatureDeformatter
struct RSAPKCS1SignatureDeformatter_tC0F0E21B4C925CF6F250441EC51CD4804895597C : public AsymmetricSignatureDeformatter_t2A943481A45060B8762C73CD0A4D624077C6AB39
{
public:
// System.Security.Cryptography.RSA System.Security.Cryptography.RSAPKCS1SignatureDeformatter::rsa
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * ___rsa_0;
// System.String System.Security.Cryptography.RSAPKCS1SignatureDeformatter::hashName
String_t* ___hashName_1;
public:
inline static int32_t get_offset_of_rsa_0() { return static_cast<int32_t>(offsetof(RSAPKCS1SignatureDeformatter_tC0F0E21B4C925CF6F250441EC51CD4804895597C, ___rsa_0)); }
inline RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * get_rsa_0() const { return ___rsa_0; }
inline RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 ** get_address_of_rsa_0() { return &___rsa_0; }
inline void set_rsa_0(RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * value)
{
___rsa_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___rsa_0), (void*)value);
}
inline static int32_t get_offset_of_hashName_1() { return static_cast<int32_t>(offsetof(RSAPKCS1SignatureDeformatter_tC0F0E21B4C925CF6F250441EC51CD4804895597C, ___hashName_1)); }
inline String_t* get_hashName_1() const { return ___hashName_1; }
inline String_t** get_address_of_hashName_1() { return &___hashName_1; }
inline void set_hashName_1(String_t* value)
{
___hashName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___hashName_1), (void*)value);
}
};
// System.Security.Cryptography.RSAPKCS1SignatureDescription
struct RSAPKCS1SignatureDescription_t95C0FD8B4EB0A88AC87E97E237FFB77C683D4619 : public SignatureDescription_tB231FA82A9D19469390933853DE38CCB0C0A873F
{
public:
// System.String System.Security.Cryptography.RSAPKCS1SignatureDescription::_hashAlgorithm
String_t* ____hashAlgorithm_4;
public:
inline static int32_t get_offset_of__hashAlgorithm_4() { return static_cast<int32_t>(offsetof(RSAPKCS1SignatureDescription_t95C0FD8B4EB0A88AC87E97E237FFB77C683D4619, ____hashAlgorithm_4)); }
inline String_t* get__hashAlgorithm_4() const { return ____hashAlgorithm_4; }
inline String_t** get_address_of__hashAlgorithm_4() { return &____hashAlgorithm_4; }
inline void set__hashAlgorithm_4(String_t* value)
{
____hashAlgorithm_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____hashAlgorithm_4), (void*)value);
}
};
// System.Security.Cryptography.RSAPKCS1SignatureFormatter
struct RSAPKCS1SignatureFormatter_t72A0E518D1DF05E0469FCF760558E4CA497F19B6 : public AsymmetricSignatureFormatter_t9480AB35AE4F9D132E9C22104181655C6533AB2E
{
public:
// System.Security.Cryptography.RSA System.Security.Cryptography.RSAPKCS1SignatureFormatter::rsa
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * ___rsa_0;
// System.String System.Security.Cryptography.RSAPKCS1SignatureFormatter::hash
String_t* ___hash_1;
public:
inline static int32_t get_offset_of_rsa_0() { return static_cast<int32_t>(offsetof(RSAPKCS1SignatureFormatter_t72A0E518D1DF05E0469FCF760558E4CA497F19B6, ___rsa_0)); }
inline RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * get_rsa_0() const { return ___rsa_0; }
inline RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 ** get_address_of_rsa_0() { return &___rsa_0; }
inline void set_rsa_0(RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * value)
{
___rsa_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___rsa_0), (void*)value);
}
inline static int32_t get_offset_of_hash_1() { return static_cast<int32_t>(offsetof(RSAPKCS1SignatureFormatter_t72A0E518D1DF05E0469FCF760558E4CA497F19B6, ___hash_1)); }
inline String_t* get_hash_1() const { return ___hash_1; }
inline String_t** get_address_of_hash_1() { return &___hash_1; }
inline void set_hash_1(String_t* value)
{
___hash_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___hash_1), (void*)value);
}
};
// System.Security.Cryptography.SHA1
struct SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
// System.Security.Cryptography.SHA256
struct SHA256_tF15350D910DF8AC1E6ADDBA904218F95554711BD : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
// System.Security.Cryptography.SHA384
struct SHA384_t73C69FA7FB10EF83355734BE635F079515FF5D37 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
// System.Security.Cryptography.SHA512
struct SHA512_tA4117C79CCB7ECF8AC39BDBE41A0D0294E9D6936 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
// System.Security.Principal.SecurityIdentifier
struct SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE : public IdentityReference_t93D66FB85D4DFA01149E3B74D5D8F989D6AA89B1
{
public:
// System.Byte[] System.Security.Principal.SecurityIdentifier::buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer_0;
public:
inline static int32_t get_offset_of_buffer_0() { return static_cast<int32_t>(offsetof(SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE, ___buffer_0)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buffer_0() const { return ___buffer_0; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buffer_0() { return &___buffer_0; }
inline void set_buffer_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buffer_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buffer_0), (void*)value);
}
};
struct SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE_StaticFields
{
public:
// System.Int32 System.Security.Principal.SecurityIdentifier::MaxBinaryLength
int32_t ___MaxBinaryLength_1;
// System.Int32 System.Security.Principal.SecurityIdentifier::MinBinaryLength
int32_t ___MinBinaryLength_2;
public:
inline static int32_t get_offset_of_MaxBinaryLength_1() { return static_cast<int32_t>(offsetof(SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE_StaticFields, ___MaxBinaryLength_1)); }
inline int32_t get_MaxBinaryLength_1() const { return ___MaxBinaryLength_1; }
inline int32_t* get_address_of_MaxBinaryLength_1() { return &___MaxBinaryLength_1; }
inline void set_MaxBinaryLength_1(int32_t value)
{
___MaxBinaryLength_1 = value;
}
inline static int32_t get_offset_of_MinBinaryLength_2() { return static_cast<int32_t>(offsetof(SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE_StaticFields, ___MinBinaryLength_2)); }
inline int32_t get_MinBinaryLength_2() const { return ___MinBinaryLength_2; }
inline int32_t* get_address_of_MinBinaryLength_2() { return &___MinBinaryLength_2; }
inline void set_MinBinaryLength_2(int32_t value)
{
___MinBinaryLength_2 = value;
}
};
// System.Text.UTF8Encoding
struct UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE : public Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4
{
public:
// System.Boolean System.Text.UTF8Encoding::emitUTF8Identifier
bool ___emitUTF8Identifier_62;
// System.Boolean System.Text.UTF8Encoding::isThrowException
bool ___isThrowException_63;
public:
inline static int32_t get_offset_of_emitUTF8Identifier_62() { return static_cast<int32_t>(offsetof(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE, ___emitUTF8Identifier_62)); }
inline bool get_emitUTF8Identifier_62() const { return ___emitUTF8Identifier_62; }
inline bool* get_address_of_emitUTF8Identifier_62() { return &___emitUTF8Identifier_62; }
inline void set_emitUTF8Identifier_62(bool value)
{
___emitUTF8Identifier_62 = value;
}
inline static int32_t get_offset_of_isThrowException_63() { return static_cast<int32_t>(offsetof(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE, ___isThrowException_63)); }
inline bool get_isThrowException_63() const { return ___isThrowException_63; }
inline bool* get_address_of_isThrowException_63() { return &___isThrowException_63; }
inline void set_isThrowException_63(bool value)
{
___isThrowException_63 = value;
}
};
// System.Threading.CancellationToken
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB
{
public:
// System.Threading.CancellationTokenSource System.Threading.CancellationToken::m_source
CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0;
public:
inline static int32_t get_offset_of_m_source_0() { return static_cast<int32_t>(offsetof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB, ___m_source_0)); }
inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * get_m_source_0() const { return ___m_source_0; }
inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE ** get_address_of_m_source_0() { return &___m_source_0; }
inline void set_m_source_0(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * value)
{
___m_source_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_source_0), (void*)value);
}
};
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_StaticFields
{
public:
// System.Action`1<System.Object> System.Threading.CancellationToken::s_ActionToActionObjShunt
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___s_ActionToActionObjShunt_1;
public:
inline static int32_t get_offset_of_s_ActionToActionObjShunt_1() { return static_cast<int32_t>(offsetof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_StaticFields, ___s_ActionToActionObjShunt_1)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_s_ActionToActionObjShunt_1() const { return ___s_ActionToActionObjShunt_1; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_s_ActionToActionObjShunt_1() { return &___s_ActionToActionObjShunt_1; }
inline void set_s_ActionToActionObjShunt_1(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
___s_ActionToActionObjShunt_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_ActionToActionObjShunt_1), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Threading.CancellationToken
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshaled_pinvoke
{
CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0;
};
// Native definition for COM marshalling of System.Threading.CancellationToken
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshaled_com
{
CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0;
};
// System.Threading.ReaderWriterLock
struct ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 : public CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9
{
public:
// System.Int32 System.Threading.ReaderWriterLock::seq_num
int32_t ___seq_num_0;
// System.Int32 System.Threading.ReaderWriterLock::state
int32_t ___state_1;
// System.Int32 System.Threading.ReaderWriterLock::readers
int32_t ___readers_2;
// System.Int32 System.Threading.ReaderWriterLock::writer_lock_owner
int32_t ___writer_lock_owner_3;
// System.Threading.LockQueue System.Threading.ReaderWriterLock::writer_queue
LockQueue_t82270731E5B32822C1CD2B402469A0AF6F01DDA4 * ___writer_queue_4;
// System.Collections.Hashtable System.Threading.ReaderWriterLock::reader_locks
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___reader_locks_5;
public:
inline static int32_t get_offset_of_seq_num_0() { return static_cast<int32_t>(offsetof(ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349, ___seq_num_0)); }
inline int32_t get_seq_num_0() const { return ___seq_num_0; }
inline int32_t* get_address_of_seq_num_0() { return &___seq_num_0; }
inline void set_seq_num_0(int32_t value)
{
___seq_num_0 = value;
}
inline static int32_t get_offset_of_state_1() { return static_cast<int32_t>(offsetof(ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349, ___state_1)); }
inline int32_t get_state_1() const { return ___state_1; }
inline int32_t* get_address_of_state_1() { return &___state_1; }
inline void set_state_1(int32_t value)
{
___state_1 = value;
}
inline static int32_t get_offset_of_readers_2() { return static_cast<int32_t>(offsetof(ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349, ___readers_2)); }
inline int32_t get_readers_2() const { return ___readers_2; }
inline int32_t* get_address_of_readers_2() { return &___readers_2; }
inline void set_readers_2(int32_t value)
{
___readers_2 = value;
}
inline static int32_t get_offset_of_writer_lock_owner_3() { return static_cast<int32_t>(offsetof(ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349, ___writer_lock_owner_3)); }
inline int32_t get_writer_lock_owner_3() const { return ___writer_lock_owner_3; }
inline int32_t* get_address_of_writer_lock_owner_3() { return &___writer_lock_owner_3; }
inline void set_writer_lock_owner_3(int32_t value)
{
___writer_lock_owner_3 = value;
}
inline static int32_t get_offset_of_writer_queue_4() { return static_cast<int32_t>(offsetof(ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349, ___writer_queue_4)); }
inline LockQueue_t82270731E5B32822C1CD2B402469A0AF6F01DDA4 * get_writer_queue_4() const { return ___writer_queue_4; }
inline LockQueue_t82270731E5B32822C1CD2B402469A0AF6F01DDA4 ** get_address_of_writer_queue_4() { return &___writer_queue_4; }
inline void set_writer_queue_4(LockQueue_t82270731E5B32822C1CD2B402469A0AF6F01DDA4 * value)
{
___writer_queue_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___writer_queue_4), (void*)value);
}
inline static int32_t get_offset_of_reader_locks_5() { return static_cast<int32_t>(offsetof(ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349, ___reader_locks_5)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_reader_locks_5() const { return ___reader_locks_5; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_reader_locks_5() { return &___reader_locks_5; }
inline void set_reader_locks_5(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___reader_locks_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___reader_locks_5), (void*)value);
}
};
// System.UInt16
struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E
{
public:
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E, ___m_value_0)); }
inline uint16_t get_m_value_0() const { return ___m_value_0; }
inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint16_t value)
{
___m_value_0 = value;
}
};
// System.UInt32
struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B
{
public:
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); }
inline uint32_t get_m_value_0() const { return ___m_value_0; }
inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint32_t value)
{
___m_value_0 = value;
}
};
// System.UInt64
struct UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E
{
public:
// System.UInt64 System.UInt64::m_value
uint64_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E, ___m_value_0)); }
inline uint64_t get_m_value_0() const { return ___m_value_0; }
inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint64_t value)
{
___m_value_0 = value;
}
};
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public:
union
{
struct
{
};
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
};
public:
};
// <PrivateImplementationDetails>
struct U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A : public RuntimeObject
{
public:
public:
};
struct U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields
{
public:
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::0392525BCB01691D1F319D89F2C12BF93A478467
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___0392525BCB01691D1F319D89F2C12BF93A478467_0;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::0588059ACBD52F7EA2835882F977A9CF72EB9775
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D84 <PrivateImplementationDetails>::0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C
__StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D240 <PrivateImplementationDetails>::121EC59E23F7559B28D338D562528F6299C2DE22
__StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 ___121EC59E23F7559B28D338D562528F6299C2DE22_3;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::12D04472A8285260EA12FD3813CDFA9F2D2B548C
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::13A35EF1A549297C70E2AD46045BBD2ECA17852D
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D24 <PrivateImplementationDetails>::1730F09044E91DB8371B849EFF5E6D17BDE4AED0
__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::1A84029C80CB5518379F199F53FF08A7B764F8FD
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048 <PrivateImplementationDetails>::1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5
__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::1FE6CE411858B3D864679DE2139FB081F08BFACD
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::235D99572263B22ADFEE10FDA0C25E12F4D94FFC
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::25420D0055076FA8D3E4DD96BC53AE24DE6E619F
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1208 <PrivateImplementationDetails>::25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E
__StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D42 <PrivateImplementationDetails>::29C1A61550F0E3260E1953D4FAD71C256218EF40
__StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::2B33BEC8C30DFDC49DAFE20D3BDE19487850D717
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::2BA840FF6020B8FF623DBCB7188248CF853FAF4F
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::2C840AFA48C27B9C05593E468C1232CA1CC74AFD
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::2D1DA5BB407F0C11C3B5116196C0C6374D932B20
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D14 <PrivateImplementationDetails>::2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130
__StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::320B018758ECE3752FFEDBAEB1A6DB67C80B9359
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::34476C29F6F81C989CFCA42F7C06E84C66236834
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___34476C29F6F81C989CFCA42F7C06E84C66236834_22;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2382 <PrivateImplementationDetails>::35EED060772F2748D13B745DAEC8CD7BD3B87604
__StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D38 <PrivateImplementationDetails>::375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3
__StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1450 <PrivateImplementationDetails>::379C06C9E702D31469C29033F0DD63931EB349F5
__StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 ___379C06C9E702D31469C29033F0DD63931EB349F5_25;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10 <PrivateImplementationDetails>::399BD13E240F33F808CA7940293D6EC4E6FD5A00
__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::39C9CE73C7B0619D409EF28344F687C1B5C130FE
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D320 <PrivateImplementationDetails>::3C53AFB51FEC23491684C7BEDBC6D4E0F409F851
__StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::3E3442C7396F3F2BB4C7348F4A2074C7DC677D68
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::3E823444D2DFECF0F90B436B88F02A533CB376F1
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::3FE6C283BCF384FD2C8789880DFF59664E2AB4A1
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1665 <PrivateImplementationDetails>::40981BAA39513E58B28DCF0103CC04DE2A0A0444
__StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::40E7C49413D261F3F38AD3A870C0AC69C8BDA048
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::421EC7E82F2967DF6CA8C3605514DC6F29EE5845
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::433175D38B13FFE177FDD661A309F1B528B3F6E2
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::46232052BC757E030490D851F265FB47FA100902
__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___46232052BC757E030490D851F265FB47FA100902_36;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::4858DB4AA76D3933F1CA9E6712D4FDB16903F628
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D48 <PrivateImplementationDetails>::4E3B533C39447AAEB59A8E48FABD7E15B5B5D195
__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::4F7A8890F332B22B8DE0BD29D36FA7364748D76A
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::536422B321459B242ADED7240B7447E904E083E3
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___536422B321459B242ADED7240B7447E904E083E3_40;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1080 <PrivateImplementationDetails>::5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3
__StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10 <PrivateImplementationDetails>::56DFA5053B3131883637F53219E7D88CCEF35949
__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___56DFA5053B3131883637F53219E7D88CCEF35949_42;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::57218C316B6921E2CD61027A2387EDC31A2D9471
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___57218C316B6921E2CD61027A2387EDC31A2D9471_43;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::57F320D62696EC99727E0FE2045A05F1289CC0C6
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D212 <PrivateImplementationDetails>::594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3
__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::5BBDF8058D4235C33F2E8DCF76004031B6187A2F
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D288 <PrivateImplementationDetails>::5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF
__StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::5BFE2819B4778217C56416C7585FF0E56EBACD89
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128 <PrivateImplementationDetails>::609C0E8D8DA86A09D6013D301C86BA8782C16B8C
__StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D48 <PrivateImplementationDetails>::62BAB0F245E66C3EB982CF5A7015F0A7C3382283
__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048 <PrivateImplementationDetails>::646036A65DECCD6835C914A46E6E44B729433B60
__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___646036A65DECCD6835C914A46E6E44B729433B60_51;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::65E32B4E150FD8D24B93B0D42A17F1DAD146162B
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::6770974FEF1E98B9C1864370E2B5B786EB0EA39E
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::67EEAD805D708D9AA4E14BF747E44CED801744F3
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::6C71197D228427B2864C69B357FEF73D8C9D59DF
__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::6CEE45445AFD150B047A5866FFA76AA651CDB7B7
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9 <PrivateImplementationDetails>::6D49C9D487D7AD3491ECE08732D68A593CC2038D
__StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048 <PrivateImplementationDetails>::6D797C11E1D4FB68B6570CF2A92B792433527065
__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___6D797C11E1D4FB68B6570CF2A92B792433527065_58;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3132 <PrivateImplementationDetails>::6E5DC824F803F8565AF31B42199DAE39FE7F4EA9
__StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76 <PrivateImplementationDetails>::6FC754859E4EC74E447048364B216D825C6F8FE7
__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB ___6FC754859E4EC74E447048364B216D825C6F8FE7_60;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::704939CD172085D1295FCE3F1D92431D685D7AA2
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___704939CD172085D1295FCE3F1D92431D685D7AA2_61;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D24 <PrivateImplementationDetails>::7088AAE49F0627B72729078DE6E3182DDCF8ED99
__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::7341C933A70EAE383CC50C4B945ADB8E08F06737
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___7341C933A70EAE383CC50C4B945ADB8E08F06737_63;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::736D39815215889F11249D9958F6ED12D37B9F57
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___736D39815215889F11249D9958F6ED12D37B9F57_64;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::7F42F2EDC974BE29B2746957416ED1AEFA605F47
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D21252 <PrivateImplementationDetails>::811A927B7DADD378BE60BBDE794B9277AA9B50EC
__StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::81917F1E21F3C22B9F916994547A614FB03E968E
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___81917F1E21F3C22B9F916994547A614FB03E968E_68;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::823566DA642D6EA356E15585921F2A4CA23D6760
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___823566DA642D6EA356E15585921F2A4CA23D6760_69;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::82C2A59850B2E85BCE1A45A479537A384DF6098D
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___82C2A59850B2E85BCE1A45A479537A384DF6098D_70;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44 <PrivateImplementationDetails>::82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4
__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::86F4F563FA2C61798AE6238D789139739428463A
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___86F4F563FA2C61798AE6238D789139739428463A_72;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::871B9CF85DB352BAADF12BAE8F19857683E385AC
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___871B9CF85DB352BAADF12BAE8F19857683E385AC_73;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::89A040451C8CC5C8FB268BE44BDD74964C104155
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___89A040451C8CC5C8FB268BE44BDD74964C104155_74;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::8AEFB06C426E07A0A671A1E2488B4858D694A730
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___8AEFB06C426E07A0A671A1E2488B4858D694A730_75;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::8CAA092E783257106251246FF5C97F88D28517A6
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___8CAA092E783257106251246FF5C97F88D28517A6_76;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2100 <PrivateImplementationDetails>::8D231DD55FE1AD7631BBD0905A17D5EB616C2154
__StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::8E10AC2F34545DFBBF3FCBC06055D797A8C99991
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::8F22C9ECE1331718CBD268A9BBFD2F5E451441E3
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D640 <PrivateImplementationDetails>::90A0542282A011472F94E97CEAE59F8B3B1A3291
__StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 ___90A0542282A011472F94E97CEAE59F8B3B1A3291_80;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::93A63E90605400F34B49F0EB3361D23C89164BDA
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___93A63E90605400F34B49F0EB3361D23C89164BDA_81;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::94841DD2F330CCB1089BF413E4FA9B04505152E2
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___94841DD2F330CCB1089BF413E4FA9B04505152E2_82;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::95264589E48F94B7857CFF398FB72A537E13EEE2
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___95264589E48F94B7857CFF398FB72A537E13EEE2_83;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::95C48758CAE1715783472FB073AB158AB8A0AB2A
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___95C48758CAE1715783472FB073AB158AB8A0AB2A_84;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::973417296623D8DC6961B09664E54039E44CA5D8
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___973417296623D8DC6961B09664E54039E44CA5D8_85;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::97FB30C84FF4A41CD4625B44B2940BFC8DB43003
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::A0074C15377C0C870B055927403EA9FA7A349D12
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___A0074C15377C0C870B055927403EA9FA7A349D12_90;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D130 <PrivateImplementationDetails>::A1319B706116AB2C6D44483F60A7D0ACEA543396
__StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F ___A1319B706116AB2C6D44483F60A7D0ACEA543396_91;
// System.Int64 <PrivateImplementationDetails>::A13AA52274D951A18029131A8DDECF76B569A15D
int64_t ___A13AA52274D951A18029131A8DDECF76B569A15D_92;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::A323DB0813C4D072957BA6FDA79D9776674CD06B
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___A323DB0813C4D072957BA6FDA79D9776674CD06B_93;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D212 <PrivateImplementationDetails>::A5444763673307F6828C748D4B9708CFC02B0959
__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF ___A5444763673307F6828C748D4B9708CFC02B0959_94;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::A6732F8E7FC23766AB329B492D6BF82E3B33233F
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D174 <PrivateImplementationDetails>::A705A106D95282BD15E13EEA6B0AF583FF786D83
__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F ___A705A106D95282BD15E13EEA6B0AF583FF786D83_96;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1018 <PrivateImplementationDetails>::A8A491E4CED49AE0027560476C10D933CE70C8DF
__StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 ___A8A491E4CED49AE0027560476C10D933CE70C8DF_97;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::AC791C4F39504D1184B73478943D0636258DA7B1
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___AC791C4F39504D1184B73478943D0636258DA7B1_98;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::AFCD4E1211233E99373A3367B23105A3D624B1F2
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___AFCD4E1211233E99373A3367B23105A3D624B1F2_99;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::B472ED77CB3B2A66D49D179F1EE2081B70A6AB61
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D998 <PrivateImplementationDetails>::B881DA88BE0B68D8A6B6B6893822586B8B2CFC45
__StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D162 <PrivateImplementationDetails>::B8864ACB9DD69E3D42151513C840AAE270BF21C8
__StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D360 <PrivateImplementationDetails>::B8F87834C3597B2EEF22BA6D3A392CC925636401
__StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 ___B8F87834C3597B2EEF22BA6D3A392CC925636401_106;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::B9B670F134A59FB1107AF01A9FE8F8E3980B3093
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D20 <PrivateImplementationDetails>::BE1BDEC0AA74B4DCB079943E70528096CCA985F8
__StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::BEBC9ECC660A13EFC359BA3383411F698CFF25DB
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::BF477463CE2F5EF38FC4C644BBBF4DF109E7670A
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6 <PrivateImplementationDetails>::BF5EB60806ECB74EE484105DD9D6F463BF994867
__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 ___BF5EB60806ECB74EE484105DD9D6F463BF994867_112;
// System.Int64 <PrivateImplementationDetails>::C1A1100642BA9685B30A84D97348484E14AA1865
int64_t ___C1A1100642BA9685B30A84D97348484E14AA1865_113;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::C6F364A0AD934EFED8909446C215752E565D77C1
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___C6F364A0AD934EFED8909446C215752E565D77C1_114;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D174 <PrivateImplementationDetails>::CE5835130F5277F63D716FC9115526B0AC68FFAD
__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F ___CE5835130F5277F63D716FC9115526B0AC68FFAD_115;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6 <PrivateImplementationDetails>::CE93C35B755802BC4B3D180716B048FC61701EF7
__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 ___CE93C35B755802BC4B3D180716B048FC61701EF7_116;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::CF0B42666EF5E37EDEA0AB8E173E42C196D03814
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::D117188BE8D4609C0D531C51B0BB911A4219DEBE
__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE
__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::D2C5BAE967587C6F3D9F2C4551911E0575A1101F
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D82 <PrivateImplementationDetails>::D76478B994B312CD022DCA207AA2254880D2FCC9
__StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B ___D76478B994B312CD022DCA207AA2254880D2FCC9_122;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44 <PrivateImplementationDetails>::D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636
__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76 <PrivateImplementationDetails>::DA19DB47B583EFCF7825D2E39D661D2354F28219
__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB ___DA19DB47B583EFCF7825D2E39D661D2354F28219_124;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D56 <PrivateImplementationDetails>::DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82
__StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::DD3AEFEADB1CD615F3017763F1568179FEE640B0
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::E1827270A5FE1C85F5352A66FD87BA747213D006
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___E1827270A5FE1C85F5352A66FD87BA747213D006_127;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::E45BAB43F7D5D038672B3E3431F92E34A7AF2571
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::E75835D001C843F156FBA01B001DFE1B8029AC17
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___E75835D001C843F156FBA01B001DFE1B8029AC17_129;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::E92B39D8233061927D9ACDE54665E68E7535635A
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___E92B39D8233061927D9ACDE54665E68E7535635A_130;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::EA9506959484C55CFE0C139C624DF6060E285866
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___EA9506959484C55CFE0C139C624DF6060E285866_131;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D262 <PrivateImplementationDetails>::EB5E9A80A40096AB74D2E226650C7258D7BC5E9D
__StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::EBF68F411848D603D059DFDEA2321C5A5EA78044
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___EBF68F411848D603D059DFDEA2321C5A5EA78044_133;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10 <PrivateImplementationDetails>::EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11
__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::EC83FB16C20052BEE2B4025159BC2ED45C9C70C3
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::EC89C317EA2BF49A70EFF5E89C691E34733D7C37
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::F06E829E62F3AFBC045D064E10A4F5DF7C969612
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D11614 <PrivateImplementationDetails>::F073AA332018FDA0D572E99448FFF1D6422BD520
__StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 ___F073AA332018FDA0D572E99448FFF1D6422BD520_138;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::F34B0E10653402E8F788F8BC3F7CD7090928A429
__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___F34B0E10653402E8F788F8BC3F7CD7090928A429_139;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::F37E34BEADB04F34FCC31078A59F49856CA83D5B
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D94 <PrivateImplementationDetails>::F512A9ABF88066AAEB92684F95CC05D8101B462B
__StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 ___F512A9ABF88066AAEB92684F95CC05D8101B462B_141;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::F8FAABB821300AA500C2CEC6091B3782A7FB44A4
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2350 <PrivateImplementationDetails>::FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B
__StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143;
public:
inline static int32_t get_offset_of_U30392525BCB01691D1F319D89F2C12BF93A478467_0() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0392525BCB01691D1F319D89F2C12BF93A478467_0)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U30392525BCB01691D1F319D89F2C12BF93A478467_0() const { return ___0392525BCB01691D1F319D89F2C12BF93A478467_0; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U30392525BCB01691D1F319D89F2C12BF93A478467_0() { return &___0392525BCB01691D1F319D89F2C12BF93A478467_0; }
inline void set_U30392525BCB01691D1F319D89F2C12BF93A478467_0(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___0392525BCB01691D1F319D89F2C12BF93A478467_0 = value;
}
inline static int32_t get_offset_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() const { return ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() { return &___0588059ACBD52F7EA2835882F977A9CF72EB9775_1; }
inline void set_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___0588059ACBD52F7EA2835882F977A9CF72EB9775_1 = value;
}
inline static int32_t get_offset_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2)); }
inline __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A get_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() const { return ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2; }
inline __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A * get_address_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() { return &___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2; }
inline void set_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2(__StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A value)
{
___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2 = value;
}
inline static int32_t get_offset_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___121EC59E23F7559B28D338D562528F6299C2DE22_3)); }
inline __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 get_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() const { return ___121EC59E23F7559B28D338D562528F6299C2DE22_3; }
inline __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 * get_address_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() { return &___121EC59E23F7559B28D338D562528F6299C2DE22_3; }
inline void set_U3121EC59E23F7559B28D338D562528F6299C2DE22_3(__StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 value)
{
___121EC59E23F7559B28D338D562528F6299C2DE22_3 = value;
}
inline static int32_t get_offset_of_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() const { return ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() { return &___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4; }
inline void set_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4 = value;
}
inline static int32_t get_offset_of_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() const { return ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() { return &___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5; }
inline void set_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5 = value;
}
inline static int32_t get_offset_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6)); }
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 get_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() const { return ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6; }
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 * get_address_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() { return &___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6; }
inline void set_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6(__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 value)
{
___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6 = value;
}
inline static int32_t get_offset_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() const { return ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() { return &___1A84029C80CB5518379F199F53FF08A7B764F8FD_7; }
inline void set_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___1A84029C80CB5518379F199F53FF08A7B764F8FD_7 = value;
}
inline static int32_t get_offset_of_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8)); }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() const { return ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8; }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() { return &___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8; }
inline void set_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
{
___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8 = value;
}
inline static int32_t get_offset_of_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9)); }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() const { return ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9; }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() { return &___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9; }
inline void set_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value)
{
___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9 = value;
}
inline static int32_t get_offset_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() const { return ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() { return &___1FE6CE411858B3D864679DE2139FB081F08BFACD_10; }
inline void set_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___1FE6CE411858B3D864679DE2139FB081F08BFACD_10 = value;
}
inline static int32_t get_offset_of_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() const { return ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() { return &___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11; }
inline void set_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11 = value;
}
inline static int32_t get_offset_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() const { return ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() { return &___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12; }
inline void set_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12 = value;
}
inline static int32_t get_offset_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13)); }
inline __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD get_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() const { return ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13; }
inline __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD * get_address_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() { return &___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13; }
inline void set_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13(__StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD value)
{
___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13 = value;
}
inline static int32_t get_offset_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14)); }
inline __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 get_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() const { return ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14; }
inline __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 * get_address_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() { return &___29C1A61550F0E3260E1953D4FAD71C256218EF40_14; }
inline void set_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14(__StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 value)
{
___29C1A61550F0E3260E1953D4FAD71C256218EF40_14 = value;
}
inline static int32_t get_offset_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() const { return ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() { return &___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15; }
inline void set_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15 = value;
}
inline static int32_t get_offset_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16)); }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() const { return ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16; }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() { return &___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16; }
inline void set_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
{
___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16 = value;
}
inline static int32_t get_offset_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() const { return ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() { return &___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17; }
inline void set_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17 = value;
}
inline static int32_t get_offset_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() const { return ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() { return &___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18; }
inline void set_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18 = value;
}
inline static int32_t get_offset_of_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19)); }
inline __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 get_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() const { return ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19; }
inline __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 * get_address_of_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() { return &___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19; }
inline void set_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19(__StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 value)
{
___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19 = value;
}
inline static int32_t get_offset_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() const { return ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() { return &___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20; }
inline void set_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20 = value;
}
inline static int32_t get_offset_of_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() const { return ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() { return &___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21; }
inline void set_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21 = value;
}
inline static int32_t get_offset_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___34476C29F6F81C989CFCA42F7C06E84C66236834_22)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() const { return ___34476C29F6F81C989CFCA42F7C06E84C66236834_22; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() { return &___34476C29F6F81C989CFCA42F7C06E84C66236834_22; }
inline void set_U334476C29F6F81C989CFCA42F7C06E84C66236834_22(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___34476C29F6F81C989CFCA42F7C06E84C66236834_22 = value;
}
inline static int32_t get_offset_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23)); }
inline __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA get_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() const { return ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23; }
inline __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA * get_address_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() { return &___35EED060772F2748D13B745DAEC8CD7BD3B87604_23; }
inline void set_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23(__StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA value)
{
___35EED060772F2748D13B745DAEC8CD7BD3B87604_23 = value;
}
inline static int32_t get_offset_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24)); }
inline __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D get_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() const { return ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24; }
inline __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D * get_address_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() { return &___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24; }
inline void set_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24(__StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D value)
{
___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24 = value;
}
inline static int32_t get_offset_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___379C06C9E702D31469C29033F0DD63931EB349F5_25)); }
inline __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 get_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() const { return ___379C06C9E702D31469C29033F0DD63931EB349F5_25; }
inline __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 * get_address_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() { return &___379C06C9E702D31469C29033F0DD63931EB349F5_25; }
inline void set_U3379C06C9E702D31469C29033F0DD63931EB349F5_25(__StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 value)
{
___379C06C9E702D31469C29033F0DD63931EB349F5_25 = value;
}
inline static int32_t get_offset_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26)); }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() const { return ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26; }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() { return &___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26; }
inline void set_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value)
{
___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26 = value;
}
inline static int32_t get_offset_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() const { return ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() { return &___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27; }
inline void set_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27 = value;
}
inline static int32_t get_offset_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28)); }
inline __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 get_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() const { return ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28; }
inline __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 * get_address_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() { return &___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28; }
inline void set_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28(__StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 value)
{
___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28 = value;
}
inline static int32_t get_offset_of_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() const { return ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() { return &___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29; }
inline void set_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29 = value;
}
inline static int32_t get_offset_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() const { return ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() { return &___3E823444D2DFECF0F90B436B88F02A533CB376F1_30; }
inline void set_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___3E823444D2DFECF0F90B436B88F02A533CB376F1_30 = value;
}
inline static int32_t get_offset_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() const { return ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() { return &___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31; }
inline void set_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31 = value;
}
inline static int32_t get_offset_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32)); }
inline __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 get_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() const { return ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32; }
inline __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 * get_address_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() { return &___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32; }
inline void set_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32(__StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 value)
{
___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32 = value;
}
inline static int32_t get_offset_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() const { return ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() { return &___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33; }
inline void set_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33 = value;
}
inline static int32_t get_offset_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() const { return ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() { return &___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34; }
inline void set_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34 = value;
}
inline static int32_t get_offset_of_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() const { return ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() { return &___433175D38B13FFE177FDD661A309F1B528B3F6E2_35; }
inline void set_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___433175D38B13FFE177FDD661A309F1B528B3F6E2_35 = value;
}
inline static int32_t get_offset_of_U346232052BC757E030490D851F265FB47FA100902_36() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___46232052BC757E030490D851F265FB47FA100902_36)); }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_U346232052BC757E030490D851F265FB47FA100902_36() const { return ___46232052BC757E030490D851F265FB47FA100902_36; }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_U346232052BC757E030490D851F265FB47FA100902_36() { return &___46232052BC757E030490D851F265FB47FA100902_36; }
inline void set_U346232052BC757E030490D851F265FB47FA100902_36(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value)
{
___46232052BC757E030490D851F265FB47FA100902_36 = value;
}
inline static int32_t get_offset_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() const { return ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() { return &___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37; }
inline void set_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37 = value;
}
inline static int32_t get_offset_of_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38)); }
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A get_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() const { return ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38; }
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A * get_address_of_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() { return &___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38; }
inline void set_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38(__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A value)
{
___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38 = value;
}
inline static int32_t get_offset_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() const { return ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() { return &___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39; }
inline void set_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39 = value;
}
inline static int32_t get_offset_of_U3536422B321459B242ADED7240B7447E904E083E3_40() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___536422B321459B242ADED7240B7447E904E083E3_40)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3536422B321459B242ADED7240B7447E904E083E3_40() const { return ___536422B321459B242ADED7240B7447E904E083E3_40; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3536422B321459B242ADED7240B7447E904E083E3_40() { return &___536422B321459B242ADED7240B7447E904E083E3_40; }
inline void set_U3536422B321459B242ADED7240B7447E904E083E3_40(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___536422B321459B242ADED7240B7447E904E083E3_40 = value;
}
inline static int32_t get_offset_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41)); }
inline __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 get_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() const { return ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41; }
inline __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 * get_address_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() { return &___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41; }
inline void set_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41(__StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 value)
{
___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41 = value;
}
inline static int32_t get_offset_of_U356DFA5053B3131883637F53219E7D88CCEF35949_42() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___56DFA5053B3131883637F53219E7D88CCEF35949_42)); }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_U356DFA5053B3131883637F53219E7D88CCEF35949_42() const { return ___56DFA5053B3131883637F53219E7D88CCEF35949_42; }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_U356DFA5053B3131883637F53219E7D88CCEF35949_42() { return &___56DFA5053B3131883637F53219E7D88CCEF35949_42; }
inline void set_U356DFA5053B3131883637F53219E7D88CCEF35949_42(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value)
{
___56DFA5053B3131883637F53219E7D88CCEF35949_42 = value;
}
inline static int32_t get_offset_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___57218C316B6921E2CD61027A2387EDC31A2D9471_43)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() const { return ___57218C316B6921E2CD61027A2387EDC31A2D9471_43; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() { return &___57218C316B6921E2CD61027A2387EDC31A2D9471_43; }
inline void set_U357218C316B6921E2CD61027A2387EDC31A2D9471_43(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___57218C316B6921E2CD61027A2387EDC31A2D9471_43 = value;
}
inline static int32_t get_offset_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() const { return ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() { return &___57F320D62696EC99727E0FE2045A05F1289CC0C6_44; }
inline void set_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___57F320D62696EC99727E0FE2045A05F1289CC0C6_44 = value;
}
inline static int32_t get_offset_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45)); }
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF get_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() const { return ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45; }
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF * get_address_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() { return &___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45; }
inline void set_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45(__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF value)
{
___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45 = value;
}
inline static int32_t get_offset_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46)); }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() const { return ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46; }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() { return &___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46; }
inline void set_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
{
___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46 = value;
}
inline static int32_t get_offset_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47)); }
inline __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 get_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() const { return ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47; }
inline __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 * get_address_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() { return &___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47; }
inline void set_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47(__StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 value)
{
___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47 = value;
}
inline static int32_t get_offset_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() const { return ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() { return &___5BFE2819B4778217C56416C7585FF0E56EBACD89_48; }
inline void set_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___5BFE2819B4778217C56416C7585FF0E56EBACD89_48 = value;
}
inline static int32_t get_offset_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49)); }
inline __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 get_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49() const { return ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49; }
inline __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 * get_address_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49() { return &___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49; }
inline void set_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49(__StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 value)
{
___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49 = value;
}
inline static int32_t get_offset_of_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50)); }
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A get_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50() const { return ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50; }
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A * get_address_of_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50() { return &___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50; }
inline void set_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50(__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A value)
{
___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50 = value;
}
inline static int32_t get_offset_of_U3646036A65DECCD6835C914A46E6E44B729433B60_51() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___646036A65DECCD6835C914A46E6E44B729433B60_51)); }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U3646036A65DECCD6835C914A46E6E44B729433B60_51() const { return ___646036A65DECCD6835C914A46E6E44B729433B60_51; }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U3646036A65DECCD6835C914A46E6E44B729433B60_51() { return &___646036A65DECCD6835C914A46E6E44B729433B60_51; }
inline void set_U3646036A65DECCD6835C914A46E6E44B729433B60_51(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value)
{
___646036A65DECCD6835C914A46E6E44B729433B60_51 = value;
}
inline static int32_t get_offset_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52() const { return ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52() { return &___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52; }
inline void set_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52 = value;
}
inline static int32_t get_offset_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53)); }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53() const { return ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53; }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53() { return &___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53; }
inline void set_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
{
___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53 = value;
}
inline static int32_t get_offset_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54() const { return ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54() { return &___67EEAD805D708D9AA4E14BF747E44CED801744F3_54; }
inline void set_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___67EEAD805D708D9AA4E14BF747E44CED801744F3_54 = value;
}
inline static int32_t get_offset_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55)); }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55() const { return ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55; }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55() { return &___6C71197D228427B2864C69B357FEF73D8C9D59DF_55; }
inline void set_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value)
{
___6C71197D228427B2864C69B357FEF73D8C9D59DF_55 = value;
}
inline static int32_t get_offset_of_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56() const { return ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56() { return &___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56; }
inline void set_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56 = value;
}
inline static int32_t get_offset_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57)); }
inline __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 get_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57() const { return ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57; }
inline __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 * get_address_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57() { return &___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57; }
inline void set_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57(__StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 value)
{
___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57 = value;
}
inline static int32_t get_offset_of_U36D797C11E1D4FB68B6570CF2A92B792433527065_58() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6D797C11E1D4FB68B6570CF2A92B792433527065_58)); }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U36D797C11E1D4FB68B6570CF2A92B792433527065_58() const { return ___6D797C11E1D4FB68B6570CF2A92B792433527065_58; }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U36D797C11E1D4FB68B6570CF2A92B792433527065_58() { return &___6D797C11E1D4FB68B6570CF2A92B792433527065_58; }
inline void set_U36D797C11E1D4FB68B6570CF2A92B792433527065_58(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value)
{
___6D797C11E1D4FB68B6570CF2A92B792433527065_58 = value;
}
inline static int32_t get_offset_of_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59)); }
inline __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 get_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59() const { return ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59; }
inline __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 * get_address_of_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59() { return &___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59; }
inline void set_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59(__StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 value)
{
___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59 = value;
}
inline static int32_t get_offset_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_60() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6FC754859E4EC74E447048364B216D825C6F8FE7_60)); }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB get_U36FC754859E4EC74E447048364B216D825C6F8FE7_60() const { return ___6FC754859E4EC74E447048364B216D825C6F8FE7_60; }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB * get_address_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_60() { return &___6FC754859E4EC74E447048364B216D825C6F8FE7_60; }
inline void set_U36FC754859E4EC74E447048364B216D825C6F8FE7_60(__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB value)
{
___6FC754859E4EC74E447048364B216D825C6F8FE7_60 = value;
}
inline static int32_t get_offset_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___704939CD172085D1295FCE3F1D92431D685D7AA2_61)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61() const { return ___704939CD172085D1295FCE3F1D92431D685D7AA2_61; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61() { return &___704939CD172085D1295FCE3F1D92431D685D7AA2_61; }
inline void set_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___704939CD172085D1295FCE3F1D92431D685D7AA2_61 = value;
}
inline static int32_t get_offset_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62)); }
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 get_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62() const { return ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62; }
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 * get_address_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62() { return &___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62; }
inline void set_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62(__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 value)
{
___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62 = value;
}
inline static int32_t get_offset_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7341C933A70EAE383CC50C4B945ADB8E08F06737_63)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63() const { return ___7341C933A70EAE383CC50C4B945ADB8E08F06737_63; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63() { return &___7341C933A70EAE383CC50C4B945ADB8E08F06737_63; }
inline void set_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___7341C933A70EAE383CC50C4B945ADB8E08F06737_63 = value;
}
inline static int32_t get_offset_of_U3736D39815215889F11249D9958F6ED12D37B9F57_64() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___736D39815215889F11249D9958F6ED12D37B9F57_64)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U3736D39815215889F11249D9958F6ED12D37B9F57_64() const { return ___736D39815215889F11249D9958F6ED12D37B9F57_64; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U3736D39815215889F11249D9958F6ED12D37B9F57_64() { return &___736D39815215889F11249D9958F6ED12D37B9F57_64; }
inline void set_U3736D39815215889F11249D9958F6ED12D37B9F57_64(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___736D39815215889F11249D9958F6ED12D37B9F57_64 = value;
}
inline static int32_t get_offset_of_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65)); }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65() const { return ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65; }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65() { return &___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65; }
inline void set_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
{
___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65 = value;
}
inline static int32_t get_offset_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66() const { return ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66() { return &___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66; }
inline void set_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66 = value;
}
inline static int32_t get_offset_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67)); }
inline __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 get_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67() const { return ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67; }
inline __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 * get_address_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67() { return &___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67; }
inline void set_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67(__StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 value)
{
___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67 = value;
}
inline static int32_t get_offset_of_U381917F1E21F3C22B9F916994547A614FB03E968E_68() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___81917F1E21F3C22B9F916994547A614FB03E968E_68)); }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U381917F1E21F3C22B9F916994547A614FB03E968E_68() const { return ___81917F1E21F3C22B9F916994547A614FB03E968E_68; }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U381917F1E21F3C22B9F916994547A614FB03E968E_68() { return &___81917F1E21F3C22B9F916994547A614FB03E968E_68; }
inline void set_U381917F1E21F3C22B9F916994547A614FB03E968E_68(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
{
___81917F1E21F3C22B9F916994547A614FB03E968E_68 = value;
}
inline static int32_t get_offset_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_69() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___823566DA642D6EA356E15585921F2A4CA23D6760_69)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3823566DA642D6EA356E15585921F2A4CA23D6760_69() const { return ___823566DA642D6EA356E15585921F2A4CA23D6760_69; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_69() { return &___823566DA642D6EA356E15585921F2A4CA23D6760_69; }
inline void set_U3823566DA642D6EA356E15585921F2A4CA23D6760_69(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___823566DA642D6EA356E15585921F2A4CA23D6760_69 = value;
}
inline static int32_t get_offset_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___82C2A59850B2E85BCE1A45A479537A384DF6098D_70)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70() const { return ___82C2A59850B2E85BCE1A45A479537A384DF6098D_70; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70() { return &___82C2A59850B2E85BCE1A45A479537A384DF6098D_70; }
inline void set_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___82C2A59850B2E85BCE1A45A479537A384DF6098D_70 = value;
}
inline static int32_t get_offset_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71)); }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F get_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71() const { return ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71; }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F * get_address_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71() { return &___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71; }
inline void set_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71(__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F value)
{
___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71 = value;
}
inline static int32_t get_offset_of_U386F4F563FA2C61798AE6238D789139739428463A_72() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___86F4F563FA2C61798AE6238D789139739428463A_72)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U386F4F563FA2C61798AE6238D789139739428463A_72() const { return ___86F4F563FA2C61798AE6238D789139739428463A_72; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U386F4F563FA2C61798AE6238D789139739428463A_72() { return &___86F4F563FA2C61798AE6238D789139739428463A_72; }
inline void set_U386F4F563FA2C61798AE6238D789139739428463A_72(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___86F4F563FA2C61798AE6238D789139739428463A_72 = value;
}
inline static int32_t get_offset_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___871B9CF85DB352BAADF12BAE8F19857683E385AC_73)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73() const { return ___871B9CF85DB352BAADF12BAE8F19857683E385AC_73; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73() { return &___871B9CF85DB352BAADF12BAE8F19857683E385AC_73; }
inline void set_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___871B9CF85DB352BAADF12BAE8F19857683E385AC_73 = value;
}
inline static int32_t get_offset_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_74() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___89A040451C8CC5C8FB268BE44BDD74964C104155_74)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U389A040451C8CC5C8FB268BE44BDD74964C104155_74() const { return ___89A040451C8CC5C8FB268BE44BDD74964C104155_74; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_74() { return &___89A040451C8CC5C8FB268BE44BDD74964C104155_74; }
inline void set_U389A040451C8CC5C8FB268BE44BDD74964C104155_74(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___89A040451C8CC5C8FB268BE44BDD74964C104155_74 = value;
}
inline static int32_t get_offset_of_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8AEFB06C426E07A0A671A1E2488B4858D694A730_75)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75() const { return ___8AEFB06C426E07A0A671A1E2488B4858D694A730_75; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75() { return &___8AEFB06C426E07A0A671A1E2488B4858D694A730_75; }
inline void set_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___8AEFB06C426E07A0A671A1E2488B4858D694A730_75 = value;
}
inline static int32_t get_offset_of_U38CAA092E783257106251246FF5C97F88D28517A6_76() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8CAA092E783257106251246FF5C97F88D28517A6_76)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U38CAA092E783257106251246FF5C97F88D28517A6_76() const { return ___8CAA092E783257106251246FF5C97F88D28517A6_76; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U38CAA092E783257106251246FF5C97F88D28517A6_76() { return &___8CAA092E783257106251246FF5C97F88D28517A6_76; }
inline void set_U38CAA092E783257106251246FF5C97F88D28517A6_76(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___8CAA092E783257106251246FF5C97F88D28517A6_76 = value;
}
inline static int32_t get_offset_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77)); }
inline __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA get_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77() const { return ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77; }
inline __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA * get_address_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77() { return &___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77; }
inline void set_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77(__StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA value)
{
___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77 = value;
}
inline static int32_t get_offset_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78() const { return ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78() { return &___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78; }
inline void set_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78 = value;
}
inline static int32_t get_offset_of_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79() const { return ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79() { return &___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79; }
inline void set_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79 = value;
}
inline static int32_t get_offset_of_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___90A0542282A011472F94E97CEAE59F8B3B1A3291_80)); }
inline __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 get_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80() const { return ___90A0542282A011472F94E97CEAE59F8B3B1A3291_80; }
inline __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 * get_address_of_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80() { return &___90A0542282A011472F94E97CEAE59F8B3B1A3291_80; }
inline void set_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80(__StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 value)
{
___90A0542282A011472F94E97CEAE59F8B3B1A3291_80 = value;
}
inline static int32_t get_offset_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_81() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___93A63E90605400F34B49F0EB3361D23C89164BDA_81)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U393A63E90605400F34B49F0EB3361D23C89164BDA_81() const { return ___93A63E90605400F34B49F0EB3361D23C89164BDA_81; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_81() { return &___93A63E90605400F34B49F0EB3361D23C89164BDA_81; }
inline void set_U393A63E90605400F34B49F0EB3361D23C89164BDA_81(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___93A63E90605400F34B49F0EB3361D23C89164BDA_81 = value;
}
inline static int32_t get_offset_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___94841DD2F330CCB1089BF413E4FA9B04505152E2_82)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82() const { return ___94841DD2F330CCB1089BF413E4FA9B04505152E2_82; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82() { return &___94841DD2F330CCB1089BF413E4FA9B04505152E2_82; }
inline void set_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___94841DD2F330CCB1089BF413E4FA9B04505152E2_82 = value;
}
inline static int32_t get_offset_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_83() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___95264589E48F94B7857CFF398FB72A537E13EEE2_83)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U395264589E48F94B7857CFF398FB72A537E13EEE2_83() const { return ___95264589E48F94B7857CFF398FB72A537E13EEE2_83; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_83() { return &___95264589E48F94B7857CFF398FB72A537E13EEE2_83; }
inline void set_U395264589E48F94B7857CFF398FB72A537E13EEE2_83(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___95264589E48F94B7857CFF398FB72A537E13EEE2_83 = value;
}
inline static int32_t get_offset_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___95C48758CAE1715783472FB073AB158AB8A0AB2A_84)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84() const { return ___95C48758CAE1715783472FB073AB158AB8A0AB2A_84; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84() { return &___95C48758CAE1715783472FB073AB158AB8A0AB2A_84; }
inline void set_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___95C48758CAE1715783472FB073AB158AB8A0AB2A_84 = value;
}
inline static int32_t get_offset_of_U3973417296623D8DC6961B09664E54039E44CA5D8_85() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___973417296623D8DC6961B09664E54039E44CA5D8_85)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3973417296623D8DC6961B09664E54039E44CA5D8_85() const { return ___973417296623D8DC6961B09664E54039E44CA5D8_85; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3973417296623D8DC6961B09664E54039E44CA5D8_85() { return &___973417296623D8DC6961B09664E54039E44CA5D8_85; }
inline void set_U3973417296623D8DC6961B09664E54039E44CA5D8_85(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___973417296623D8DC6961B09664E54039E44CA5D8_85 = value;
}
inline static int32_t get_offset_of_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86() const { return ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86() { return &___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86; }
inline void set_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86 = value;
}
inline static int32_t get_offset_of_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87)); }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87() const { return ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87; }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87() { return &___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87; }
inline void set_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
{
___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87 = value;
}
inline static int32_t get_offset_of_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88() const { return ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88() { return &___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88; }
inline void set_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88 = value;
}
inline static int32_t get_offset_of_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89() const { return ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89() { return &___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89; }
inline void set_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89 = value;
}
inline static int32_t get_offset_of_A0074C15377C0C870B055927403EA9FA7A349D12_90() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A0074C15377C0C870B055927403EA9FA7A349D12_90)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_A0074C15377C0C870B055927403EA9FA7A349D12_90() const { return ___A0074C15377C0C870B055927403EA9FA7A349D12_90; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_A0074C15377C0C870B055927403EA9FA7A349D12_90() { return &___A0074C15377C0C870B055927403EA9FA7A349D12_90; }
inline void set_A0074C15377C0C870B055927403EA9FA7A349D12_90(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___A0074C15377C0C870B055927403EA9FA7A349D12_90 = value;
}
inline static int32_t get_offset_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_91() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A1319B706116AB2C6D44483F60A7D0ACEA543396_91)); }
inline __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F get_A1319B706116AB2C6D44483F60A7D0ACEA543396_91() const { return ___A1319B706116AB2C6D44483F60A7D0ACEA543396_91; }
inline __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F * get_address_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_91() { return &___A1319B706116AB2C6D44483F60A7D0ACEA543396_91; }
inline void set_A1319B706116AB2C6D44483F60A7D0ACEA543396_91(__StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F value)
{
___A1319B706116AB2C6D44483F60A7D0ACEA543396_91 = value;
}
inline static int32_t get_offset_of_A13AA52274D951A18029131A8DDECF76B569A15D_92() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A13AA52274D951A18029131A8DDECF76B569A15D_92)); }
inline int64_t get_A13AA52274D951A18029131A8DDECF76B569A15D_92() const { return ___A13AA52274D951A18029131A8DDECF76B569A15D_92; }
inline int64_t* get_address_of_A13AA52274D951A18029131A8DDECF76B569A15D_92() { return &___A13AA52274D951A18029131A8DDECF76B569A15D_92; }
inline void set_A13AA52274D951A18029131A8DDECF76B569A15D_92(int64_t value)
{
___A13AA52274D951A18029131A8DDECF76B569A15D_92 = value;
}
inline static int32_t get_offset_of_A323DB0813C4D072957BA6FDA79D9776674CD06B_93() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A323DB0813C4D072957BA6FDA79D9776674CD06B_93)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_A323DB0813C4D072957BA6FDA79D9776674CD06B_93() const { return ___A323DB0813C4D072957BA6FDA79D9776674CD06B_93; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_A323DB0813C4D072957BA6FDA79D9776674CD06B_93() { return &___A323DB0813C4D072957BA6FDA79D9776674CD06B_93; }
inline void set_A323DB0813C4D072957BA6FDA79D9776674CD06B_93(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___A323DB0813C4D072957BA6FDA79D9776674CD06B_93 = value;
}
inline static int32_t get_offset_of_A5444763673307F6828C748D4B9708CFC02B0959_94() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A5444763673307F6828C748D4B9708CFC02B0959_94)); }
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF get_A5444763673307F6828C748D4B9708CFC02B0959_94() const { return ___A5444763673307F6828C748D4B9708CFC02B0959_94; }
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF * get_address_of_A5444763673307F6828C748D4B9708CFC02B0959_94() { return &___A5444763673307F6828C748D4B9708CFC02B0959_94; }
inline void set_A5444763673307F6828C748D4B9708CFC02B0959_94(__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF value)
{
___A5444763673307F6828C748D4B9708CFC02B0959_94 = value;
}
inline static int32_t get_offset_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95() const { return ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95() { return &___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95; }
inline void set_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95 = value;
}
inline static int32_t get_offset_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_96() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A705A106D95282BD15E13EEA6B0AF583FF786D83_96)); }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F get_A705A106D95282BD15E13EEA6B0AF583FF786D83_96() const { return ___A705A106D95282BD15E13EEA6B0AF583FF786D83_96; }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F * get_address_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_96() { return &___A705A106D95282BD15E13EEA6B0AF583FF786D83_96; }
inline void set_A705A106D95282BD15E13EEA6B0AF583FF786D83_96(__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F value)
{
___A705A106D95282BD15E13EEA6B0AF583FF786D83_96 = value;
}
inline static int32_t get_offset_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_97() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A8A491E4CED49AE0027560476C10D933CE70C8DF_97)); }
inline __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 get_A8A491E4CED49AE0027560476C10D933CE70C8DF_97() const { return ___A8A491E4CED49AE0027560476C10D933CE70C8DF_97; }
inline __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 * get_address_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_97() { return &___A8A491E4CED49AE0027560476C10D933CE70C8DF_97; }
inline void set_A8A491E4CED49AE0027560476C10D933CE70C8DF_97(__StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 value)
{
___A8A491E4CED49AE0027560476C10D933CE70C8DF_97 = value;
}
inline static int32_t get_offset_of_AC791C4F39504D1184B73478943D0636258DA7B1_98() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___AC791C4F39504D1184B73478943D0636258DA7B1_98)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_AC791C4F39504D1184B73478943D0636258DA7B1_98() const { return ___AC791C4F39504D1184B73478943D0636258DA7B1_98; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_AC791C4F39504D1184B73478943D0636258DA7B1_98() { return &___AC791C4F39504D1184B73478943D0636258DA7B1_98; }
inline void set_AC791C4F39504D1184B73478943D0636258DA7B1_98(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___AC791C4F39504D1184B73478943D0636258DA7B1_98 = value;
}
inline static int32_t get_offset_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_99() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___AFCD4E1211233E99373A3367B23105A3D624B1F2_99)); }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_AFCD4E1211233E99373A3367B23105A3D624B1F2_99() const { return ___AFCD4E1211233E99373A3367B23105A3D624B1F2_99; }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_99() { return &___AFCD4E1211233E99373A3367B23105A3D624B1F2_99; }
inline void set_AFCD4E1211233E99373A3367B23105A3D624B1F2_99(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
{
___AFCD4E1211233E99373A3367B23105A3D624B1F2_99 = value;
}
inline static int32_t get_offset_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100() const { return ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100() { return &___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100; }
inline void set_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100 = value;
}
inline static int32_t get_offset_of_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101() const { return ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101() { return &___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101; }
inline void set_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101 = value;
}
inline static int32_t get_offset_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102() const { return ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102() { return &___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102; }
inline void set_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102 = value;
}
inline static int32_t get_offset_of_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103)); }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103() const { return ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103; }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103() { return &___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103; }
inline void set_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
{
___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103 = value;
}
inline static int32_t get_offset_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104)); }
inline __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C get_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104() const { return ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104; }
inline __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C * get_address_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104() { return &___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104; }
inline void set_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104(__StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C value)
{
___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104 = value;
}
inline static int32_t get_offset_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105)); }
inline __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA get_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105() const { return ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105; }
inline __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA * get_address_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105() { return &___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105; }
inline void set_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105(__StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA value)
{
___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105 = value;
}
inline static int32_t get_offset_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_106() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B8F87834C3597B2EEF22BA6D3A392CC925636401_106)); }
inline __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 get_B8F87834C3597B2EEF22BA6D3A392CC925636401_106() const { return ___B8F87834C3597B2EEF22BA6D3A392CC925636401_106; }
inline __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 * get_address_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_106() { return &___B8F87834C3597B2EEF22BA6D3A392CC925636401_106; }
inline void set_B8F87834C3597B2EEF22BA6D3A392CC925636401_106(__StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 value)
{
___B8F87834C3597B2EEF22BA6D3A392CC925636401_106 = value;
}
inline static int32_t get_offset_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107() const { return ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107() { return &___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107; }
inline void set_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107 = value;
}
inline static int32_t get_offset_of_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108)); }
inline __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 get_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108() const { return ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108; }
inline __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 * get_address_of_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108() { return &___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108; }
inline void set_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108(__StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 value)
{
___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108 = value;
}
inline static int32_t get_offset_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109() const { return ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109() { return &___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109; }
inline void set_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109 = value;
}
inline static int32_t get_offset_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110() const { return ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110() { return &___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110; }
inline void set_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110 = value;
}
inline static int32_t get_offset_of_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111() const { return ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111() { return &___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111; }
inline void set_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111 = value;
}
inline static int32_t get_offset_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_112() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BF5EB60806ECB74EE484105DD9D6F463BF994867_112)); }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 get_BF5EB60806ECB74EE484105DD9D6F463BF994867_112() const { return ___BF5EB60806ECB74EE484105DD9D6F463BF994867_112; }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 * get_address_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_112() { return &___BF5EB60806ECB74EE484105DD9D6F463BF994867_112; }
inline void set_BF5EB60806ECB74EE484105DD9D6F463BF994867_112(__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 value)
{
___BF5EB60806ECB74EE484105DD9D6F463BF994867_112 = value;
}
inline static int32_t get_offset_of_C1A1100642BA9685B30A84D97348484E14AA1865_113() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___C1A1100642BA9685B30A84D97348484E14AA1865_113)); }
inline int64_t get_C1A1100642BA9685B30A84D97348484E14AA1865_113() const { return ___C1A1100642BA9685B30A84D97348484E14AA1865_113; }
inline int64_t* get_address_of_C1A1100642BA9685B30A84D97348484E14AA1865_113() { return &___C1A1100642BA9685B30A84D97348484E14AA1865_113; }
inline void set_C1A1100642BA9685B30A84D97348484E14AA1865_113(int64_t value)
{
___C1A1100642BA9685B30A84D97348484E14AA1865_113 = value;
}
inline static int32_t get_offset_of_C6F364A0AD934EFED8909446C215752E565D77C1_114() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___C6F364A0AD934EFED8909446C215752E565D77C1_114)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_C6F364A0AD934EFED8909446C215752E565D77C1_114() const { return ___C6F364A0AD934EFED8909446C215752E565D77C1_114; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_C6F364A0AD934EFED8909446C215752E565D77C1_114() { return &___C6F364A0AD934EFED8909446C215752E565D77C1_114; }
inline void set_C6F364A0AD934EFED8909446C215752E565D77C1_114(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___C6F364A0AD934EFED8909446C215752E565D77C1_114 = value;
}
inline static int32_t get_offset_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_115() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CE5835130F5277F63D716FC9115526B0AC68FFAD_115)); }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F get_CE5835130F5277F63D716FC9115526B0AC68FFAD_115() const { return ___CE5835130F5277F63D716FC9115526B0AC68FFAD_115; }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F * get_address_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_115() { return &___CE5835130F5277F63D716FC9115526B0AC68FFAD_115; }
inline void set_CE5835130F5277F63D716FC9115526B0AC68FFAD_115(__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F value)
{
___CE5835130F5277F63D716FC9115526B0AC68FFAD_115 = value;
}
inline static int32_t get_offset_of_CE93C35B755802BC4B3D180716B048FC61701EF7_116() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CE93C35B755802BC4B3D180716B048FC61701EF7_116)); }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 get_CE93C35B755802BC4B3D180716B048FC61701EF7_116() const { return ___CE93C35B755802BC4B3D180716B048FC61701EF7_116; }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 * get_address_of_CE93C35B755802BC4B3D180716B048FC61701EF7_116() { return &___CE93C35B755802BC4B3D180716B048FC61701EF7_116; }
inline void set_CE93C35B755802BC4B3D180716B048FC61701EF7_116(__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 value)
{
___CE93C35B755802BC4B3D180716B048FC61701EF7_116 = value;
}
inline static int32_t get_offset_of_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117() const { return ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117() { return &___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117; }
inline void set_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117 = value;
}
inline static int32_t get_offset_of_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118() const { return ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118() { return &___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118; }
inline void set_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118 = value;
}
inline static int32_t get_offset_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119)); }
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 get_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119() const { return ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119; }
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 * get_address_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119() { return &___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119; }
inline void set_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119(__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 value)
{
___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119 = value;
}
inline static int32_t get_offset_of_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120)); }
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 get_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120() const { return ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120; }
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 * get_address_of_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120() { return &___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120; }
inline void set_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120(__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 value)
{
___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120 = value;
}
inline static int32_t get_offset_of_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121() const { return ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121() { return &___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121; }
inline void set_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121 = value;
}
inline static int32_t get_offset_of_D76478B994B312CD022DCA207AA2254880D2FCC9_122() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D76478B994B312CD022DCA207AA2254880D2FCC9_122)); }
inline __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B get_D76478B994B312CD022DCA207AA2254880D2FCC9_122() const { return ___D76478B994B312CD022DCA207AA2254880D2FCC9_122; }
inline __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B * get_address_of_D76478B994B312CD022DCA207AA2254880D2FCC9_122() { return &___D76478B994B312CD022DCA207AA2254880D2FCC9_122; }
inline void set_D76478B994B312CD022DCA207AA2254880D2FCC9_122(__StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B value)
{
___D76478B994B312CD022DCA207AA2254880D2FCC9_122 = value;
}
inline static int32_t get_offset_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123)); }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F get_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123() const { return ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123; }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F * get_address_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123() { return &___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123; }
inline void set_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123(__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F value)
{
___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123 = value;
}
inline static int32_t get_offset_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_124() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DA19DB47B583EFCF7825D2E39D661D2354F28219_124)); }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB get_DA19DB47B583EFCF7825D2E39D661D2354F28219_124() const { return ___DA19DB47B583EFCF7825D2E39D661D2354F28219_124; }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB * get_address_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_124() { return &___DA19DB47B583EFCF7825D2E39D661D2354F28219_124; }
inline void set_DA19DB47B583EFCF7825D2E39D661D2354F28219_124(__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB value)
{
___DA19DB47B583EFCF7825D2E39D661D2354F28219_124 = value;
}
inline static int32_t get_offset_of_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125)); }
inline __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 get_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125() const { return ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125; }
inline __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 * get_address_of_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125() { return &___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125; }
inline void set_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125(__StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 value)
{
___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125 = value;
}
inline static int32_t get_offset_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126)); }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126() const { return ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126; }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126() { return &___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126; }
inline void set_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
{
___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126 = value;
}
inline static int32_t get_offset_of_E1827270A5FE1C85F5352A66FD87BA747213D006_127() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E1827270A5FE1C85F5352A66FD87BA747213D006_127)); }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_E1827270A5FE1C85F5352A66FD87BA747213D006_127() const { return ___E1827270A5FE1C85F5352A66FD87BA747213D006_127; }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_E1827270A5FE1C85F5352A66FD87BA747213D006_127() { return &___E1827270A5FE1C85F5352A66FD87BA747213D006_127; }
inline void set_E1827270A5FE1C85F5352A66FD87BA747213D006_127(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
{
___E1827270A5FE1C85F5352A66FD87BA747213D006_127 = value;
}
inline static int32_t get_offset_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128() const { return ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128() { return &___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128; }
inline void set_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128 = value;
}
inline static int32_t get_offset_of_E75835D001C843F156FBA01B001DFE1B8029AC17_129() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E75835D001C843F156FBA01B001DFE1B8029AC17_129)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_E75835D001C843F156FBA01B001DFE1B8029AC17_129() const { return ___E75835D001C843F156FBA01B001DFE1B8029AC17_129; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_E75835D001C843F156FBA01B001DFE1B8029AC17_129() { return &___E75835D001C843F156FBA01B001DFE1B8029AC17_129; }
inline void set_E75835D001C843F156FBA01B001DFE1B8029AC17_129(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___E75835D001C843F156FBA01B001DFE1B8029AC17_129 = value;
}
inline static int32_t get_offset_of_E92B39D8233061927D9ACDE54665E68E7535635A_130() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E92B39D8233061927D9ACDE54665E68E7535635A_130)); }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_E92B39D8233061927D9ACDE54665E68E7535635A_130() const { return ___E92B39D8233061927D9ACDE54665E68E7535635A_130; }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_E92B39D8233061927D9ACDE54665E68E7535635A_130() { return &___E92B39D8233061927D9ACDE54665E68E7535635A_130; }
inline void set_E92B39D8233061927D9ACDE54665E68E7535635A_130(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
{
___E92B39D8233061927D9ACDE54665E68E7535635A_130 = value;
}
inline static int32_t get_offset_of_EA9506959484C55CFE0C139C624DF6060E285866_131() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EA9506959484C55CFE0C139C624DF6060E285866_131)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_EA9506959484C55CFE0C139C624DF6060E285866_131() const { return ___EA9506959484C55CFE0C139C624DF6060E285866_131; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_EA9506959484C55CFE0C139C624DF6060E285866_131() { return &___EA9506959484C55CFE0C139C624DF6060E285866_131; }
inline void set_EA9506959484C55CFE0C139C624DF6060E285866_131(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___EA9506959484C55CFE0C139C624DF6060E285866_131 = value;
}
inline static int32_t get_offset_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132)); }
inline __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 get_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132() const { return ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132; }
inline __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 * get_address_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132() { return &___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132; }
inline void set_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132(__StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 value)
{
___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132 = value;
}
inline static int32_t get_offset_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_133() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EBF68F411848D603D059DFDEA2321C5A5EA78044_133)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_EBF68F411848D603D059DFDEA2321C5A5EA78044_133() const { return ___EBF68F411848D603D059DFDEA2321C5A5EA78044_133; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_133() { return &___EBF68F411848D603D059DFDEA2321C5A5EA78044_133; }
inline void set_EBF68F411848D603D059DFDEA2321C5A5EA78044_133(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___EBF68F411848D603D059DFDEA2321C5A5EA78044_133 = value;
}
inline static int32_t get_offset_of_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134)); }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134() const { return ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134; }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134() { return &___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134; }
inline void set_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value)
{
___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134 = value;
}
inline static int32_t get_offset_of_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135() const { return ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135() { return &___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135; }
inline void set_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135 = value;
}
inline static int32_t get_offset_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136() const { return ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136() { return &___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136; }
inline void set_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136 = value;
}
inline static int32_t get_offset_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137() const { return ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137() { return &___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137; }
inline void set_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137 = value;
}
inline static int32_t get_offset_of_F073AA332018FDA0D572E99448FFF1D6422BD520_138() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F073AA332018FDA0D572E99448FFF1D6422BD520_138)); }
inline __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 get_F073AA332018FDA0D572E99448FFF1D6422BD520_138() const { return ___F073AA332018FDA0D572E99448FFF1D6422BD520_138; }
inline __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 * get_address_of_F073AA332018FDA0D572E99448FFF1D6422BD520_138() { return &___F073AA332018FDA0D572E99448FFF1D6422BD520_138; }
inline void set_F073AA332018FDA0D572E99448FFF1D6422BD520_138(__StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 value)
{
___F073AA332018FDA0D572E99448FFF1D6422BD520_138 = value;
}
inline static int32_t get_offset_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_139() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F34B0E10653402E8F788F8BC3F7CD7090928A429_139)); }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_F34B0E10653402E8F788F8BC3F7CD7090928A429_139() const { return ___F34B0E10653402E8F788F8BC3F7CD7090928A429_139; }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_139() { return &___F34B0E10653402E8F788F8BC3F7CD7090928A429_139; }
inline void set_F34B0E10653402E8F788F8BC3F7CD7090928A429_139(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value)
{
___F34B0E10653402E8F788F8BC3F7CD7090928A429_139 = value;
}
inline static int32_t get_offset_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140() const { return ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140() { return &___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140; }
inline void set_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140 = value;
}
inline static int32_t get_offset_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_141() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F512A9ABF88066AAEB92684F95CC05D8101B462B_141)); }
inline __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 get_F512A9ABF88066AAEB92684F95CC05D8101B462B_141() const { return ___F512A9ABF88066AAEB92684F95CC05D8101B462B_141; }
inline __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 * get_address_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_141() { return &___F512A9ABF88066AAEB92684F95CC05D8101B462B_141; }
inline void set_F512A9ABF88066AAEB92684F95CC05D8101B462B_141(__StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 value)
{
___F512A9ABF88066AAEB92684F95CC05D8101B462B_141 = value;
}
inline static int32_t get_offset_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142() const { return ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142() { return &___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142; }
inline void set_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142 = value;
}
inline static int32_t get_offset_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143)); }
inline __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D get_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143() const { return ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143; }
inline __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D * get_address_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143() { return &___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143; }
inline void set_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143(__StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D value)
{
___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143 = value;
}
};
// Mono.Security.Cryptography.DSAManaged
struct DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA : public DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF
{
public:
// System.Boolean Mono.Security.Cryptography.DSAManaged::keypairGenerated
bool ___keypairGenerated_2;
// System.Boolean Mono.Security.Cryptography.DSAManaged::m_disposed
bool ___m_disposed_3;
// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::p
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___p_4;
// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::q
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___q_5;
// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::g
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___g_6;
// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::x
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___x_7;
// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::y
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___y_8;
// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::j
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___j_9;
// Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::seed
BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * ___seed_10;
// System.Int32 Mono.Security.Cryptography.DSAManaged::counter
int32_t ___counter_11;
// System.Boolean Mono.Security.Cryptography.DSAManaged::j_missing
bool ___j_missing_12;
// System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.DSAManaged::rng
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ___rng_13;
// Mono.Security.Cryptography.DSAManaged_KeyGeneratedEventHandler Mono.Security.Cryptography.DSAManaged::KeyGenerated
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * ___KeyGenerated_14;
public:
inline static int32_t get_offset_of_keypairGenerated_2() { return static_cast<int32_t>(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___keypairGenerated_2)); }
inline bool get_keypairGenerated_2() const { return ___keypairGenerated_2; }
inline bool* get_address_of_keypairGenerated_2() { return &___keypairGenerated_2; }
inline void set_keypairGenerated_2(bool value)
{
___keypairGenerated_2 = value;
}
inline static int32_t get_offset_of_m_disposed_3() { return static_cast<int32_t>(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___m_disposed_3)); }
inline bool get_m_disposed_3() const { return ___m_disposed_3; }
inline bool* get_address_of_m_disposed_3() { return &___m_disposed_3; }
inline void set_m_disposed_3(bool value)
{
___m_disposed_3 = value;
}
inline static int32_t get_offset_of_p_4() { return static_cast<int32_t>(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___p_4)); }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_p_4() const { return ___p_4; }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_p_4() { return &___p_4; }
inline void set_p_4(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value)
{
___p_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___p_4), (void*)value);
}
inline static int32_t get_offset_of_q_5() { return static_cast<int32_t>(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___q_5)); }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_q_5() const { return ___q_5; }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_q_5() { return &___q_5; }
inline void set_q_5(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value)
{
___q_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___q_5), (void*)value);
}
inline static int32_t get_offset_of_g_6() { return static_cast<int32_t>(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___g_6)); }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_g_6() const { return ___g_6; }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_g_6() { return &___g_6; }
inline void set_g_6(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value)
{
___g_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___g_6), (void*)value);
}
inline static int32_t get_offset_of_x_7() { return static_cast<int32_t>(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___x_7)); }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_x_7() const { return ___x_7; }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_x_7() { return &___x_7; }
inline void set_x_7(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value)
{
___x_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___x_7), (void*)value);
}
inline static int32_t get_offset_of_y_8() { return static_cast<int32_t>(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___y_8)); }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_y_8() const { return ___y_8; }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_y_8() { return &___y_8; }
inline void set_y_8(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value)
{
___y_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___y_8), (void*)value);
}
inline static int32_t get_offset_of_j_9() { return static_cast<int32_t>(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___j_9)); }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_j_9() const { return ___j_9; }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_j_9() { return &___j_9; }
inline void set_j_9(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value)
{
___j_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___j_9), (void*)value);
}
inline static int32_t get_offset_of_seed_10() { return static_cast<int32_t>(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___seed_10)); }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * get_seed_10() const { return ___seed_10; }
inline BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 ** get_address_of_seed_10() { return &___seed_10; }
inline void set_seed_10(BigInteger_tF3E652919A004A91EECBCA34226B2D7588298299 * value)
{
___seed_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___seed_10), (void*)value);
}
inline static int32_t get_offset_of_counter_11() { return static_cast<int32_t>(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___counter_11)); }
inline int32_t get_counter_11() const { return ___counter_11; }
inline int32_t* get_address_of_counter_11() { return &___counter_11; }
inline void set_counter_11(int32_t value)
{
___counter_11 = value;
}
inline static int32_t get_offset_of_j_missing_12() { return static_cast<int32_t>(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___j_missing_12)); }
inline bool get_j_missing_12() const { return ___j_missing_12; }
inline bool* get_address_of_j_missing_12() { return &___j_missing_12; }
inline void set_j_missing_12(bool value)
{
___j_missing_12 = value;
}
inline static int32_t get_offset_of_rng_13() { return static_cast<int32_t>(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___rng_13)); }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get_rng_13() const { return ___rng_13; }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of_rng_13() { return &___rng_13; }
inline void set_rng_13(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value)
{
___rng_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___rng_13), (void*)value);
}
inline static int32_t get_offset_of_KeyGenerated_14() { return static_cast<int32_t>(offsetof(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA, ___KeyGenerated_14)); }
inline KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * get_KeyGenerated_14() const { return ___KeyGenerated_14; }
inline KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 ** get_address_of_KeyGenerated_14() { return &___KeyGenerated_14; }
inline void set_KeyGenerated_14(KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * value)
{
___KeyGenerated_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___KeyGenerated_14), (void*)value);
}
};
// System.Delegate
struct Delegate_t : public RuntimeObject
{
public:
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject * ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t * ___method_info_7;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t * ___original_method_info_8;
// System.DelegateData System.Delegate::data
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_10;
public:
inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_ptr_0)); }
inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; }
inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; }
inline void set_method_ptr_0(Il2CppMethodPointer value)
{
___method_ptr_0 = value;
}
inline static int32_t get_offset_of_invoke_impl_1() { return static_cast<int32_t>(offsetof(Delegate_t, ___invoke_impl_1)); }
inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; }
inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; }
inline void set_invoke_impl_1(intptr_t value)
{
___invoke_impl_1 = value;
}
inline static int32_t get_offset_of_m_target_2() { return static_cast<int32_t>(offsetof(Delegate_t, ___m_target_2)); }
inline RuntimeObject * get_m_target_2() const { return ___m_target_2; }
inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; }
inline void set_m_target_2(RuntimeObject * value)
{
___m_target_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value);
}
inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_3)); }
inline intptr_t get_method_3() const { return ___method_3; }
inline intptr_t* get_address_of_method_3() { return &___method_3; }
inline void set_method_3(intptr_t value)
{
___method_3 = value;
}
inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast<int32_t>(offsetof(Delegate_t, ___delegate_trampoline_4)); }
inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; }
inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; }
inline void set_delegate_trampoline_4(intptr_t value)
{
___delegate_trampoline_4 = value;
}
inline static int32_t get_offset_of_extra_arg_5() { return static_cast<int32_t>(offsetof(Delegate_t, ___extra_arg_5)); }
inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; }
inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; }
inline void set_extra_arg_5(intptr_t value)
{
___extra_arg_5 = value;
}
inline static int32_t get_offset_of_method_code_6() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_code_6)); }
inline intptr_t get_method_code_6() const { return ___method_code_6; }
inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; }
inline void set_method_code_6(intptr_t value)
{
___method_code_6 = value;
}
inline static int32_t get_offset_of_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_info_7)); }
inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; }
inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; }
inline void set_method_info_7(MethodInfo_t * value)
{
___method_info_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value);
}
inline static int32_t get_offset_of_original_method_info_8() { return static_cast<int32_t>(offsetof(Delegate_t, ___original_method_info_8)); }
inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; }
inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; }
inline void set_original_method_info_8(MethodInfo_t * value)
{
___original_method_info_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value);
}
inline static int32_t get_offset_of_data_9() { return static_cast<int32_t>(offsetof(Delegate_t, ___data_9)); }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; }
inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value)
{
___data_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value);
}
inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_is_virtual_10)); }
inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; }
inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; }
inline void set_method_is_virtual_10(bool value)
{
___method_is_virtual_10 = value;
}
};
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// System.Exception
struct Exception_t : public RuntimeObject
{
public:
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t * ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject * ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject * ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
public:
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
inline String_t* get__className_1() const { return ____className_1; }
inline String_t** get_address_of__className_1() { return &____className_1; }
inline void set__className_1(String_t* value)
{
____className_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value);
}
inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
inline String_t* get__message_2() const { return ____message_2; }
inline String_t** get_address_of__message_2() { return &____message_2; }
inline void set__message_2(String_t* value)
{
____message_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value);
}
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
inline RuntimeObject* get__data_3() const { return ____data_3; }
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
inline void set__data_3(RuntimeObject* value)
{
____data_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value);
}
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
inline void set__innerException_4(Exception_t * value)
{
____innerException_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value);
}
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
inline void set__helpURL_5(String_t* value)
{
____helpURL_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value);
}
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
inline void set__stackTrace_6(RuntimeObject * value)
{
____stackTrace_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value);
}
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
inline void set__stackTraceString_7(String_t* value)
{
____stackTraceString_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value);
}
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
inline void set__remoteStackTraceString_8(String_t* value)
{
____remoteStackTraceString_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value);
}
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
inline void set__remoteStackIndex_9(int32_t value)
{
____remoteStackIndex_9 = value;
}
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
inline void set__dynamicMethods_10(RuntimeObject * value)
{
____dynamicMethods_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value);
}
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
inline int32_t get__HResult_11() const { return ____HResult_11; }
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
inline void set__HResult_11(int32_t value)
{
____HResult_11 = value;
}
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
inline String_t* get__source_12() const { return ____source_12; }
inline String_t** get_address_of__source_12() { return &____source_12; }
inline void set__source_12(String_t* value)
{
____source_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value);
}
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
{
____safeSerializationManager_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value);
}
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
{
___captured_traces_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value);
}
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
{
___native_trace_ips_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value);
}
};
struct Exception_t_StaticFields
{
public:
// System.Object System.Exception::s_EDILock
RuntimeObject * ___s_EDILock_0;
public:
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
inline void set_s_EDILock_0(RuntimeObject * value)
{
___s_EDILock_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
};
// System.IO.SeekOrigin
struct SeekOrigin_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3
{
public:
// System.Int32 System.IO.SeekOrigin::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SeekOrigin_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.PlatformID
struct PlatformID_t7969561D329B66D3E609C70CA506A519E06F2776
{
public:
// System.Int32 System.PlatformID::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PlatformID_t7969561D329B66D3E609C70CA506A519E06F2776, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.BindingFlags
struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0
{
public:
// System.Int32 System.Reflection.BindingFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>
struct AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079
{
public:
// System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState
AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 ___m_coreState_1;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * ___m_task_2;
public:
inline static int32_t get_offset_of_m_coreState_1() { return static_cast<int32_t>(offsetof(AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079, ___m_coreState_1)); }
inline AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 get_m_coreState_1() const { return ___m_coreState_1; }
inline AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 * get_address_of_m_coreState_1() { return &___m_coreState_1; }
inline void set_m_coreState_1(AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 value)
{
___m_coreState_1 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
}
inline static int32_t get_offset_of_m_task_2() { return static_cast<int32_t>(offsetof(AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079, ___m_task_2)); }
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * get_m_task_2() const { return ___m_task_2; }
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 ** get_address_of_m_task_2() { return &___m_task_2; }
inline void set_m_task_2(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * value)
{
___m_task_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value);
}
};
struct AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079_StaticFields
{
public:
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * ___s_defaultResultTask_0;
public:
inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast<int32_t>(offsetof(AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079_StaticFields, ___s_defaultResultTask_0)); }
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; }
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; }
inline void set_s_defaultResultTask_0(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * value)
{
___s_defaultResultTask_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value);
}
};
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>
struct AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9
{
public:
// System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState
AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 ___m_coreState_1;
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task
Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * ___m_task_2;
public:
inline static int32_t get_offset_of_m_coreState_1() { return static_cast<int32_t>(offsetof(AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9, ___m_coreState_1)); }
inline AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 get_m_coreState_1() const { return ___m_coreState_1; }
inline AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 * get_address_of_m_coreState_1() { return &___m_coreState_1; }
inline void set_m_coreState_1(AsyncMethodBuilderCore_t4CE6C1E4B0621A6EC45CF6E0E8F1F633FFF9FF01 value)
{
___m_coreState_1 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
}
inline static int32_t get_offset_of_m_task_2() { return static_cast<int32_t>(offsetof(AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9, ___m_task_2)); }
inline Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * get_m_task_2() const { return ___m_task_2; }
inline Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 ** get_address_of_m_task_2() { return &___m_task_2; }
inline void set_m_task_2(Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * value)
{
___m_task_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value);
}
};
struct AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9_StaticFields
{
public:
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask
Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * ___s_defaultResultTask_0;
public:
inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast<int32_t>(offsetof(AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9_StaticFields, ___s_defaultResultTask_0)); }
inline Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; }
inline Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; }
inline void set_s_defaultResultTask_0(Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * value)
{
___s_defaultResultTask_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value);
}
};
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable
struct ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9
{
public:
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable_ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable::m_configuredTaskAwaiter
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 ___m_configuredTaskAwaiter_0;
public:
inline static int32_t get_offset_of_m_configuredTaskAwaiter_0() { return static_cast<int32_t>(offsetof(ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9, ___m_configuredTaskAwaiter_0)); }
inline ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 get_m_configuredTaskAwaiter_0() const { return ___m_configuredTaskAwaiter_0; }
inline ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * get_address_of_m_configuredTaskAwaiter_0() { return &___m_configuredTaskAwaiter_0; }
inline void set_m_configuredTaskAwaiter_0(ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 value)
{
___m_configuredTaskAwaiter_0 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___m_configuredTaskAwaiter_0))->___m_task_0), (void*)NULL);
}
};
// Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable
struct ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9_marshaled_pinvoke
{
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_marshaled_pinvoke ___m_configuredTaskAwaiter_0;
};
// Native definition for COM marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable
struct ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9_marshaled_com
{
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_marshaled_com ___m_configuredTaskAwaiter_0;
};
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Int32>
struct ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A
{
public:
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter
ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E ___m_configuredTaskAwaiter_0;
public:
inline static int32_t get_offset_of_m_configuredTaskAwaiter_0() { return static_cast<int32_t>(offsetof(ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A, ___m_configuredTaskAwaiter_0)); }
inline ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E get_m_configuredTaskAwaiter_0() const { return ___m_configuredTaskAwaiter_0; }
inline ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E * get_address_of_m_configuredTaskAwaiter_0() { return &___m_configuredTaskAwaiter_0; }
inline void set_m_configuredTaskAwaiter_0(ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E value)
{
___m_configuredTaskAwaiter_0 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___m_configuredTaskAwaiter_0))->___m_task_0), (void*)NULL);
}
};
// System.Runtime.InteropServices.SafeHandle
struct SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 : public CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9
{
public:
// System.IntPtr System.Runtime.InteropServices.SafeHandle::handle
intptr_t ___handle_0;
// System.Int32 System.Runtime.InteropServices.SafeHandle::_state
int32_t ____state_1;
// System.Boolean System.Runtime.InteropServices.SafeHandle::_ownsHandle
bool ____ownsHandle_2;
// System.Boolean System.Runtime.InteropServices.SafeHandle::_fullyInitialized
bool ____fullyInitialized_3;
public:
inline static int32_t get_offset_of_handle_0() { return static_cast<int32_t>(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ___handle_0)); }
inline intptr_t get_handle_0() const { return ___handle_0; }
inline intptr_t* get_address_of_handle_0() { return &___handle_0; }
inline void set_handle_0(intptr_t value)
{
___handle_0 = value;
}
inline static int32_t get_offset_of__state_1() { return static_cast<int32_t>(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ____state_1)); }
inline int32_t get__state_1() const { return ____state_1; }
inline int32_t* get_address_of__state_1() { return &____state_1; }
inline void set__state_1(int32_t value)
{
____state_1 = value;
}
inline static int32_t get_offset_of__ownsHandle_2() { return static_cast<int32_t>(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ____ownsHandle_2)); }
inline bool get__ownsHandle_2() const { return ____ownsHandle_2; }
inline bool* get_address_of__ownsHandle_2() { return &____ownsHandle_2; }
inline void set__ownsHandle_2(bool value)
{
____ownsHandle_2 = value;
}
inline static int32_t get_offset_of__fullyInitialized_3() { return static_cast<int32_t>(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ____fullyInitialized_3)); }
inline bool get__fullyInitialized_3() const { return ____fullyInitialized_3; }
inline bool* get_address_of__fullyInitialized_3() { return &____fullyInitialized_3; }
inline void set__fullyInitialized_3(bool value)
{
____fullyInitialized_3 = value;
}
};
// System.Runtime.Serialization.StreamingContextStates
struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F
{
public:
// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.RuntimeFieldHandle
struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF
{
public:
// System.IntPtr System.RuntimeFieldHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D
{
public:
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
// System.Security.AccessControl.AccessControlSections
struct AccessControlSections_tE9836C6543DBEA9F2CD73D15DD92CB59357910AB
{
public:
// System.Int32 System.Security.AccessControl.AccessControlSections::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AccessControlSections_tE9836C6543DBEA9F2CD73D15DD92CB59357910AB, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.AccessControl.AceFlags
struct AceFlags_tD330EDE638E769935EAD5EC53CE8B49F3938A9AE
{
public:
// System.Byte System.Security.AccessControl.AceFlags::value__
uint8_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AceFlags_tD330EDE638E769935EAD5EC53CE8B49F3938A9AE, ___value___2)); }
inline uint8_t get_value___2() const { return ___value___2; }
inline uint8_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(uint8_t value)
{
___value___2 = value;
}
};
// System.Security.AccessControl.AceQualifier
struct AceQualifier_tF423849F801DD7199100D88803986612B2C681E5
{
public:
// System.Int32 System.Security.AccessControl.AceQualifier::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AceQualifier_tF423849F801DD7199100D88803986612B2C681E5, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.AccessControl.AceType
struct AceType_tAE0F61AC1651E5EDF023A1ED7944677C9CF48FD9
{
public:
// System.Byte System.Security.AccessControl.AceType::value__
uint8_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AceType_tAE0F61AC1651E5EDF023A1ED7944677C9CF48FD9, ___value___2)); }
inline uint8_t get_value___2() const { return ___value___2; }
inline uint8_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(uint8_t value)
{
___value___2 = value;
}
};
// System.Security.AccessControl.AuditFlags
struct AuditFlags_t5EBB9AB11C58A6045611B42F11ED770A6375BAFB
{
public:
// System.Int32 System.Security.AccessControl.AuditFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AuditFlags_t5EBB9AB11C58A6045611B42F11ED770A6375BAFB, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.AccessControl.ControlFlags
struct ControlFlags_t27A891AC918982EBFB528F2275D553FCA51A3545
{
public:
// System.Int32 System.Security.AccessControl.ControlFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ControlFlags_t27A891AC918982EBFB528F2275D553FCA51A3545, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.AccessControl.DiscretionaryAcl
struct DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 : public CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542
{
public:
public:
};
// System.Security.AccessControl.InheritanceFlags
struct InheritanceFlags_t093938029DAFE597D81C5B99CDB45B22A67F1E68
{
public:
// System.Int32 System.Security.AccessControl.InheritanceFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(InheritanceFlags_t093938029DAFE597D81C5B99CDB45B22A67F1E68, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.AccessControl.ObjectAceFlags
struct ObjectAceFlags_t4A3BA890E88D18DBEF34BB1B3AE9DA99C8503BD4
{
public:
// System.Int32 System.Security.AccessControl.ObjectAceFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ObjectAceFlags_t4A3BA890E88D18DBEF34BB1B3AE9DA99C8503BD4, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.AccessControl.PropagationFlags
struct PropagationFlags_tD809F3F8043018E35732039C38B011D386E35A0C
{
public:
// System.Int32 System.Security.AccessControl.PropagationFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PropagationFlags_tD809F3F8043018E35732039C38B011D386E35A0C, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.AccessControl.ResourceType
struct ResourceType_tA865277F227411F045B4055C9FE1F15477B339DA
{
public:
// System.Int32 System.Security.AccessControl.ResourceType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ResourceType_tA865277F227411F045B4055C9FE1F15477B339DA, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.AccessControl.SecurityInfos
struct SecurityInfos_t4574DCA23460CA3419BAA48DA2ACCBA33E3772DC
{
public:
// System.Int32 System.Security.AccessControl.SecurityInfos::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SecurityInfos_t4574DCA23460CA3419BAA48DA2ACCBA33E3772DC, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.AccessControl.SystemAcl
struct SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 : public CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542
{
public:
public:
};
// System.Security.Cryptography.CipherMode
struct CipherMode_t1DC3069D617AC3D17A2608F5BB36C0F115D229DF
{
public:
// System.Int32 System.Security.Cryptography.CipherMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CipherMode_t1DC3069D617AC3D17A2608F5BB36C0F115D229DF, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.Cryptography.CryptoStreamMode
struct CryptoStreamMode_tDA87D3C6D96B2FCC35184B3B4A00923266ADB2D5
{
public:
// System.Int32 System.Security.Cryptography.CryptoStreamMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CryptoStreamMode_tDA87D3C6D96B2FCC35184B3B4A00923266ADB2D5, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.Cryptography.CspAlgorithmType
struct CspAlgorithmType_tBB784D1BBE3992ACB31659A9377E00907E114482
{
public:
// System.Int32 System.Security.Cryptography.CspAlgorithmType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CspAlgorithmType_tBB784D1BBE3992ACB31659A9377E00907E114482, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.Cryptography.CspParameters
struct CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 : public RuntimeObject
{
public:
// System.Int32 System.Security.Cryptography.CspParameters::ProviderType
int32_t ___ProviderType_0;
// System.String System.Security.Cryptography.CspParameters::ProviderName
String_t* ___ProviderName_1;
// System.String System.Security.Cryptography.CspParameters::KeyContainerName
String_t* ___KeyContainerName_2;
// System.Int32 System.Security.Cryptography.CspParameters::KeyNumber
int32_t ___KeyNumber_3;
// System.Int32 System.Security.Cryptography.CspParameters::m_flags
int32_t ___m_flags_4;
// System.Security.AccessControl.CryptoKeySecurity System.Security.Cryptography.CspParameters::m_cryptoKeySecurity
CryptoKeySecurity_t706D8A1A2EFD4A085BE82405CE47A9A128772186 * ___m_cryptoKeySecurity_5;
// System.Security.SecureString System.Security.Cryptography.CspParameters::m_keyPassword
SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * ___m_keyPassword_6;
// System.IntPtr System.Security.Cryptography.CspParameters::m_parentWindowHandle
intptr_t ___m_parentWindowHandle_7;
public:
inline static int32_t get_offset_of_ProviderType_0() { return static_cast<int32_t>(offsetof(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7, ___ProviderType_0)); }
inline int32_t get_ProviderType_0() const { return ___ProviderType_0; }
inline int32_t* get_address_of_ProviderType_0() { return &___ProviderType_0; }
inline void set_ProviderType_0(int32_t value)
{
___ProviderType_0 = value;
}
inline static int32_t get_offset_of_ProviderName_1() { return static_cast<int32_t>(offsetof(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7, ___ProviderName_1)); }
inline String_t* get_ProviderName_1() const { return ___ProviderName_1; }
inline String_t** get_address_of_ProviderName_1() { return &___ProviderName_1; }
inline void set_ProviderName_1(String_t* value)
{
___ProviderName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ProviderName_1), (void*)value);
}
inline static int32_t get_offset_of_KeyContainerName_2() { return static_cast<int32_t>(offsetof(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7, ___KeyContainerName_2)); }
inline String_t* get_KeyContainerName_2() const { return ___KeyContainerName_2; }
inline String_t** get_address_of_KeyContainerName_2() { return &___KeyContainerName_2; }
inline void set_KeyContainerName_2(String_t* value)
{
___KeyContainerName_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___KeyContainerName_2), (void*)value);
}
inline static int32_t get_offset_of_KeyNumber_3() { return static_cast<int32_t>(offsetof(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7, ___KeyNumber_3)); }
inline int32_t get_KeyNumber_3() const { return ___KeyNumber_3; }
inline int32_t* get_address_of_KeyNumber_3() { return &___KeyNumber_3; }
inline void set_KeyNumber_3(int32_t value)
{
___KeyNumber_3 = value;
}
inline static int32_t get_offset_of_m_flags_4() { return static_cast<int32_t>(offsetof(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7, ___m_flags_4)); }
inline int32_t get_m_flags_4() const { return ___m_flags_4; }
inline int32_t* get_address_of_m_flags_4() { return &___m_flags_4; }
inline void set_m_flags_4(int32_t value)
{
___m_flags_4 = value;
}
inline static int32_t get_offset_of_m_cryptoKeySecurity_5() { return static_cast<int32_t>(offsetof(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7, ___m_cryptoKeySecurity_5)); }
inline CryptoKeySecurity_t706D8A1A2EFD4A085BE82405CE47A9A128772186 * get_m_cryptoKeySecurity_5() const { return ___m_cryptoKeySecurity_5; }
inline CryptoKeySecurity_t706D8A1A2EFD4A085BE82405CE47A9A128772186 ** get_address_of_m_cryptoKeySecurity_5() { return &___m_cryptoKeySecurity_5; }
inline void set_m_cryptoKeySecurity_5(CryptoKeySecurity_t706D8A1A2EFD4A085BE82405CE47A9A128772186 * value)
{
___m_cryptoKeySecurity_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_cryptoKeySecurity_5), (void*)value);
}
inline static int32_t get_offset_of_m_keyPassword_6() { return static_cast<int32_t>(offsetof(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7, ___m_keyPassword_6)); }
inline SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * get_m_keyPassword_6() const { return ___m_keyPassword_6; }
inline SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 ** get_address_of_m_keyPassword_6() { return &___m_keyPassword_6; }
inline void set_m_keyPassword_6(SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * value)
{
___m_keyPassword_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_keyPassword_6), (void*)value);
}
inline static int32_t get_offset_of_m_parentWindowHandle_7() { return static_cast<int32_t>(offsetof(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7, ___m_parentWindowHandle_7)); }
inline intptr_t get_m_parentWindowHandle_7() const { return ___m_parentWindowHandle_7; }
inline intptr_t* get_address_of_m_parentWindowHandle_7() { return &___m_parentWindowHandle_7; }
inline void set_m_parentWindowHandle_7(intptr_t value)
{
___m_parentWindowHandle_7 = value;
}
};
// System.Security.Cryptography.CspProviderFlags
struct CspProviderFlags_t58BDA302C5856D2AA7A41E97CAB5BDD0516571F4
{
public:
// System.Int32 System.Security.Cryptography.CspProviderFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CspProviderFlags_t58BDA302C5856D2AA7A41E97CAB5BDD0516571F4, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.Cryptography.DSACryptoServiceProvider
struct DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 : public DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF
{
public:
// Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.DSACryptoServiceProvider::store
KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * ___store_3;
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::persistKey
bool ___persistKey_4;
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::persisted
bool ___persisted_5;
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::privateKeyExportable
bool ___privateKeyExportable_6;
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::m_disposed
bool ___m_disposed_7;
// Mono.Security.Cryptography.DSAManaged System.Security.Cryptography.DSACryptoServiceProvider::dsa
DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * ___dsa_8;
public:
inline static int32_t get_offset_of_store_3() { return static_cast<int32_t>(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___store_3)); }
inline KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * get_store_3() const { return ___store_3; }
inline KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 ** get_address_of_store_3() { return &___store_3; }
inline void set_store_3(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * value)
{
___store_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___store_3), (void*)value);
}
inline static int32_t get_offset_of_persistKey_4() { return static_cast<int32_t>(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___persistKey_4)); }
inline bool get_persistKey_4() const { return ___persistKey_4; }
inline bool* get_address_of_persistKey_4() { return &___persistKey_4; }
inline void set_persistKey_4(bool value)
{
___persistKey_4 = value;
}
inline static int32_t get_offset_of_persisted_5() { return static_cast<int32_t>(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___persisted_5)); }
inline bool get_persisted_5() const { return ___persisted_5; }
inline bool* get_address_of_persisted_5() { return &___persisted_5; }
inline void set_persisted_5(bool value)
{
___persisted_5 = value;
}
inline static int32_t get_offset_of_privateKeyExportable_6() { return static_cast<int32_t>(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___privateKeyExportable_6)); }
inline bool get_privateKeyExportable_6() const { return ___privateKeyExportable_6; }
inline bool* get_address_of_privateKeyExportable_6() { return &___privateKeyExportable_6; }
inline void set_privateKeyExportable_6(bool value)
{
___privateKeyExportable_6 = value;
}
inline static int32_t get_offset_of_m_disposed_7() { return static_cast<int32_t>(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___m_disposed_7)); }
inline bool get_m_disposed_7() const { return ___m_disposed_7; }
inline bool* get_address_of_m_disposed_7() { return &___m_disposed_7; }
inline void set_m_disposed_7(bool value)
{
___m_disposed_7 = value;
}
inline static int32_t get_offset_of_dsa_8() { return static_cast<int32_t>(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___dsa_8)); }
inline DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * get_dsa_8() const { return ___dsa_8; }
inline DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA ** get_address_of_dsa_8() { return &___dsa_8; }
inline void set_dsa_8(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * value)
{
___dsa_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dsa_8), (void*)value);
}
};
struct DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_StaticFields
{
public:
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::useMachineKeyStore
bool ___useMachineKeyStore_9;
public:
inline static int32_t get_offset_of_useMachineKeyStore_9() { return static_cast<int32_t>(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_StaticFields, ___useMachineKeyStore_9)); }
inline bool get_useMachineKeyStore_9() const { return ___useMachineKeyStore_9; }
inline bool* get_address_of_useMachineKeyStore_9() { return &___useMachineKeyStore_9; }
inline void set_useMachineKeyStore_9(bool value)
{
___useMachineKeyStore_9 = value;
}
};
// System.Security.Cryptography.FromBase64TransformMode
struct FromBase64TransformMode_tD7509DA26591E0886426A8E864F5CB87B962D858
{
public:
// System.Int32 System.Security.Cryptography.FromBase64TransformMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FromBase64TransformMode_tD7509DA26591E0886426A8E864F5CB87B962D858, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.Cryptography.HMAC
struct HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 : public KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B
{
public:
// System.Int32 System.Security.Cryptography.HMAC::blockSizeValue
int32_t ___blockSizeValue_5;
// System.String System.Security.Cryptography.HMAC::m_hashName
String_t* ___m_hashName_6;
// System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.HMAC::m_hash1
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___m_hash1_7;
// System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.HMAC::m_hash2
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___m_hash2_8;
// System.Byte[] System.Security.Cryptography.HMAC::m_inner
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_inner_9;
// System.Byte[] System.Security.Cryptography.HMAC::m_outer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_outer_10;
// System.Boolean System.Security.Cryptography.HMAC::m_hashing
bool ___m_hashing_11;
public:
inline static int32_t get_offset_of_blockSizeValue_5() { return static_cast<int32_t>(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___blockSizeValue_5)); }
inline int32_t get_blockSizeValue_5() const { return ___blockSizeValue_5; }
inline int32_t* get_address_of_blockSizeValue_5() { return &___blockSizeValue_5; }
inline void set_blockSizeValue_5(int32_t value)
{
___blockSizeValue_5 = value;
}
inline static int32_t get_offset_of_m_hashName_6() { return static_cast<int32_t>(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___m_hashName_6)); }
inline String_t* get_m_hashName_6() const { return ___m_hashName_6; }
inline String_t** get_address_of_m_hashName_6() { return &___m_hashName_6; }
inline void set_m_hashName_6(String_t* value)
{
___m_hashName_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_hashName_6), (void*)value);
}
inline static int32_t get_offset_of_m_hash1_7() { return static_cast<int32_t>(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___m_hash1_7)); }
inline HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * get_m_hash1_7() const { return ___m_hash1_7; }
inline HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA ** get_address_of_m_hash1_7() { return &___m_hash1_7; }
inline void set_m_hash1_7(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * value)
{
___m_hash1_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_hash1_7), (void*)value);
}
inline static int32_t get_offset_of_m_hash2_8() { return static_cast<int32_t>(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___m_hash2_8)); }
inline HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * get_m_hash2_8() const { return ___m_hash2_8; }
inline HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA ** get_address_of_m_hash2_8() { return &___m_hash2_8; }
inline void set_m_hash2_8(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * value)
{
___m_hash2_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_hash2_8), (void*)value);
}
inline static int32_t get_offset_of_m_inner_9() { return static_cast<int32_t>(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___m_inner_9)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_inner_9() const { return ___m_inner_9; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_inner_9() { return &___m_inner_9; }
inline void set_m_inner_9(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___m_inner_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_inner_9), (void*)value);
}
inline static int32_t get_offset_of_m_outer_10() { return static_cast<int32_t>(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___m_outer_10)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_outer_10() const { return ___m_outer_10; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_outer_10() { return &___m_outer_10; }
inline void set_m_outer_10(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___m_outer_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_outer_10), (void*)value);
}
inline static int32_t get_offset_of_m_hashing_11() { return static_cast<int32_t>(offsetof(HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90, ___m_hashing_11)); }
inline bool get_m_hashing_11() const { return ___m_hashing_11; }
inline bool* get_address_of_m_hashing_11() { return &___m_hashing_11; }
inline void set_m_hashing_11(bool value)
{
___m_hashing_11 = value;
}
};
// System.Security.Cryptography.KeyNumber
struct KeyNumber_tAC96A5025049BB56BAD62409AB9E4B3A08C11281
{
public:
// System.Int32 System.Security.Cryptography.KeyNumber::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(KeyNumber_tAC96A5025049BB56BAD62409AB9E4B3A08C11281, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.Cryptography.MACTripleDES
struct MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE : public KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B
{
public:
// System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.MACTripleDES::m_encryptor
RuntimeObject* ___m_encryptor_5;
// System.Security.Cryptography.CryptoStream System.Security.Cryptography.MACTripleDES::_cs
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * ____cs_6;
// System.Security.Cryptography.TailStream System.Security.Cryptography.MACTripleDES::_ts
TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89 * ____ts_7;
// System.Int32 System.Security.Cryptography.MACTripleDES::m_bytesPerBlock
int32_t ___m_bytesPerBlock_9;
// System.Security.Cryptography.TripleDES System.Security.Cryptography.MACTripleDES::des
TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * ___des_10;
public:
inline static int32_t get_offset_of_m_encryptor_5() { return static_cast<int32_t>(offsetof(MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE, ___m_encryptor_5)); }
inline RuntimeObject* get_m_encryptor_5() const { return ___m_encryptor_5; }
inline RuntimeObject** get_address_of_m_encryptor_5() { return &___m_encryptor_5; }
inline void set_m_encryptor_5(RuntimeObject* value)
{
___m_encryptor_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_encryptor_5), (void*)value);
}
inline static int32_t get_offset_of__cs_6() { return static_cast<int32_t>(offsetof(MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE, ____cs_6)); }
inline CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * get__cs_6() const { return ____cs_6; }
inline CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC ** get_address_of__cs_6() { return &____cs_6; }
inline void set__cs_6(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * value)
{
____cs_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____cs_6), (void*)value);
}
inline static int32_t get_offset_of__ts_7() { return static_cast<int32_t>(offsetof(MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE, ____ts_7)); }
inline TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89 * get__ts_7() const { return ____ts_7; }
inline TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89 ** get_address_of__ts_7() { return &____ts_7; }
inline void set__ts_7(TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89 * value)
{
____ts_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____ts_7), (void*)value);
}
inline static int32_t get_offset_of_m_bytesPerBlock_9() { return static_cast<int32_t>(offsetof(MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE, ___m_bytesPerBlock_9)); }
inline int32_t get_m_bytesPerBlock_9() const { return ___m_bytesPerBlock_9; }
inline int32_t* get_address_of_m_bytesPerBlock_9() { return &___m_bytesPerBlock_9; }
inline void set_m_bytesPerBlock_9(int32_t value)
{
___m_bytesPerBlock_9 = value;
}
inline static int32_t get_offset_of_des_10() { return static_cast<int32_t>(offsetof(MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE, ___des_10)); }
inline TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * get_des_10() const { return ___des_10; }
inline TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 ** get_address_of_des_10() { return &___des_10; }
inline void set_des_10(TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * value)
{
___des_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___des_10), (void*)value);
}
};
// System.Security.Cryptography.MD5CryptoServiceProvider
struct MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 : public MD5_tCED753745572EC20FE5D31D15F132736B5343EE6
{
public:
// System.UInt32[] System.Security.Cryptography.MD5CryptoServiceProvider::_H
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ____H_5;
// System.UInt32[] System.Security.Cryptography.MD5CryptoServiceProvider::buff
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___buff_6;
// System.UInt64 System.Security.Cryptography.MD5CryptoServiceProvider::count
uint64_t ___count_7;
// System.Byte[] System.Security.Cryptography.MD5CryptoServiceProvider::_ProcessingBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____ProcessingBuffer_8;
// System.Int32 System.Security.Cryptography.MD5CryptoServiceProvider::_ProcessingBufferCount
int32_t ____ProcessingBufferCount_9;
public:
inline static int32_t get_offset_of__H_5() { return static_cast<int32_t>(offsetof(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42, ____H_5)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get__H_5() const { return ____H_5; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of__H_5() { return &____H_5; }
inline void set__H_5(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
____H_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____H_5), (void*)value);
}
inline static int32_t get_offset_of_buff_6() { return static_cast<int32_t>(offsetof(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42, ___buff_6)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_buff_6() const { return ___buff_6; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_buff_6() { return &___buff_6; }
inline void set_buff_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___buff_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buff_6), (void*)value);
}
inline static int32_t get_offset_of_count_7() { return static_cast<int32_t>(offsetof(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42, ___count_7)); }
inline uint64_t get_count_7() const { return ___count_7; }
inline uint64_t* get_address_of_count_7() { return &___count_7; }
inline void set_count_7(uint64_t value)
{
___count_7 = value;
}
inline static int32_t get_offset_of__ProcessingBuffer_8() { return static_cast<int32_t>(offsetof(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42, ____ProcessingBuffer_8)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__ProcessingBuffer_8() const { return ____ProcessingBuffer_8; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__ProcessingBuffer_8() { return &____ProcessingBuffer_8; }
inline void set__ProcessingBuffer_8(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____ProcessingBuffer_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____ProcessingBuffer_8), (void*)value);
}
inline static int32_t get_offset_of__ProcessingBufferCount_9() { return static_cast<int32_t>(offsetof(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42, ____ProcessingBufferCount_9)); }
inline int32_t get__ProcessingBufferCount_9() const { return ____ProcessingBufferCount_9; }
inline int32_t* get_address_of__ProcessingBufferCount_9() { return &____ProcessingBufferCount_9; }
inline void set__ProcessingBufferCount_9(int32_t value)
{
____ProcessingBufferCount_9 = value;
}
};
struct MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields
{
public:
// System.UInt32[] System.Security.Cryptography.MD5CryptoServiceProvider::K
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___K_10;
public:
inline static int32_t get_offset_of_K_10() { return static_cast<int32_t>(offsetof(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields, ___K_10)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_K_10() const { return ___K_10; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_K_10() { return &___K_10; }
inline void set_K_10(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___K_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___K_10), (void*)value);
}
};
// System.Security.Cryptography.PaddingMode
struct PaddingMode_tA6F228B2795D29C9554F2D6824DB9FF67519A0E0
{
public:
// System.Int32 System.Security.Cryptography.PaddingMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PaddingMode_tA6F228B2795D29C9554F2D6824DB9FF67519A0E0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Security.Cryptography.RIPEMD160Managed
struct RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77 : public RIPEMD160_t5BF1FB38C534BF0083B35AC6880867E11448EFE9
{
public:
// System.Byte[] System.Security.Cryptography.RIPEMD160Managed::_buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buffer_4;
// System.Int64 System.Security.Cryptography.RIPEMD160Managed::_count
int64_t ____count_5;
// System.UInt32[] System.Security.Cryptography.RIPEMD160Managed::_stateMD160
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ____stateMD160_6;
// System.UInt32[] System.Security.Cryptography.RIPEMD160Managed::_blockDWords
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ____blockDWords_7;
public:
inline static int32_t get_offset_of__buffer_4() { return static_cast<int32_t>(offsetof(RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77, ____buffer_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buffer_4() const { return ____buffer_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buffer_4() { return &____buffer_4; }
inline void set__buffer_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____buffer_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____buffer_4), (void*)value);
}
inline static int32_t get_offset_of__count_5() { return static_cast<int32_t>(offsetof(RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77, ____count_5)); }
inline int64_t get__count_5() const { return ____count_5; }
inline int64_t* get_address_of__count_5() { return &____count_5; }
inline void set__count_5(int64_t value)
{
____count_5 = value;
}
inline static int32_t get_offset_of__stateMD160_6() { return static_cast<int32_t>(offsetof(RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77, ____stateMD160_6)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get__stateMD160_6() const { return ____stateMD160_6; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of__stateMD160_6() { return &____stateMD160_6; }
inline void set__stateMD160_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
____stateMD160_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stateMD160_6), (void*)value);
}
inline static int32_t get_offset_of__blockDWords_7() { return static_cast<int32_t>(offsetof(RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77, ____blockDWords_7)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get__blockDWords_7() const { return ____blockDWords_7; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of__blockDWords_7() { return &____blockDWords_7; }
inline void set__blockDWords_7(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
____blockDWords_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____blockDWords_7), (void*)value);
}
};
// System.Security.Cryptography.RNGCryptoServiceProvider
struct RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1 : public RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2
{
public:
// System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::_handle
intptr_t ____handle_1;
public:
inline static int32_t get_offset_of__handle_1() { return static_cast<int32_t>(offsetof(RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1, ____handle_1)); }
inline intptr_t get__handle_1() const { return ____handle_1; }
inline intptr_t* get_address_of__handle_1() { return &____handle_1; }
inline void set__handle_1(intptr_t value)
{
____handle_1 = value;
}
};
struct RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_StaticFields
{
public:
// System.Object System.Security.Cryptography.RNGCryptoServiceProvider::_lock
RuntimeObject * ____lock_0;
public:
inline static int32_t get_offset_of__lock_0() { return static_cast<int32_t>(offsetof(RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_StaticFields, ____lock_0)); }
inline RuntimeObject * get__lock_0() const { return ____lock_0; }
inline RuntimeObject ** get_address_of__lock_0() { return &____lock_0; }
inline void set__lock_0(RuntimeObject * value)
{
____lock_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____lock_0), (void*)value);
}
};
// System.Security.Cryptography.RSAPKCS1SHA1SignatureDescription
struct RSAPKCS1SHA1SignatureDescription_tED5464E2310FB099A9E4CA33E856E6660B8187C2 : public RSAPKCS1SignatureDescription_t95C0FD8B4EB0A88AC87E97E237FFB77C683D4619
{
public:
public:
};
// System.Security.Cryptography.RSAPKCS1SHA256SignatureDescription
struct RSAPKCS1SHA256SignatureDescription_t3A450D8CA6745B32DA9FE5C9E503CFFED71C02F4 : public RSAPKCS1SignatureDescription_t95C0FD8B4EB0A88AC87E97E237FFB77C683D4619
{
public:
public:
};
// System.Security.Cryptography.RSAPKCS1SHA384SignatureDescription
struct RSAPKCS1SHA384SignatureDescription_t623F93C7BDFA2260275B0262C075C93541F2CC01 : public RSAPKCS1SignatureDescription_t95C0FD8B4EB0A88AC87E97E237FFB77C683D4619
{
public:
public:
};
// System.Security.Cryptography.RSAPKCS1SHA512SignatureDescription
struct RSAPKCS1SHA512SignatureDescription_t12BD99F575828992ACC6A9937F9B5008C2F6F03E : public RSAPKCS1SignatureDescription_t95C0FD8B4EB0A88AC87E97E237FFB77C683D4619
{
public:
public:
};
// System.Security.Cryptography.SHA1CryptoServiceProvider
struct SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D : public SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA
{
public:
// System.Security.Cryptography.SHA1Internal System.Security.Cryptography.SHA1CryptoServiceProvider::sha
SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 * ___sha_4;
public:
inline static int32_t get_offset_of_sha_4() { return static_cast<int32_t>(offsetof(SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D, ___sha_4)); }
inline SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 * get_sha_4() const { return ___sha_4; }
inline SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 ** get_address_of_sha_4() { return &___sha_4; }
inline void set_sha_4(SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 * value)
{
___sha_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sha_4), (void*)value);
}
};
// System.Security.Cryptography.SHA1Managed
struct SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D : public SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA
{
public:
// System.Byte[] System.Security.Cryptography.SHA1Managed::_buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buffer_4;
// System.Int64 System.Security.Cryptography.SHA1Managed::_count
int64_t ____count_5;
// System.UInt32[] System.Security.Cryptography.SHA1Managed::_stateSHA1
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ____stateSHA1_6;
// System.UInt32[] System.Security.Cryptography.SHA1Managed::_expandedBuffer
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ____expandedBuffer_7;
public:
inline static int32_t get_offset_of__buffer_4() { return static_cast<int32_t>(offsetof(SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D, ____buffer_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buffer_4() const { return ____buffer_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buffer_4() { return &____buffer_4; }
inline void set__buffer_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____buffer_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____buffer_4), (void*)value);
}
inline static int32_t get_offset_of__count_5() { return static_cast<int32_t>(offsetof(SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D, ____count_5)); }
inline int64_t get__count_5() const { return ____count_5; }
inline int64_t* get_address_of__count_5() { return &____count_5; }
inline void set__count_5(int64_t value)
{
____count_5 = value;
}
inline static int32_t get_offset_of__stateSHA1_6() { return static_cast<int32_t>(offsetof(SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D, ____stateSHA1_6)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get__stateSHA1_6() const { return ____stateSHA1_6; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of__stateSHA1_6() { return &____stateSHA1_6; }
inline void set__stateSHA1_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
____stateSHA1_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stateSHA1_6), (void*)value);
}
inline static int32_t get_offset_of__expandedBuffer_7() { return static_cast<int32_t>(offsetof(SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D, ____expandedBuffer_7)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get__expandedBuffer_7() const { return ____expandedBuffer_7; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of__expandedBuffer_7() { return &____expandedBuffer_7; }
inline void set__expandedBuffer_7(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
____expandedBuffer_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____expandedBuffer_7), (void*)value);
}
};
// System.Security.Cryptography.SHA256Managed
struct SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2 : public SHA256_tF15350D910DF8AC1E6ADDBA904218F95554711BD
{
public:
// System.Byte[] System.Security.Cryptography.SHA256Managed::_buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buffer_4;
// System.Int64 System.Security.Cryptography.SHA256Managed::_count
int64_t ____count_5;
// System.UInt32[] System.Security.Cryptography.SHA256Managed::_stateSHA256
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ____stateSHA256_6;
// System.UInt32[] System.Security.Cryptography.SHA256Managed::_W
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ____W_7;
public:
inline static int32_t get_offset_of__buffer_4() { return static_cast<int32_t>(offsetof(SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2, ____buffer_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buffer_4() const { return ____buffer_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buffer_4() { return &____buffer_4; }
inline void set__buffer_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____buffer_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____buffer_4), (void*)value);
}
inline static int32_t get_offset_of__count_5() { return static_cast<int32_t>(offsetof(SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2, ____count_5)); }
inline int64_t get__count_5() const { return ____count_5; }
inline int64_t* get_address_of__count_5() { return &____count_5; }
inline void set__count_5(int64_t value)
{
____count_5 = value;
}
inline static int32_t get_offset_of__stateSHA256_6() { return static_cast<int32_t>(offsetof(SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2, ____stateSHA256_6)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get__stateSHA256_6() const { return ____stateSHA256_6; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of__stateSHA256_6() { return &____stateSHA256_6; }
inline void set__stateSHA256_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
____stateSHA256_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stateSHA256_6), (void*)value);
}
inline static int32_t get_offset_of__W_7() { return static_cast<int32_t>(offsetof(SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2, ____W_7)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get__W_7() const { return ____W_7; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of__W_7() { return &____W_7; }
inline void set__W_7(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
____W_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____W_7), (void*)value);
}
};
struct SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2_StaticFields
{
public:
// System.UInt32[] System.Security.Cryptography.SHA256Managed::_K
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ____K_8;
public:
inline static int32_t get_offset_of__K_8() { return static_cast<int32_t>(offsetof(SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2_StaticFields, ____K_8)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get__K_8() const { return ____K_8; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of__K_8() { return &____K_8; }
inline void set__K_8(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
____K_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____K_8), (void*)value);
}
};
// System.Security.Cryptography.SHA384Managed
struct SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160 : public SHA384_t73C69FA7FB10EF83355734BE635F079515FF5D37
{
public:
// System.Byte[] System.Security.Cryptography.SHA384Managed::_buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buffer_4;
// System.UInt64 System.Security.Cryptography.SHA384Managed::_count
uint64_t ____count_5;
// System.UInt64[] System.Security.Cryptography.SHA384Managed::_stateSHA384
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* ____stateSHA384_6;
// System.UInt64[] System.Security.Cryptography.SHA384Managed::_W
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* ____W_7;
public:
inline static int32_t get_offset_of__buffer_4() { return static_cast<int32_t>(offsetof(SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160, ____buffer_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buffer_4() const { return ____buffer_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buffer_4() { return &____buffer_4; }
inline void set__buffer_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____buffer_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____buffer_4), (void*)value);
}
inline static int32_t get_offset_of__count_5() { return static_cast<int32_t>(offsetof(SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160, ____count_5)); }
inline uint64_t get__count_5() const { return ____count_5; }
inline uint64_t* get_address_of__count_5() { return &____count_5; }
inline void set__count_5(uint64_t value)
{
____count_5 = value;
}
inline static int32_t get_offset_of__stateSHA384_6() { return static_cast<int32_t>(offsetof(SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160, ____stateSHA384_6)); }
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* get__stateSHA384_6() const { return ____stateSHA384_6; }
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4** get_address_of__stateSHA384_6() { return &____stateSHA384_6; }
inline void set__stateSHA384_6(UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* value)
{
____stateSHA384_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stateSHA384_6), (void*)value);
}
inline static int32_t get_offset_of__W_7() { return static_cast<int32_t>(offsetof(SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160, ____W_7)); }
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* get__W_7() const { return ____W_7; }
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4** get_address_of__W_7() { return &____W_7; }
inline void set__W_7(UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* value)
{
____W_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____W_7), (void*)value);
}
};
struct SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160_StaticFields
{
public:
// System.UInt64[] System.Security.Cryptography.SHA384Managed::_K
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* ____K_8;
public:
inline static int32_t get_offset_of__K_8() { return static_cast<int32_t>(offsetof(SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160_StaticFields, ____K_8)); }
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* get__K_8() const { return ____K_8; }
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4** get_address_of__K_8() { return &____K_8; }
inline void set__K_8(UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* value)
{
____K_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____K_8), (void*)value);
}
};
// System.Security.Cryptography.SHA512Managed
struct SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2 : public SHA512_tA4117C79CCB7ECF8AC39BDBE41A0D0294E9D6936
{
public:
// System.Byte[] System.Security.Cryptography.SHA512Managed::_buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buffer_4;
// System.UInt64 System.Security.Cryptography.SHA512Managed::_count
uint64_t ____count_5;
// System.UInt64[] System.Security.Cryptography.SHA512Managed::_stateSHA512
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* ____stateSHA512_6;
// System.UInt64[] System.Security.Cryptography.SHA512Managed::_W
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* ____W_7;
public:
inline static int32_t get_offset_of__buffer_4() { return static_cast<int32_t>(offsetof(SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2, ____buffer_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buffer_4() const { return ____buffer_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buffer_4() { return &____buffer_4; }
inline void set__buffer_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____buffer_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____buffer_4), (void*)value);
}
inline static int32_t get_offset_of__count_5() { return static_cast<int32_t>(offsetof(SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2, ____count_5)); }
inline uint64_t get__count_5() const { return ____count_5; }
inline uint64_t* get_address_of__count_5() { return &____count_5; }
inline void set__count_5(uint64_t value)
{
____count_5 = value;
}
inline static int32_t get_offset_of__stateSHA512_6() { return static_cast<int32_t>(offsetof(SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2, ____stateSHA512_6)); }
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* get__stateSHA512_6() const { return ____stateSHA512_6; }
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4** get_address_of__stateSHA512_6() { return &____stateSHA512_6; }
inline void set__stateSHA512_6(UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* value)
{
____stateSHA512_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stateSHA512_6), (void*)value);
}
inline static int32_t get_offset_of__W_7() { return static_cast<int32_t>(offsetof(SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2, ____W_7)); }
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* get__W_7() const { return ____W_7; }
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4** get_address_of__W_7() { return &____W_7; }
inline void set__W_7(UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* value)
{
____W_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____W_7), (void*)value);
}
};
struct SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2_StaticFields
{
public:
// System.UInt64[] System.Security.Cryptography.SHA512Managed::_K
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* ____K_8;
public:
inline static int32_t get_offset_of__K_8() { return static_cast<int32_t>(offsetof(SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2_StaticFields, ____K_8)); }
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* get__K_8() const { return ____K_8; }
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4** get_address_of__K_8() { return &____K_8; }
inline void set__K_8(UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* value)
{
____K_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____K_8), (void*)value);
}
};
// System.Security.Cryptography.TailStream
struct TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
{
public:
// System.Byte[] System.Security.Cryptography.TailStream::_Buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____Buffer_4;
// System.Int32 System.Security.Cryptography.TailStream::_BufferSize
int32_t ____BufferSize_5;
// System.Int32 System.Security.Cryptography.TailStream::_BufferIndex
int32_t ____BufferIndex_6;
// System.Boolean System.Security.Cryptography.TailStream::_BufferFull
bool ____BufferFull_7;
public:
inline static int32_t get_offset_of__Buffer_4() { return static_cast<int32_t>(offsetof(TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89, ____Buffer_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__Buffer_4() const { return ____Buffer_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__Buffer_4() { return &____Buffer_4; }
inline void set__Buffer_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____Buffer_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____Buffer_4), (void*)value);
}
inline static int32_t get_offset_of__BufferSize_5() { return static_cast<int32_t>(offsetof(TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89, ____BufferSize_5)); }
inline int32_t get__BufferSize_5() const { return ____BufferSize_5; }
inline int32_t* get_address_of__BufferSize_5() { return &____BufferSize_5; }
inline void set__BufferSize_5(int32_t value)
{
____BufferSize_5 = value;
}
inline static int32_t get_offset_of__BufferIndex_6() { return static_cast<int32_t>(offsetof(TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89, ____BufferIndex_6)); }
inline int32_t get__BufferIndex_6() const { return ____BufferIndex_6; }
inline int32_t* get_address_of__BufferIndex_6() { return &____BufferIndex_6; }
inline void set__BufferIndex_6(int32_t value)
{
____BufferIndex_6 = value;
}
inline static int32_t get_offset_of__BufferFull_7() { return static_cast<int32_t>(offsetof(TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89, ____BufferFull_7)); }
inline bool get__BufferFull_7() const { return ____BufferFull_7; }
inline bool* get_address_of__BufferFull_7() { return &____BufferFull_7; }
inline void set__BufferFull_7(bool value)
{
____BufferFull_7 = value;
}
};
// System.Security.Cryptography.X509Certificates.OidGroup
struct OidGroup_t0A45655E8D1AB87306F19A918E98DE4D61E86BF7
{
public:
// System.Int32 System.Security.Cryptography.X509Certificates.OidGroup::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(OidGroup_t0A45655E8D1AB87306F19A918E98DE4D61E86BF7, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Threading.SemaphoreSlim
struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 : public RuntimeObject
{
public:
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SemaphoreSlim::m_currentCount
int32_t ___m_currentCount_0;
// System.Int32 System.Threading.SemaphoreSlim::m_maxCount
int32_t ___m_maxCount_1;
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SemaphoreSlim::m_waitCount
int32_t ___m_waitCount_2;
// System.Object System.Threading.SemaphoreSlim::m_lockObj
RuntimeObject * ___m_lockObj_3;
// System.Threading.ManualResetEvent modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SemaphoreSlim::m_waitHandle
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___m_waitHandle_4;
// System.Threading.SemaphoreSlim_TaskNode System.Threading.SemaphoreSlim::m_asyncHead
TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * ___m_asyncHead_5;
// System.Threading.SemaphoreSlim_TaskNode System.Threading.SemaphoreSlim::m_asyncTail
TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * ___m_asyncTail_6;
public:
inline static int32_t get_offset_of_m_currentCount_0() { return static_cast<int32_t>(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___m_currentCount_0)); }
inline int32_t get_m_currentCount_0() const { return ___m_currentCount_0; }
inline int32_t* get_address_of_m_currentCount_0() { return &___m_currentCount_0; }
inline void set_m_currentCount_0(int32_t value)
{
___m_currentCount_0 = value;
}
inline static int32_t get_offset_of_m_maxCount_1() { return static_cast<int32_t>(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___m_maxCount_1)); }
inline int32_t get_m_maxCount_1() const { return ___m_maxCount_1; }
inline int32_t* get_address_of_m_maxCount_1() { return &___m_maxCount_1; }
inline void set_m_maxCount_1(int32_t value)
{
___m_maxCount_1 = value;
}
inline static int32_t get_offset_of_m_waitCount_2() { return static_cast<int32_t>(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___m_waitCount_2)); }
inline int32_t get_m_waitCount_2() const { return ___m_waitCount_2; }
inline int32_t* get_address_of_m_waitCount_2() { return &___m_waitCount_2; }
inline void set_m_waitCount_2(int32_t value)
{
___m_waitCount_2 = value;
}
inline static int32_t get_offset_of_m_lockObj_3() { return static_cast<int32_t>(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___m_lockObj_3)); }
inline RuntimeObject * get_m_lockObj_3() const { return ___m_lockObj_3; }
inline RuntimeObject ** get_address_of_m_lockObj_3() { return &___m_lockObj_3; }
inline void set_m_lockObj_3(RuntimeObject * value)
{
___m_lockObj_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_lockObj_3), (void*)value);
}
inline static int32_t get_offset_of_m_waitHandle_4() { return static_cast<int32_t>(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___m_waitHandle_4)); }
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_m_waitHandle_4() const { return ___m_waitHandle_4; }
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_m_waitHandle_4() { return &___m_waitHandle_4; }
inline void set_m_waitHandle_4(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value)
{
___m_waitHandle_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_waitHandle_4), (void*)value);
}
inline static int32_t get_offset_of_m_asyncHead_5() { return static_cast<int32_t>(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___m_asyncHead_5)); }
inline TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * get_m_asyncHead_5() const { return ___m_asyncHead_5; }
inline TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D ** get_address_of_m_asyncHead_5() { return &___m_asyncHead_5; }
inline void set_m_asyncHead_5(TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * value)
{
___m_asyncHead_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_asyncHead_5), (void*)value);
}
inline static int32_t get_offset_of_m_asyncTail_6() { return static_cast<int32_t>(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___m_asyncTail_6)); }
inline TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * get_m_asyncTail_6() const { return ___m_asyncTail_6; }
inline TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D ** get_address_of_m_asyncTail_6() { return &___m_asyncTail_6; }
inline void set_m_asyncTail_6(TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * value)
{
___m_asyncTail_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_asyncTail_6), (void*)value);
}
};
struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_StaticFields
{
public:
// System.Threading.Tasks.Task`1<System.Boolean> System.Threading.SemaphoreSlim::s_trueTask
Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * ___s_trueTask_7;
// System.Action`1<System.Object> System.Threading.SemaphoreSlim::s_cancellationTokenCanceledEventHandler
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___s_cancellationTokenCanceledEventHandler_8;
public:
inline static int32_t get_offset_of_s_trueTask_7() { return static_cast<int32_t>(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_StaticFields, ___s_trueTask_7)); }
inline Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * get_s_trueTask_7() const { return ___s_trueTask_7; }
inline Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 ** get_address_of_s_trueTask_7() { return &___s_trueTask_7; }
inline void set_s_trueTask_7(Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * value)
{
___s_trueTask_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_trueTask_7), (void*)value);
}
inline static int32_t get_offset_of_s_cancellationTokenCanceledEventHandler_8() { return static_cast<int32_t>(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_StaticFields, ___s_cancellationTokenCanceledEventHandler_8)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_s_cancellationTokenCanceledEventHandler_8() const { return ___s_cancellationTokenCanceledEventHandler_8; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_s_cancellationTokenCanceledEventHandler_8() { return &___s_cancellationTokenCanceledEventHandler_8; }
inline void set_s_cancellationTokenCanceledEventHandler_8(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
___s_cancellationTokenCanceledEventHandler_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_cancellationTokenCanceledEventHandler_8), (void*)value);
}
};
// System.Threading.Tasks.Task
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 : public RuntimeObject
{
public:
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId
int32_t ___m_taskId_4;
// System.Object System.Threading.Tasks.Task::m_action
RuntimeObject * ___m_action_5;
// System.Object System.Threading.Tasks.Task::m_stateObject
RuntimeObject * ___m_stateObject_6;
// System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler
TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___m_taskScheduler_7;
// System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_parent_8;
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags
int32_t ___m_stateFlags_9;
// System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject
RuntimeObject * ___m_continuationObject_10;
// System.Threading.Tasks.Task_ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties
ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * ___m_contingentProperties_15;
public:
inline static int32_t get_offset_of_m_taskId_4() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_taskId_4)); }
inline int32_t get_m_taskId_4() const { return ___m_taskId_4; }
inline int32_t* get_address_of_m_taskId_4() { return &___m_taskId_4; }
inline void set_m_taskId_4(int32_t value)
{
___m_taskId_4 = value;
}
inline static int32_t get_offset_of_m_action_5() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_action_5)); }
inline RuntimeObject * get_m_action_5() const { return ___m_action_5; }
inline RuntimeObject ** get_address_of_m_action_5() { return &___m_action_5; }
inline void set_m_action_5(RuntimeObject * value)
{
___m_action_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_action_5), (void*)value);
}
inline static int32_t get_offset_of_m_stateObject_6() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_stateObject_6)); }
inline RuntimeObject * get_m_stateObject_6() const { return ___m_stateObject_6; }
inline RuntimeObject ** get_address_of_m_stateObject_6() { return &___m_stateObject_6; }
inline void set_m_stateObject_6(RuntimeObject * value)
{
___m_stateObject_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_stateObject_6), (void*)value);
}
inline static int32_t get_offset_of_m_taskScheduler_7() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_taskScheduler_7)); }
inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * get_m_taskScheduler_7() const { return ___m_taskScheduler_7; }
inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 ** get_address_of_m_taskScheduler_7() { return &___m_taskScheduler_7; }
inline void set_m_taskScheduler_7(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * value)
{
___m_taskScheduler_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_taskScheduler_7), (void*)value);
}
inline static int32_t get_offset_of_m_parent_8() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_parent_8)); }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_m_parent_8() const { return ___m_parent_8; }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_m_parent_8() { return &___m_parent_8; }
inline void set_m_parent_8(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
{
___m_parent_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_parent_8), (void*)value);
}
inline static int32_t get_offset_of_m_stateFlags_9() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_stateFlags_9)); }
inline int32_t get_m_stateFlags_9() const { return ___m_stateFlags_9; }
inline int32_t* get_address_of_m_stateFlags_9() { return &___m_stateFlags_9; }
inline void set_m_stateFlags_9(int32_t value)
{
___m_stateFlags_9 = value;
}
inline static int32_t get_offset_of_m_continuationObject_10() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_continuationObject_10)); }
inline RuntimeObject * get_m_continuationObject_10() const { return ___m_continuationObject_10; }
inline RuntimeObject ** get_address_of_m_continuationObject_10() { return &___m_continuationObject_10; }
inline void set_m_continuationObject_10(RuntimeObject * value)
{
___m_continuationObject_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_continuationObject_10), (void*)value);
}
inline static int32_t get_offset_of_m_contingentProperties_15() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_contingentProperties_15)); }
inline ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * get_m_contingentProperties_15() const { return ___m_contingentProperties_15; }
inline ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 ** get_address_of_m_contingentProperties_15() { return &___m_contingentProperties_15; }
inline void set_m_contingentProperties_15(ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * value)
{
___m_contingentProperties_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_contingentProperties_15), (void*)value);
}
};
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields
{
public:
// System.Int32 System.Threading.Tasks.Task::s_taskIdCounter
int32_t ___s_taskIdCounter_2;
// System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::s_factory
TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * ___s_factory_3;
// System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel
RuntimeObject * ___s_taskCompletionSentinel_11;
// System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled
bool ___s_asyncDebuggingEnabled_12;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task> System.Threading.Tasks.Task::s_currentActiveTasks
Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * ___s_currentActiveTasks_13;
// System.Object System.Threading.Tasks.Task::s_activeTasksLock
RuntimeObject * ___s_activeTasksLock_14;
// System.Action`1<System.Object> System.Threading.Tasks.Task::s_taskCancelCallback
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___s_taskCancelCallback_16;
// System.Func`1<System.Threading.Tasks.Task_ContingentProperties> System.Threading.Tasks.Task::s_createContingentProperties
Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * ___s_createContingentProperties_17;
// System.Threading.Tasks.Task System.Threading.Tasks.Task::s_completedTask
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___s_completedTask_18;
// System.Predicate`1<System.Threading.Tasks.Task> System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate
Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * ___s_IsExceptionObservedByParentPredicate_19;
// System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback
ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___s_ecCallback_20;
// System.Predicate`1<System.Object> System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate
Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * ___s_IsTaskContinuationNullPredicate_21;
public:
inline static int32_t get_offset_of_s_taskIdCounter_2() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_taskIdCounter_2)); }
inline int32_t get_s_taskIdCounter_2() const { return ___s_taskIdCounter_2; }
inline int32_t* get_address_of_s_taskIdCounter_2() { return &___s_taskIdCounter_2; }
inline void set_s_taskIdCounter_2(int32_t value)
{
___s_taskIdCounter_2 = value;
}
inline static int32_t get_offset_of_s_factory_3() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_factory_3)); }
inline TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * get_s_factory_3() const { return ___s_factory_3; }
inline TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 ** get_address_of_s_factory_3() { return &___s_factory_3; }
inline void set_s_factory_3(TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * value)
{
___s_factory_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_factory_3), (void*)value);
}
inline static int32_t get_offset_of_s_taskCompletionSentinel_11() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_taskCompletionSentinel_11)); }
inline RuntimeObject * get_s_taskCompletionSentinel_11() const { return ___s_taskCompletionSentinel_11; }
inline RuntimeObject ** get_address_of_s_taskCompletionSentinel_11() { return &___s_taskCompletionSentinel_11; }
inline void set_s_taskCompletionSentinel_11(RuntimeObject * value)
{
___s_taskCompletionSentinel_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_taskCompletionSentinel_11), (void*)value);
}
inline static int32_t get_offset_of_s_asyncDebuggingEnabled_12() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_asyncDebuggingEnabled_12)); }
inline bool get_s_asyncDebuggingEnabled_12() const { return ___s_asyncDebuggingEnabled_12; }
inline bool* get_address_of_s_asyncDebuggingEnabled_12() { return &___s_asyncDebuggingEnabled_12; }
inline void set_s_asyncDebuggingEnabled_12(bool value)
{
___s_asyncDebuggingEnabled_12 = value;
}
inline static int32_t get_offset_of_s_currentActiveTasks_13() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_currentActiveTasks_13)); }
inline Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * get_s_currentActiveTasks_13() const { return ___s_currentActiveTasks_13; }
inline Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F ** get_address_of_s_currentActiveTasks_13() { return &___s_currentActiveTasks_13; }
inline void set_s_currentActiveTasks_13(Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * value)
{
___s_currentActiveTasks_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_currentActiveTasks_13), (void*)value);
}
inline static int32_t get_offset_of_s_activeTasksLock_14() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_activeTasksLock_14)); }
inline RuntimeObject * get_s_activeTasksLock_14() const { return ___s_activeTasksLock_14; }
inline RuntimeObject ** get_address_of_s_activeTasksLock_14() { return &___s_activeTasksLock_14; }
inline void set_s_activeTasksLock_14(RuntimeObject * value)
{
___s_activeTasksLock_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_activeTasksLock_14), (void*)value);
}
inline static int32_t get_offset_of_s_taskCancelCallback_16() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_taskCancelCallback_16)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_s_taskCancelCallback_16() const { return ___s_taskCancelCallback_16; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_s_taskCancelCallback_16() { return &___s_taskCancelCallback_16; }
inline void set_s_taskCancelCallback_16(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
___s_taskCancelCallback_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_taskCancelCallback_16), (void*)value);
}
inline static int32_t get_offset_of_s_createContingentProperties_17() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_createContingentProperties_17)); }
inline Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * get_s_createContingentProperties_17() const { return ___s_createContingentProperties_17; }
inline Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F ** get_address_of_s_createContingentProperties_17() { return &___s_createContingentProperties_17; }
inline void set_s_createContingentProperties_17(Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * value)
{
___s_createContingentProperties_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_createContingentProperties_17), (void*)value);
}
inline static int32_t get_offset_of_s_completedTask_18() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_completedTask_18)); }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_s_completedTask_18() const { return ___s_completedTask_18; }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_s_completedTask_18() { return &___s_completedTask_18; }
inline void set_s_completedTask_18(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
{
___s_completedTask_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_completedTask_18), (void*)value);
}
inline static int32_t get_offset_of_s_IsExceptionObservedByParentPredicate_19() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_IsExceptionObservedByParentPredicate_19)); }
inline Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * get_s_IsExceptionObservedByParentPredicate_19() const { return ___s_IsExceptionObservedByParentPredicate_19; }
inline Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 ** get_address_of_s_IsExceptionObservedByParentPredicate_19() { return &___s_IsExceptionObservedByParentPredicate_19; }
inline void set_s_IsExceptionObservedByParentPredicate_19(Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * value)
{
___s_IsExceptionObservedByParentPredicate_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_IsExceptionObservedByParentPredicate_19), (void*)value);
}
inline static int32_t get_offset_of_s_ecCallback_20() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_ecCallback_20)); }
inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * get_s_ecCallback_20() const { return ___s_ecCallback_20; }
inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 ** get_address_of_s_ecCallback_20() { return &___s_ecCallback_20; }
inline void set_s_ecCallback_20(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * value)
{
___s_ecCallback_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_ecCallback_20), (void*)value);
}
inline static int32_t get_offset_of_s_IsTaskContinuationNullPredicate_21() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_IsTaskContinuationNullPredicate_21)); }
inline Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * get_s_IsTaskContinuationNullPredicate_21() const { return ___s_IsTaskContinuationNullPredicate_21; }
inline Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 ** get_address_of_s_IsTaskContinuationNullPredicate_21() { return &___s_IsTaskContinuationNullPredicate_21; }
inline void set_s_IsTaskContinuationNullPredicate_21(Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * value)
{
___s_IsTaskContinuationNullPredicate_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_IsTaskContinuationNullPredicate_21), (void*)value);
}
};
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields
{
public:
// System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___t_currentTask_0;
// System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard
StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * ___t_stackGuard_1;
public:
inline static int32_t get_offset_of_t_currentTask_0() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields, ___t_currentTask_0)); }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_t_currentTask_0() const { return ___t_currentTask_0; }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_t_currentTask_0() { return &___t_currentTask_0; }
inline void set_t_currentTask_0(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
{
___t_currentTask_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___t_currentTask_0), (void*)value);
}
inline static int32_t get_offset_of_t_stackGuard_1() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields, ___t_stackGuard_1)); }
inline StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * get_t_stackGuard_1() const { return ___t_stackGuard_1; }
inline StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 ** get_address_of_t_stackGuard_1() { return &___t_stackGuard_1; }
inline void set_t_stackGuard_1(StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * value)
{
___t_stackGuard_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___t_stackGuard_1), (void*)value);
}
};
// Mono.Security.Cryptography.SymmetricTransform
struct SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 : public RuntimeObject
{
public:
// System.Security.Cryptography.SymmetricAlgorithm Mono.Security.Cryptography.SymmetricTransform::algo
SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * ___algo_0;
// System.Boolean Mono.Security.Cryptography.SymmetricTransform::encrypt
bool ___encrypt_1;
// System.Int32 Mono.Security.Cryptography.SymmetricTransform::BlockSizeByte
int32_t ___BlockSizeByte_2;
// System.Byte[] Mono.Security.Cryptography.SymmetricTransform::temp
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___temp_3;
// System.Byte[] Mono.Security.Cryptography.SymmetricTransform::temp2
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___temp2_4;
// System.Byte[] Mono.Security.Cryptography.SymmetricTransform::workBuff
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___workBuff_5;
// System.Byte[] Mono.Security.Cryptography.SymmetricTransform::workout
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___workout_6;
// System.Security.Cryptography.PaddingMode Mono.Security.Cryptography.SymmetricTransform::padmode
int32_t ___padmode_7;
// System.Int32 Mono.Security.Cryptography.SymmetricTransform::FeedBackByte
int32_t ___FeedBackByte_8;
// System.Boolean Mono.Security.Cryptography.SymmetricTransform::m_disposed
bool ___m_disposed_9;
// System.Boolean Mono.Security.Cryptography.SymmetricTransform::lastBlock
bool ___lastBlock_10;
// System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.SymmetricTransform::_rng
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ____rng_11;
public:
inline static int32_t get_offset_of_algo_0() { return static_cast<int32_t>(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___algo_0)); }
inline SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * get_algo_0() const { return ___algo_0; }
inline SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 ** get_address_of_algo_0() { return &___algo_0; }
inline void set_algo_0(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * value)
{
___algo_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___algo_0), (void*)value);
}
inline static int32_t get_offset_of_encrypt_1() { return static_cast<int32_t>(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___encrypt_1)); }
inline bool get_encrypt_1() const { return ___encrypt_1; }
inline bool* get_address_of_encrypt_1() { return &___encrypt_1; }
inline void set_encrypt_1(bool value)
{
___encrypt_1 = value;
}
inline static int32_t get_offset_of_BlockSizeByte_2() { return static_cast<int32_t>(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___BlockSizeByte_2)); }
inline int32_t get_BlockSizeByte_2() const { return ___BlockSizeByte_2; }
inline int32_t* get_address_of_BlockSizeByte_2() { return &___BlockSizeByte_2; }
inline void set_BlockSizeByte_2(int32_t value)
{
___BlockSizeByte_2 = value;
}
inline static int32_t get_offset_of_temp_3() { return static_cast<int32_t>(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___temp_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_temp_3() const { return ___temp_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_temp_3() { return &___temp_3; }
inline void set_temp_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___temp_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___temp_3), (void*)value);
}
inline static int32_t get_offset_of_temp2_4() { return static_cast<int32_t>(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___temp2_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_temp2_4() const { return ___temp2_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_temp2_4() { return &___temp2_4; }
inline void set_temp2_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___temp2_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___temp2_4), (void*)value);
}
inline static int32_t get_offset_of_workBuff_5() { return static_cast<int32_t>(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___workBuff_5)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_workBuff_5() const { return ___workBuff_5; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_workBuff_5() { return &___workBuff_5; }
inline void set_workBuff_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___workBuff_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___workBuff_5), (void*)value);
}
inline static int32_t get_offset_of_workout_6() { return static_cast<int32_t>(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___workout_6)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_workout_6() const { return ___workout_6; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_workout_6() { return &___workout_6; }
inline void set_workout_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___workout_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___workout_6), (void*)value);
}
inline static int32_t get_offset_of_padmode_7() { return static_cast<int32_t>(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___padmode_7)); }
inline int32_t get_padmode_7() const { return ___padmode_7; }
inline int32_t* get_address_of_padmode_7() { return &___padmode_7; }
inline void set_padmode_7(int32_t value)
{
___padmode_7 = value;
}
inline static int32_t get_offset_of_FeedBackByte_8() { return static_cast<int32_t>(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___FeedBackByte_8)); }
inline int32_t get_FeedBackByte_8() const { return ___FeedBackByte_8; }
inline int32_t* get_address_of_FeedBackByte_8() { return &___FeedBackByte_8; }
inline void set_FeedBackByte_8(int32_t value)
{
___FeedBackByte_8 = value;
}
inline static int32_t get_offset_of_m_disposed_9() { return static_cast<int32_t>(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___m_disposed_9)); }
inline bool get_m_disposed_9() const { return ___m_disposed_9; }
inline bool* get_address_of_m_disposed_9() { return &___m_disposed_9; }
inline void set_m_disposed_9(bool value)
{
___m_disposed_9 = value;
}
inline static int32_t get_offset_of_lastBlock_10() { return static_cast<int32_t>(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ___lastBlock_10)); }
inline bool get_lastBlock_10() const { return ___lastBlock_10; }
inline bool* get_address_of_lastBlock_10() { return &___lastBlock_10; }
inline void set_lastBlock_10(bool value)
{
___lastBlock_10 = value;
}
inline static int32_t get_offset_of__rng_11() { return static_cast<int32_t>(offsetof(SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750, ____rng_11)); }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get__rng_11() const { return ____rng_11; }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of__rng_11() { return &____rng_11; }
inline void set__rng_11(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value)
{
____rng_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rng_11), (void*)value);
}
};
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
public:
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
public:
inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; }
inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value)
{
___delegates_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_11;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_11;
};
// System.OperatingSystem
struct OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 : public RuntimeObject
{
public:
// System.PlatformID System.OperatingSystem::_platform
int32_t ____platform_0;
// System.Version System.OperatingSystem::_version
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ____version_1;
// System.String System.OperatingSystem::_servicePack
String_t* ____servicePack_2;
public:
inline static int32_t get_offset_of__platform_0() { return static_cast<int32_t>(offsetof(OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83, ____platform_0)); }
inline int32_t get__platform_0() const { return ____platform_0; }
inline int32_t* get_address_of__platform_0() { return &____platform_0; }
inline void set__platform_0(int32_t value)
{
____platform_0 = value;
}
inline static int32_t get_offset_of__version_1() { return static_cast<int32_t>(offsetof(OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83, ____version_1)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get__version_1() const { return ____version_1; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of__version_1() { return &____version_1; }
inline void set__version_1(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
____version_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____version_1), (void*)value);
}
inline static int32_t get_offset_of__servicePack_2() { return static_cast<int32_t>(offsetof(OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83, ____servicePack_2)); }
inline String_t* get__servicePack_2() const { return ____servicePack_2; }
inline String_t** get_address_of__servicePack_2() { return &____servicePack_2; }
inline void set__servicePack_2(String_t* value)
{
____servicePack_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____servicePack_2), (void*)value);
}
};
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder
struct AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487
{
public:
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder::m_builder
AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 ___m_builder_1;
public:
inline static int32_t get_offset_of_m_builder_1() { return static_cast<int32_t>(offsetof(AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487, ___m_builder_1)); }
inline AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 get_m_builder_1() const { return ___m_builder_1; }
inline AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 * get_address_of_m_builder_1() { return &___m_builder_1; }
inline void set_m_builder_1(AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 value)
{
___m_builder_1 = value;
Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___m_builder_1))->___m_task_2), (void*)NULL);
#endif
}
};
struct AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_StaticFields
{
public:
// System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder::s_cachedCompleted
Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * ___s_cachedCompleted_0;
public:
inline static int32_t get_offset_of_s_cachedCompleted_0() { return static_cast<int32_t>(offsetof(AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_StaticFields, ___s_cachedCompleted_0)); }
inline Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * get_s_cachedCompleted_0() const { return ___s_cachedCompleted_0; }
inline Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 ** get_address_of_s_cachedCompleted_0() { return &___s_cachedCompleted_0; }
inline void set_s_cachedCompleted_0(Task_1_t1359D75350E9D976BFA28AD96E417450DE277673 * value)
{
___s_cachedCompleted_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_cachedCompleted_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder
struct AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_marshaled_pinvoke
{
AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 ___m_builder_1;
};
// Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder
struct AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_marshaled_com
{
AsyncTaskMethodBuilder_1_t66ED1808B26B8081A2804D6A750D13386E360BD9 ___m_builder_1;
};
// System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034
{
public:
// System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext
RuntimeObject * ___m_additionalContext_0;
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state
int32_t ___m_state_1;
public:
inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_additionalContext_0)); }
inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; }
inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; }
inline void set_m_additionalContext_0(RuntimeObject * value)
{
___m_additionalContext_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value);
}
inline static int32_t get_offset_of_m_state_1() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_state_1)); }
inline int32_t get_m_state_1() const { return ___m_state_1; }
inline int32_t* get_address_of_m_state_1() { return &___m_state_1; }
inline void set_m_state_1(int32_t value)
{
___m_state_1 = value;
}
};
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// System.Security.AccessControl.CommonSecurityDescriptor
struct CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 : public GenericSecurityDescriptor_t2996F327109B05E79BA8499485EB182A34D376B0
{
public:
// System.Boolean System.Security.AccessControl.CommonSecurityDescriptor::is_container
bool ___is_container_0;
// System.Boolean System.Security.AccessControl.CommonSecurityDescriptor::is_ds
bool ___is_ds_1;
// System.Security.AccessControl.ControlFlags System.Security.AccessControl.CommonSecurityDescriptor::flags
int32_t ___flags_2;
// System.Security.Principal.SecurityIdentifier System.Security.AccessControl.CommonSecurityDescriptor::owner
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___owner_3;
// System.Security.Principal.SecurityIdentifier System.Security.AccessControl.CommonSecurityDescriptor::group
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___group_4;
// System.Security.AccessControl.SystemAcl System.Security.AccessControl.CommonSecurityDescriptor::system_acl
SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * ___system_acl_5;
// System.Security.AccessControl.DiscretionaryAcl System.Security.AccessControl.CommonSecurityDescriptor::discretionary_acl
DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * ___discretionary_acl_6;
public:
inline static int32_t get_offset_of_is_container_0() { return static_cast<int32_t>(offsetof(CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6, ___is_container_0)); }
inline bool get_is_container_0() const { return ___is_container_0; }
inline bool* get_address_of_is_container_0() { return &___is_container_0; }
inline void set_is_container_0(bool value)
{
___is_container_0 = value;
}
inline static int32_t get_offset_of_is_ds_1() { return static_cast<int32_t>(offsetof(CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6, ___is_ds_1)); }
inline bool get_is_ds_1() const { return ___is_ds_1; }
inline bool* get_address_of_is_ds_1() { return &___is_ds_1; }
inline void set_is_ds_1(bool value)
{
___is_ds_1 = value;
}
inline static int32_t get_offset_of_flags_2() { return static_cast<int32_t>(offsetof(CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6, ___flags_2)); }
inline int32_t get_flags_2() const { return ___flags_2; }
inline int32_t* get_address_of_flags_2() { return &___flags_2; }
inline void set_flags_2(int32_t value)
{
___flags_2 = value;
}
inline static int32_t get_offset_of_owner_3() { return static_cast<int32_t>(offsetof(CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6, ___owner_3)); }
inline SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * get_owner_3() const { return ___owner_3; }
inline SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE ** get_address_of_owner_3() { return &___owner_3; }
inline void set_owner_3(SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * value)
{
___owner_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___owner_3), (void*)value);
}
inline static int32_t get_offset_of_group_4() { return static_cast<int32_t>(offsetof(CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6, ___group_4)); }
inline SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * get_group_4() const { return ___group_4; }
inline SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE ** get_address_of_group_4() { return &___group_4; }
inline void set_group_4(SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * value)
{
___group_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___group_4), (void*)value);
}
inline static int32_t get_offset_of_system_acl_5() { return static_cast<int32_t>(offsetof(CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6, ___system_acl_5)); }
inline SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * get_system_acl_5() const { return ___system_acl_5; }
inline SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 ** get_address_of_system_acl_5() { return &___system_acl_5; }
inline void set_system_acl_5(SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * value)
{
___system_acl_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___system_acl_5), (void*)value);
}
inline static int32_t get_offset_of_discretionary_acl_6() { return static_cast<int32_t>(offsetof(CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6, ___discretionary_acl_6)); }
inline DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * get_discretionary_acl_6() const { return ___discretionary_acl_6; }
inline DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 ** get_address_of_discretionary_acl_6() { return &___discretionary_acl_6; }
inline void set_discretionary_acl_6(DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * value)
{
___discretionary_acl_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___discretionary_acl_6), (void*)value);
}
};
// System.Security.AccessControl.GenericAce
struct GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA : public RuntimeObject
{
public:
// System.Security.AccessControl.AceFlags System.Security.AccessControl.GenericAce::ace_flags
uint8_t ___ace_flags_0;
// System.Security.AccessControl.AceType System.Security.AccessControl.GenericAce::ace_type
uint8_t ___ace_type_1;
public:
inline static int32_t get_offset_of_ace_flags_0() { return static_cast<int32_t>(offsetof(GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA, ___ace_flags_0)); }
inline uint8_t get_ace_flags_0() const { return ___ace_flags_0; }
inline uint8_t* get_address_of_ace_flags_0() { return &___ace_flags_0; }
inline void set_ace_flags_0(uint8_t value)
{
___ace_flags_0 = value;
}
inline static int32_t get_offset_of_ace_type_1() { return static_cast<int32_t>(offsetof(GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA, ___ace_type_1)); }
inline uint8_t get_ace_type_1() const { return ___ace_type_1; }
inline uint8_t* get_address_of_ace_type_1() { return &___ace_type_1; }
inline void set_ace_type_1(uint8_t value)
{
___ace_type_1 = value;
}
};
// System.Security.AccessControl.ObjectSecurity
struct ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 : public RuntimeObject
{
public:
// System.Security.AccessControl.CommonSecurityDescriptor System.Security.AccessControl.ObjectSecurity::descriptor
CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * ___descriptor_0;
// System.Security.AccessControl.AccessControlSections System.Security.AccessControl.ObjectSecurity::sections_modified
int32_t ___sections_modified_1;
// System.Threading.ReaderWriterLock System.Security.AccessControl.ObjectSecurity::rw_lock
ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * ___rw_lock_2;
public:
inline static int32_t get_offset_of_descriptor_0() { return static_cast<int32_t>(offsetof(ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8, ___descriptor_0)); }
inline CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * get_descriptor_0() const { return ___descriptor_0; }
inline CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 ** get_address_of_descriptor_0() { return &___descriptor_0; }
inline void set_descriptor_0(CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * value)
{
___descriptor_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___descriptor_0), (void*)value);
}
inline static int32_t get_offset_of_sections_modified_1() { return static_cast<int32_t>(offsetof(ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8, ___sections_modified_1)); }
inline int32_t get_sections_modified_1() const { return ___sections_modified_1; }
inline int32_t* get_address_of_sections_modified_1() { return &___sections_modified_1; }
inline void set_sections_modified_1(int32_t value)
{
___sections_modified_1 = value;
}
inline static int32_t get_offset_of_rw_lock_2() { return static_cast<int32_t>(offsetof(ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8, ___rw_lock_2)); }
inline ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * get_rw_lock_2() const { return ___rw_lock_2; }
inline ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 ** get_address_of_rw_lock_2() { return &___rw_lock_2; }
inline void set_rw_lock_2(ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * value)
{
___rw_lock_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___rw_lock_2), (void*)value);
}
};
// System.Security.AccessControl.RawSecurityDescriptor
struct RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 : public GenericSecurityDescriptor_t2996F327109B05E79BA8499485EB182A34D376B0
{
public:
// System.Security.AccessControl.ControlFlags System.Security.AccessControl.RawSecurityDescriptor::control_flags
int32_t ___control_flags_0;
// System.Security.Principal.SecurityIdentifier System.Security.AccessControl.RawSecurityDescriptor::owner_sid
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___owner_sid_1;
// System.Security.Principal.SecurityIdentifier System.Security.AccessControl.RawSecurityDescriptor::group_sid
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___group_sid_2;
// System.Security.AccessControl.RawAcl System.Security.AccessControl.RawSecurityDescriptor::system_acl
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * ___system_acl_3;
// System.Security.AccessControl.RawAcl System.Security.AccessControl.RawSecurityDescriptor::discretionary_acl
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * ___discretionary_acl_4;
// System.Byte System.Security.AccessControl.RawSecurityDescriptor::resourcemgr_control
uint8_t ___resourcemgr_control_5;
public:
inline static int32_t get_offset_of_control_flags_0() { return static_cast<int32_t>(offsetof(RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06, ___control_flags_0)); }
inline int32_t get_control_flags_0() const { return ___control_flags_0; }
inline int32_t* get_address_of_control_flags_0() { return &___control_flags_0; }
inline void set_control_flags_0(int32_t value)
{
___control_flags_0 = value;
}
inline static int32_t get_offset_of_owner_sid_1() { return static_cast<int32_t>(offsetof(RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06, ___owner_sid_1)); }
inline SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * get_owner_sid_1() const { return ___owner_sid_1; }
inline SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE ** get_address_of_owner_sid_1() { return &___owner_sid_1; }
inline void set_owner_sid_1(SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * value)
{
___owner_sid_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___owner_sid_1), (void*)value);
}
inline static int32_t get_offset_of_group_sid_2() { return static_cast<int32_t>(offsetof(RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06, ___group_sid_2)); }
inline SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * get_group_sid_2() const { return ___group_sid_2; }
inline SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE ** get_address_of_group_sid_2() { return &___group_sid_2; }
inline void set_group_sid_2(SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * value)
{
___group_sid_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___group_sid_2), (void*)value);
}
inline static int32_t get_offset_of_system_acl_3() { return static_cast<int32_t>(offsetof(RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06, ___system_acl_3)); }
inline RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * get_system_acl_3() const { return ___system_acl_3; }
inline RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 ** get_address_of_system_acl_3() { return &___system_acl_3; }
inline void set_system_acl_3(RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * value)
{
___system_acl_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___system_acl_3), (void*)value);
}
inline static int32_t get_offset_of_discretionary_acl_4() { return static_cast<int32_t>(offsetof(RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06, ___discretionary_acl_4)); }
inline RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * get_discretionary_acl_4() const { return ___discretionary_acl_4; }
inline RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 ** get_address_of_discretionary_acl_4() { return &___discretionary_acl_4; }
inline void set_discretionary_acl_4(RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * value)
{
___discretionary_acl_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___discretionary_acl_4), (void*)value);
}
inline static int32_t get_offset_of_resourcemgr_control_5() { return static_cast<int32_t>(offsetof(RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06, ___resourcemgr_control_5)); }
inline uint8_t get_resourcemgr_control_5() const { return ___resourcemgr_control_5; }
inline uint8_t* get_address_of_resourcemgr_control_5() { return &___resourcemgr_control_5; }
inline void set_resourcemgr_control_5(uint8_t value)
{
___resourcemgr_control_5 = value;
}
};
// System.Security.Cryptography.CryptoStream
struct CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
{
public:
// System.IO.Stream System.Security.Cryptography.CryptoStream::_stream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ____stream_4;
// System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.CryptoStream::_Transform
RuntimeObject* ____Transform_5;
// System.Byte[] System.Security.Cryptography.CryptoStream::_InputBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____InputBuffer_6;
// System.Int32 System.Security.Cryptography.CryptoStream::_InputBufferIndex
int32_t ____InputBufferIndex_7;
// System.Int32 System.Security.Cryptography.CryptoStream::_InputBlockSize
int32_t ____InputBlockSize_8;
// System.Byte[] System.Security.Cryptography.CryptoStream::_OutputBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____OutputBuffer_9;
// System.Int32 System.Security.Cryptography.CryptoStream::_OutputBufferIndex
int32_t ____OutputBufferIndex_10;
// System.Int32 System.Security.Cryptography.CryptoStream::_OutputBlockSize
int32_t ____OutputBlockSize_11;
// System.Security.Cryptography.CryptoStreamMode System.Security.Cryptography.CryptoStream::_transformMode
int32_t ____transformMode_12;
// System.Boolean System.Security.Cryptography.CryptoStream::_canRead
bool ____canRead_13;
// System.Boolean System.Security.Cryptography.CryptoStream::_canWrite
bool ____canWrite_14;
// System.Boolean System.Security.Cryptography.CryptoStream::_finalBlockTransformed
bool ____finalBlockTransformed_15;
public:
inline static int32_t get_offset_of__stream_4() { return static_cast<int32_t>(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____stream_4)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get__stream_4() const { return ____stream_4; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of__stream_4() { return &____stream_4; }
inline void set__stream_4(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
____stream_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stream_4), (void*)value);
}
inline static int32_t get_offset_of__Transform_5() { return static_cast<int32_t>(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____Transform_5)); }
inline RuntimeObject* get__Transform_5() const { return ____Transform_5; }
inline RuntimeObject** get_address_of__Transform_5() { return &____Transform_5; }
inline void set__Transform_5(RuntimeObject* value)
{
____Transform_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____Transform_5), (void*)value);
}
inline static int32_t get_offset_of__InputBuffer_6() { return static_cast<int32_t>(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____InputBuffer_6)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__InputBuffer_6() const { return ____InputBuffer_6; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__InputBuffer_6() { return &____InputBuffer_6; }
inline void set__InputBuffer_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____InputBuffer_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____InputBuffer_6), (void*)value);
}
inline static int32_t get_offset_of__InputBufferIndex_7() { return static_cast<int32_t>(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____InputBufferIndex_7)); }
inline int32_t get__InputBufferIndex_7() const { return ____InputBufferIndex_7; }
inline int32_t* get_address_of__InputBufferIndex_7() { return &____InputBufferIndex_7; }
inline void set__InputBufferIndex_7(int32_t value)
{
____InputBufferIndex_7 = value;
}
inline static int32_t get_offset_of__InputBlockSize_8() { return static_cast<int32_t>(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____InputBlockSize_8)); }
inline int32_t get__InputBlockSize_8() const { return ____InputBlockSize_8; }
inline int32_t* get_address_of__InputBlockSize_8() { return &____InputBlockSize_8; }
inline void set__InputBlockSize_8(int32_t value)
{
____InputBlockSize_8 = value;
}
inline static int32_t get_offset_of__OutputBuffer_9() { return static_cast<int32_t>(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____OutputBuffer_9)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__OutputBuffer_9() const { return ____OutputBuffer_9; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__OutputBuffer_9() { return &____OutputBuffer_9; }
inline void set__OutputBuffer_9(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____OutputBuffer_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____OutputBuffer_9), (void*)value);
}
inline static int32_t get_offset_of__OutputBufferIndex_10() { return static_cast<int32_t>(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____OutputBufferIndex_10)); }
inline int32_t get__OutputBufferIndex_10() const { return ____OutputBufferIndex_10; }
inline int32_t* get_address_of__OutputBufferIndex_10() { return &____OutputBufferIndex_10; }
inline void set__OutputBufferIndex_10(int32_t value)
{
____OutputBufferIndex_10 = value;
}
inline static int32_t get_offset_of__OutputBlockSize_11() { return static_cast<int32_t>(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____OutputBlockSize_11)); }
inline int32_t get__OutputBlockSize_11() const { return ____OutputBlockSize_11; }
inline int32_t* get_address_of__OutputBlockSize_11() { return &____OutputBlockSize_11; }
inline void set__OutputBlockSize_11(int32_t value)
{
____OutputBlockSize_11 = value;
}
inline static int32_t get_offset_of__transformMode_12() { return static_cast<int32_t>(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____transformMode_12)); }
inline int32_t get__transformMode_12() const { return ____transformMode_12; }
inline int32_t* get_address_of__transformMode_12() { return &____transformMode_12; }
inline void set__transformMode_12(int32_t value)
{
____transformMode_12 = value;
}
inline static int32_t get_offset_of__canRead_13() { return static_cast<int32_t>(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____canRead_13)); }
inline bool get__canRead_13() const { return ____canRead_13; }
inline bool* get_address_of__canRead_13() { return &____canRead_13; }
inline void set__canRead_13(bool value)
{
____canRead_13 = value;
}
inline static int32_t get_offset_of__canWrite_14() { return static_cast<int32_t>(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____canWrite_14)); }
inline bool get__canWrite_14() const { return ____canWrite_14; }
inline bool* get_address_of__canWrite_14() { return &____canWrite_14; }
inline void set__canWrite_14(bool value)
{
____canWrite_14 = value;
}
inline static int32_t get_offset_of__finalBlockTransformed_15() { return static_cast<int32_t>(offsetof(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC, ____finalBlockTransformed_15)); }
inline bool get__finalBlockTransformed_15() const { return ____finalBlockTransformed_15; }
inline bool* get_address_of__finalBlockTransformed_15() { return &____finalBlockTransformed_15; }
inline void set__finalBlockTransformed_15(bool value)
{
____finalBlockTransformed_15 = value;
}
};
// System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34
struct U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007
{
public:
// System.Int32 System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32> System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::<>t__builder
AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 ___U3CU3Et__builder_1;
// System.Security.Cryptography.CryptoStream System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::<>4__this
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * ___U3CU3E4__this_2;
// System.Int32 System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::count
int32_t ___count_3;
// System.Int32 System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::offset
int32_t ___offset_4;
// System.Byte[] System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer_5;
// System.Threading.CancellationToken System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::cancellationToken
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken_6;
// System.Byte[] System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::<tempInputBuffer>5__1
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___U3CtempInputBufferU3E5__1_7;
// System.Int32 System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::<currentOutputIndex>5__2
int32_t ___U3CcurrentOutputIndexU3E5__2_8;
// System.Int32 System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::<bytesToDeliver>5__3
int32_t ___U3CbytesToDeliverU3E5__3_9;
// System.Threading.SemaphoreSlim System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::<sem>5__4
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ___U3CsemU3E5__4_10;
// System.Security.Cryptography.CryptoStream_HopToThreadPoolAwaitable System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::<>u__1
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 ___U3CU3Eu__1_11;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable_ConfiguredTaskAwaiter System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::<>u__2
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 ___U3CU3Eu__2_12;
// System.Int32 System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::<>7__wrap1
int32_t ___U3CU3E7__wrap1_13;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1_ConfiguredTaskAwaiter<System.Int32> System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::<>u__3
ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E ___U3CU3Eu__3_14;
public:
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___U3CU3E1__state_0)); }
inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
inline void set_U3CU3E1__state_0(int32_t value)
{
___U3CU3E1__state_0 = value;
}
inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___U3CU3Et__builder_1)); }
inline AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; }
inline AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; }
inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 value)
{
___U3CU3Et__builder_1 = value;
Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
#endif
}
inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___U3CU3E4__this_2)); }
inline CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; }
inline CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; }
inline void set_U3CU3E4__this_2(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * value)
{
___U3CU3E4__this_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value);
}
inline static int32_t get_offset_of_count_3() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___count_3)); }
inline int32_t get_count_3() const { return ___count_3; }
inline int32_t* get_address_of_count_3() { return &___count_3; }
inline void set_count_3(int32_t value)
{
___count_3 = value;
}
inline static int32_t get_offset_of_offset_4() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___offset_4)); }
inline int32_t get_offset_4() const { return ___offset_4; }
inline int32_t* get_address_of_offset_4() { return &___offset_4; }
inline void set_offset_4(int32_t value)
{
___offset_4 = value;
}
inline static int32_t get_offset_of_buffer_5() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___buffer_5)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buffer_5() const { return ___buffer_5; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buffer_5() { return &___buffer_5; }
inline void set_buffer_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buffer_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buffer_5), (void*)value);
}
inline static int32_t get_offset_of_cancellationToken_6() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___cancellationToken_6)); }
inline CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB get_cancellationToken_6() const { return ___cancellationToken_6; }
inline CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * get_address_of_cancellationToken_6() { return &___cancellationToken_6; }
inline void set_cancellationToken_6(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB value)
{
___cancellationToken_6 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_6))->___m_source_0), (void*)NULL);
}
inline static int32_t get_offset_of_U3CtempInputBufferU3E5__1_7() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___U3CtempInputBufferU3E5__1_7)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_U3CtempInputBufferU3E5__1_7() const { return ___U3CtempInputBufferU3E5__1_7; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_U3CtempInputBufferU3E5__1_7() { return &___U3CtempInputBufferU3E5__1_7; }
inline void set_U3CtempInputBufferU3E5__1_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___U3CtempInputBufferU3E5__1_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CtempInputBufferU3E5__1_7), (void*)value);
}
inline static int32_t get_offset_of_U3CcurrentOutputIndexU3E5__2_8() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___U3CcurrentOutputIndexU3E5__2_8)); }
inline int32_t get_U3CcurrentOutputIndexU3E5__2_8() const { return ___U3CcurrentOutputIndexU3E5__2_8; }
inline int32_t* get_address_of_U3CcurrentOutputIndexU3E5__2_8() { return &___U3CcurrentOutputIndexU3E5__2_8; }
inline void set_U3CcurrentOutputIndexU3E5__2_8(int32_t value)
{
___U3CcurrentOutputIndexU3E5__2_8 = value;
}
inline static int32_t get_offset_of_U3CbytesToDeliverU3E5__3_9() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___U3CbytesToDeliverU3E5__3_9)); }
inline int32_t get_U3CbytesToDeliverU3E5__3_9() const { return ___U3CbytesToDeliverU3E5__3_9; }
inline int32_t* get_address_of_U3CbytesToDeliverU3E5__3_9() { return &___U3CbytesToDeliverU3E5__3_9; }
inline void set_U3CbytesToDeliverU3E5__3_9(int32_t value)
{
___U3CbytesToDeliverU3E5__3_9 = value;
}
inline static int32_t get_offset_of_U3CsemU3E5__4_10() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___U3CsemU3E5__4_10)); }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get_U3CsemU3E5__4_10() const { return ___U3CsemU3E5__4_10; }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of_U3CsemU3E5__4_10() { return &___U3CsemU3E5__4_10; }
inline void set_U3CsemU3E5__4_10(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value)
{
___U3CsemU3E5__4_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CsemU3E5__4_10), (void*)value);
}
inline static int32_t get_offset_of_U3CU3Eu__1_11() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___U3CU3Eu__1_11)); }
inline HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 get_U3CU3Eu__1_11() const { return ___U3CU3Eu__1_11; }
inline HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * get_address_of_U3CU3Eu__1_11() { return &___U3CU3Eu__1_11; }
inline void set_U3CU3Eu__1_11(HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 value)
{
___U3CU3Eu__1_11 = value;
}
inline static int32_t get_offset_of_U3CU3Eu__2_12() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___U3CU3Eu__2_12)); }
inline ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 get_U3CU3Eu__2_12() const { return ___U3CU3Eu__2_12; }
inline ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * get_address_of_U3CU3Eu__2_12() { return &___U3CU3Eu__2_12; }
inline void set_U3CU3Eu__2_12(ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 value)
{
___U3CU3Eu__2_12 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_12))->___m_task_0), (void*)NULL);
}
inline static int32_t get_offset_of_U3CU3E7__wrap1_13() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___U3CU3E7__wrap1_13)); }
inline int32_t get_U3CU3E7__wrap1_13() const { return ___U3CU3E7__wrap1_13; }
inline int32_t* get_address_of_U3CU3E7__wrap1_13() { return &___U3CU3E7__wrap1_13; }
inline void set_U3CU3E7__wrap1_13(int32_t value)
{
___U3CU3E7__wrap1_13 = value;
}
inline static int32_t get_offset_of_U3CU3Eu__3_14() { return static_cast<int32_t>(offsetof(U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007, ___U3CU3Eu__3_14)); }
inline ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E get_U3CU3Eu__3_14() const { return ___U3CU3Eu__3_14; }
inline ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E * get_address_of_U3CU3Eu__3_14() { return &___U3CU3Eu__3_14; }
inline void set_U3CU3Eu__3_14(ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E value)
{
___U3CU3Eu__3_14 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__3_14))->___m_task_0), (void*)NULL);
}
};
// System.Security.Cryptography.FromBase64Transform
struct FromBase64Transform_tDF2D9BD8F6E3313924B81AB982F8A396471F0C8D : public RuntimeObject
{
public:
// System.Byte[] System.Security.Cryptography.FromBase64Transform::_inputBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____inputBuffer_0;
// System.Int32 System.Security.Cryptography.FromBase64Transform::_inputIndex
int32_t ____inputIndex_1;
// System.Security.Cryptography.FromBase64TransformMode System.Security.Cryptography.FromBase64Transform::_whitespaces
int32_t ____whitespaces_2;
public:
inline static int32_t get_offset_of__inputBuffer_0() { return static_cast<int32_t>(offsetof(FromBase64Transform_tDF2D9BD8F6E3313924B81AB982F8A396471F0C8D, ____inputBuffer_0)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__inputBuffer_0() const { return ____inputBuffer_0; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__inputBuffer_0() { return &____inputBuffer_0; }
inline void set__inputBuffer_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____inputBuffer_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____inputBuffer_0), (void*)value);
}
inline static int32_t get_offset_of__inputIndex_1() { return static_cast<int32_t>(offsetof(FromBase64Transform_tDF2D9BD8F6E3313924B81AB982F8A396471F0C8D, ____inputIndex_1)); }
inline int32_t get__inputIndex_1() const { return ____inputIndex_1; }
inline int32_t* get_address_of__inputIndex_1() { return &____inputIndex_1; }
inline void set__inputIndex_1(int32_t value)
{
____inputIndex_1 = value;
}
inline static int32_t get_offset_of__whitespaces_2() { return static_cast<int32_t>(offsetof(FromBase64Transform_tDF2D9BD8F6E3313924B81AB982F8A396471F0C8D, ____whitespaces_2)); }
inline int32_t get__whitespaces_2() const { return ____whitespaces_2; }
inline int32_t* get_address_of__whitespaces_2() { return &____whitespaces_2; }
inline void set__whitespaces_2(int32_t value)
{
____whitespaces_2 = value;
}
};
// System.Security.Cryptography.HMACMD5
struct HMACMD5_t8C6693E41EEA9BF26BBAF880B405CC170C43F11B : public HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90
{
public:
public:
};
// System.Security.Cryptography.HMACRIPEMD160
struct HMACRIPEMD160_t52BA0101B60F21F4C0BB62E6F37E4E8B169DAD71 : public HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90
{
public:
public:
};
// System.Security.Cryptography.HMACSHA1
struct HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5 : public HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90
{
public:
public:
};
// System.Security.Cryptography.HMACSHA256
struct HMACSHA256_t597088501D2683C794DD40CBCC54FA0E6D93E414 : public HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90
{
public:
public:
};
// System.Security.Cryptography.HMACSHA384
struct HMACSHA384_t4AB70A19F033E20CFD5C3E53D9B4745165F4AB09 : public HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90
{
public:
// System.Boolean System.Security.Cryptography.HMACSHA384::m_useLegacyBlockSize
bool ___m_useLegacyBlockSize_12;
public:
inline static int32_t get_offset_of_m_useLegacyBlockSize_12() { return static_cast<int32_t>(offsetof(HMACSHA384_t4AB70A19F033E20CFD5C3E53D9B4745165F4AB09, ___m_useLegacyBlockSize_12)); }
inline bool get_m_useLegacyBlockSize_12() const { return ___m_useLegacyBlockSize_12; }
inline bool* get_address_of_m_useLegacyBlockSize_12() { return &___m_useLegacyBlockSize_12; }
inline void set_m_useLegacyBlockSize_12(bool value)
{
___m_useLegacyBlockSize_12 = value;
}
};
// System.Security.Cryptography.HMACSHA512
struct HMACSHA512_t2E9505616EE76E773A963928F94B750C6A52070D : public HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90
{
public:
// System.Boolean System.Security.Cryptography.HMACSHA512::m_useLegacyBlockSize
bool ___m_useLegacyBlockSize_12;
public:
inline static int32_t get_offset_of_m_useLegacyBlockSize_12() { return static_cast<int32_t>(offsetof(HMACSHA512_t2E9505616EE76E773A963928F94B750C6A52070D, ___m_useLegacyBlockSize_12)); }
inline bool get_m_useLegacyBlockSize_12() const { return ___m_useLegacyBlockSize_12; }
inline bool* get_address_of_m_useLegacyBlockSize_12() { return &___m_useLegacyBlockSize_12; }
inline void set_m_useLegacyBlockSize_12(bool value)
{
___m_useLegacyBlockSize_12 = value;
}
};
// System.Security.Cryptography.RSACryptoServiceProvider
struct RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 : public RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145
{
public:
// Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.RSACryptoServiceProvider::store
KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * ___store_6;
// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persistKey
bool ___persistKey_7;
// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persisted
bool ___persisted_8;
// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::privateKeyExportable
bool ___privateKeyExportable_9;
// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::m_disposed
bool ___m_disposed_10;
// Mono.Security.Cryptography.RSAManaged System.Security.Cryptography.RSACryptoServiceProvider::rsa
RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * ___rsa_11;
public:
inline static int32_t get_offset_of_store_6() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___store_6)); }
inline KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * get_store_6() const { return ___store_6; }
inline KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 ** get_address_of_store_6() { return &___store_6; }
inline void set_store_6(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * value)
{
___store_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___store_6), (void*)value);
}
inline static int32_t get_offset_of_persistKey_7() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___persistKey_7)); }
inline bool get_persistKey_7() const { return ___persistKey_7; }
inline bool* get_address_of_persistKey_7() { return &___persistKey_7; }
inline void set_persistKey_7(bool value)
{
___persistKey_7 = value;
}
inline static int32_t get_offset_of_persisted_8() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___persisted_8)); }
inline bool get_persisted_8() const { return ___persisted_8; }
inline bool* get_address_of_persisted_8() { return &___persisted_8; }
inline void set_persisted_8(bool value)
{
___persisted_8 = value;
}
inline static int32_t get_offset_of_privateKeyExportable_9() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___privateKeyExportable_9)); }
inline bool get_privateKeyExportable_9() const { return ___privateKeyExportable_9; }
inline bool* get_address_of_privateKeyExportable_9() { return &___privateKeyExportable_9; }
inline void set_privateKeyExportable_9(bool value)
{
___privateKeyExportable_9 = value;
}
inline static int32_t get_offset_of_m_disposed_10() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___m_disposed_10)); }
inline bool get_m_disposed_10() const { return ___m_disposed_10; }
inline bool* get_address_of_m_disposed_10() { return &___m_disposed_10; }
inline void set_m_disposed_10(bool value)
{
___m_disposed_10 = value;
}
inline static int32_t get_offset_of_rsa_11() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___rsa_11)); }
inline RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * get_rsa_11() const { return ___rsa_11; }
inline RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A ** get_address_of_rsa_11() { return &___rsa_11; }
inline void set_rsa_11(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * value)
{
___rsa_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___rsa_11), (void*)value);
}
};
struct RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_StaticFields
{
public:
// System.Security.Cryptography.CspProviderFlags modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.RSACryptoServiceProvider::s_UseMachineKeyStore
int32_t ___s_UseMachineKeyStore_2;
public:
inline static int32_t get_offset_of_s_UseMachineKeyStore_2() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_StaticFields, ___s_UseMachineKeyStore_2)); }
inline int32_t get_s_UseMachineKeyStore_2() const { return ___s_UseMachineKeyStore_2; }
inline int32_t* get_address_of_s_UseMachineKeyStore_2() { return &___s_UseMachineKeyStore_2; }
inline void set_s_UseMachineKeyStore_2(int32_t value)
{
___s_UseMachineKeyStore_2 = value;
}
};
// System.Security.Cryptography.SymmetricAlgorithm
struct SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 : public RuntimeObject
{
public:
// System.Int32 System.Security.Cryptography.SymmetricAlgorithm::BlockSizeValue
int32_t ___BlockSizeValue_0;
// System.Int32 System.Security.Cryptography.SymmetricAlgorithm::FeedbackSizeValue
int32_t ___FeedbackSizeValue_1;
// System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::IVValue
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___IVValue_2;
// System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::KeyValue
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___KeyValue_3;
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalBlockSizesValue
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___LegalBlockSizesValue_4;
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalKeySizesValue
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___LegalKeySizesValue_5;
// System.Int32 System.Security.Cryptography.SymmetricAlgorithm::KeySizeValue
int32_t ___KeySizeValue_6;
// System.Security.Cryptography.CipherMode System.Security.Cryptography.SymmetricAlgorithm::ModeValue
int32_t ___ModeValue_7;
// System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::PaddingValue
int32_t ___PaddingValue_8;
public:
inline static int32_t get_offset_of_BlockSizeValue_0() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___BlockSizeValue_0)); }
inline int32_t get_BlockSizeValue_0() const { return ___BlockSizeValue_0; }
inline int32_t* get_address_of_BlockSizeValue_0() { return &___BlockSizeValue_0; }
inline void set_BlockSizeValue_0(int32_t value)
{
___BlockSizeValue_0 = value;
}
inline static int32_t get_offset_of_FeedbackSizeValue_1() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___FeedbackSizeValue_1)); }
inline int32_t get_FeedbackSizeValue_1() const { return ___FeedbackSizeValue_1; }
inline int32_t* get_address_of_FeedbackSizeValue_1() { return &___FeedbackSizeValue_1; }
inline void set_FeedbackSizeValue_1(int32_t value)
{
___FeedbackSizeValue_1 = value;
}
inline static int32_t get_offset_of_IVValue_2() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___IVValue_2)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_IVValue_2() const { return ___IVValue_2; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_IVValue_2() { return &___IVValue_2; }
inline void set_IVValue_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___IVValue_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___IVValue_2), (void*)value);
}
inline static int32_t get_offset_of_KeyValue_3() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___KeyValue_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_KeyValue_3() const { return ___KeyValue_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_KeyValue_3() { return &___KeyValue_3; }
inline void set_KeyValue_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___KeyValue_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___KeyValue_3), (void*)value);
}
inline static int32_t get_offset_of_LegalBlockSizesValue_4() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___LegalBlockSizesValue_4)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_LegalBlockSizesValue_4() const { return ___LegalBlockSizesValue_4; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_LegalBlockSizesValue_4() { return &___LegalBlockSizesValue_4; }
inline void set_LegalBlockSizesValue_4(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___LegalBlockSizesValue_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___LegalBlockSizesValue_4), (void*)value);
}
inline static int32_t get_offset_of_LegalKeySizesValue_5() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___LegalKeySizesValue_5)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_LegalKeySizesValue_5() const { return ___LegalKeySizesValue_5; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_LegalKeySizesValue_5() { return &___LegalKeySizesValue_5; }
inline void set_LegalKeySizesValue_5(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___LegalKeySizesValue_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___LegalKeySizesValue_5), (void*)value);
}
inline static int32_t get_offset_of_KeySizeValue_6() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___KeySizeValue_6)); }
inline int32_t get_KeySizeValue_6() const { return ___KeySizeValue_6; }
inline int32_t* get_address_of_KeySizeValue_6() { return &___KeySizeValue_6; }
inline void set_KeySizeValue_6(int32_t value)
{
___KeySizeValue_6 = value;
}
inline static int32_t get_offset_of_ModeValue_7() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___ModeValue_7)); }
inline int32_t get_ModeValue_7() const { return ___ModeValue_7; }
inline int32_t* get_address_of_ModeValue_7() { return &___ModeValue_7; }
inline void set_ModeValue_7(int32_t value)
{
___ModeValue_7 = value;
}
inline static int32_t get_offset_of_PaddingValue_8() { return static_cast<int32_t>(offsetof(SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789, ___PaddingValue_8)); }
inline int32_t get_PaddingValue_8() const { return ___PaddingValue_8; }
inline int32_t* get_address_of_PaddingValue_8() { return &___PaddingValue_8; }
inline void set_PaddingValue_8(int32_t value)
{
___PaddingValue_8 = value;
}
};
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
{
public:
public:
};
// System.Threading.Tasks.Task`1<System.Int32>
struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 : public Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2
{
public:
// TResult System.Threading.Tasks.Task`1::m_result
int32_t ___m_result_22;
public:
inline static int32_t get_offset_of_m_result_22() { return static_cast<int32_t>(offsetof(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87, ___m_result_22)); }
inline int32_t get_m_result_22() const { return ___m_result_22; }
inline int32_t* get_address_of_m_result_22() { return &___m_result_22; }
inline void set_m_result_22(int32_t value)
{
___m_result_22 = value;
}
};
struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87_StaticFields
{
public:
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_Factory
TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 * ___s_Factory_23;
// System.Func`2<System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>,System.Threading.Tasks.Task`1<TResult>> System.Threading.Tasks.Task`1::TaskWhenAnyCast
Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 * ___TaskWhenAnyCast_24;
public:
inline static int32_t get_offset_of_s_Factory_23() { return static_cast<int32_t>(offsetof(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87_StaticFields, ___s_Factory_23)); }
inline TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 * get_s_Factory_23() const { return ___s_Factory_23; }
inline TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 ** get_address_of_s_Factory_23() { return &___s_Factory_23; }
inline void set_s_Factory_23(TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 * value)
{
___s_Factory_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_23), (void*)value);
}
inline static int32_t get_offset_of_TaskWhenAnyCast_24() { return static_cast<int32_t>(offsetof(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87_StaticFields, ___TaskWhenAnyCast_24)); }
inline Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 * get_TaskWhenAnyCast_24() const { return ___TaskWhenAnyCast_24; }
inline Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 ** get_address_of_TaskWhenAnyCast_24() { return &___TaskWhenAnyCast_24; }
inline void set_TaskWhenAnyCast_24(Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 * value)
{
___TaskWhenAnyCast_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_24), (void*)value);
}
};
// System.Type
struct Type_t : public MemberInfo_t
{
public:
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9;
public:
inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; }
inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value)
{
____impl_9 = value;
}
};
struct Type_t_StaticFields
{
public:
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2;
// System.Object System.Type::Missing
RuntimeObject * ___Missing_3;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_4;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5;
// System.Reflection.Binder System.Type::defaultBinder
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6;
public:
inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterAttribute_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
}
inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; }
inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
}
inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterNameIgnoreCase_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
}
inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
inline void set_Missing_3(RuntimeObject * value)
{
___Missing_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
}
inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
inline void set_Delimiter_4(Il2CppChar value)
{
___Delimiter_4 = value;
}
inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___EmptyTypes_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
}
inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value)
{
___defaultBinder_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
}
};
// Mono.Security.Cryptography.DSAManaged_KeyGeneratedEventHandler
struct KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 : public MulticastDelegate_t
{
public:
public:
};
// System.Action
struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579 : public MulticastDelegate_t
{
public:
public:
};
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.ArgumentException::m_paramName
String_t* ___m_paramName_17;
public:
inline static int32_t get_offset_of_m_paramName_17() { return static_cast<int32_t>(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); }
inline String_t* get_m_paramName_17() const { return ___m_paramName_17; }
inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; }
inline void set_m_paramName_17(String_t* value)
{
___m_paramName_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value);
}
};
// System.ArithmeticException
struct ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
{
public:
public:
};
// System.Func`1<System.Security.Cryptography.HashAlgorithm>
struct Func_1_tDBEDAF41976324748D970819AF910F6D9C59C226 : public MulticastDelegate_t
{
public:
public:
};
// System.IO.IOException
struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.IO.IOException::_maybeFullPath
String_t* ____maybeFullPath_17;
public:
inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast<int32_t>(offsetof(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA, ____maybeFullPath_17)); }
inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; }
inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; }
inline void set__maybeFullPath_17(String_t* value)
{
____maybeFullPath_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&____maybeFullPath_17), (void*)value);
}
};
// System.IndexOutOfRangeException
struct IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.NotImplementedException
struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Security.AccessControl.CommonObjectSecurity
struct CommonObjectSecurity_t7B3F56D3DBF627D548C9194863D61A23889EDB16 : public ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8
{
public:
public:
};
// System.Security.AccessControl.KnownAce
struct KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA : public GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA
{
public:
// System.Int32 System.Security.AccessControl.KnownAce::access_mask
int32_t ___access_mask_2;
// System.Security.Principal.SecurityIdentifier System.Security.AccessControl.KnownAce::identifier
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___identifier_3;
public:
inline static int32_t get_offset_of_access_mask_2() { return static_cast<int32_t>(offsetof(KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA, ___access_mask_2)); }
inline int32_t get_access_mask_2() const { return ___access_mask_2; }
inline int32_t* get_address_of_access_mask_2() { return &___access_mask_2; }
inline void set_access_mask_2(int32_t value)
{
___access_mask_2 = value;
}
inline static int32_t get_offset_of_identifier_3() { return static_cast<int32_t>(offsetof(KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA, ___identifier_3)); }
inline SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * get_identifier_3() const { return ___identifier_3; }
inline SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE ** get_address_of_identifier_3() { return &___identifier_3; }
inline void set_identifier_3(SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * value)
{
___identifier_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___identifier_3), (void*)value);
}
};
// System.Security.AccessControl.NativeObjectSecurity_ExceptionFromErrorCode
struct ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 : public MulticastDelegate_t
{
public:
public:
};
// System.Security.AccessControl.NativeObjectSecurity_GetSecurityInfoNativeCall
struct GetSecurityInfoNativeCall_t2D7C2CF021CB88FD4B91DDC8F65BE9EE9071F04F : public MulticastDelegate_t
{
public:
public:
};
// System.Security.Cryptography.Aes
struct Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653 : public SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789
{
public:
public:
};
struct Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_StaticFields
{
public:
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.Aes::s_legalBlockSizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalBlockSizes_9;
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.Aes::s_legalKeySizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalKeySizes_10;
public:
inline static int32_t get_offset_of_s_legalBlockSizes_9() { return static_cast<int32_t>(offsetof(Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_StaticFields, ___s_legalBlockSizes_9)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalBlockSizes_9() const { return ___s_legalBlockSizes_9; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalBlockSizes_9() { return &___s_legalBlockSizes_9; }
inline void set_s_legalBlockSizes_9(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalBlockSizes_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_legalBlockSizes_9), (void*)value);
}
inline static int32_t get_offset_of_s_legalKeySizes_10() { return static_cast<int32_t>(offsetof(Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_StaticFields, ___s_legalKeySizes_10)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalKeySizes_10() const { return ___s_legalKeySizes_10; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalKeySizes_10() { return &___s_legalKeySizes_10; }
inline void set_s_legalKeySizes_10(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalKeySizes_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_legalKeySizes_10), (void*)value);
}
};
// System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37
struct U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E
{
public:
// System.Int32 System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::<>t__builder
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 ___U3CU3Et__builder_1;
// System.Security.Cryptography.CryptoStream System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::<>4__this
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * ___U3CU3E4__this_2;
// System.Int32 System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::count
int32_t ___count_3;
// System.Int32 System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::offset
int32_t ___offset_4;
// System.Byte[] System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer_5;
// System.Threading.CancellationToken System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::cancellationToken
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken_6;
// System.Int32 System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::<bytesToWrite>5__1
int32_t ___U3CbytesToWriteU3E5__1_7;
// System.Int32 System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::<currentInputIndex>5__2
int32_t ___U3CcurrentInputIndexU3E5__2_8;
// System.Int32 System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::<numWholeBlocksInBytes>5__3
int32_t ___U3CnumWholeBlocksInBytesU3E5__3_9;
// System.Threading.SemaphoreSlim System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::<sem>5__4
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ___U3CsemU3E5__4_10;
// System.Security.Cryptography.CryptoStream_HopToThreadPoolAwaitable System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::<>u__1
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 ___U3CU3Eu__1_11;
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable_ConfiguredTaskAwaiter System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::<>u__2
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 ___U3CU3Eu__2_12;
public:
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E, ___U3CU3E1__state_0)); }
inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
inline void set_U3CU3E1__state_0(int32_t value)
{
___U3CU3E1__state_0 = value;
}
inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast<int32_t>(offsetof(U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E, ___U3CU3Et__builder_1)); }
inline AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; }
inline AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; }
inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 value)
{
___U3CU3Et__builder_1 = value;
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL);
#endif
}
inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast<int32_t>(offsetof(U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E, ___U3CU3E4__this_2)); }
inline CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; }
inline CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; }
inline void set_U3CU3E4__this_2(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * value)
{
___U3CU3E4__this_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value);
}
inline static int32_t get_offset_of_count_3() { return static_cast<int32_t>(offsetof(U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E, ___count_3)); }
inline int32_t get_count_3() const { return ___count_3; }
inline int32_t* get_address_of_count_3() { return &___count_3; }
inline void set_count_3(int32_t value)
{
___count_3 = value;
}
inline static int32_t get_offset_of_offset_4() { return static_cast<int32_t>(offsetof(U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E, ___offset_4)); }
inline int32_t get_offset_4() const { return ___offset_4; }
inline int32_t* get_address_of_offset_4() { return &___offset_4; }
inline void set_offset_4(int32_t value)
{
___offset_4 = value;
}
inline static int32_t get_offset_of_buffer_5() { return static_cast<int32_t>(offsetof(U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E, ___buffer_5)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buffer_5() const { return ___buffer_5; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buffer_5() { return &___buffer_5; }
inline void set_buffer_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buffer_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buffer_5), (void*)value);
}
inline static int32_t get_offset_of_cancellationToken_6() { return static_cast<int32_t>(offsetof(U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E, ___cancellationToken_6)); }
inline CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB get_cancellationToken_6() const { return ___cancellationToken_6; }
inline CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * get_address_of_cancellationToken_6() { return &___cancellationToken_6; }
inline void set_cancellationToken_6(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB value)
{
___cancellationToken_6 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_6))->___m_source_0), (void*)NULL);
}
inline static int32_t get_offset_of_U3CbytesToWriteU3E5__1_7() { return static_cast<int32_t>(offsetof(U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E, ___U3CbytesToWriteU3E5__1_7)); }
inline int32_t get_U3CbytesToWriteU3E5__1_7() const { return ___U3CbytesToWriteU3E5__1_7; }
inline int32_t* get_address_of_U3CbytesToWriteU3E5__1_7() { return &___U3CbytesToWriteU3E5__1_7; }
inline void set_U3CbytesToWriteU3E5__1_7(int32_t value)
{
___U3CbytesToWriteU3E5__1_7 = value;
}
inline static int32_t get_offset_of_U3CcurrentInputIndexU3E5__2_8() { return static_cast<int32_t>(offsetof(U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E, ___U3CcurrentInputIndexU3E5__2_8)); }
inline int32_t get_U3CcurrentInputIndexU3E5__2_8() const { return ___U3CcurrentInputIndexU3E5__2_8; }
inline int32_t* get_address_of_U3CcurrentInputIndexU3E5__2_8() { return &___U3CcurrentInputIndexU3E5__2_8; }
inline void set_U3CcurrentInputIndexU3E5__2_8(int32_t value)
{
___U3CcurrentInputIndexU3E5__2_8 = value;
}
inline static int32_t get_offset_of_U3CnumWholeBlocksInBytesU3E5__3_9() { return static_cast<int32_t>(offsetof(U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E, ___U3CnumWholeBlocksInBytesU3E5__3_9)); }
inline int32_t get_U3CnumWholeBlocksInBytesU3E5__3_9() const { return ___U3CnumWholeBlocksInBytesU3E5__3_9; }
inline int32_t* get_address_of_U3CnumWholeBlocksInBytesU3E5__3_9() { return &___U3CnumWholeBlocksInBytesU3E5__3_9; }
inline void set_U3CnumWholeBlocksInBytesU3E5__3_9(int32_t value)
{
___U3CnumWholeBlocksInBytesU3E5__3_9 = value;
}
inline static int32_t get_offset_of_U3CsemU3E5__4_10() { return static_cast<int32_t>(offsetof(U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E, ___U3CsemU3E5__4_10)); }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get_U3CsemU3E5__4_10() const { return ___U3CsemU3E5__4_10; }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of_U3CsemU3E5__4_10() { return &___U3CsemU3E5__4_10; }
inline void set_U3CsemU3E5__4_10(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value)
{
___U3CsemU3E5__4_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CsemU3E5__4_10), (void*)value);
}
inline static int32_t get_offset_of_U3CU3Eu__1_11() { return static_cast<int32_t>(offsetof(U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E, ___U3CU3Eu__1_11)); }
inline HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 get_U3CU3Eu__1_11() const { return ___U3CU3Eu__1_11; }
inline HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * get_address_of_U3CU3Eu__1_11() { return &___U3CU3Eu__1_11; }
inline void set_U3CU3Eu__1_11(HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 value)
{
___U3CU3Eu__1_11 = value;
}
inline static int32_t get_offset_of_U3CU3Eu__2_12() { return static_cast<int32_t>(offsetof(U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E, ___U3CU3Eu__2_12)); }
inline ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 get_U3CU3Eu__2_12() const { return ___U3CU3Eu__2_12; }
inline ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * get_address_of_U3CU3Eu__2_12() { return &___U3CU3Eu__2_12; }
inline void set_U3CU3Eu__2_12(ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 value)
{
___U3CU3Eu__2_12 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_12))->___m_task_0), (void*)NULL);
}
};
// System.Security.Cryptography.CryptographicException
struct CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Security.Cryptography.DES
struct DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0 : public SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789
{
public:
public:
};
struct DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_StaticFields
{
public:
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.DES::s_legalBlockSizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalBlockSizes_9;
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.DES::s_legalKeySizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalKeySizes_10;
public:
inline static int32_t get_offset_of_s_legalBlockSizes_9() { return static_cast<int32_t>(offsetof(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_StaticFields, ___s_legalBlockSizes_9)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalBlockSizes_9() const { return ___s_legalBlockSizes_9; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalBlockSizes_9() { return &___s_legalBlockSizes_9; }
inline void set_s_legalBlockSizes_9(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalBlockSizes_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_legalBlockSizes_9), (void*)value);
}
inline static int32_t get_offset_of_s_legalKeySizes_10() { return static_cast<int32_t>(offsetof(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_StaticFields, ___s_legalKeySizes_10)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalKeySizes_10() const { return ___s_legalKeySizes_10; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalKeySizes_10() { return &___s_legalKeySizes_10; }
inline void set_s_legalKeySizes_10(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalKeySizes_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_legalKeySizes_10), (void*)value);
}
};
// System.Security.Cryptography.DESTransform
struct DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44 : public SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750
{
public:
// System.Byte[] System.Security.Cryptography.DESTransform::keySchedule
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___keySchedule_16;
// System.Byte[] System.Security.Cryptography.DESTransform::byteBuff
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteBuff_17;
// System.UInt32[] System.Security.Cryptography.DESTransform::dwordBuff
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___dwordBuff_18;
public:
inline static int32_t get_offset_of_keySchedule_16() { return static_cast<int32_t>(offsetof(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44, ___keySchedule_16)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_keySchedule_16() const { return ___keySchedule_16; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_keySchedule_16() { return &___keySchedule_16; }
inline void set_keySchedule_16(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___keySchedule_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keySchedule_16), (void*)value);
}
inline static int32_t get_offset_of_byteBuff_17() { return static_cast<int32_t>(offsetof(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44, ___byteBuff_17)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_byteBuff_17() const { return ___byteBuff_17; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_byteBuff_17() { return &___byteBuff_17; }
inline void set_byteBuff_17(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___byteBuff_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___byteBuff_17), (void*)value);
}
inline static int32_t get_offset_of_dwordBuff_18() { return static_cast<int32_t>(offsetof(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44, ___dwordBuff_18)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_dwordBuff_18() const { return ___dwordBuff_18; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_dwordBuff_18() { return &___dwordBuff_18; }
inline void set_dwordBuff_18(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___dwordBuff_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dwordBuff_18), (void*)value);
}
};
struct DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields
{
public:
// System.Int32 System.Security.Cryptography.DESTransform::KEY_BIT_SIZE
int32_t ___KEY_BIT_SIZE_12;
// System.Int32 System.Security.Cryptography.DESTransform::KEY_BYTE_SIZE
int32_t ___KEY_BYTE_SIZE_13;
// System.Int32 System.Security.Cryptography.DESTransform::BLOCK_BIT_SIZE
int32_t ___BLOCK_BIT_SIZE_14;
// System.Int32 System.Security.Cryptography.DESTransform::BLOCK_BYTE_SIZE
int32_t ___BLOCK_BYTE_SIZE_15;
// System.UInt32[] System.Security.Cryptography.DESTransform::spBoxes
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___spBoxes_19;
// System.Byte[] System.Security.Cryptography.DESTransform::PC1
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___PC1_20;
// System.Byte[] System.Security.Cryptography.DESTransform::leftRotTotal
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___leftRotTotal_21;
// System.Byte[] System.Security.Cryptography.DESTransform::PC2
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___PC2_22;
// System.UInt32[] System.Security.Cryptography.DESTransform::ipTab
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___ipTab_23;
// System.UInt32[] System.Security.Cryptography.DESTransform::fpTab
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___fpTab_24;
public:
inline static int32_t get_offset_of_KEY_BIT_SIZE_12() { return static_cast<int32_t>(offsetof(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields, ___KEY_BIT_SIZE_12)); }
inline int32_t get_KEY_BIT_SIZE_12() const { return ___KEY_BIT_SIZE_12; }
inline int32_t* get_address_of_KEY_BIT_SIZE_12() { return &___KEY_BIT_SIZE_12; }
inline void set_KEY_BIT_SIZE_12(int32_t value)
{
___KEY_BIT_SIZE_12 = value;
}
inline static int32_t get_offset_of_KEY_BYTE_SIZE_13() { return static_cast<int32_t>(offsetof(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields, ___KEY_BYTE_SIZE_13)); }
inline int32_t get_KEY_BYTE_SIZE_13() const { return ___KEY_BYTE_SIZE_13; }
inline int32_t* get_address_of_KEY_BYTE_SIZE_13() { return &___KEY_BYTE_SIZE_13; }
inline void set_KEY_BYTE_SIZE_13(int32_t value)
{
___KEY_BYTE_SIZE_13 = value;
}
inline static int32_t get_offset_of_BLOCK_BIT_SIZE_14() { return static_cast<int32_t>(offsetof(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields, ___BLOCK_BIT_SIZE_14)); }
inline int32_t get_BLOCK_BIT_SIZE_14() const { return ___BLOCK_BIT_SIZE_14; }
inline int32_t* get_address_of_BLOCK_BIT_SIZE_14() { return &___BLOCK_BIT_SIZE_14; }
inline void set_BLOCK_BIT_SIZE_14(int32_t value)
{
___BLOCK_BIT_SIZE_14 = value;
}
inline static int32_t get_offset_of_BLOCK_BYTE_SIZE_15() { return static_cast<int32_t>(offsetof(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields, ___BLOCK_BYTE_SIZE_15)); }
inline int32_t get_BLOCK_BYTE_SIZE_15() const { return ___BLOCK_BYTE_SIZE_15; }
inline int32_t* get_address_of_BLOCK_BYTE_SIZE_15() { return &___BLOCK_BYTE_SIZE_15; }
inline void set_BLOCK_BYTE_SIZE_15(int32_t value)
{
___BLOCK_BYTE_SIZE_15 = value;
}
inline static int32_t get_offset_of_spBoxes_19() { return static_cast<int32_t>(offsetof(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields, ___spBoxes_19)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_spBoxes_19() const { return ___spBoxes_19; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_spBoxes_19() { return &___spBoxes_19; }
inline void set_spBoxes_19(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___spBoxes_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___spBoxes_19), (void*)value);
}
inline static int32_t get_offset_of_PC1_20() { return static_cast<int32_t>(offsetof(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields, ___PC1_20)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_PC1_20() const { return ___PC1_20; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_PC1_20() { return &___PC1_20; }
inline void set_PC1_20(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___PC1_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___PC1_20), (void*)value);
}
inline static int32_t get_offset_of_leftRotTotal_21() { return static_cast<int32_t>(offsetof(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields, ___leftRotTotal_21)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_leftRotTotal_21() const { return ___leftRotTotal_21; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_leftRotTotal_21() { return &___leftRotTotal_21; }
inline void set_leftRotTotal_21(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___leftRotTotal_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___leftRotTotal_21), (void*)value);
}
inline static int32_t get_offset_of_PC2_22() { return static_cast<int32_t>(offsetof(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields, ___PC2_22)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_PC2_22() const { return ___PC2_22; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_PC2_22() { return &___PC2_22; }
inline void set_PC2_22(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___PC2_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___PC2_22), (void*)value);
}
inline static int32_t get_offset_of_ipTab_23() { return static_cast<int32_t>(offsetof(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields, ___ipTab_23)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_ipTab_23() const { return ___ipTab_23; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_ipTab_23() { return &___ipTab_23; }
inline void set_ipTab_23(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___ipTab_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ipTab_23), (void*)value);
}
inline static int32_t get_offset_of_fpTab_24() { return static_cast<int32_t>(offsetof(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields, ___fpTab_24)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_fpTab_24() const { return ___fpTab_24; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_fpTab_24() { return &___fpTab_24; }
inline void set_fpTab_24(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___fpTab_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___fpTab_24), (void*)value);
}
};
// System.Security.Cryptography.RC2
struct RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA : public SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789
{
public:
// System.Int32 System.Security.Cryptography.RC2::EffectiveKeySizeValue
int32_t ___EffectiveKeySizeValue_9;
public:
inline static int32_t get_offset_of_EffectiveKeySizeValue_9() { return static_cast<int32_t>(offsetof(RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA, ___EffectiveKeySizeValue_9)); }
inline int32_t get_EffectiveKeySizeValue_9() const { return ___EffectiveKeySizeValue_9; }
inline int32_t* get_address_of_EffectiveKeySizeValue_9() { return &___EffectiveKeySizeValue_9; }
inline void set_EffectiveKeySizeValue_9(int32_t value)
{
___EffectiveKeySizeValue_9 = value;
}
};
struct RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA_StaticFields
{
public:
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.RC2::s_legalBlockSizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalBlockSizes_10;
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.RC2::s_legalKeySizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalKeySizes_11;
public:
inline static int32_t get_offset_of_s_legalBlockSizes_10() { return static_cast<int32_t>(offsetof(RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA_StaticFields, ___s_legalBlockSizes_10)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalBlockSizes_10() const { return ___s_legalBlockSizes_10; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalBlockSizes_10() { return &___s_legalBlockSizes_10; }
inline void set_s_legalBlockSizes_10(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalBlockSizes_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_legalBlockSizes_10), (void*)value);
}
inline static int32_t get_offset_of_s_legalKeySizes_11() { return static_cast<int32_t>(offsetof(RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA_StaticFields, ___s_legalKeySizes_11)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalKeySizes_11() const { return ___s_legalKeySizes_11; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalKeySizes_11() { return &___s_legalKeySizes_11; }
inline void set_s_legalKeySizes_11(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalKeySizes_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_legalKeySizes_11), (void*)value);
}
};
// System.Security.Cryptography.Rijndael
struct Rijndael_t9C59A398CC1C66BF7FC586DE417CCB517CCEB1DC : public SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789
{
public:
public:
};
struct Rijndael_t9C59A398CC1C66BF7FC586DE417CCB517CCEB1DC_StaticFields
{
public:
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.Rijndael::s_legalBlockSizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalBlockSizes_9;
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.Rijndael::s_legalKeySizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalKeySizes_10;
public:
inline static int32_t get_offset_of_s_legalBlockSizes_9() { return static_cast<int32_t>(offsetof(Rijndael_t9C59A398CC1C66BF7FC586DE417CCB517CCEB1DC_StaticFields, ___s_legalBlockSizes_9)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalBlockSizes_9() const { return ___s_legalBlockSizes_9; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalBlockSizes_9() { return &___s_legalBlockSizes_9; }
inline void set_s_legalBlockSizes_9(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalBlockSizes_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_legalBlockSizes_9), (void*)value);
}
inline static int32_t get_offset_of_s_legalKeySizes_10() { return static_cast<int32_t>(offsetof(Rijndael_t9C59A398CC1C66BF7FC586DE417CCB517CCEB1DC_StaticFields, ___s_legalKeySizes_10)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalKeySizes_10() const { return ___s_legalKeySizes_10; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalKeySizes_10() { return &___s_legalKeySizes_10; }
inline void set_s_legalKeySizes_10(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalKeySizes_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_legalKeySizes_10), (void*)value);
}
};
// System.Security.Cryptography.TripleDES
struct TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 : public SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789
{
public:
public:
};
struct TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1_StaticFields
{
public:
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.TripleDES::s_legalBlockSizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalBlockSizes_9;
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.TripleDES::s_legalKeySizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalKeySizes_10;
public:
inline static int32_t get_offset_of_s_legalBlockSizes_9() { return static_cast<int32_t>(offsetof(TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1_StaticFields, ___s_legalBlockSizes_9)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalBlockSizes_9() const { return ___s_legalBlockSizes_9; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalBlockSizes_9() { return &___s_legalBlockSizes_9; }
inline void set_s_legalBlockSizes_9(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalBlockSizes_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_legalBlockSizes_9), (void*)value);
}
inline static int32_t get_offset_of_s_legalKeySizes_10() { return static_cast<int32_t>(offsetof(TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1_StaticFields, ___s_legalKeySizes_10)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalKeySizes_10() const { return ___s_legalKeySizes_10; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalKeySizes_10() { return &___s_legalKeySizes_10; }
inline void set_s_legalKeySizes_10(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalKeySizes_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_legalKeySizes_10), (void*)value);
}
};
// System.UnauthorizedAccessException
struct UnauthorizedAccessException_tC2210A745BFDD3AE3559A87A4219E2945EEC9F75 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
public:
};
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
// System.Object System.ArgumentOutOfRangeException::m_actualValue
RuntimeObject * ___m_actualValue_19;
public:
inline static int32_t get_offset_of_m_actualValue_19() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___m_actualValue_19)); }
inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; }
inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; }
inline void set_m_actualValue_19(RuntimeObject * value)
{
___m_actualValue_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value);
}
};
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields
{
public:
// System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage
String_t* ____rangeMessage_18;
public:
inline static int32_t get_offset_of__rangeMessage_18() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields, ____rangeMessage_18)); }
inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; }
inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; }
inline void set__rangeMessage_18(String_t* value)
{
____rangeMessage_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value);
}
};
// System.IO.DirectoryNotFoundException
struct DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55 : public IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA
{
public:
public:
};
// System.IO.FileNotFoundException
struct FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 : public IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA
{
public:
// System.String System.IO.FileNotFoundException::_fileName
String_t* ____fileName_18;
// System.String System.IO.FileNotFoundException::_fusionLog
String_t* ____fusionLog_19;
public:
inline static int32_t get_offset_of__fileName_18() { return static_cast<int32_t>(offsetof(FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431, ____fileName_18)); }
inline String_t* get__fileName_18() const { return ____fileName_18; }
inline String_t** get_address_of__fileName_18() { return &____fileName_18; }
inline void set__fileName_18(String_t* value)
{
____fileName_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&____fileName_18), (void*)value);
}
inline static int32_t get_offset_of__fusionLog_19() { return static_cast<int32_t>(offsetof(FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431, ____fusionLog_19)); }
inline String_t* get__fusionLog_19() const { return ____fusionLog_19; }
inline String_t** get_address_of__fusionLog_19() { return &____fusionLog_19; }
inline void set__fusionLog_19(String_t* value)
{
____fusionLog_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&____fusionLog_19), (void*)value);
}
};
// System.ObjectDisposedException
struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A : public InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1
{
public:
// System.String System.ObjectDisposedException::objectName
String_t* ___objectName_17;
public:
inline static int32_t get_offset_of_objectName_17() { return static_cast<int32_t>(offsetof(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A, ___objectName_17)); }
inline String_t* get_objectName_17() const { return ___objectName_17; }
inline String_t** get_address_of_objectName_17() { return &___objectName_17; }
inline void set_objectName_17(String_t* value)
{
___objectName_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___objectName_17), (void*)value);
}
};
// System.OverflowException
struct OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D : public ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269
{
public:
public:
};
// System.PlatformNotSupportedException
struct PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 : public NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010
{
public:
public:
};
// System.Security.AccessControl.NativeObjectSecurity
struct NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A : public CommonObjectSecurity_t7B3F56D3DBF627D548C9194863D61A23889EDB16
{
public:
// System.Security.AccessControl.NativeObjectSecurity_ExceptionFromErrorCode System.Security.AccessControl.NativeObjectSecurity::exception_from_error_code
ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 * ___exception_from_error_code_3;
// System.Security.AccessControl.ResourceType System.Security.AccessControl.NativeObjectSecurity::resource_type
int32_t ___resource_type_4;
public:
inline static int32_t get_offset_of_exception_from_error_code_3() { return static_cast<int32_t>(offsetof(NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A, ___exception_from_error_code_3)); }
inline ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 * get_exception_from_error_code_3() const { return ___exception_from_error_code_3; }
inline ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 ** get_address_of_exception_from_error_code_3() { return &___exception_from_error_code_3; }
inline void set_exception_from_error_code_3(ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 * value)
{
___exception_from_error_code_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___exception_from_error_code_3), (void*)value);
}
inline static int32_t get_offset_of_resource_type_4() { return static_cast<int32_t>(offsetof(NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A, ___resource_type_4)); }
inline int32_t get_resource_type_4() const { return ___resource_type_4; }
inline int32_t* get_address_of_resource_type_4() { return &___resource_type_4; }
inline void set_resource_type_4(int32_t value)
{
___resource_type_4 = value;
}
};
// System.Security.AccessControl.PrivilegeNotHeldException
struct PrivilegeNotHeldException_tF1E0959BD9AB8A73A4AF952958C0BF406FA23EDF : public UnauthorizedAccessException_tC2210A745BFDD3AE3559A87A4219E2945EEC9F75
{
public:
public:
};
// System.Security.AccessControl.QualifiedAce
struct QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F : public KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA
{
public:
// System.Byte[] System.Security.AccessControl.QualifiedAce::opaque
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___opaque_4;
public:
inline static int32_t get_offset_of_opaque_4() { return static_cast<int32_t>(offsetof(QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F, ___opaque_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_opaque_4() const { return ___opaque_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_opaque_4() { return &___opaque_4; }
inline void set_opaque_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___opaque_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___opaque_4), (void*)value);
}
};
// System.Security.Cryptography.CryptographicUnexpectedOperationException
struct CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE : public CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A
{
public:
public:
};
// System.Security.Cryptography.DESCryptoServiceProvider
struct DESCryptoServiceProvider_t4970DFD468A963066369D2D518FD0882628649F6 : public DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0
{
public:
public:
};
// System.Security.Cryptography.RC2CryptoServiceProvider
struct RC2CryptoServiceProvider_t38C55A1EDCC512A04C4F35B6160755668D1AC797 : public RC2_t132839173DF797C9821C92F0E7D467B573C6A2BA
{
public:
// System.Boolean System.Security.Cryptography.RC2CryptoServiceProvider::m_use40bitSalt
bool ___m_use40bitSalt_12;
public:
inline static int32_t get_offset_of_m_use40bitSalt_12() { return static_cast<int32_t>(offsetof(RC2CryptoServiceProvider_t38C55A1EDCC512A04C4F35B6160755668D1AC797, ___m_use40bitSalt_12)); }
inline bool get_m_use40bitSalt_12() const { return ___m_use40bitSalt_12; }
inline bool* get_address_of_m_use40bitSalt_12() { return &___m_use40bitSalt_12; }
inline void set_m_use40bitSalt_12(bool value)
{
___m_use40bitSalt_12 = value;
}
};
struct RC2CryptoServiceProvider_t38C55A1EDCC512A04C4F35B6160755668D1AC797_StaticFields
{
public:
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.RC2CryptoServiceProvider::s_legalKeySizes
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___s_legalKeySizes_13;
public:
inline static int32_t get_offset_of_s_legalKeySizes_13() { return static_cast<int32_t>(offsetof(RC2CryptoServiceProvider_t38C55A1EDCC512A04C4F35B6160755668D1AC797_StaticFields, ___s_legalKeySizes_13)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_s_legalKeySizes_13() const { return ___s_legalKeySizes_13; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_s_legalKeySizes_13() { return &___s_legalKeySizes_13; }
inline void set_s_legalKeySizes_13(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___s_legalKeySizes_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_legalKeySizes_13), (void*)value);
}
};
// System.Security.Cryptography.RijndaelManaged
struct RijndaelManaged_t4E3376C5DAE4AB0D658F4A00A1FE7496DB258182 : public Rijndael_t9C59A398CC1C66BF7FC586DE417CCB517CCEB1DC
{
public:
public:
};
// System.Security.Cryptography.TripleDESCryptoServiceProvider
struct TripleDESCryptoServiceProvider_t9DC43BD25787CDC4A1C702E699F5038881A8D389 : public TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1
{
public:
public:
};
// System.Security.AccessControl.CryptoKeySecurity
struct CryptoKeySecurity_t706D8A1A2EFD4A085BE82405CE47A9A128772186 : public NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A
{
public:
public:
};
// System.Security.AccessControl.ObjectAce
struct ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 : public QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F
{
public:
// System.Guid System.Security.AccessControl.ObjectAce::object_ace_type
Guid_t ___object_ace_type_5;
// System.Guid System.Security.AccessControl.ObjectAce::inherited_object_type
Guid_t ___inherited_object_type_6;
// System.Security.AccessControl.ObjectAceFlags System.Security.AccessControl.ObjectAce::object_ace_flags
int32_t ___object_ace_flags_7;
public:
inline static int32_t get_offset_of_object_ace_type_5() { return static_cast<int32_t>(offsetof(ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8, ___object_ace_type_5)); }
inline Guid_t get_object_ace_type_5() const { return ___object_ace_type_5; }
inline Guid_t * get_address_of_object_ace_type_5() { return &___object_ace_type_5; }
inline void set_object_ace_type_5(Guid_t value)
{
___object_ace_type_5 = value;
}
inline static int32_t get_offset_of_inherited_object_type_6() { return static_cast<int32_t>(offsetof(ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8, ___inherited_object_type_6)); }
inline Guid_t get_inherited_object_type_6() const { return ___inherited_object_type_6; }
inline Guid_t * get_address_of_inherited_object_type_6() { return &___inherited_object_type_6; }
inline void set_inherited_object_type_6(Guid_t value)
{
___inherited_object_type_6 = value;
}
inline static int32_t get_offset_of_object_ace_flags_7() { return static_cast<int32_t>(offsetof(ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8, ___object_ace_flags_7)); }
inline int32_t get_object_ace_flags_7() const { return ___object_ace_flags_7; }
inline int32_t* get_address_of_object_ace_flags_7() { return &___object_ace_flags_7; }
inline void set_object_ace_flags_7(int32_t value)
{
___object_ace_flags_7 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.Security.AccessControl.GenericAce[]
struct GenericAceU5BU5D_tF2B18ADC88D8E2E5DAE165B778AB83EE6992014F : public RuntimeArray
{
public:
ALIGN_FIELD (8) GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * m_Items[1];
public:
inline GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray
{
public:
ALIGN_FIELD (8) uint8_t m_Items[1];
public:
inline uint8_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
{
m_Items[index] = value;
}
};
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Delegate_t * m_Items[1];
public:
inline Delegate_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Delegate_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Security.Cryptography.KeySizes[]
struct KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E : public RuntimeArray
{
public:
ALIGN_FIELD (8) KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * m_Items[1];
public:
inline KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Il2CppChar m_Items[1];
public:
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Il2CppChar value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
{
m_Items[index] = value;
}
};
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray
{
public:
ALIGN_FIELD (8) String_t* m_Items[1];
public:
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
public:
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.UInt32[]
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB : public RuntimeArray
{
public:
ALIGN_FIELD (8) uint32_t m_Items[1];
public:
inline uint32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value)
{
m_Items[index] = value;
}
};
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___capacity0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Object>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// T System.Collections.Generic.List`1/Enumerator<System.Object>::get_Current()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1/Enumerator<System.Object>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// T System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m451452782977192583A6374A799099FCCD9BD83E_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Insert(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Insert_m327E513FB78F72441BBF2756AFCC788F89A4FA52_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::RemoveAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m3CAF82E0FF61CD84E251E0F7231BBB867C9755C2_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromCancellation<System.Int32>(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * Task_FromCancellation_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m9308AB377C21815221796A65F008519EA9FE7DE6_gshared (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken0, const RuntimeMethod* method);
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 AsyncTaskMethodBuilder_1_Create_mB155504875E2454883E034E847877A9DEA85E318_gshared (const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Start<System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34>(!!0&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m44985BB14C0BEB66B9B87B3205FD65CA660524DD_gshared (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * ___stateMachine0, const RuntimeMethod* method);
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::get_Task()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * AsyncTaskMethodBuilder_1_get_Task_m939AAFF5841821CC09C627DCDEB2DFD5B933DFC2_gshared (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37>(TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_mBBC9F696FB165BD8316D0DB0834AE1D94F2FA92E_gshared (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E * ___stateMachine0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitOnCompleted<System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable,System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34>(!!0&,!!1&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m8F02490ED1BA90F925C6ED954F0ED2497DE5B07A_gshared (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * ___awaiter0, U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * ___stateMachine1, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34>(!!0&,!!1&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_mFC644CE2776D37D1FA13594A6CB8A2D0947931AD_gshared (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * ___awaiter0, U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * ___stateMachine1, const RuntimeMethod* method);
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult> System.Threading.Tasks.Task`1<System.Int32>::ConfigureAwait(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A Task_1_ConfigureAwait_m88DF0C431456B72CA5CF2534AE96969FDB86F982_gshared (Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * __this, bool ___continueOnCapturedContext0, const RuntimeMethod* method);
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Int32>::GetAwaiter()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E ConfiguredTaskAwaitable_1_GetAwaiter_m10B0B84F72A27E623BD94882380E582459F8B8DE_gshared_inline (ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>::get_IsCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_get_IsCompleted_mCBD6C3EF024E1D7C538268F338BD0C4BA712FA92_gshared (ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>,System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34>(!!0&,!!1&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m85CBC3084DC61CE12A01D07E47F8A6B0A44A561A_gshared (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E * ___awaiter0, U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * ___stateMachine1, const RuntimeMethod* method);
// TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>::GetResult()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConfiguredTaskAwaiter_GetResult_m05FB789E6901C9496B94A722DF99239A979A2623_gshared (ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::SetException(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetException_mC6242DDCD4119CD73267E4B9888FF3474D795821_gshared (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, Exception_t * ___exception0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::SetResult(TResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetResult_mAFB12C1766B74D412E293BA7AB711615A14C2230_gshared (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, int32_t ___result0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetStateMachine_mADB2F2ED219BD69EC85F7516C62FB23F840BB877_gshared (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitOnCompleted<System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable,System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37>(TAwaiter&,TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m4B77B5926937C3C251D9252BCA69FA2E8A81A337_gshared (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * ___awaiter0, U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E * ___stateMachine1, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37>(TAwaiter&,TStateMachine&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4_gshared (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * ___awaiter0, U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E * ___stateMachine1, const RuntimeMethod* method);
// TResult System.Func`1<System.Object>::Invoke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Func_1_Invoke_m33E1702C6A8DBC8D2A39F4E9A1F5B14BEFAD9597_gshared (Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * __this, const RuntimeMethod* method);
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.GenericAcl::CopyTo(System.Security.AccessControl.GenericAce[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericAcl_CopyTo_mD2AA0986720C731F5ADF3A91474F2BCA9E372C6E (GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA * __this, GenericAceU5BU5D_tF2B18ADC88D8E2E5DAE165B778AB83EE6992014F* ___array0, int32_t ___index1, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.AceEnumerator::.ctor(System.Security.AccessControl.GenericAcl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AceEnumerator__ctor_mBBC72885476C8E67FE1768F8C438F2A8D996A722 (AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7 * __this, GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA * ___owner0, const RuntimeMethod* method);
// System.Security.AccessControl.AceEnumerator System.Security.AccessControl.GenericAcl::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7 * GenericAcl_GetEnumerator_mB1067EB35EEBC0160F852340FEBCC75F6E7104FA (GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.GenericAce::.ctor(System.Security.AccessControl.AceType,System.Security.AccessControl.AceFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericAce__ctor_m6199BD9639066D422704C6F09A9F67EA7177FC32 (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * __this, uint8_t ___type0, uint8_t ___flags1, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.GenericAce::.ctor(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericAce__ctor_mDE95FD169B11D5B81FA247086D91EB00851CB42A (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___offset1, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonObjectSecurity::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonObjectSecurity__ctor_mC765F55C5C0ED0BF0B97B0A898F97A7C567D7851 (CommonObjectSecurity_t7B3F56D3DBF627D548C9194863D61A23889EDB16 * __this, bool ___isContainer0, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.NativeObjectSecurity::.ctor(System.Boolean,System.Security.AccessControl.ResourceType,System.String,System.Security.AccessControl.AccessControlSections,System.Security.AccessControl.NativeObjectSecurity/ExceptionFromErrorCode,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeObjectSecurity__ctor_m37E3C0790927732C556CC7829983F91E413487AC (NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A * __this, bool ___isContainer0, int32_t ___resourceType1, String_t* ___name2, int32_t ___includeSections3, ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 * ___exceptionFromErrorCode4, RuntimeObject * ___exceptionContext5, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.NativeObjectSecurity::.ctor(System.Boolean,System.Security.AccessControl.ResourceType,System.Security.AccessControl.NativeObjectSecurity/ExceptionFromErrorCode,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeObjectSecurity__ctor_m5A1AE9D9C85D5F7160AA3F365F8E78F9BA26C29F (NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A * __this, bool ___isContainer0, int32_t ___resourceType1, ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 * ___exceptionFromErrorCode2, RuntimeObject * ___exceptionContext3, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.NativeObjectSecurity::RaiseExceptionOnFailure(System.Int32,System.String,System.Runtime.InteropServices.SafeHandle,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeObjectSecurity_RaiseExceptionOnFailure_m64A133771FF9F7BAD36C669CC60EA35777326904 (NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A * __this, int32_t ___errorCode0, String_t* ___name1, SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * ___handle2, RuntimeObject * ___context3, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.NativeObjectSecurity::ClearAccessControlSectionsModified()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeObjectSecurity_ClearAccessControlSectionsModified_m1102421D1E42853DA5E3CAA54B0D602A942134C5 (NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.ObjectSecurity::WriteLock()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectSecurity_WriteLock_m3CCE5F7B025AEC8BDDC4017C48B4CDC4867008E2 (ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.ObjectSecurity::set_AccessControlSectionsModified(System.Security.AccessControl.AccessControlSections)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectSecurity_set_AccessControlSectionsModified_m89C34E98AD8F8F88D0B30181ABFB64DB94AE4D0F (ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.ObjectSecurity::WriteUnlock()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectSecurity_WriteUnlock_mC730CDB6A036D81AE717D6FB10DFFFB0473BADB4 (ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 * __this, const RuntimeMethod* method);
// System.Void System.IO.FileNotFoundException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileNotFoundException__ctor_m426397F3057E33AC98F74A0F472CF001FD2583BA (FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 * __this, const RuntimeMethod* method);
// System.Void System.IO.DirectoryNotFoundException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DirectoryNotFoundException__ctor_m242EED407C69B00F298FFC56B2CF8AE1AEC23E86 (DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55 * __this, const RuntimeMethod* method);
// System.Void System.UnauthorizedAccessException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnauthorizedAccessException__ctor_mE67AE27F79595BF7594E2D76D24336E64293693E (UnauthorizedAccessException_tC2210A745BFDD3AE3559A87A4219E2945EEC9F75 * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.PrivilegeNotHeldException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrivilegeNotHeldException__ctor_mAD61983A9400D25FE95D17D73A3E7FC27D585BEB (PrivilegeNotHeldException_tF1E0959BD9AB8A73A4AF952958C0BF406FA23EDF * __this, const RuntimeMethod* method);
// System.String System.Int32::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02 (int32_t* __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method);
// System.Void System.InvalidOperationException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.NativeObjectSecurity/ExceptionFromErrorCode::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionFromErrorCode__ctor_m83789E8BCF7B04A82795419EF4573E4B701E1FB5 (ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Exception System.Security.AccessControl.NativeObjectSecurity/ExceptionFromErrorCode::Invoke(System.Int32,System.String,System.Runtime.InteropServices.SafeHandle,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * ExceptionFromErrorCode_Invoke_m93E67BFC0D113AF4CB6DDDE4B3F96782B4E07970 (ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 * __this, int32_t ___errorCode0, String_t* ___name1, SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * ___handle2, RuntimeObject * ___context3, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.NativeObjectSecurity/<>c__DisplayClass20_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass20_0__ctor_mB746AF0F4D07BC7A0C74B485CD9D04E3C9326BD9 (U3CU3Ec__DisplayClass20_0_t364A4A33918881B41638D92CBE0E1F52C6884E85 * __this, const RuntimeMethod* method);
// System.OperatingSystem System.Environment::get_OSVersion()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * Environment_get_OSVersion_mD6E99E279170E00D17F7D29F242EF65434812233 (const RuntimeMethod* method);
// System.PlatformID System.OperatingSystem::get_Platform()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t OperatingSystem_get_Platform_m36635DD0A3D5442E515AB8D2EA3C7092348A5181_inline (OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * __this, const RuntimeMethod* method);
// System.Void System.PlatformNotSupportedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_m651139B17C9EE918551490BC675754EA8EA3E7C7 (PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.NativeObjectSecurity/GetSecurityInfoNativeCall::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetSecurityInfoNativeCall__ctor_m6F2B8A67ECCC392213B74CA37BBFC17EDFE3E1D4 (GetSecurityInfoNativeCall_t2D7C2CF021CB88FD4B91DDC8F65BE9EE9071F04F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Int32 System.Security.AccessControl.NativeObjectSecurity::Win32GetHelper(System.Security.AccessControl.NativeObjectSecurity/GetSecurityInfoNativeCall,System.Security.AccessControl.AccessControlSections)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeObjectSecurity_Win32GetHelper_mBA40D55404CD94527B5A348CB3E183F4FD76D0B6 (NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A * __this, GetSecurityInfoNativeCall_t2D7C2CF021CB88FD4B91DDC8F65BE9EE9071F04F * ___nativeCall0, int32_t ___includeSections1, const RuntimeMethod* method);
// System.Int32 System.Security.AccessControl.NativeObjectSecurity/GetSecurityInfoNativeCall::Invoke(System.Security.AccessControl.SecurityInfos,System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GetSecurityInfoNativeCall_Invoke_mCFF12C15DE0B39888DBD7345A611CA23A26D08AF (GetSecurityInfoNativeCall_t2D7C2CF021CB88FD4B91DDC8F65BE9EE9071F04F * __this, int32_t ___securityInfos0, intptr_t* ___owner1, intptr_t* ___group2, intptr_t* ___dacl3, intptr_t* ___sacl4, intptr_t* ___descriptor5, const RuntimeMethod* method);
// System.Boolean System.Security.AccessControl.NativeObjectSecurity::IsValidSecurityDescriptor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeObjectSecurity_IsValidSecurityDescriptor_m8DA168C7A4C8660D004F0534B8C788E5D69CBEC6 (intptr_t ___descriptor0, const RuntimeMethod* method);
// System.Int32 System.Security.AccessControl.NativeObjectSecurity::GetSecurityDescriptorLength(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeObjectSecurity_GetSecurityDescriptorLength_m3A6BA613EF3E0E648DD722BC1E336C98494E1DE1 (intptr_t ___descriptor0, const RuntimeMethod* method);
// System.Void System.Runtime.InteropServices.Marshal::Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_Copy_m64744D9E23AFC00AA06CD6B057E19B7C0CE4C0C2 (intptr_t ___source0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___destination1, int32_t ___startIndex2, int32_t ___length3, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.ObjectSecurity::SetSecurityDescriptorBinaryForm(System.Byte[],System.Security.AccessControl.AccessControlSections)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectSecurity_SetSecurityDescriptorBinaryForm_m895F109F4ECE05E3A657E61D7602C21BB9AC71AE (ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___includeSections1, const RuntimeMethod* method);
// System.IntPtr System.Security.AccessControl.NativeObjectSecurity::LocalFree(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t NativeObjectSecurity_LocalFree_m3548C7014C81DFFA2CBE655B64B9A3559379BC5C (intptr_t ___handle0, const RuntimeMethod* method);
// System.Security.AccessControl.ResourceType System.Security.AccessControl.NativeObjectSecurity::get_ResourceType()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NativeObjectSecurity_get_ResourceType_m7EC971BA4FDBA1219CA9D1136F541E291F72CEBD_inline (NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A * __this, const RuntimeMethod* method);
// System.Boolean System.String::StartsWith(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.InvalidOperationException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, const RuntimeMethod* method);
// System.Int32 System.String::get_Length()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method);
// System.String System.String::Substring(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method);
// System.String System.Security.AccessControl.NativeObjectSecurity::Win32FixName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NativeObjectSecurity_Win32FixName_m0C24722F1F772D69E5ACFBF1ED385DA46E046D11 (NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Int32 System.Security.AccessControl.NativeObjectSecurity::GetNamedSecurityInfo(System.String,System.Security.AccessControl.ResourceType,System.Security.AccessControl.SecurityInfos,System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeObjectSecurity_GetNamedSecurityInfo_m31311F5861E181ADBB8AB5C53D6EBD279EFAEF4F (String_t* ___name0, int32_t ___resourceType1, int32_t ___securityInfos2, intptr_t* ___owner3, intptr_t* ___group4, intptr_t* ___dacl5, intptr_t* ___sacl6, intptr_t* ___descriptor7, const RuntimeMethod* method);
// System.Security.AccessControl.AceType System.Security.AccessControl.ObjectAce::ConvertType(System.Security.AccessControl.AceQualifier,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ObjectAce_ConvertType_m7872FC11080E950D79E067A8A743F99AAF525BE4 (int32_t ___qualifier0, bool ___isCallback1, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.QualifiedAce::.ctor(System.Security.AccessControl.AceType,System.Security.AccessControl.AceFlags,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QualifiedAce__ctor_mE4F36A606FAA8D11F84480AF38B8DAB1CB31FEB7 (QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * __this, uint8_t ___type0, uint8_t ___flags1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___opaque2, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.KnownAce::set_AccessMask(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void KnownAce_set_AccessMask_m9F4390BD828ED4D7EC8C2011BC614F7BB0F67771_inline (KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.KnownAce::set_SecurityIdentifier(System.Security.Principal.SecurityIdentifier)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void KnownAce_set_SecurityIdentifier_m6B9E64CBB21F892BDF99FC2625CC4CA492F80490_inline (KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * __this, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___value0, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.ObjectAce::set_ObjectAceFlags(System.Security.AccessControl.ObjectAceFlags)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ObjectAce_set_ObjectAceFlags_mE52E17879B29EA3ECD432B5D1FE4690A346F31BC_inline (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.ObjectAce::set_ObjectAceType(System.Guid)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ObjectAce_set_ObjectAceType_m3D450EE8ABA07C1CA77F94CC6DD439D2047B7A65_inline (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, Guid_t ___value0, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.ObjectAce::set_InheritedObjectAceType(System.Guid)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ObjectAce_set_InheritedObjectAceType_mAC3F3D9191BEF49C430109BEE113FE792FF3357E_inline (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, Guid_t ___value0, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.QualifiedAce::.ctor(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QualifiedAce__ctor_mAFAE27AAA918499A0A4A898FA6310919D026FCCB (QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___offset1, const RuntimeMethod* method);
// System.UInt16 System.Security.AccessControl.GenericAce::ReadUShort(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t GenericAce_ReadUShort_m37019B0557F34804AE52CF2B801B5186CCB6DDBA (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method);
// System.Int32 System.Security.AccessControl.GenericAce::ReadInt(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GenericAce_ReadInt_m6C1BF0995701C2A5028F81E3A0BA326F712E7FD7 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method);
// System.Boolean System.Security.AccessControl.ObjectAce::get_ObjectAceTypePresent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectAce_get_ObjectAceTypePresent_m97D9D0C69765778E60DD48A586572D3E322803DE (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, const RuntimeMethod* method);
// System.Boolean System.Security.AccessControl.ObjectAce::get_InheritedObjectAceTypePresent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectAce_get_InheritedObjectAceTypePresent_mD5C70A0989BFD84EDC551ACA424724E2846EDDE6 (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, const RuntimeMethod* method);
// System.Guid System.Security.AccessControl.ObjectAce::ReadGuid(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t ObjectAce_ReadGuid_mFBC3B5ECA3593E006F5D4308A7FD293FC35004A3 (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method);
// System.Void System.Security.Principal.SecurityIdentifier::.ctor(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityIdentifier__ctor_mAC9DF9ABE74C86AD3505E99FAB308FF2AB13F8F0 (SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___offset1, const RuntimeMethod* method);
// System.Security.Principal.SecurityIdentifier System.Security.AccessControl.KnownAce::get_SecurityIdentifier()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * KnownAce_get_SecurityIdentifier_mCB19F441A27D354C1313298AFDB6B984119B8454_inline (KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * __this, const RuntimeMethod* method);
// System.Int32 System.Security.Principal.SecurityIdentifier::get_BinaryLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecurityIdentifier_get_BinaryLength_mE5A1A7C77853A066CE9A7A681FD090EA13FDF94E (SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * __this, const RuntimeMethod* method);
// System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.QualifiedAce::SetOpaque(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QualifiedAce_SetOpaque_m6D5086D5675F43C19A89EEB9BAB4EC59E7C2B0A1 (QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___opaque0, const RuntimeMethod* method);
// System.Int32 System.Security.AccessControl.QualifiedAce::get_OpaqueLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t QualifiedAce_get_OpaqueLength_m731AD69FD7E296E70BAF4BE03C243614C1FD6825 (QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * __this, const RuntimeMethod* method);
// System.Security.AccessControl.ObjectAceFlags System.Security.AccessControl.ObjectAce::get_ObjectAceFlags()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ObjectAce_get_ObjectAceFlags_mB753AD2314BB5BEFAD21943928852AC10C063545_inline (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, const RuntimeMethod* method);
// System.Security.AccessControl.AceType System.Security.AccessControl.GenericAce::get_AceType()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint8_t GenericAce_get_AceType_m0868DBA834C12D4646D26BAE195361DF72FCF037_inline (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * __this, const RuntimeMethod* method);
// System.Security.AccessControl.AceFlags System.Security.AccessControl.GenericAce::get_AceFlags()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint8_t GenericAce_get_AceFlags_m739DFEF208355207EB179BC7022C819CD75F3011_inline (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.GenericAce::WriteUShort(System.UInt16,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericAce_WriteUShort_m593E1F86C20BD19EBE7463F3B49522FA64CD2DAB (uint16_t ___val0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, int32_t ___offset2, const RuntimeMethod* method);
// System.Int32 System.Security.AccessControl.KnownAce::get_AccessMask()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KnownAce_get_AccessMask_mADE66B04303B8A63969CF045F63674BE4784BB49_inline (KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.GenericAce::WriteInt(System.Int32,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericAce_WriteInt_m6B3C47FBD83D540728F2E32B14EC9D7FED5DC114 (int32_t ___val0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, int32_t ___offset2, const RuntimeMethod* method);
// System.Guid System.Security.AccessControl.ObjectAce::get_ObjectAceType()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Guid_t ObjectAce_get_ObjectAceType_m07AE269B542364C13FAAD9F2D19CF35AECF7B73C_inline (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.ObjectAce::WriteGuid(System.Guid,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectAce_WriteGuid_mD4AF643E137FEB86B276CC08AFB025A7C15E6155 (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, Guid_t ___val0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, int32_t ___offset2, const RuntimeMethod* method);
// System.Guid System.Security.AccessControl.ObjectAce::get_InheritedObjectAceType()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Guid_t ObjectAce_get_InheritedObjectAceType_mB21B003BCA610E21265704B7D1AEAFE4BB37E714_inline (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, const RuntimeMethod* method);
// System.Void System.Security.Principal.SecurityIdentifier::GetBinaryForm(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityIdentifier_GetBinaryForm_mFC4794B23E526093466A7D415AC3886916CF7D35 (SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___offset1, const RuntimeMethod* method);
// System.Byte[] System.Security.AccessControl.QualifiedAce::GetOpaque()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* QualifiedAce_GetOpaque_m1BA930EAEE6E70366DD9CBA196CC1C1616DE5853 (QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method);
// System.Byte[] System.Guid::ToByteArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Guid_ToByteArray_m5E99B09A26EA3A1943CC8FE697E247DAC5465223 (Guid_t * __this, const RuntimeMethod* method);
// System.Void System.Guid::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_m93F5E840798B5FB4B96497327B3907829EBA100A (Guid_t * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___b0, const RuntimeMethod* method);
// System.Void System.Threading.ReaderWriterLock::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReaderWriterLock__ctor_m2AD92754C4944FB9FABE8E8E624D962EDE708CC1 (ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.DiscretionaryAcl::.ctor(System.Boolean,System.Boolean,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DiscretionaryAcl__ctor_m911CBE9E5B13329AC3E7E9FEAED60C5A9740BAC9 (DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * __this, bool ___isContainer0, bool ___isDS1, int32_t ___capacity2, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonSecurityDescriptor::.ctor(System.Boolean,System.Boolean,System.Security.AccessControl.ControlFlags,System.Security.Principal.SecurityIdentifier,System.Security.Principal.SecurityIdentifier,System.Security.AccessControl.SystemAcl,System.Security.AccessControl.DiscretionaryAcl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonSecurityDescriptor__ctor_m09811351EE5967A96F3BE62E20A29D599DDAF173 (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, bool ___isContainer0, bool ___isDS1, int32_t ___flags2, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___owner3, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___group4, SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * ___systemAcl5, DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * ___discretionaryAcl6, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.ObjectSecurity::.ctor(System.Security.AccessControl.CommonSecurityDescriptor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectSecurity__ctor_mA76608197FD3618F44E872054A5D4E8C7B187492 (ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 * __this, CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * ___securityDescriptor0, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.ObjectSecurity::Reading()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectSecurity_Reading_m59E85C438BE036CC5C4817AD68A9553D71978A9C (ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.ObjectSecurity::Writing()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectSecurity_Writing_m3E5E6FD9D67CA9F8C5B97F36EE3C113F0EF65DC0 (ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 * __this, const RuntimeMethod* method);
// System.Boolean System.Security.AccessControl.CommonSecurityDescriptor::get_IsContainer()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CommonSecurityDescriptor_get_IsContainer_mB4ADC8B13E0218DA38E54D983DC2D95FC77E1E68_inline (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, const RuntimeMethod* method);
// System.Boolean System.Security.AccessControl.CommonSecurityDescriptor::get_IsDS()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CommonSecurityDescriptor_get_IsDS_m41886ECFD6797054FDB83C440665BC83AE0D23A7_inline (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, const RuntimeMethod* method);
// System.Boolean System.Security.AccessControl.ObjectSecurity::get_IsContainer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectSecurity_get_IsContainer_mD0BF2E3D9FC24C606BA1FCBDCCD2D662A324CF2A (ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 * __this, const RuntimeMethod* method);
// System.Boolean System.Security.AccessControl.ObjectSecurity::get_IsDS()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectSecurity_get_IsDS_m5CBEA0598E00E598E1896612E32D86FFB5F0A36C (ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonSecurityDescriptor::.ctor(System.Boolean,System.Boolean,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonSecurityDescriptor__ctor_mCB36E213B7CC9849D26296F9119B479953E21D50 (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, bool ___isContainer0, bool ___isDS1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm2, int32_t ___offset3, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.ObjectSecurity::CopySddlForm(System.Security.AccessControl.CommonSecurityDescriptor,System.Security.AccessControl.AccessControlSections)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectSecurity_CopySddlForm_mF1089686769FF9768731A12041626A8482A44974 (ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 * __this, CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * ___sourceDescriptor0, int32_t ___includeSections1, const RuntimeMethod* method);
// System.Security.AccessControl.AccessControlSections System.Security.AccessControl.ObjectSecurity::get_AccessControlSectionsModified()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ObjectSecurity_get_AccessControlSectionsModified_m38CB4D591777474E7596EA0041DB40E41FF4F1F3 (ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 * __this, const RuntimeMethod* method);
// System.Security.AccessControl.SystemAcl System.Security.AccessControl.CommonSecurityDescriptor::get_SystemAcl()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * CommonSecurityDescriptor_get_SystemAcl_mDF0FDA356302E2FD9E7DE71204D936C6F2C90FDC_inline (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonSecurityDescriptor::set_SystemAcl(System.Security.AccessControl.SystemAcl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonSecurityDescriptor_set_SystemAcl_mBDE853A14D09AFD9F16F5AE52EF33206E6BA7DF3 (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * ___value0, const RuntimeMethod* method);
// System.Security.AccessControl.DiscretionaryAcl System.Security.AccessControl.CommonSecurityDescriptor::get_DiscretionaryAcl()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * CommonSecurityDescriptor_get_DiscretionaryAcl_mB02F53CEC82209F8906E13CF99CB8D836447773D_inline (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonSecurityDescriptor::set_DiscretionaryAcl(System.Security.AccessControl.DiscretionaryAcl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonSecurityDescriptor_set_DiscretionaryAcl_mF28ADCAB105C646F13024D07BE19EF73B2B91C4F (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * ___value0, const RuntimeMethod* method);
// System.Boolean System.Threading.ReaderWriterLock::get_IsReaderLockHeld()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReaderWriterLock_get_IsReaderLockHeld_m32719A7224B1E06E953BC8C6D93C3298752BEE1F (ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * __this, const RuntimeMethod* method);
// System.Boolean System.Threading.ReaderWriterLock::get_IsWriterLockHeld()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReaderWriterLock_get_IsWriterLockHeld_mD26A5969A01181CBA073EDD251FDA082F1757323 (ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * __this, const RuntimeMethod* method);
// System.Void System.Threading.ReaderWriterLock::AcquireWriterLock(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReaderWriterLock_AcquireWriterLock_mD71492F867BCD99F266A10EF7734949BD3DA3C9B (ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * __this, int32_t ___millisecondsTimeout0, const RuntimeMethod* method);
// System.Void System.Threading.ReaderWriterLock::ReleaseWriterLock()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReaderWriterLock_ReleaseWriterLock_mEF4B756CF56289B9368F32279F26E88E1DD3D8C6 (ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * __this, const RuntimeMethod* method);
// System.Void System.NotImplementedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4 (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.KnownAce::.ctor(System.Security.AccessControl.AceType,System.Security.AccessControl.AceFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KnownAce__ctor_mEA1501D7215D41E904551C4382F516976C1E9186 (KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * __this, uint8_t ___type0, uint8_t ___flags1, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.KnownAce::.ctor(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KnownAce__ctor_m8EA8DECD4F6DD27C2FB571484B1CFC9C199A2A3C (KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___offset1, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Object System.Array::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176 (RuntimeArray * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.GenericAcl::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericAcl__ctor_m4A5207D2FE5C79E97A6FEB19D0A24A836045D507 (GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Security.AccessControl.GenericAce>::.ctor(System.Int32)
inline void List_1__ctor_mE408A01F55E1618399C6C061DB7D7839E5BCFE1C (List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, ___capacity0, method);
}
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m755B01B4B4595B447596E3281F22FD7CE6DAE378 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, RuntimeObject * ___actualValue1, String_t* ___message2, const RuntimeMethod* method);
// System.UInt16 System.Security.AccessControl.RawAcl::ReadUShort(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t RawAcl_ReadUShort_m7241DA48A614FA22C5661AD2701B9D1B45B2ACBA (RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method);
// System.Security.AccessControl.GenericAce System.Security.AccessControl.GenericAce::CreateFromBinaryForm(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * GenericAce_CreateFromBinaryForm_m9350031471C5CD0D91CB2501CC8C2D70B9B7A02A (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___offset1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Security.AccessControl.GenericAce>::Add(T)
inline void List_1_Add_m2629F6282571310B418BF79388C8B19C8FBFE087 (List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * __this, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A *, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Security.AccessControl.GenericAce>::GetEnumerator()
inline Enumerator_t02F9AA26FBFE06162BA9DC0FFA3614CAF8B38F7C List_1_GetEnumerator_mCFAF0BD1E70EC641529F34D67E3200DAFE22F361 (List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * __this, const RuntimeMethod* method)
{
return (( Enumerator_t02F9AA26FBFE06162BA9DC0FFA3614CAF8B38F7C (*) (List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method);
}
// T System.Collections.Generic.List`1/Enumerator<System.Security.AccessControl.GenericAce>::get_Current()
inline GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * Enumerator_get_Current_m99BC618F4F81B5609E8D06D9EEBB5043E792A7B1_inline (Enumerator_t02F9AA26FBFE06162BA9DC0FFA3614CAF8B38F7C * __this, const RuntimeMethod* method)
{
return (( GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * (*) (Enumerator_t02F9AA26FBFE06162BA9DC0FFA3614CAF8B38F7C *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__this, method);
}
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Security.AccessControl.GenericAce>::MoveNext()
inline bool Enumerator_MoveNext_m73D1ED120C6DAB7490519372EFC2EA933D0CCC0D (Enumerator_t02F9AA26FBFE06162BA9DC0FFA3614CAF8B38F7C * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t02F9AA26FBFE06162BA9DC0FFA3614CAF8B38F7C *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1/Enumerator<System.Security.AccessControl.GenericAce>::Dispose()
inline void Enumerator_Dispose_m765310E5F7DF06153D8814342C01798C84784764 (Enumerator_t02F9AA26FBFE06162BA9DC0FFA3614CAF8B38F7C * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t02F9AA26FBFE06162BA9DC0FFA3614CAF8B38F7C *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, method);
}
// System.Int32 System.Collections.Generic.List`1<System.Security.AccessControl.GenericAce>::get_Count()
inline int32_t List_1_get_Count_mD3A7ADD8374B3F420CC374E8A474447DD0AF7A4A_inline (List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// T System.Collections.Generic.List`1<System.Security.AccessControl.GenericAce>::get_Item(System.Int32)
inline GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * List_1_get_Item_m682C2CA3232895C690E1B1D72634C829AFD73485_inline (List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * (*) (List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Void System.Collections.Generic.List`1<System.Security.AccessControl.GenericAce>::set_Item(System.Int32,T)
inline void List_1_set_Item_m59AABD1E615AEA5D0686F232829AAFA6E5287E7C (List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * __this, int32_t ___index0, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___value1, const RuntimeMethod* method)
{
(( void (*) (List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A *, int32_t, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *, const RuntimeMethod*))List_1_set_Item_m451452782977192583A6374A799099FCCD9BD83E_gshared)(__this, ___index0, ___value1, method);
}
// System.Void System.Security.AccessControl.RawAcl::WriteUShort(System.UInt16,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawAcl_WriteUShort_mCA973809DC1D4FA2A2268C224E8900F61B4BA8AF (RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * __this, uint16_t ___val0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, int32_t ___offset2, const RuntimeMethod* method);
// System.Boolean System.Security.AccessControl.GenericAce::op_Equality(System.Security.AccessControl.GenericAce,System.Security.AccessControl.GenericAce)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GenericAce_op_Equality_m74177533EFFCF807A61750F01AD159BC7AB52C95 (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___left0, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___right1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Security.AccessControl.GenericAce>::Insert(System.Int32,T)
inline void List_1_Insert_mAD7474E5CB8790BE4B36B4D91ED01009ABA114A2 (List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * __this, int32_t ___index0, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___item1, const RuntimeMethod* method)
{
(( void (*) (List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A *, int32_t, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *, const RuntimeMethod*))List_1_Insert_m327E513FB78F72441BBF2756AFCC788F89A4FA52_gshared)(__this, ___index0, ___item1, method);
}
// System.Void System.Collections.Generic.List`1<System.Security.AccessControl.GenericAce>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_mD53E5B18607E5F221AF1208A979E39FC4DF8C0C2 (List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * __this, int32_t ___index0, const RuntimeMethod* method)
{
(( void (*) (List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m3CAF82E0FF61CD84E251E0F7231BBB867C9755C2_gshared)(__this, ___index0, method);
}
// System.Void System.Security.AccessControl.GenericSecurityDescriptor::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericSecurityDescriptor__ctor_m1662AA7E0E8A9DC932DD4E9FEADDD55FEBE19915 (GenericSecurityDescriptor_t2996F327109B05E79BA8499485EB182A34D376B0 * __this, const RuntimeMethod* method);
// System.UInt16 System.Security.AccessControl.RawSecurityDescriptor::ReadUShort(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t RawSecurityDescriptor_ReadUShort_m4FB89AEDA221FD90E4F6924BD16800CA3CA27349 (RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method);
// System.Int32 System.Security.AccessControl.RawSecurityDescriptor::ReadInt(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RawSecurityDescriptor_ReadInt_mA794A293FBA2F91A3F5B49A80743B855A2895DF3 (RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.RawAcl::.ctor(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawAcl__ctor_m69BB38C1BA9A18B7F344907CCD2855545AE734C7 (RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___offset1, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonAcl::.ctor(System.Boolean,System.Boolean,System.Security.AccessControl.RawAcl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl__ctor_m9645D418BD6073E02B9BBD83D5A5EB040C8A1C51 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, bool ___isContainer0, bool ___isDS1, RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * ___rawAcl2, const RuntimeMethod* method);
// System.Int32 System.Security.AccessControl.CommonAcl::GetCanonicalExplicitAceCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommonAcl_GetCanonicalExplicitAceCount_m2E2FCD4AF9A708259CB72774D0019A57D8D52CBC (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, const RuntimeMethod* method);
// System.Void System.Security.AccessControl.CommonAcl::ApplyCanonicalSortToExplicitAces(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonAcl_ApplyCanonicalSortToExplicitAces_m33CC63406F58065CF6919096F67FC8F33F82F9A5 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, int32_t ___start0, int32_t ___count1, const RuntimeMethod* method);
// System.Boolean System.Security.AccessControl.CommonAcl::IsAceMeaningless(System.Security.AccessControl.GenericAce)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommonAcl_IsAceMeaningless_m04D78F50226DF8F9BDBEF3B590070AF584A2E057 (CommonAcl_t2CA59F1EA3CAA9CCE1C8A01B3F40A9C9931F3542 * __this, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___ace0, const RuntimeMethod* method);
// System.Security.AccessControl.AuditFlags System.Security.AccessControl.GenericAce::get_AuditFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GenericAce_get_AuditFlags_m6F51B4F6C8EE22FE2D397C2ACF1CB87D95F05F9C (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * __this, const RuntimeMethod* method);
// System.Boolean System.Security.AccessControl.SystemAcl::IsValidAuditFlags(System.Security.AccessControl.AuditFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SystemAcl_IsValidAuditFlags_mDED94EDE2199CB728604A3B295E15694F2E4C377 (int32_t ___auditFlags0, const RuntimeMethod* method);
// System.Boolean System.Security.AccessControl.GenericAce::op_Inequality(System.Security.AccessControl.GenericAce,System.Security.AccessControl.GenericAce)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GenericAce_op_Inequality_m2DDC78117593BCFC2284FF1FCD25D9EA7953AAA6 (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___left0, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___right1, const RuntimeMethod* method);
// System.Security.AccessControl.AceQualifier System.Security.AccessControl.QualifiedAce::get_AceQualifier()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t QualifiedAce_get_AceQualifier_mB682164ED7FB2FA54BA0F480E425BFBDF28CF231 (QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SymmetricAlgorithm::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricAlgorithm__ctor_mA48D09DF35BE5C20350B379682F1F7FE1278F755 (SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * __this, const RuntimeMethod* method);
// System.Security.Cryptography.Aes System.Security.Cryptography.Aes::Create(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653 * Aes_Create_m38354BC6E569F7B6D10BD5760915D90921520998 (String_t* ___algorithmName0, const RuntimeMethod* method);
// System.Object System.Security.Cryptography.CryptoConfig::CreateFromName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CryptoConfig_CreateFromName_mB7B977E2EFA4B5AAC601FB0E261F4509E341A9B4 (String_t* ___name0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.KeySizes::.ctor(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeySizes__ctor_m82BEC3FBD67588FCBA0BDD6DCC0412DA20730A51 (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * __this, int32_t ___minSize0, int32_t ___maxSize1, int32_t ___skipSize2, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.AsymmetricAlgorithm::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricAlgorithm_Clear_m6B49796597BF5B1532F3D5D50C241808E24B15BA (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, const RuntimeMethod* method);
// System.Void System.GC::SuppressFinalize(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425 (RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 System.Security.Cryptography.KeySizes::get_SkipSize()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeySizes_get_SkipSize_m1749DBFABF927033CA1F790DDE1A25EB9A377E33_inline (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * __this, const RuntimeMethod* method);
// System.Int32 System.Security.Cryptography.KeySizes::get_MinSize()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeySizes_get_MinSize_m1160A46CAEE9F589C22B82440CDFBBD3085CB47B_inline (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * __this, const RuntimeMethod* method);
// System.Int32 System.Security.Cryptography.KeySizes::get_MaxSize()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeySizes_get_MaxSize_m0DA99EB5B5DE65B27B83EC85F634BBC6382E1691_inline (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * __this, const RuntimeMethod* method);
// System.String System.Environment::GetResourceString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9 (String_t* ___key0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98 (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RSACryptoServiceProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider__ctor_m9249D579A83FC34306B6B1A53B677FC0C1DD21E1 (RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptoAPITransform::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoAPITransform_Dispose_m1F85F99B32212755104B3834D8DA29EE8A262840 (CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF * __this, bool ___disposing0, const RuntimeMethod* method);
// System.String[] System.String::Split(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_m13262358217AD2C119FD1B9733C3C0289D608512 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, const RuntimeMethod* method);
// System.String Locale::GetText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324 (String_t* ___msg0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptographicUnexpectedOperationException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicUnexpectedOperationException__ctor_mBBDF264CFD6435CEC4994D4DE065BA91CC7D38EE (CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Byte System.Convert::ToByte(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mF5A487816056F3D1509511E3CD8FA1DF3D91F581 (String_t* ___value0, const RuntimeMethod* method);
// System.Byte System.Convert::ToByte(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mC952E2B42FF6008EF2123228A0BFB9054531EB64 (int32_t ___value0, const RuntimeMethod* method);
// System.Int64 System.Convert::ToInt64(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m740F0CA2696F5D04F06456FCBFE08E942B12B4A6 (String_t* ___value0, const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.CryptoConfig::EncodeLongNumber(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* CryptoConfig_EncodeLongNumber_m7DF4266FD7C23C1AFB19007B397A2A38FBA58335 (int64_t ___x0, const RuntimeMethod* method);
// System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353 (RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method);
// System.Byte System.Convert::ToByte(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m645FE381788C101B2BE504F57811E655AD432935 (int64_t ___value0, const RuntimeMethod* method);
// System.Void System.OverflowException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731 (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Object System.Security.Cryptography.CryptoConfig::CreateFromName(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CryptoConfig_CreateFromName_m5A439AFB2C2C030652C65B2584CEE020F66A4D0C (String_t* ___name0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method);
// System.String System.String::ToLowerInvariant()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E (String_t* __this, const RuntimeMethod* method);
// System.UInt32 <PrivateImplementationDetails>::ComputeStringHash(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_m5C1A2CA6703F0D94CE54FF9003154837BB1CDF9A (String_t* ___s0, const RuntimeMethod* method);
// System.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider__ctor_mFCE50857F38AF469241EFD54DC59A5EFFE3C3586 (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DSASignatureDeformatter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSASignatureDeformatter__ctor_m8E7DEE311992CE6C639D9F137F4E925C803A9339 (DSASignatureDeformatter_tC4F6EE7636F9BD85197A80563E80DD1138A82372 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DSASignatureFormatter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSASignatureFormatter__ctor_m6CEFE3C963790DFBE33A5E7B15FBDAF36926269D (DSASignatureFormatter_tFEE16240E774EC2338F2B0292CB850CDEE735421 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DSASignatureDescription::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSASignatureDescription__ctor_m760E369C55BFFC133EFB06E1BAFC45CB303BB327 (DSASignatureDescription_t71AB8FDAC84C28BCCA886EB888A59534631DB07A * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DESCryptoServiceProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESCryptoServiceProvider__ctor_m58ABBD0055043979901A6EE80F860CA545D5858E (DESCryptoServiceProvider_t4970DFD468A963066369D2D518FD0882628649F6 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMACMD5::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACMD5__ctor_mA2C65541E2EAC52AFACBA80E18DD65645F4DA2FD (HMACMD5_t8C6693E41EEA9BF26BBAF880B405CC170C43F11B * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMACRIPEMD160::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACRIPEMD160__ctor_m5986F562451144C1D4393C9B9269631B77E22E7D (HMACRIPEMD160_t52BA0101B60F21F4C0BB62E6F37E4E8B169DAD71 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMACSHA1::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA1__ctor_m1B63EC00D993F8321E617B509220C7A7874403B7 (HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMACSHA256::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA256__ctor_mA6B0165D77CF7868A4F6C2BCED68B0E3D0D5C7A7 (HMACSHA256_t597088501D2683C794DD40CBCC54FA0E6D93E414 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMACSHA384::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA384__ctor_mE3E283CAA7D53044E99A46E9A8C6E4D11B9F0B37 (HMACSHA384_t4AB70A19F033E20CFD5C3E53D9B4745165F4AB09 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMACSHA512::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA512__ctor_m5F7BF4FA9FAF90E6479E77FF55EE71200A260757 (HMACSHA512_t2E9505616EE76E773A963928F94B750C6A52070D * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.MACTripleDES::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MACTripleDES__ctor_mB0D7FBC6A89C4295715545BE4CC8C7C224404974 (MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider__ctor_m44F02FCA0F830601738D9672ACA342719C8CD823 (MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RC2CryptoServiceProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2CryptoServiceProvider__ctor_m47A5ED7A434CE8376717B5409FE2D8B2A65A563E (RC2CryptoServiceProvider_t38C55A1EDCC512A04C4F35B6160755668D1AC797 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RijndaelManaged::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelManaged__ctor_mA6A1CDD39CD6CFCD208B3F102A01C90B5C4D4134 (RijndaelManaged_t4E3376C5DAE4AB0D658F4A00A1FE7496DB258182 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RIPEMD160Managed::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RIPEMD160Managed__ctor_m62F44985E773461D1CD493D01FAB75B684E8AE6C (RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider__ctor_m5D6369AAF2AD50F4052C89B66B612E4C317FCF7E (RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RSAPKCS1SignatureDeformatter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SignatureDeformatter__ctor_m36BA038F0EA665AB19E566C673C0D9559665D41E (RSAPKCS1SignatureDeformatter_tC0F0E21B4C925CF6F250441EC51CD4804895597C * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RSAPKCS1SignatureFormatter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SignatureFormatter__ctor_m05822AA34501BF843FBBA2A571A9CD6259EC8D06 (RSAPKCS1SignatureFormatter_t72A0E518D1DF05E0469FCF760558E4CA497F19B6 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RSAPKCS1SHA1SignatureDescription::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SHA1SignatureDescription__ctor_m5323DDAD6A4783C7E41521DA9DBD86FB99304464 (RSAPKCS1SHA1SignatureDescription_tED5464E2310FB099A9E4CA33E856E6660B8187C2 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RSAPKCS1SHA256SignatureDescription::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SHA256SignatureDescription__ctor_mC4D95218BE716A941A99D8E11EFE48B2CD2AEE3E (RSAPKCS1SHA256SignatureDescription_t3A450D8CA6745B32DA9FE5C9E503CFFED71C02F4 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RSAPKCS1SHA384SignatureDescription::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SHA384SignatureDescription__ctor_m950676A97068276569F8AC6300AD5F6A5610408D (RSAPKCS1SHA384SignatureDescription_t623F93C7BDFA2260275B0262C075C93541F2CC01 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RSAPKCS1SHA512SignatureDescription::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SHA512SignatureDescription__ctor_mAD114A0EEBE956594FB800E3DEE60B69B85FC099 (RSAPKCS1SHA512SignatureDescription_t12BD99F575828992ACC6A9937F9B5008C2F6F03E * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SHA1CryptoServiceProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1CryptoServiceProvider__ctor_mBF42658CD66193D7FF26F04B4FFB81BB385C5A6F (SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SHA1Managed::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Managed__ctor_m7565B5C5B9F0B2A4BECF3B704D87C865FCDEF358 (SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SHA256Managed::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA256Managed__ctor_mE7ED908AA6371B0BA6184B06894171B10A589529 (SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SHA384Managed::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA384Managed__ctor_m2E394905D81228BDFE17F3970C55709DBBB7EE3B (SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SHA512Managed::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA512Managed__ctor_m69C0B4F5849CF1D2B3C1D244F853A952434476DF (SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.TripleDESCryptoServiceProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TripleDESCryptoServiceProvider__ctor_m7289D757BFDD86AFB6458DDC633BB5935112BC28 (TripleDESCryptoServiceProvider_t9DC43BD25787CDC4A1C702E699F5038881A8D389 * __this, const RuntimeMethod* method);
// System.Type System.Type::GetType(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetType_mCF0A3B28889C9FFB9987C8D30C23DF0912E7C00C (String_t* ___typeName0);
// System.Object System.Activator::CreateInstance(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_mD06EE47879F606317C6DA91FB63E678CABAC6A16 (Type_t * ___type0, const RuntimeMethod* method);
// System.String System.Security.Cryptography.CryptoConfig::MapNameToOID(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CryptoConfig_MapNameToOID_m7BFE28C0EEE501476F199F445B0E17EE0AC93210 (String_t* ___name0, const RuntimeMethod* method);
// System.Void System.IO.Stream::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptoStream::InitializeBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_InitializeBuffer_m6B1A734BADB817D61E6DCBC8780AB0C359089188 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method);
// System.Void System.NotSupportedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Boolean System.Security.Cryptography.CryptoStream::get_HasFlushedFinalBlock()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CryptoStream_get_HasFlushedFinalBlock_mCA9C75EE30F8F809D0A1C11E867988E7B380146D_inline (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptoStream::FlushFinalBlock()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_FlushFinalBlock_mCB6AE6FCC4ECBFB864B259B39701B31C2811DED9 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method);
// System.Void System.Array::Clear(System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method);
// System.Type System.Object::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method);
// System.Boolean System.Type::op_Inequality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method);
// System.Threading.Tasks.Task System.IO.Stream::FlushAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Stream_FlushAsync_m6FF6F6B6CFBEC607B2FC08B8C09CB40054E865F4 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken0, const RuntimeMethod* method);
// System.Boolean System.Threading.CancellationToken::get_IsCancellationRequested()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationToken_get_IsCancellationRequested_mCF3521778F20F7048B7121885794B9562324447D (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB * __this, const RuntimeMethod* method);
// System.Threading.Tasks.Task System.Threading.Tasks.Task::get_CompletedTask()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_get_CompletedTask_mBB0764E7FDE04E900FFBE5B1BE6B815193681E86 (const RuntimeMethod* method);
// System.Threading.Tasks.Task System.Threading.Tasks.Task::FromCancellation(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_FromCancellation_m2106218A961C3950EA87A16189081D7DFB42B860 (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken0, const RuntimeMethod* method);
// System.Boolean System.Buffer::InternalBlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2 (RuntimeArray * ___src0, int32_t ___srcOffsetBytes1, RuntimeArray * ___dst2, int32_t ___dstOffsetBytes3, int32_t ___byteCount4, const RuntimeMethod* method);
// System.Threading.Tasks.Task`1<System.Int32> System.IO.Stream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * Stream_ReadAsync_m72417EC430FE2302C8CF2D67B0BFE81FBADE4A83 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, const RuntimeMethod* method);
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromCancellation<System.Int32>(System.Threading.CancellationToken)
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * Task_FromCancellation_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m9308AB377C21815221796A65F008519EA9FE7DE6 (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken0, const RuntimeMethod* method)
{
return (( Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * (*) (CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB , const RuntimeMethod*))Task_FromCancellation_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m9308AB377C21815221796A65F008519EA9FE7DE6_gshared)(___cancellationToken0, method);
}
// System.Threading.Tasks.Task`1<System.Int32> System.Security.Cryptography.CryptoStream::ReadAsyncInternal(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * CryptoStream_ReadAsyncInternal_m07B9F6B34F847BF0D523D9D3FB94756E1BFCF1D1 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, const RuntimeMethod* method);
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Create()
inline AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 AsyncTaskMethodBuilder_1_Create_mB155504875E2454883E034E847877A9DEA85E318 (const RuntimeMethod* method)
{
return (( AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_mB155504875E2454883E034E847877A9DEA85E318_gshared)(method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Start<System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34>(!!0&)
inline void AsyncTaskMethodBuilder_1_Start_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m44985BB14C0BEB66B9B87B3205FD65CA660524DD (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *, U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m44985BB14C0BEB66B9B87B3205FD65CA660524DD_gshared)(__this, ___stateMachine0, method);
}
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::get_Task()
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * AsyncTaskMethodBuilder_1_get_Task_m939AAFF5841821CC09C627DCDEB2DFD5B933DFC2 (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, const RuntimeMethod* method)
{
return (( Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * (*) (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_m939AAFF5841821CC09C627DCDEB2DFD5B933DFC2_gshared)(__this, method);
}
// System.Threading.Tasks.Task System.IO.Stream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Stream_WriteAsync_mEA7EDCE2C825C3FBD011A6A17B49DF300E67034F (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, const RuntimeMethod* method);
// System.Threading.Tasks.Task System.Security.Cryptography.CryptoStream::WriteAsyncInternal(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * CryptoStream_WriteAsyncInternal_mD365E75E64AE8E3774ADDB274D7D9624AD0C6F86 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, const RuntimeMethod* method);
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 AsyncTaskMethodBuilder_Create_m081DF9A202E7C2F3CF3D41E1E63E63DA18F19FDB (const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37>(TStateMachine&)
inline void AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_mBBC9F696FB165BD8316D0DB0834AE1D94F2FA92E (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E * ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *, U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E *, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_mBBC9F696FB165BD8316D0DB0834AE1D94F2FA92E_gshared)(__this, ___stateMachine0, method);
}
// System.Threading.Tasks.Task System.Runtime.CompilerServices.AsyncTaskMethodBuilder::get_Task()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * AsyncTaskMethodBuilder_get_Task_m3E45BC00F7D224FEA04AB9BF26DB52E131D33022 (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, const RuntimeMethod* method);
// System.Void System.IO.Stream::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_mC0F23B2D31DC853B12A10F0233173A278FF21B05 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, bool ___disposing0, const RuntimeMethod* method);
// System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable::GetAwaiter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 HopToThreadPoolAwaitable_GetAwaiter_m9214034A5FDFD5F3170F5B1C94A0616035D4F0CE (HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * __this, const RuntimeMethod* method);
// System.Boolean System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable::get_IsCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HopToThreadPoolAwaitable_get_IsCompleted_mF4341825B24C25EC320188AA2DD388840C2F4E87 (HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitOnCompleted<System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable,System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34>(!!0&,!!1&)
inline void AsyncTaskMethodBuilder_1_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m8F02490ED1BA90F925C6ED954F0ED2497DE5B07A (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * ___awaiter0, U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * ___stateMachine1, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *, HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *, U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m8F02490ED1BA90F925C6ED954F0ED2497DE5B07A_gshared)(__this, ___awaiter0, ___stateMachine1, method);
}
// System.Void System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable::GetResult()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HopToThreadPoolAwaitable_GetResult_mD9CD5C47ADA39C55EC6C984E6697C1F876000EF5 (HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * __this, const RuntimeMethod* method);
// System.Threading.SemaphoreSlim System.IO.Stream::EnsureAsyncActiveSemaphoreInitialized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * Stream_EnsureAsyncActiveSemaphoreInitialized_m874CD5FC48757D8810E4DD57DADD850A338BDED2 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, const RuntimeMethod* method);
// System.Threading.Tasks.Task System.Threading.SemaphoreSlim::WaitAsync()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * SemaphoreSlim_WaitAsync_mEEDF1F56EF96E2276622B97F79A28D194169B9F6 (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, const RuntimeMethod* method);
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable System.Threading.Tasks.Task::ConfigureAwait(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 Task_ConfigureAwait_m2FB91172F9031B0CC520D9D09B658ACC5FD6CE02 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, bool ___continueOnCapturedContext0, const RuntimeMethod* method);
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable::GetAwaiter()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 ConfiguredTaskAwaitable_GetAwaiter_m1EF40F198D32924E2D0F41E20B99CADBF5DDD303_inline (ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::get_IsCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_get_IsCompleted_mDD0292137E15882AF385AE9D2FB1C8B0BEE89BDD (ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34>(!!0&,!!1&)
inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_mFC644CE2776D37D1FA13594A6CB8A2D0947931AD (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * ___awaiter0, U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * ___stateMachine1, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *, ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *, U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_mFC644CE2776D37D1FA13594A6CB8A2D0947931AD_gshared)(__this, ___awaiter0, ___stateMachine1, method);
}
// System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::GetResult()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfiguredTaskAwaiter_GetResult_m7DFE5EAFB3C1F70B40948EFF46E9B13F1E260062 (ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * __this, const RuntimeMethod* method);
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult> System.Threading.Tasks.Task`1<System.Int32>::ConfigureAwait(System.Boolean)
inline ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A Task_1_ConfigureAwait_m88DF0C431456B72CA5CF2534AE96969FDB86F982 (Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * __this, bool ___continueOnCapturedContext0, const RuntimeMethod* method)
{
return (( ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A (*) (Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 *, bool, const RuntimeMethod*))Task_1_ConfigureAwait_m88DF0C431456B72CA5CF2534AE96969FDB86F982_gshared)(__this, ___continueOnCapturedContext0, method);
}
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Int32>::GetAwaiter()
inline ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E ConfiguredTaskAwaitable_1_GetAwaiter_m10B0B84F72A27E623BD94882380E582459F8B8DE_inline (ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A * __this, const RuntimeMethod* method)
{
return (( ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E (*) (ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A *, const RuntimeMethod*))ConfiguredTaskAwaitable_1_GetAwaiter_m10B0B84F72A27E623BD94882380E582459F8B8DE_gshared_inline)(__this, method);
}
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>::get_IsCompleted()
inline bool ConfiguredTaskAwaiter_get_IsCompleted_mCBD6C3EF024E1D7C538268F338BD0C4BA712FA92 (ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E * __this, const RuntimeMethod* method)
{
return (( bool (*) (ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E *, const RuntimeMethod*))ConfiguredTaskAwaiter_get_IsCompleted_mCBD6C3EF024E1D7C538268F338BD0C4BA712FA92_gshared)(__this, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>,System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34>(!!0&,!!1&)
inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m85CBC3084DC61CE12A01D07E47F8A6B0A44A561A (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E * ___awaiter0, U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * ___stateMachine1, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *, ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E *, U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m85CBC3084DC61CE12A01D07E47F8A6B0A44A561A_gshared)(__this, ___awaiter0, ___stateMachine1, method);
}
// TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>::GetResult()
inline int32_t ConfiguredTaskAwaiter_GetResult_m05FB789E6901C9496B94A722DF99239A979A2623 (ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E *, const RuntimeMethod*))ConfiguredTaskAwaiter_GetResult_m05FB789E6901C9496B94A722DF99239A979A2623_gshared)(__this, method);
}
// System.Int32 System.Threading.SemaphoreSlim::Release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SemaphoreSlim_Release_m963242914A622613DD41C740400F7D40C85BD169 (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::SetException(System.Exception)
inline void AsyncTaskMethodBuilder_1_SetException_mC6242DDCD4119CD73267E4B9888FF3474D795821 (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, Exception_t * ___exception0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *, Exception_t *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_mC6242DDCD4119CD73267E4B9888FF3474D795821_gshared)(__this, ___exception0, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::SetResult(TResult)
inline void AsyncTaskMethodBuilder_1_SetResult_mAFB12C1766B74D412E293BA7AB711615A14C2230 (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, int32_t ___result0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *, int32_t, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_mAFB12C1766B74D412E293BA7AB711615A14C2230_gshared)(__this, ___result0, method);
}
// System.Void System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadAsyncInternalU3Ed__34_MoveNext_m1990DFCC2A368E7F6C3D5860CD6A5F0D1CA52321 (U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
inline void AsyncTaskMethodBuilder_1_SetStateMachine_mADB2F2ED219BD69EC85F7516C62FB23F840BB877 (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *, RuntimeObject*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetStateMachine_mADB2F2ED219BD69EC85F7516C62FB23F840BB877_gshared)(__this, ___stateMachine0, method);
}
// System.Void System.Security.Cryptography.CryptoStream/<ReadAsyncInternal>d__34::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadAsyncInternalU3Ed__34_SetStateMachine_mE32A82BC7577A5773F2479EED72EB28F39623FDD (U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitOnCompleted<System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable,System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37>(TAwaiter&,TStateMachine&)
inline void AsyncTaskMethodBuilder_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m4B77B5926937C3C251D9252BCA69FA2E8A81A337 (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * ___awaiter0, U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E * ___stateMachine1, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *, HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *, U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m4B77B5926937C3C251D9252BCA69FA2E8A81A337_gshared)(__this, ___awaiter0, ___stateMachine1, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37>(TAwaiter&,TStateMachine&)
inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4 (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * ___awaiter0, U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E * ___stateMachine1, const RuntimeMethod* method)
{
(( void (*) (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *, ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *, U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4_gshared)(__this, ___awaiter0, ___stateMachine1, method);
}
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetException(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetException_m370C484922A63A6EF96E241D1370B8814F1F2D6B (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, Exception_t * ___exception0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetResult()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetResult_m151016FB698F3BB34A73BAE693A97513A7E4C838 (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteAsyncInternalU3Ed__37_MoveNext_m9EF356C478AF99D283AC2F8CB027E027B49352C5 (U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetStateMachine_mB5DD68F7C49EA6D452AEBA02B1B98AED898C3C25 (AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptoStream/<WriteAsyncInternal>d__37::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteAsyncInternalU3Ed__37_SetStateMachine_m4A99EAA551718254A8D19CFBBF98CAF94815B0A5 (U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method);
// System.Threading.Tasks.Task System.Threading.Tasks.Task::Run(System.Action)
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_Run_m201E4C04F97BCF541633AF913DF20C6FF7872E44 (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___action0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable::OnCompleted(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HopToThreadPoolAwaitable_OnCompleted_m510470BFACBCF381224511B120DABF672EBBB0AE (HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * __this, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___continuation0, const RuntimeMethod* method);
// System.Void System.SystemException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Exception::SetErrorCode(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7 (Exception_t * __this, int32_t ___hr0, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831 (const RuntimeMethod* method);
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method);
// System.Void System.SystemException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
// System.String Microsoft.Win32.Win32Native::GetMessage(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Win32Native_GetMessage_m68D6D40DD33D7F2FF30B7CE600BADBEB4EE41B87 (int32_t ___hr0, const RuntimeMethod* method);
// System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949 (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mE4CECD7E58EFCF815F415BE5231DCF0201D11C6C (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, int32_t ___hr0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptographicException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_m2CAA456FA0D04EA563568B9E2E32108D5CE5405F (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_m65F4E67FD9D0449B5BFFC04E359BF3EC098075DA (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mA5B62B482A9F39F0B6C95D0C6FB89F1D67ECB344 (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method);
// System.String System.Environment::GetResourceString(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB (String_t* ___key0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___values1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CspParameters::.ctor(System.Int32,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_mF3139669D97ADCB8C35BD6F360A46A160CD63DB9 (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, int32_t ___dwTypeIn0, String_t* ___strProviderNameIn1, String_t* ___strContainerNameIn2, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CspParameters::.ctor(System.Int32,System.String,System.String,System.Security.Cryptography.CspProviderFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_m10519416C8753E29E05F57E7F193C8C269863B7A (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, int32_t ___providerType0, String_t* ___providerName1, String_t* ___keyContainerName2, int32_t ___flags3, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CspParameters::set_Flags(System.Security.Cryptography.CspProviderFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters_set_Flags_m4982C5960E9DE0BE5FA72E859B5DF0FB803B9E1F (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Security.Cryptography.CspProviderFlags System.Security.Cryptography.CspParameters::get_Flags()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t CspParameters_get_Flags_mE608E41F1F3E31E1E99920231849E14A786CCAFA_inline (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, const RuntimeMethod* method);
// System.Boolean System.Security.Cryptography.DES::IsWeakKey(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DES_IsWeakKey_m172D762DB529259B396017F0392B78486A45CFD5 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbKey0, const RuntimeMethod* method);
// System.Boolean System.Security.Cryptography.DES::IsSemiWeakKey(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DES_IsSemiWeakKey_m30F619E1752B49408D8BD0920001832114D461E4 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbKey0, const RuntimeMethod* method);
// System.Boolean System.Security.Cryptography.SymmetricAlgorithm::ValidKeySize(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SymmetricAlgorithm_ValidKeySize_m08B525A5E6F08E0358DDB6FBC1E55C0DBE1703FB (SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * __this, int32_t ___bitLength0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mA09CE78A67CC67991C8D2F77FBC4F8029E593195 (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, String_t* ___format0, String_t* ___insert1, const RuntimeMethod* method);
// System.Boolean System.Security.Cryptography.DES::IsLegalKeySize(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DES_IsLegalKeySize_m7C8E3D643D89F35133905EDA53CB539A4D90EE6A (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbKey0, const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.Utils::FixupKeyParity(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Utils_FixupKeyParity_m7D3A063A57E6D1C45DD249BA4D393C2A652A9160 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key0, const RuntimeMethod* method);
// System.UInt64 System.Security.Cryptography.DES::QuadWordFromBigEndian(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t DES_QuadWordFromBigEndian_mB2231F9FCAF1E950017B18A859191080ABB484AF (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___block0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DES::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DES__ctor_mC48B4009A8AAFF31960324D035688D17B6E5B096 (DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0 * __this, const RuntimeMethod* method);
// System.Boolean System.Security.Cryptography.Utils::HasAlgorithm(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utils_HasAlgorithm_m610CD16DE06FEFE92116C9F3B20881090C85C3D0 (int32_t ___dwCalg0, int32_t ___dwKeySize1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DESTransform::.ctor(System.Security.Cryptography.SymmetricAlgorithm,System.Boolean,System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESTransform__ctor_mFC6D834707ED030BD236AFF842227D80E46FA4D2 (DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44 * __this, SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * ___symmAlgo0, bool ___encryption1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___iv3, const RuntimeMethod* method);
// System.Security.Cryptography.RNGCryptoServiceProvider System.Security.Cryptography.Utils::get_StaticRandomNumberGenerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1 * Utils_get_StaticRandomNumberGenerator_m1D4C52DC69E815ABE0F1F1CA0CCBD10A7AB6D2E2 (const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.SymmetricTransform::.ctor(System.Security.Cryptography.SymmetricAlgorithm,System.Boolean,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform__ctor_mFB4A57FD66418928944A29FEA8C212D7785C1644 (SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 * __this, SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * ___symmAlgo0, bool ___encryption1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbIV2, const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.DESTransform::GetStrongKey()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DESTransform_GetStrongKey_m0B0B7D9EC7956E5F1C072020D363E04A112CE34E (const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DESTransform::SetKey(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESTransform_SetKey_m4C6F7A7436DA890B16691B942B5E3623CDDF8DBF (DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DESTransform::BSwap(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESTransform_BSwap_m08AFB53C67A4FB1F7D644F917E26F1674F5EE7EC (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteBuff0, const RuntimeMethod* method);
// System.UInt32 System.Security.Cryptography.DESTransform::CipherFunct(System.UInt32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95 (DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44 * __this, uint32_t ___r0, int32_t ___n1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DESTransform::Permutation(System.Byte[],System.Byte[],System.UInt32[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESTransform_Permutation_mE318281053CF7C1BAF2D23827D10DE3F1BEC29C2 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___output1, UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___permTab2, bool ___preSwap3, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DESTransform::ProcessBlock(System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESTransform_ProcessBlock_m20F8F3100E200473195701E8C3A4FE91215CEC5B (DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___output1, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.KeyBuilder::Key(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* KeyBuilder_Key_mE2BA9CC6CF77F5A93BC03E878DCB6EFB6E1A0332 (int32_t ___size0, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * ___array0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___fldHandle1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.AsymmetricAlgorithm::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricAlgorithm__ctor_m2CC64409B1183D15BF9703D8581233B11D5D11EC (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, const RuntimeMethod* method);
// System.Exception System.Security.Cryptography.DSA::DerivedClassMustOverride()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * DSA_DerivedClassMustOverride_m78A7B052AD8FE0D61068272D3814446993EF2858 (const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, const RuntimeMethod* method);
// System.String System.Security.Cryptography.HashAlgorithmName::get_Name()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* HashAlgorithmName_get_Name_mFFCF361D43C64412C96737345AC79B760DF9D237_inline (HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F * __this, const RuntimeMethod* method);
// System.Boolean System.String::IsNullOrEmpty(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* ___value0, const RuntimeMethod* method);
// System.Exception System.Security.Cryptography.DSA::HashAlgorithmNameNullOrEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * DSA_HashAlgorithmNameNullOrEmpty_mD303065AED79DB4AA2992DD30AF5094B2C3987BC (const RuntimeMethod* method);
// System.Void System.Security.Util.Parser::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parser__ctor_m0CDE29B2C7F6A81A38EB4D0C708C442512BB66E2 (Parser_tD4E1A3DB8457E4F97C6B057B01BADD8319821281 * __this, String_t* ___input0, const RuntimeMethod* method);
// System.Security.SecurityElement System.Security.Util.Parser::GetTopElement()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * Parser_GetTopElement_m7BB8E2C60CC98EAEB8A8DBC324A1AE087E784873 (Parser_tD4E1A3DB8457E4F97C6B057B01BADD8319821281 * __this, const RuntimeMethod* method);
// System.String System.Security.SecurityElement::SearchForTextOfLocalName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_SearchForTextOfLocalName_m7FDD6508D1B4DED92CAEB7F8D6E0B9EF48B97FE8 (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___strLocalName0, const RuntimeMethod* method);
// System.String System.Security.Cryptography.Utils::DiscardWhiteSpaces(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Utils_DiscardWhiteSpaces_mA5C5623B47212515790DDB1B0201FA27C06C2A50 (String_t* ___inputBuffer0, const RuntimeMethod* method);
// System.Byte[] System.Convert::FromBase64String(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Convert_FromBase64String_m079F788D000703E8018DA39BE9C05F1CBF60B156 (String_t* ___s0, const RuntimeMethod* method);
// System.Int32 System.Security.Cryptography.Utils::ConvertByteArrayToInt(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Utils_ConvertByteArrayToInt_m26A11EE0CF377BFBF17FBADF8A29D1F08851A019 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input0, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
// System.String System.Convert::ToBase64String(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inArray0, const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.Utils::ConvertIntToByteArray(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Utils_ConvertIntToByteArray_mE72CEEEFF655612CE6B76FD30C38F3420A2FCDCE (int32_t ___dwInput0, const RuntimeMethod* method);
// System.Void System.NotImplementedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider__ctor_m7543CB44E8F80ADC129572DD56E4C11F4C18B790 (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, int32_t ___dwKeySize0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::.ctor(System.Int32,System.Security.Cryptography.CspParameters)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider__ctor_m49E7B43FB4F9AA71DF3CB3AAFF9C8F0C1583CD82 (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, int32_t ___dwKeySize0, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___parameters1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DSA::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSA__ctor_m6ECB25F328696E0FCCFBBBCDD5B0C5900916EC1D (DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::Common(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider_Common_m29E236440B0F93C86796FA279034378DD01881CE (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, int32_t ___dwKeySize0, bool ___parameters1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::Common(System.Security.Cryptography.CspParameters)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider_Common_m79AE8E83350B6B3ECA2EC9D23CBA3EE1EC8AA543 (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___parameters0, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.DSAManaged::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged__ctor_mDBC531DC0D297B2EBCBF08D01DBE86AF6F24E7F5 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, int32_t ___dwKeySize0, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler__ctor_mAC5DCAED1B491FEC31D937FC49ACB98B2A574FE6 (KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.DSAManaged::add_KeyGenerated(Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_add_KeyGenerated_m1D65F5AEF80E120ADCDF722765628B48175C409C (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * ___value0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CspParameters::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_mCF1596FACB433FF5F246034B3A2C24B435759BCB (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, int32_t ___dwTypeIn0, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.KeyPairPersistence::.ctor(System.Security.Cryptography.CspParameters)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence__ctor_m802EA749564E205BC8FAD14D1BD080028C9C4121 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___parameters0, const RuntimeMethod* method);
// System.Boolean Mono.Security.Cryptography.KeyPairPersistence::Load()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_Load_m578C063A9363BBDC8E0D09D2D11374D5BDB11256 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method);
// System.String Mono.Security.Cryptography.KeyPairPersistence::get_KeyValue()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_KeyValue_m5D5242329B83D59857627BE579B61F5F6FBAA2D1_inline (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method);
// System.Void System.Object::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Boolean Mono.Security.Cryptography.DSAManaged::get_PublicOnly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSAManaged_get_PublicOnly_m801BFD37476D7EF19E5544078D48CB6EB05857E6 (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * __this, const RuntimeMethod* method);
// System.Security.Cryptography.SHA1 System.Security.Cryptography.SHA1::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * SHA1_Create_m5ECE86DE88BB9CDD4674000066642BA7FDF466E4 (const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HashAlgorithm_ComputeHash_m944CD5B5BF66F170C9ACD2674E258E62ED297819 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.IO.Stream)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HashAlgorithm_ComputeHash_m8CEDC01FA48DE9E68CF04C1CAE31977DA3C6D2C5 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___inputStream0, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method);
// System.Int32 System.String::Compare(System.String,System.String,System.Boolean,System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mA1D43767F882FE677F238637A8785FCCEE7173D9 (String_t* ___strA0, String_t* ___strB1, bool ___ignoreCase2, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture3, const RuntimeMethod* method);
// System.Security.Cryptography.HashAlgorithmName System.Security.Cryptography.HashAlgorithmName::get_SHA1()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F HashAlgorithmName_get_SHA1_m356FC989D0CADA971C92FEAF920453320CDD37BA (const RuntimeMethod* method);
// System.Boolean System.Security.Cryptography.HashAlgorithmName::op_Inequality(System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.HashAlgorithmName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashAlgorithmName_op_Inequality_m3C982F8BBEF400CAFF24671F87A5EE5D2AE25245 (HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___left0, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___right1, const RuntimeMethod* method);
// System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.HashAlgorithm::Create(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * HashAlgorithm_Create_m59501B2C523DE8B6F3F19755D50B4E4D9ECF7365 (String_t* ___hashName0, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.KeyPairPersistence::Remove()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence_Remove_mCD1DF15E2AF5F6551D3B24B5203232C1177B7404 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.KeyPairPersistence::set_KeyValue(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence_set_KeyValue_mB8F4E9B2C56360730779015B15BAAB98AB4BD05C (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void Mono.Security.Cryptography.KeyPairPersistence::Save()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence_Save_m0F7EC314BE632A7B3002C1E5E9D09D838B37DE55 (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.CryptoConvert::ToCapiPrivateKeyBlob(System.Security.Cryptography.DSA)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* CryptoConvert_ToCapiPrivateKeyBlob_m2E0AFF160F534C164C3C84A7FA1426B3FEDC112C (DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * ___dsa0, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.CryptoConvert::ToCapiPublicKeyBlob(System.Security.Cryptography.DSA)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* CryptoConvert_ToCapiPublicKeyBlob_m5C402348A0B620650CDD16B98F30131FA9A81CB2 (DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * ___dsa0, const RuntimeMethod* method);
// System.Security.Cryptography.DSA Mono.Security.Cryptography.CryptoConvert::FromCapiKeyBlobDSA(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * CryptoConvert_FromCapiKeyBlobDSA_m103989D1BE402735BC20E019D1793323AE493376 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___blob0, const RuntimeMethod* method);
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::get_PublicOnly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSACryptoServiceProvider_get_PublicOnly_mB458AF682DACF7816951AB5FE5C8AB30F046DEFA (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.AsymmetricSignatureDeformatter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricSignatureDeformatter__ctor_m656D0E64C9E6B3FF5D07E118F06EA95F16363AED (AsymmetricSignatureDeformatter_t2A943481A45060B8762C73CD0A4D624077C6AB39 * __this, const RuntimeMethod* method);
// System.String System.Security.Cryptography.CryptoConfig::MapNameToOID(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CryptoConfig_MapNameToOID_m4588979B3B67C0D41F0E72D916B5736E957255A8 (String_t* ___name0, RuntimeObject * ___arg1, const RuntimeMethod* method);
// System.Boolean System.String::op_Inequality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SignatureDescription::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignatureDescription__ctor_m0C296E29CBA529CB0FEE7F32A0EF4557DE56A801 (SignatureDescription_tB231FA82A9D19469390933853DE38CCB0C0A873F * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SignatureDescription::set_KeyAlgorithm(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SignatureDescription_set_KeyAlgorithm_mC858F8B4D83C8E177C0F6EB31E38438C23515BBA_inline (SignatureDescription_tB231FA82A9D19469390933853DE38CCB0C0A873F * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SignatureDescription::set_DigestAlgorithm(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SignatureDescription_set_DigestAlgorithm_m3CAA84C5D222A326641B921453F815AA32BE567B_inline (SignatureDescription_tB231FA82A9D19469390933853DE38CCB0C0A873F * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SignatureDescription::set_FormatterAlgorithm(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SignatureDescription_set_FormatterAlgorithm_m1749CD8420B481A9D466D69CF164347E270989B2_inline (SignatureDescription_tB231FA82A9D19469390933853DE38CCB0C0A873F * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SignatureDescription::set_DeformatterAlgorithm(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SignatureDescription_set_DeformatterAlgorithm_mF2D5C29348CA2D1C037B8C5BE9B70C96A397A573_inline (SignatureDescription_tB231FA82A9D19469390933853DE38CCB0C0A873F * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.AsymmetricSignatureFormatter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricSignatureFormatter__ctor_m4581CBC81F10A82465AF491B8C8C32A44D4EBB43 (AsymmetricSignatureFormatter_t9480AB35AE4F9D132E9C22104181655C6533AB2E * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.FromBase64Transform::.ctor(System.Security.Cryptography.FromBase64TransformMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FromBase64Transform__ctor_mB75667B4FE4F37C6BDC38C23BBF04B3CD1CAB3F4 (FromBase64Transform_tDF2D9BD8F6E3313924B81AB982F8A396471F0C8D * __this, int32_t ___whitespaces0, const RuntimeMethod* method);
// System.Void System.ObjectDisposedException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m303CFD09E4B541C36C60AE7B7CBC8B1B7EED66DC (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, String_t* ___objectName0, String_t* ___message1, const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.FromBase64Transform::DiscardWhiteSpaces(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* FromBase64Transform_DiscardWhiteSpaces_m235F042520B83820D1C974334DB336C2CF5ADEBF (FromBase64Transform_tDF2D9BD8F6E3313924B81AB982F8A396471F0C8D * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::get_ASCII()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E (const RuntimeMethod* method);
// System.Byte[] System.Convert::FromBase64CharArray(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Convert_FromBase64CharArray_mADF67BA394607E583C0522964181A115209F578F (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___inArray0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.FromBase64Transform::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FromBase64Transform_Reset_m420E46B6B411E669A0E9E85A43DF424D8422D5E3 (FromBase64Transform_tDF2D9BD8F6E3313924B81AB982F8A396471F0C8D * __this, const RuntimeMethod* method);
// System.Boolean System.Char::IsWhiteSpace(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B (Il2CppChar ___c0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.FromBase64Transform::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FromBase64Transform_Dispose_mC11631FE3807C3BF4AC166E44737FA96317EC91D (FromBase64Transform_tDF2D9BD8F6E3313924B81AB982F8A396471F0C8D * __this, const RuntimeMethod* method);
// System.Int32 System.Security.Cryptography.HMAC::get_BlockSizeValue()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HMAC_get_BlockSizeValue_mC791A9B6CDC8B10DE4676B79626A2B262E499C56_inline (HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMAC::UpdateIOPadBuffers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMAC_UpdateIOPadBuffers_m6814BB26AF00F58292FD3C5697B3ACB0593FBB73 (HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMAC::InitializeKey(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMAC_InitializeKey_m4C0FA53AEC78671620FA3E37F549EA475C0D989F (HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key0, const RuntimeMethod* method);
// System.Int32 System.Security.Cryptography.HashAlgorithm::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashAlgorithm_TransformBlock_m500873E221BF1E4278C23D3DD113FA36711CBE22 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.HashAlgorithm::TransformFinalBlock(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HashAlgorithm_TransformFinalBlock_mC9CB1BD6A8E410BE986650C1478A93378F138177 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.KeyedHashAlgorithm::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyedHashAlgorithm_Dispose_m5AEFA5DD1C33BA92A500568C5226183F993E736C (KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B * __this, bool ___disposing0, const RuntimeMethod* method);
// System.Boolean System.Security.Cryptography.CryptoConfig::get_AllowOnlyFipsAlgorithms()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CryptoConfig_get_AllowOnlyFipsAlgorithms_mAB638CADB33E72823271E1FA51421DEBDB41AD5E (const RuntimeMethod* method);
// TResult System.Func`1<System.Security.Cryptography.HashAlgorithm>::Invoke()
inline HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * Func_1_Invoke_m7A84433CCCC848CA9E67D63CC7872D08900E2E14 (Func_1_tDBEDAF41976324748D970819AF910F6D9C59C226 * __this, const RuntimeMethod* method)
{
return (( HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * (*) (Func_1_tDBEDAF41976324748D970819AF910F6D9C59C226 *, const RuntimeMethod*))Func_1_Invoke_m33E1702C6A8DBC8D2A39F4E9A1F5B14BEFAD9597_gshared)(__this, method);
}
// System.Void System.InvalidOperationException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC40AA9579B996C6FBAE023590139C16304D81DC6 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.KeyedHashAlgorithm::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyedHashAlgorithm__ctor_m05AB1F341BBC9517ED73EC6DB1FDC96DB27CB0B4 (KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B * __this, const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.Utils::GenerateRandom(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Utils_GenerateRandom_mD0EC1F91B7DB667433EE7684CE1D2122CE3F9425 (int32_t ___keySize0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMACMD5::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACMD5__ctor_m246E639FCF66A7C0A443CF06F461A3C5C26EB6F9 (HMACMD5_t8C6693E41EEA9BF26BBAF880B405CC170C43F11B * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMAC::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMAC__ctor_m847E778BE6F14719A2300E308AD4C92C336966D9 (HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMACRIPEMD160::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACRIPEMD160__ctor_m627846997C9A813E5E2BE4716F8127C934D663C6 (HMACRIPEMD160_t52BA0101B60F21F4C0BB62E6F37E4E8B169DAD71 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMACSHA1::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA1__ctor_mEEB735A11CFB02B58E1A6EE9DA1954489B27ADAD (HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMACSHA1::.ctor(System.Byte[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA1__ctor_m12DCE18006975CA94BD112972A9AB6A2CFF806F8 (HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key0, bool ___useManagedSha11, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMACSHA256::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA256__ctor_m880C3D37A09AABDD9A031268BE8403DF6E22B602 (HMACSHA256_t597088501D2683C794DD40CBCC54FA0E6D93E414 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMACSHA384::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA384__ctor_mB4F34614F30702C11BE1A82EA4EA7FD1FABC4558 (HMACSHA384_t4AB70A19F033E20CFD5C3E53D9B4745165F4AB09 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key0, const RuntimeMethod* method);
// System.Boolean System.Security.Cryptography.Utils::_ProduceLegacyHmacValues()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utils__ProduceLegacyHmacValues_m92ACF35DB95BBBF4B2E5B8D70DFF5C6C3F43DD46 (const RuntimeMethod* method);
// System.Int32 System.Security.Cryptography.HMACSHA384::get_BlockSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HMACSHA384_get_BlockSize_m626E9EF88C0859B21B6785A69D989AD071B83D19 (HMACSHA384_t4AB70A19F033E20CFD5C3E53D9B4745165F4AB09 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMAC::set_BlockSizeValue(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HMAC_set_BlockSizeValue_m36D47CC19D535596DDF623F27DD8C63A74862C80_inline (HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HMACSHA512::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA512__ctor_m4A45DEA22347E5BFECFADA21A85BC2D4A79A3BF0 (HMACSHA512_t2E9505616EE76E773A963928F94B750C6A52070D * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key0, const RuntimeMethod* method);
// System.Int32 System.Security.Cryptography.HMACSHA512::get_BlockSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HMACSHA512_get_BlockSize_m37844B268BC2A42C7FFD883697C8B9D5CBB72A19 (HMACSHA512_t2E9505616EE76E773A963928F94B750C6A52070D * __this, const RuntimeMethod* method);
// System.Void System.ObjectDisposedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9 (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, String_t* ___objectName0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HashAlgorithmName::.ctor(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HashAlgorithmName__ctor_m894A3C6FE998B3464E562A5F93B55A4A59CFB082_inline (HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F * __this, String_t* ___name0, const RuntimeMethod* method);
// System.String System.Security.Cryptography.HashAlgorithmName::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HashAlgorithmName_ToString_mF6A01CA33A0AD1A3BF9289C393B870D08A4CF0D7 (HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F * __this, const RuntimeMethod* method);
// System.Boolean System.Security.Cryptography.HashAlgorithmName::Equals(System.Security.Cryptography.HashAlgorithmName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashAlgorithmName_Equals_m29A7F6A22C841C4B16904A25A2B38954B4EC7C15 (HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F * __this, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___other0, const RuntimeMethod* method);
// System.Boolean System.Security.Cryptography.HashAlgorithmName::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashAlgorithmName_Equals_mA69889B6557FDB1DDF01FC5B958CB214C449300A (HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 System.Security.Cryptography.HashAlgorithmName::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashAlgorithmName_GetHashCode_m84C4F5467311E12A712C9272251E77B2356B1D39 (HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F * __this, const RuntimeMethod* method);
// System.Boolean System.Security.Cryptography.HashAlgorithmName::op_Equality(System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.HashAlgorithmName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashAlgorithmName_op_Equality_m7573C9E8FC934CD4D113AA5DE5842D8DB76054F9 (HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___left0, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___right1, const RuntimeMethod* method);
// System.Boolean System.Security.Cryptography.KeySizes::IsLegal(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeySizes_IsLegal_mE978CF47F19B09F60C0C8759F0E5C35787818281 (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * __this, int32_t ___keySize0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HashAlgorithm::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashAlgorithm__ctor_mC0C923AB8904FC11889F63B39177507FBB35AA43 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HashAlgorithm::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashAlgorithm_Dispose_m082315758B5E7BEDA2C1E14409A1FF7412F363AC (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, bool ___disposing0, const RuntimeMethod* method);
// System.Security.Cryptography.TripleDES System.Security.Cryptography.TripleDES::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * TripleDES_Create_m4C06DB2092C00A059E7FEF40D2A1033B9CD4AF9A (const RuntimeMethod* method);
// System.Void System.Security.Cryptography.MACTripleDES::.ctor(System.String,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MACTripleDES__ctor_m373DB4A54F8D25C4DBDB3EAFAA408C9CE6D1FBCD (MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE * __this, String_t* ___strTripleDES0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbKey1, const RuntimeMethod* method);
// System.Security.Cryptography.TripleDES System.Security.Cryptography.TripleDES::Create(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * TripleDES_Create_m14EACA7E75E3F9D9096056C58EBCD504A4C47731 (String_t* ___str0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.TailStream::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TailStream__ctor_m0FF2623918DB2146BAE4F819F2160A3E8E88F40B (TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89 * __this, int32_t ___bufferSize0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptoStream::.ctor(System.IO.Stream,System.Security.Cryptography.ICryptoTransform,System.Security.Cryptography.CryptoStreamMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream__ctor_m2BDDB23BFAAB929B9141061367EDAC0524990A5D (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, RuntimeObject* ___transform1, int32_t ___mode2, const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.TailStream::get_Buffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* TailStream_get_Buffer_mD76F0501814B0B5726E5BF7BDEF24A350B9C2991 (TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SymmetricAlgorithm::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricAlgorithm_Clear_m8487379B135918E72684597CFE388EF7FCA733D2 (SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptoStream::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_Clear_m1AA884F52A16073ABEC7FED27032AFBD120977C6 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.TailStream::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TailStream_Clear_mDFC936E9659E5F9F7DA741D9CF836EA9A2120302 (TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.MD5::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5__ctor_m4DA92CCE459686E5A755C7F6E008C61547E58315 (MD5_tCED753745572EC20FE5D31D15F132736B5343EE6 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::ProcessBlock(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider_ProcessBlock_m28263BFCAB2B4F07E53C5A6A70C6ED800C668611 (MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::ProcessFinalBlock(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider_ProcessFinalBlock_m8FEC1292775A3C670EFCE1631CC9C7485EE3333C (MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::AddLength(System.UInt64,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider_AddLength_m50DFFFB99259F92B2BE45000F7A0CEE505C80134 (MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * __this, uint64_t ___length0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, int32_t ___position2, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.MaskGenerationMethod::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskGenerationMethod__ctor_mAB880081972D534D78848612E818D72E71FC6EF5 (MaskGenerationMethod_t643AAADDD596DC55BEA50BF8D374987DAAA11A38 * __this, const RuntimeMethod* method);
// System.Byte[] Mono.Security.Cryptography.PKCS1::MGF1(System.Security.Cryptography.HashAlgorithm,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1_MGF1_mAC9BAA272A0EBE5B297ABCDB87B18BF98E2157BE (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___hash0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___mgfSeed1, int32_t ___maskLen2, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CspParameters::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_m6C7ED4CF3021168DC6CEFB0FECC591547DCE4342 (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.PasswordDeriveBytes::.ctor(System.String,System.Byte[],System.Security.Cryptography.CspParameters)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes__ctor_m261884627FC3C49568D8F9EFD84F7C89E9E5593A (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, String_t* ___strPassword0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbSalt1, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___cspParams2, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.PasswordDeriveBytes::.ctor(System.Byte[],System.Byte[],System.Security.Cryptography.CspParameters)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes__ctor_m67253CE20134D50F9AE48B841C77B666307AD3F2 (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___password0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___salt1, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___cspParams2, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.PasswordDeriveBytes::.ctor(System.String,System.Byte[],System.String,System.Int32,System.Security.Cryptography.CspParameters)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes__ctor_m15B5B95A3B90B33C69EEBC04B4B82F95227F582E (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, String_t* ___strPassword0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbSalt1, String_t* ___strHashName2, int32_t ___iterations3, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___cspParams4, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.PasswordDeriveBytes::.ctor(System.Byte[],System.Byte[],System.String,System.Int32,System.Security.Cryptography.CspParameters)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes__ctor_mDB3153E7172BD87425900B79FDB20177A99C44EF (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___password0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___salt1, String_t* ___hashName2, int32_t ___iterations3, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___cspParams4, const RuntimeMethod* method);
// System.Void System.Text.UTF8Encoding::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF8Encoding__ctor_m27389C5A707DE2AA997362ED250BEB946CB6B076 (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, bool ___encoderShouldEmitUTF8Identifier0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DeriveBytes::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeriveBytes__ctor_m02757DA4B7F8337AAC6B3766CE720A6391623DE0 (DeriveBytes_t0D69F51DA669F265FD23E7B5E5CCA3F26EDCB58A * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.PasswordDeriveBytes::set_IterationCount(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes_set_IterationCount_m1A56123947C3AB3F9EE23B1B7402D1601CB7A425 (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.PasswordDeriveBytes::set_Salt(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes_set_Salt_mA32DD4CF78D35BC56282CB00A91AD1F9FEA92631 (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.PasswordDeriveBytes::set_HashName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes_set_HashName_m516125257448A201CE4D50503EA454AA62181CA5 (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.IndexOutOfRangeException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_mCCE2EFF47A0ACB4B2636F63140F94FCEA71A9BCA (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.PasswordDeriveBytes::ComputeBaseValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PasswordDeriveBytes_ComputeBaseValue_m8FFBAB07765AF43374749E3B232343736B103F0B (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.PasswordDeriveBytes::ComputeBytes(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PasswordDeriveBytes_ComputeBytes_m84B0DD74DF108AC319388158E92A14839E056096 (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, int32_t ___cb0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DeriveBytes::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeriveBytes_Dispose_m937B4C99B20CDBD7C1872C50276E2F373CEA3F7A (DeriveBytes_t0D69F51DA669F265FD23E7B5E5CCA3F26EDCB58A * __this, bool ___disposing0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HashAlgorithm::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashAlgorithm_Dispose_m77EB776131F2A1F27AAB8757237DF0D95B11C773 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.PasswordDeriveBytes::HashPrefix(System.Security.Cryptography.CryptoStream)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes_HashPrefix_m899976C9FE9AA54F0DF2EC56B0F60F11C98EDD2C (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * ___cs0, const RuntimeMethod* method);
// System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550 (const RuntimeMethod* method);
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.AccessControl.GenericAcl::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericAcl__cctor_mB9804DC97BD141DA2870699A5DC3BA0ADBCA4BF0 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GenericAcl__cctor_mB9804DC97BD141DA2870699A5DC3BA0ADBCA4BF0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
((GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_StaticFields*)il2cpp_codegen_static_fields_for(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_il2cpp_TypeInfo_var))->set_AclRevision_0((uint8_t)2);
((GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_StaticFields*)il2cpp_codegen_static_fields_for(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_il2cpp_TypeInfo_var))->set_AclRevisionDS_1((uint8_t)4);
((GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_StaticFields*)il2cpp_codegen_static_fields_for(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_il2cpp_TypeInfo_var))->set_MaxBinaryLength_2(((int32_t)65536));
return;
}
}
// System.Void System.Security.AccessControl.GenericAcl::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericAcl__ctor_m4A5207D2FE5C79E97A6FEB19D0A24A836045D507 (GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Security.AccessControl.GenericAcl::get_IsSynchronized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GenericAcl_get_IsSynchronized_m748417B7F5BA93E9217A69B7C63C9ED393C1AC09 (GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Object System.Security.AccessControl.GenericAcl::get_SyncRoot()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GenericAcl_get_SyncRoot_m6CE3D0EA5840E3650E662A62C5CDEB88ED6258D5 (GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA * __this, const RuntimeMethod* method)
{
{
return __this;
}
}
// System.Void System.Security.AccessControl.GenericAcl::CopyTo(System.Security.AccessControl.GenericAce[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericAcl_CopyTo_mD2AA0986720C731F5ADF3A91474F2BCA9E372C6E (GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA * __this, GenericAceU5BU5D_tF2B18ADC88D8E2E5DAE165B778AB83EE6992014F* ___array0, int32_t ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GenericAcl_CopyTo_mD2AA0986720C731F5ADF3A91474F2BCA9E372C6E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
GenericAceU5BU5D_tF2B18ADC88D8E2E5DAE165B778AB83EE6992014F* L_0 = ___array0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, GenericAcl_CopyTo_mD2AA0986720C731F5ADF3A91474F2BCA9E372C6E_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___index1;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_001f;
}
}
{
GenericAceU5BU5D_tF2B18ADC88D8E2E5DAE165B778AB83EE6992014F* L_3 = ___array0;
NullCheck(L_3);
int32_t L_4 = ___index1;
int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Security.AccessControl.GenericAcl::get_Count() */, __this);
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))), (int32_t)L_4))) >= ((int32_t)L_5)))
{
goto IL_002f;
}
}
IL_001f:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_6 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_6, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, _stringLiteral8D63C9DDEAEFC5A6777030F6A7C25672F46FD377, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, GenericAcl_CopyTo_mD2AA0986720C731F5ADF3A91474F2BCA9E372C6E_RuntimeMethod_var);
}
IL_002f:
{
V_0 = 0;
goto IL_0043;
}
IL_0033:
{
GenericAceU5BU5D_tF2B18ADC88D8E2E5DAE165B778AB83EE6992014F* L_7 = ___array0;
int32_t L_8 = V_0;
int32_t L_9 = ___index1;
int32_t L_10 = V_0;
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_11 = VirtFuncInvoker1< GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *, int32_t >::Invoke(11 /* System.Security.AccessControl.GenericAce System.Security.AccessControl.GenericAcl::get_Item(System.Int32) */, __this, L_10);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_11);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9))), (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *)L_11);
int32_t L_12 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_0043:
{
int32_t L_13 = V_0;
int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Security.AccessControl.GenericAcl::get_Count() */, __this);
if ((((int32_t)L_13) < ((int32_t)L_14)))
{
goto IL_0033;
}
}
{
return;
}
}
// System.Void System.Security.AccessControl.GenericAcl::System.Collections.ICollection.CopyTo(System.Array,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericAcl_System_Collections_ICollection_CopyTo_m6BC2C412187DB0DF3C16AED1E4D1A0754FBD5D19 (GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GenericAcl_System_Collections_ICollection_CopyTo_m6BC2C412187DB0DF3C16AED1E4D1A0754FBD5D19_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeArray * L_0 = ___array0;
int32_t L_1 = ___index1;
GenericAcl_CopyTo_mD2AA0986720C731F5ADF3A91474F2BCA9E372C6E(__this, ((GenericAceU5BU5D_tF2B18ADC88D8E2E5DAE165B778AB83EE6992014F*)Castclass((RuntimeObject*)L_0, GenericAceU5BU5D_tF2B18ADC88D8E2E5DAE165B778AB83EE6992014F_il2cpp_TypeInfo_var)), L_1, /*hidden argument*/NULL);
return;
}
}
// System.Security.AccessControl.AceEnumerator System.Security.AccessControl.GenericAcl::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7 * GenericAcl_GetEnumerator_mB1067EB35EEBC0160F852340FEBCC75F6E7104FA (GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GenericAcl_GetEnumerator_mB1067EB35EEBC0160F852340FEBCC75F6E7104FA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7 * L_0 = (AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7 *)il2cpp_codegen_object_new(AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7_il2cpp_TypeInfo_var);
AceEnumerator__ctor_mBBC72885476C8E67FE1768F8C438F2A8D996A722(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Collections.IEnumerator System.Security.AccessControl.GenericAcl::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GenericAcl_System_Collections_IEnumerable_GetEnumerator_m63D222FA90D9519611EA2093A1975C158C3F6927 (GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA * __this, const RuntimeMethod* method)
{
{
AceEnumerator_t2A80AADFA3AB46DAC708E9E455BF3524796925E7 * L_0 = GenericAcl_GetEnumerator_mB1067EB35EEBC0160F852340FEBCC75F6E7104FA(__this, /*hidden argument*/NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.AccessControl.GenericSecurityDescriptor::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericSecurityDescriptor__ctor_m1662AA7E0E8A9DC932DD4E9FEADDD55FEBE19915 (GenericSecurityDescriptor_t2996F327109B05E79BA8499485EB182A34D376B0 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.AccessControl.KnownAce::.ctor(System.Security.AccessControl.AceType,System.Security.AccessControl.AceFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KnownAce__ctor_mEA1501D7215D41E904551C4382F516976C1E9186 (KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * __this, uint8_t ___type0, uint8_t ___flags1, const RuntimeMethod* method)
{
{
uint8_t L_0 = ___type0;
uint8_t L_1 = ___flags1;
GenericAce__ctor_m6199BD9639066D422704C6F09A9F67EA7177FC32(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.AccessControl.KnownAce::.ctor(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KnownAce__ctor_m8EA8DECD4F6DD27C2FB571484B1CFC9C199A2A3C (KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___offset1, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___binaryForm0;
int32_t L_1 = ___offset1;
GenericAce__ctor_mDE95FD169B11D5B81FA247086D91EB00851CB42A(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.Security.AccessControl.KnownAce::get_AccessMask()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KnownAce_get_AccessMask_mADE66B04303B8A63969CF045F63674BE4784BB49 (KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_access_mask_2();
return L_0;
}
}
// System.Void System.Security.AccessControl.KnownAce::set_AccessMask(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KnownAce_set_AccessMask_m9F4390BD828ED4D7EC8C2011BC614F7BB0F67771 (KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_access_mask_2(L_0);
return;
}
}
// System.Security.Principal.SecurityIdentifier System.Security.AccessControl.KnownAce::get_SecurityIdentifier()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * KnownAce_get_SecurityIdentifier_mCB19F441A27D354C1313298AFDB6B984119B8454 (KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * __this, const RuntimeMethod* method)
{
{
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_0 = __this->get_identifier_3();
return L_0;
}
}
// System.Void System.Security.AccessControl.KnownAce::set_SecurityIdentifier(System.Security.Principal.SecurityIdentifier)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KnownAce_set_SecurityIdentifier_m6B9E64CBB21F892BDF99FC2625CC4CA492F80490 (KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * __this, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___value0, const RuntimeMethod* method)
{
{
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_0 = ___value0;
__this->set_identifier_3(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.AccessControl.NativeObjectSecurity::.ctor(System.Boolean,System.Security.AccessControl.ResourceType,System.Security.AccessControl.NativeObjectSecurity_ExceptionFromErrorCode,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeObjectSecurity__ctor_m5A1AE9D9C85D5F7160AA3F365F8E78F9BA26C29F (NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A * __this, bool ___isContainer0, int32_t ___resourceType1, ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 * ___exceptionFromErrorCode2, RuntimeObject * ___exceptionContext3, const RuntimeMethod* method)
{
{
bool L_0 = ___isContainer0;
CommonObjectSecurity__ctor_mC765F55C5C0ED0BF0B97B0A898F97A7C567D7851(__this, L_0, /*hidden argument*/NULL);
ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 * L_1 = ___exceptionFromErrorCode2;
__this->set_exception_from_error_code_3(L_1);
int32_t L_2 = ___resourceType1;
__this->set_resource_type_4(L_2);
return;
}
}
// System.Void System.Security.AccessControl.NativeObjectSecurity::.ctor(System.Boolean,System.Security.AccessControl.ResourceType,System.String,System.Security.AccessControl.AccessControlSections)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeObjectSecurity__ctor_m87590263221BFB8F8D074F008D4E89A830F1A3C4 (NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A * __this, bool ___isContainer0, int32_t ___resourceType1, String_t* ___name2, int32_t ___includeSections3, const RuntimeMethod* method)
{
{
bool L_0 = ___isContainer0;
int32_t L_1 = ___resourceType1;
String_t* L_2 = ___name2;
int32_t L_3 = ___includeSections3;
NativeObjectSecurity__ctor_m37E3C0790927732C556CC7829983F91E413487AC(__this, L_0, L_1, L_2, L_3, (ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 *)NULL, NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.AccessControl.NativeObjectSecurity::.ctor(System.Boolean,System.Security.AccessControl.ResourceType,System.String,System.Security.AccessControl.AccessControlSections,System.Security.AccessControl.NativeObjectSecurity_ExceptionFromErrorCode,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeObjectSecurity__ctor_m37E3C0790927732C556CC7829983F91E413487AC (NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A * __this, bool ___isContainer0, int32_t ___resourceType1, String_t* ___name2, int32_t ___includeSections3, ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 * ___exceptionFromErrorCode4, RuntimeObject * ___exceptionContext5, const RuntimeMethod* method)
{
{
bool L_0 = ___isContainer0;
int32_t L_1 = ___resourceType1;
ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 * L_2 = ___exceptionFromErrorCode4;
RuntimeObject * L_3 = ___exceptionContext5;
NativeObjectSecurity__ctor_m5A1AE9D9C85D5F7160AA3F365F8E78F9BA26C29F(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
String_t* L_4 = ___name2;
int32_t L_5 = ___includeSections3;
int32_t L_6 = VirtFuncInvoker2< int32_t, String_t*, int32_t >::Invoke(4 /* System.Int32 System.Security.AccessControl.NativeObjectSecurity::InternalGet(System.String,System.Security.AccessControl.AccessControlSections) */, __this, L_4, L_5);
String_t* L_7 = ___name2;
RuntimeObject * L_8 = ___exceptionContext5;
NativeObjectSecurity_RaiseExceptionOnFailure_m64A133771FF9F7BAD36C669CC60EA35777326904(__this, L_6, L_7, (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)NULL, L_8, /*hidden argument*/NULL);
NativeObjectSecurity_ClearAccessControlSectionsModified_m1102421D1E42853DA5E3CAA54B0D602A942134C5(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.AccessControl.NativeObjectSecurity::ClearAccessControlSectionsModified()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeObjectSecurity_ClearAccessControlSectionsModified_m1102421D1E42853DA5E3CAA54B0D602A942134C5 (NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A * __this, const RuntimeMethod* method)
{
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
ObjectSecurity_WriteLock_m3CCE5F7B025AEC8BDDC4017C48B4CDC4867008E2(__this, /*hidden argument*/NULL);
}
IL_0006:
try
{ // begin try (depth: 1)
ObjectSecurity_set_AccessControlSectionsModified_m89C34E98AD8F8F88D0B30181ABFB64DB94AE4D0F(__this, 0, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x16, FINALLY_000f);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_000f;
}
FINALLY_000f:
{ // begin finally (depth: 1)
ObjectSecurity_WriteUnlock_mC730CDB6A036D81AE717D6FB10DFFFB0473BADB4(__this, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(15)
} // end finally (depth: 1)
IL2CPP_CLEANUP(15)
{
IL2CPP_JUMP_TBL(0x16, IL_0016)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0016:
{
return;
}
}
// System.Exception System.Security.AccessControl.NativeObjectSecurity::DefaultExceptionFromErrorCode(System.Int32,System.String,System.Runtime.InteropServices.SafeHandle,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * NativeObjectSecurity_DefaultExceptionFromErrorCode_mFC90B0FD018A45DC9D764CDCC36C0E05F4177E40 (int32_t ___errorCode0, String_t* ___name1, SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * ___handle2, RuntimeObject * ___context3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NativeObjectSecurity_DefaultExceptionFromErrorCode_mFC90B0FD018A45DC9D764CDCC36C0E05F4177E40_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___errorCode0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)2)))
{
case 0:
{
goto IL_0022;
}
case 1:
{
goto IL_0028;
}
case 2:
{
goto IL_003a;
}
case 3:
{
goto IL_002e;
}
}
}
{
int32_t L_1 = ___errorCode0;
if ((((int32_t)L_1) == ((int32_t)((int32_t)1314))))
{
goto IL_0034;
}
}
{
goto IL_003a;
}
IL_0022:
{
FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 * L_2 = (FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 *)il2cpp_codegen_object_new(FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431_il2cpp_TypeInfo_var);
FileNotFoundException__ctor_m426397F3057E33AC98F74A0F472CF001FD2583BA(L_2, /*hidden argument*/NULL);
return L_2;
}
IL_0028:
{
DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55 * L_3 = (DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55 *)il2cpp_codegen_object_new(DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55_il2cpp_TypeInfo_var);
DirectoryNotFoundException__ctor_m242EED407C69B00F298FFC56B2CF8AE1AEC23E86(L_3, /*hidden argument*/NULL);
return L_3;
}
IL_002e:
{
UnauthorizedAccessException_tC2210A745BFDD3AE3559A87A4219E2945EEC9F75 * L_4 = (UnauthorizedAccessException_tC2210A745BFDD3AE3559A87A4219E2945EEC9F75 *)il2cpp_codegen_object_new(UnauthorizedAccessException_tC2210A745BFDD3AE3559A87A4219E2945EEC9F75_il2cpp_TypeInfo_var);
UnauthorizedAccessException__ctor_mE67AE27F79595BF7594E2D76D24336E64293693E(L_4, /*hidden argument*/NULL);
return L_4;
}
IL_0034:
{
PrivilegeNotHeldException_tF1E0959BD9AB8A73A4AF952958C0BF406FA23EDF * L_5 = (PrivilegeNotHeldException_tF1E0959BD9AB8A73A4AF952958C0BF406FA23EDF *)il2cpp_codegen_object_new(PrivilegeNotHeldException_tF1E0959BD9AB8A73A4AF952958C0BF406FA23EDF_il2cpp_TypeInfo_var);
PrivilegeNotHeldException__ctor_mAD61983A9400D25FE95D17D73A3E7FC27D585BEB(L_5, /*hidden argument*/NULL);
return L_5;
}
IL_003a:
{
String_t* L_6 = Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02((int32_t*)(&___errorCode0), /*hidden argument*/NULL);
String_t* L_7 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralBB989CB67D746F7A89DC7340E29E8BFD3DC967A9, L_6, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_8 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_8, L_7, /*hidden argument*/NULL);
return L_8;
}
}
// System.Void System.Security.AccessControl.NativeObjectSecurity::RaiseExceptionOnFailure(System.Int32,System.String,System.Runtime.InteropServices.SafeHandle,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeObjectSecurity_RaiseExceptionOnFailure_m64A133771FF9F7BAD36C669CC60EA35777326904 (NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A * __this, int32_t ___errorCode0, String_t* ___name1, SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * ___handle2, RuntimeObject * ___context3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NativeObjectSecurity_RaiseExceptionOnFailure_m64A133771FF9F7BAD36C669CC60EA35777326904_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 * G_B4_0 = NULL;
ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 * G_B3_0 = NULL;
{
int32_t L_0 = ___errorCode0;
if (L_0)
{
goto IL_0004;
}
}
{
return;
}
IL_0004:
{
ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 * L_1 = __this->get_exception_from_error_code_3();
ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 * L_2 = L_1;
G_B3_0 = L_2;
if (L_2)
{
G_B4_0 = L_2;
goto IL_001a;
}
}
{
ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 * L_3 = (ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 *)il2cpp_codegen_object_new(ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148_il2cpp_TypeInfo_var);
ExceptionFromErrorCode__ctor_m83789E8BCF7B04A82795419EF4573E4B701E1FB5(L_3, NULL, (intptr_t)((intptr_t)NativeObjectSecurity_DefaultExceptionFromErrorCode_mFC90B0FD018A45DC9D764CDCC36C0E05F4177E40_RuntimeMethod_var), /*hidden argument*/NULL);
G_B4_0 = L_3;
}
IL_001a:
{
int32_t L_4 = ___errorCode0;
String_t* L_5 = ___name1;
SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * L_6 = ___handle2;
RuntimeObject * L_7 = ___context3;
NullCheck(G_B4_0);
Exception_t * L_8 = ExceptionFromErrorCode_Invoke_m93E67BFC0D113AF4CB6DDDE4B3F96782B4E07970(G_B4_0, L_4, L_5, L_6, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NativeObjectSecurity_RaiseExceptionOnFailure_m64A133771FF9F7BAD36C669CC60EA35777326904_RuntimeMethod_var);
}
}
// System.Int32 System.Security.AccessControl.NativeObjectSecurity::InternalGet(System.String,System.Security.AccessControl.AccessControlSections)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeObjectSecurity_InternalGet_m5B93A288A1641EF6345723C42005BA6D476DE81A (NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A * __this, String_t* ___name0, int32_t ___includeSections1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NativeObjectSecurity_InternalGet_m5B93A288A1641EF6345723C42005BA6D476DE81A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass20_0_t364A4A33918881B41638D92CBE0E1F52C6884E85 * V_0 = NULL;
{
U3CU3Ec__DisplayClass20_0_t364A4A33918881B41638D92CBE0E1F52C6884E85 * L_0 = (U3CU3Ec__DisplayClass20_0_t364A4A33918881B41638D92CBE0E1F52C6884E85 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass20_0_t364A4A33918881B41638D92CBE0E1F52C6884E85_il2cpp_TypeInfo_var);
U3CU3Ec__DisplayClass20_0__ctor_mB746AF0F4D07BC7A0C74B485CD9D04E3C9326BD9(L_0, /*hidden argument*/NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass20_0_t364A4A33918881B41638D92CBE0E1F52C6884E85 * L_1 = V_0;
NullCheck(L_1);
L_1->set_U3CU3E4__this_0(__this);
U3CU3Ec__DisplayClass20_0_t364A4A33918881B41638D92CBE0E1F52C6884E85 * L_2 = V_0;
String_t* L_3 = ___name0;
NullCheck(L_2);
L_2->set_name_1(L_3);
OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * L_4 = Environment_get_OSVersion_mD6E99E279170E00D17F7D29F242EF65434812233(/*hidden argument*/NULL);
NullCheck(L_4);
int32_t L_5 = OperatingSystem_get_Platform_m36635DD0A3D5442E515AB8D2EA3C7092348A5181_inline(L_4, /*hidden argument*/NULL);
if ((((int32_t)L_5) == ((int32_t)2)))
{
goto IL_0027;
}
}
{
PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 * L_6 = (PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 *)il2cpp_codegen_object_new(PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5_il2cpp_TypeInfo_var);
PlatformNotSupportedException__ctor_m651139B17C9EE918551490BC675754EA8EA3E7C7(L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NativeObjectSecurity_InternalGet_m5B93A288A1641EF6345723C42005BA6D476DE81A_RuntimeMethod_var);
}
IL_0027:
{
U3CU3Ec__DisplayClass20_0_t364A4A33918881B41638D92CBE0E1F52C6884E85 * L_7 = V_0;
GetSecurityInfoNativeCall_t2D7C2CF021CB88FD4B91DDC8F65BE9EE9071F04F * L_8 = (GetSecurityInfoNativeCall_t2D7C2CF021CB88FD4B91DDC8F65BE9EE9071F04F *)il2cpp_codegen_object_new(GetSecurityInfoNativeCall_t2D7C2CF021CB88FD4B91DDC8F65BE9EE9071F04F_il2cpp_TypeInfo_var);
GetSecurityInfoNativeCall__ctor_m6F2B8A67ECCC392213B74CA37BBFC17EDFE3E1D4(L_8, L_7, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass20_0_U3CInternalGetU3Eb__0_m688F38AD733B90AE1C88F107182FC93533E88F03_RuntimeMethod_var), /*hidden argument*/NULL);
int32_t L_9 = ___includeSections1;
int32_t L_10 = NativeObjectSecurity_Win32GetHelper_mBA40D55404CD94527B5A348CB3E183F4FD76D0B6(__this, L_8, L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.Security.AccessControl.ResourceType System.Security.AccessControl.NativeObjectSecurity::get_ResourceType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeObjectSecurity_get_ResourceType_m7EC971BA4FDBA1219CA9D1136F541E291F72CEBD (NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_resource_type_4();
return L_0;
}
}
// System.Int32 System.Security.AccessControl.NativeObjectSecurity::Win32GetHelper(System.Security.AccessControl.NativeObjectSecurity_GetSecurityInfoNativeCall,System.Security.AccessControl.AccessControlSections)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeObjectSecurity_Win32GetHelper_mBA40D55404CD94527B5A348CB3E183F4FD76D0B6 (NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A * __this, GetSecurityInfoNativeCall_t2D7C2CF021CB88FD4B91DDC8F65BE9EE9071F04F * ___nativeCall0, int32_t ___includeSections1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NativeObjectSecurity_Win32GetHelper_mBA40D55404CD94527B5A348CB3E183F4FD76D0B6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
int32_t V_3 = 0;
intptr_t V_4;
memset((&V_4), 0, sizeof(V_4));
intptr_t V_5;
memset((&V_5), 0, sizeof(V_5));
intptr_t V_6;
memset((&V_6), 0, sizeof(V_6));
intptr_t V_7;
memset((&V_7), 0, sizeof(V_7));
intptr_t V_8;
memset((&V_8), 0, sizeof(V_8));
int32_t V_9 = 0;
int32_t V_10 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_11 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
int32_t L_0 = ___includeSections1;
int32_t L_1 = ___includeSections1;
V_0 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_1&(int32_t)8))) <= ((uint32_t)0)))? 1 : 0);
int32_t L_2 = ___includeSections1;
V_1 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_2&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0);
int32_t L_3 = ___includeSections1;
V_2 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0);
V_3 = 0;
if (!((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)4))) <= ((uint32_t)0)))? 1 : 0))
{
goto IL_0023;
}
}
{
int32_t L_4 = V_3;
V_3 = ((int32_t)((int32_t)L_4|(int32_t)1));
}
IL_0023:
{
bool L_5 = V_0;
if (!L_5)
{
goto IL_002a;
}
}
{
int32_t L_6 = V_3;
V_3 = ((int32_t)((int32_t)L_6|(int32_t)2));
}
IL_002a:
{
bool L_7 = V_1;
if (!L_7)
{
goto IL_0031;
}
}
{
int32_t L_8 = V_3;
V_3 = ((int32_t)((int32_t)L_8|(int32_t)4));
}
IL_0031:
{
bool L_9 = V_2;
if (!L_9)
{
goto IL_0038;
}
}
{
int32_t L_10 = V_3;
V_3 = ((int32_t)((int32_t)L_10|(int32_t)8));
}
IL_0038:
{
GetSecurityInfoNativeCall_t2D7C2CF021CB88FD4B91DDC8F65BE9EE9071F04F * L_11 = ___nativeCall0;
int32_t L_12 = V_3;
NullCheck(L_11);
int32_t L_13 = GetSecurityInfoNativeCall_Invoke_mCFF12C15DE0B39888DBD7345A611CA23A26D08AF(L_11, L_12, (intptr_t*)(&V_4), (intptr_t*)(&V_5), (intptr_t*)(&V_6), (intptr_t*)(&V_7), (intptr_t*)(&V_8), /*hidden argument*/NULL);
V_9 = L_13;
int32_t L_14 = V_9;
if (!L_14)
{
goto IL_0052;
}
}
{
int32_t L_15 = V_9;
return L_15;
}
IL_0052:
{
}
IL_0053:
try
{ // begin try (depth: 1)
{
V_10 = 0;
intptr_t L_16 = V_8;
bool L_17 = NativeObjectSecurity_IsValidSecurityDescriptor_m8DA168C7A4C8660D004F0534B8C788E5D69CBEC6((intptr_t)L_16, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_0068;
}
}
IL_005f:
{
intptr_t L_18 = V_8;
int32_t L_19 = NativeObjectSecurity_GetSecurityDescriptorLength_m3A6BA613EF3E0E648DD722BC1E336C98494E1DE1((intptr_t)L_18, /*hidden argument*/NULL);
V_10 = L_19;
}
IL_0068:
{
int32_t L_20 = V_10;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_20);
V_11 = L_21;
intptr_t L_22 = V_8;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = V_11;
int32_t L_24 = V_10;
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
Marshal_Copy_m64744D9E23AFC00AA06CD6B057E19B7C0CE4C0C2((intptr_t)L_22, L_23, 0, L_24, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = V_11;
int32_t L_26 = ___includeSections1;
ObjectSecurity_SetSecurityDescriptorBinaryForm_m895F109F4ECE05E3A657E61D7602C21BB9AC71AE(__this, L_25, L_26, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x91, FINALLY_0088);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0088;
}
FINALLY_0088:
{ // begin finally (depth: 1)
intptr_t L_27 = V_8;
NativeObjectSecurity_LocalFree_m3548C7014C81DFFA2CBE655B64B9A3559379BC5C((intptr_t)L_27, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(136)
} // end finally (depth: 1)
IL2CPP_CLEANUP(136)
{
IL2CPP_JUMP_TBL(0x91, IL_0091)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0091:
{
return 0;
}
}
// System.String System.Security.AccessControl.NativeObjectSecurity::Win32FixName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NativeObjectSecurity_Win32FixName_m0C24722F1F772D69E5ACFBF1ED385DA46E046D11 (NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NativeObjectSecurity_Win32FixName_m0C24722F1F772D69E5ACFBF1ED385DA46E046D11_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = NativeObjectSecurity_get_ResourceType_m7EC971BA4FDBA1219CA9D1136F541E291F72CEBD_inline(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)4))))
{
goto IL_002e;
}
}
{
String_t* L_1 = ___name0;
NullCheck(L_1);
bool L_2 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_1, _stringLiteral4E9E9C2AF9BEDCDD6A50EDEF9239BF73AFE6CFFC, /*hidden argument*/NULL);
if (L_2)
{
goto IL_001c;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E(L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NativeObjectSecurity_Win32FixName_m0C24722F1F772D69E5ACFBF1ED385DA46E046D11_RuntimeMethod_var);
}
IL_001c:
{
String_t* L_4 = ___name0;
NullCheck(_stringLiteral4E9E9C2AF9BEDCDD6A50EDEF9239BF73AFE6CFFC);
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(_stringLiteral4E9E9C2AF9BEDCDD6A50EDEF9239BF73AFE6CFFC, /*hidden argument*/NULL);
NullCheck(L_4);
String_t* L_6 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_4, L_5, /*hidden argument*/NULL);
___name0 = L_6;
}
IL_002e:
{
String_t* L_7 = ___name0;
return L_7;
}
}
#if FORCE_PINVOKE_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL GetNamedSecurityInfo(Il2CppChar*, int32_t, int32_t, intptr_t*, intptr_t*, intptr_t*, intptr_t*, intptr_t*);
#endif
// System.Int32 System.Security.AccessControl.NativeObjectSecurity::GetNamedSecurityInfo(System.String,System.Security.AccessControl.ResourceType,System.Security.AccessControl.SecurityInfos,System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeObjectSecurity_GetNamedSecurityInfo_m31311F5861E181ADBB8AB5C53D6EBD279EFAEF4F (String_t* ___name0, int32_t ___resourceType1, int32_t ___securityInfos2, intptr_t* ___owner3, intptr_t* ___group4, intptr_t* ___dacl5, intptr_t* ___sacl6, intptr_t* ___descriptor7, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (Il2CppChar*, int32_t, int32_t, intptr_t*, intptr_t*, intptr_t*, intptr_t*, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(Il2CppChar*) + sizeof(int32_t) + sizeof(int32_t) + sizeof(intptr_t*) + sizeof(intptr_t*) + sizeof(intptr_t*) + sizeof(intptr_t*) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("advapi32.dll"), "GetNamedSecurityInfo", IL2CPP_CALL_DEFAULT, CHARSET_UNICODE, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___name0' to native representation
Il2CppChar* ____name0_marshaled = NULL;
if (___name0 != NULL)
{
____name0_marshaled = ___name0->get_address_of_m_firstChar_1();
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(GetNamedSecurityInfo)(____name0_marshaled, ___resourceType1, ___securityInfos2, ___owner3, ___group4, ___dacl5, ___sacl6, ___descriptor7);
#else
int32_t returnValue = il2cppPInvokeFunc(____name0_marshaled, ___resourceType1, ___securityInfos2, ___owner3, ___group4, ___dacl5, ___sacl6, ___descriptor7);
#endif
return returnValue;
}
#if FORCE_PINVOKE_INTERNAL
IL2CPP_EXTERN_C intptr_t DEFAULT_CALL LocalFree(intptr_t);
#endif
// System.IntPtr System.Security.AccessControl.NativeObjectSecurity::LocalFree(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t NativeObjectSecurity_LocalFree_m3548C7014C81DFFA2CBE655B64B9A3559379BC5C (intptr_t ___handle0, const RuntimeMethod* method)
{
typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("kernel32.dll"), "LocalFree", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(LocalFree)(___handle0);
#else
intptr_t returnValue = il2cppPInvokeFunc(___handle0);
#endif
return returnValue;
}
#if FORCE_PINVOKE_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL GetSecurityDescriptorLength(intptr_t);
#endif
// System.Int32 System.Security.AccessControl.NativeObjectSecurity::GetSecurityDescriptorLength(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeObjectSecurity_GetSecurityDescriptorLength_m3A6BA613EF3E0E648DD722BC1E336C98494E1DE1 (intptr_t ___descriptor0, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("advapi32.dll"), "GetSecurityDescriptorLength", IL2CPP_CALL_DEFAULT, CHARSET_UNICODE, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(GetSecurityDescriptorLength)(___descriptor0);
#else
int32_t returnValue = il2cppPInvokeFunc(___descriptor0);
#endif
return returnValue;
}
#if FORCE_PINVOKE_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL IsValidSecurityDescriptor(intptr_t);
#endif
// System.Boolean System.Security.AccessControl.NativeObjectSecurity::IsValidSecurityDescriptor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeObjectSecurity_IsValidSecurityDescriptor_m8DA168C7A4C8660D004F0534B8C788E5D69CBEC6 (intptr_t ___descriptor0, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("advapi32.dll"), "IsValidSecurityDescriptor", IL2CPP_CALL_DEFAULT, CHARSET_UNICODE, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(IsValidSecurityDescriptor)(___descriptor0);
#else
int32_t returnValue = il2cppPInvokeFunc(___descriptor0);
#endif
return static_cast<bool>(returnValue);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.AccessControl.NativeObjectSecurity_<>c__DisplayClass20_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass20_0__ctor_mB746AF0F4D07BC7A0C74B485CD9D04E3C9326BD9 (U3CU3Ec__DisplayClass20_0_t364A4A33918881B41638D92CBE0E1F52C6884E85 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.Security.AccessControl.NativeObjectSecurity_<>c__DisplayClass20_0::<InternalGet>b__0(System.Security.AccessControl.SecurityInfos,System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ec__DisplayClass20_0_U3CInternalGetU3Eb__0_m688F38AD733B90AE1C88F107182FC93533E88F03 (U3CU3Ec__DisplayClass20_0_t364A4A33918881B41638D92CBE0E1F52C6884E85 * __this, int32_t ___securityInfos0, intptr_t* ___owner1, intptr_t* ___group2, intptr_t* ___dacl3, intptr_t* ___sacl4, intptr_t* ___descriptor5, const RuntimeMethod* method)
{
{
NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A * L_0 = __this->get_U3CU3E4__this_0();
String_t* L_1 = __this->get_name_1();
NullCheck(L_0);
String_t* L_2 = NativeObjectSecurity_Win32FixName_m0C24722F1F772D69E5ACFBF1ED385DA46E046D11(L_0, L_1, /*hidden argument*/NULL);
NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A * L_3 = __this->get_U3CU3E4__this_0();
NullCheck(L_3);
int32_t L_4 = NativeObjectSecurity_get_ResourceType_m7EC971BA4FDBA1219CA9D1136F541E291F72CEBD_inline(L_3, /*hidden argument*/NULL);
int32_t L_5 = ___securityInfos0;
intptr_t* L_6 = ___owner1;
intptr_t* L_7 = ___group2;
intptr_t* L_8 = ___dacl3;
intptr_t* L_9 = ___sacl4;
intptr_t* L_10 = ___descriptor5;
int32_t L_11 = NativeObjectSecurity_GetNamedSecurityInfo_m31311F5861E181ADBB8AB5C53D6EBD279EFAEF4F(L_2, L_4, L_5, (intptr_t*)L_6, (intptr_t*)L_7, (intptr_t*)L_8, (intptr_t*)L_9, (intptr_t*)L_10, /*hidden argument*/NULL);
return L_11;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.AccessControl.NativeObjectSecurity_ExceptionFromErrorCode::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionFromErrorCode__ctor_m83789E8BCF7B04A82795419EF4573E4B701E1FB5 (ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Exception System.Security.AccessControl.NativeObjectSecurity_ExceptionFromErrorCode::Invoke(System.Int32,System.String,System.Runtime.InteropServices.SafeHandle,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * ExceptionFromErrorCode_Invoke_m93E67BFC0D113AF4CB6DDDE4B3F96782B4E07970 (ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 * __this, int32_t ___errorCode0, String_t* ___name1, SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * ___handle2, RuntimeObject * ___context3, const RuntimeMethod* method)
{
Exception_t * result = NULL;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 4)
{
// open
typedef Exception_t * (*FunctionPointerType) (int32_t, String_t*, SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *, RuntimeObject *, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___errorCode0, ___name1, ___handle2, ___context3, targetMethod);
}
else
{
// closed
typedef Exception_t * (*FunctionPointerType) (void*, int32_t, String_t*, SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *, RuntimeObject *, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___errorCode0, ___name1, ___handle2, ___context3, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker4< Exception_t *, int32_t, String_t*, SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___errorCode0, ___name1, ___handle2, ___context3);
else
result = GenericVirtFuncInvoker4< Exception_t *, int32_t, String_t*, SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___errorCode0, ___name1, ___handle2, ___context3);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker4< Exception_t *, int32_t, String_t*, SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___errorCode0, ___name1, ___handle2, ___context3);
else
result = VirtFuncInvoker4< Exception_t *, int32_t, String_t*, SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___errorCode0, ___name1, ___handle2, ___context3);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef Exception_t * (*FunctionPointerType) (RuntimeObject*, String_t*, SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *, RuntimeObject *, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___errorCode0) - 1), ___name1, ___handle2, ___context3, targetMethod);
}
typedef Exception_t * (*FunctionPointerType) (void*, int32_t, String_t*, SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *, RuntimeObject *, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___errorCode0, ___name1, ___handle2, ___context3, targetMethod);
}
}
}
return result;
}
// System.IAsyncResult System.Security.AccessControl.NativeObjectSecurity_ExceptionFromErrorCode::BeginInvoke(System.Int32,System.String,System.Runtime.InteropServices.SafeHandle,System.Object,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExceptionFromErrorCode_BeginInvoke_m186D38868355A7AA1076D7B2C8455C0051FE61B4 (ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 * __this, int32_t ___errorCode0, String_t* ___name1, SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * ___handle2, RuntimeObject * ___context3, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExceptionFromErrorCode_BeginInvoke_m186D38868355A7AA1076D7B2C8455C0051FE61B4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[5] = {0};
__d_args[0] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___errorCode0);
__d_args[1] = ___name1;
__d_args[2] = ___handle2;
__d_args[3] = ___context3;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5);
}
// System.Exception System.Security.AccessControl.NativeObjectSecurity_ExceptionFromErrorCode::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * ExceptionFromErrorCode_EndInvoke_m08A7B0414D1D909AF707B6F606FECC586C60244D (ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
return (Exception_t *)__result;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_GetSecurityInfoNativeCall_t2D7C2CF021CB88FD4B91DDC8F65BE9EE9071F04F (GetSecurityInfoNativeCall_t2D7C2CF021CB88FD4B91DDC8F65BE9EE9071F04F * __this, int32_t ___securityInfos0, intptr_t* ___owner1, intptr_t* ___group2, intptr_t* ___dacl3, intptr_t* ___sacl4, intptr_t* ___descriptor5, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(int32_t, intptr_t*, intptr_t*, intptr_t*, intptr_t*, intptr_t*);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___securityInfos0, ___owner1, ___group2, ___dacl3, ___sacl4, ___descriptor5);
return returnValue;
}
// System.Void System.Security.AccessControl.NativeObjectSecurity_GetSecurityInfoNativeCall::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetSecurityInfoNativeCall__ctor_m6F2B8A67ECCC392213B74CA37BBFC17EDFE3E1D4 (GetSecurityInfoNativeCall_t2D7C2CF021CB88FD4B91DDC8F65BE9EE9071F04F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Int32 System.Security.AccessControl.NativeObjectSecurity_GetSecurityInfoNativeCall::Invoke(System.Security.AccessControl.SecurityInfos,System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GetSecurityInfoNativeCall_Invoke_mCFF12C15DE0B39888DBD7345A611CA23A26D08AF (GetSecurityInfoNativeCall_t2D7C2CF021CB88FD4B91DDC8F65BE9EE9071F04F * __this, int32_t ___securityInfos0, intptr_t* ___owner1, intptr_t* ___group2, intptr_t* ___dacl3, intptr_t* ___sacl4, intptr_t* ___descriptor5, const RuntimeMethod* method)
{
int32_t result = 0;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 6)
{
// open
typedef int32_t (*FunctionPointerType) (int32_t, intptr_t*, intptr_t*, intptr_t*, intptr_t*, intptr_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___securityInfos0, ___owner1, ___group2, ___dacl3, ___sacl4, ___descriptor5, targetMethod);
}
else
{
// closed
typedef int32_t (*FunctionPointerType) (void*, int32_t, intptr_t*, intptr_t*, intptr_t*, intptr_t*, intptr_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___securityInfos0, ___owner1, ___group2, ___dacl3, ___sacl4, ___descriptor5, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker6< int32_t, int32_t, intptr_t*, intptr_t*, intptr_t*, intptr_t*, intptr_t* >::Invoke(targetMethod, targetThis, ___securityInfos0, ___owner1, ___group2, ___dacl3, ___sacl4, ___descriptor5);
else
result = GenericVirtFuncInvoker6< int32_t, int32_t, intptr_t*, intptr_t*, intptr_t*, intptr_t*, intptr_t* >::Invoke(targetMethod, targetThis, ___securityInfos0, ___owner1, ___group2, ___dacl3, ___sacl4, ___descriptor5);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker6< int32_t, int32_t, intptr_t*, intptr_t*, intptr_t*, intptr_t*, intptr_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___securityInfos0, ___owner1, ___group2, ___dacl3, ___sacl4, ___descriptor5);
else
result = VirtFuncInvoker6< int32_t, int32_t, intptr_t*, intptr_t*, intptr_t*, intptr_t*, intptr_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___securityInfos0, ___owner1, ___group2, ___dacl3, ___sacl4, ___descriptor5);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, intptr_t*, intptr_t*, intptr_t*, intptr_t*, intptr_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___securityInfos0) - 1), ___owner1, ___group2, ___dacl3, ___sacl4, ___descriptor5, targetMethod);
}
if (targetThis == NULL)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, intptr_t*, intptr_t*, intptr_t*, intptr_t*, intptr_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast<RuntimeObject*>(&___securityInfos0) - 1), ___owner1, ___group2, ___dacl3, ___sacl4, ___descriptor5, targetMethod);
}
else
{
typedef int32_t (*FunctionPointerType) (void*, int32_t, intptr_t*, intptr_t*, intptr_t*, intptr_t*, intptr_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___securityInfos0, ___owner1, ___group2, ___dacl3, ___sacl4, ___descriptor5, targetMethod);
}
}
}
}
return result;
}
// System.IAsyncResult System.Security.AccessControl.NativeObjectSecurity_GetSecurityInfoNativeCall::BeginInvoke(System.Security.AccessControl.SecurityInfos,System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IntPtr&,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GetSecurityInfoNativeCall_BeginInvoke_m6FE88F254513B3DCAAB32063B454B19BF688B316 (GetSecurityInfoNativeCall_t2D7C2CF021CB88FD4B91DDC8F65BE9EE9071F04F * __this, int32_t ___securityInfos0, intptr_t* ___owner1, intptr_t* ___group2, intptr_t* ___dacl3, intptr_t* ___sacl4, intptr_t* ___descriptor5, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback6, RuntimeObject * ___object7, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GetSecurityInfoNativeCall_BeginInvoke_m6FE88F254513B3DCAAB32063B454B19BF688B316_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[7] = {0};
__d_args[0] = Box(SecurityInfos_t4574DCA23460CA3419BAA48DA2ACCBA33E3772DC_il2cpp_TypeInfo_var, &___securityInfos0);
__d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &*___owner1);
__d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &*___group2);
__d_args[3] = Box(IntPtr_t_il2cpp_TypeInfo_var, &*___dacl3);
__d_args[4] = Box(IntPtr_t_il2cpp_TypeInfo_var, &*___sacl4);
__d_args[5] = Box(IntPtr_t_il2cpp_TypeInfo_var, &*___descriptor5);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback6, (RuntimeObject*)___object7);
}
// System.Int32 System.Security.AccessControl.NativeObjectSecurity_GetSecurityInfoNativeCall::EndInvoke(System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GetSecurityInfoNativeCall_EndInvoke_mC20EDB5A31CB97F1A19E747CFE4C7698E801900F (GetSecurityInfoNativeCall_t2D7C2CF021CB88FD4B91DDC8F65BE9EE9071F04F * __this, intptr_t* ___owner0, intptr_t* ___group1, intptr_t* ___dacl2, intptr_t* ___sacl3, intptr_t* ___descriptor4, RuntimeObject* ___result5, const RuntimeMethod* method)
{
void* ___out_args[] = {
___owner0,
___group1,
___dacl2,
___sacl3,
___descriptor4,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result5, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.AccessControl.ObjectAce::.ctor(System.Security.AccessControl.AceFlags,System.Security.AccessControl.AceQualifier,System.Int32,System.Security.Principal.SecurityIdentifier,System.Security.AccessControl.ObjectAceFlags,System.Guid,System.Guid,System.Boolean,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectAce__ctor_m5F74A1557F53FABFA7EACD5F9579441C53EC79BD (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, uint8_t ___aceFlags0, int32_t ___qualifier1, int32_t ___accessMask2, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___sid3, int32_t ___flags4, Guid_t ___type5, Guid_t ___inheritedType6, bool ___isCallback7, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___opaque8, const RuntimeMethod* method)
{
{
int32_t L_0 = ___qualifier1;
bool L_1 = ___isCallback7;
uint8_t L_2 = ObjectAce_ConvertType_m7872FC11080E950D79E067A8A743F99AAF525BE4(L_0, L_1, /*hidden argument*/NULL);
uint8_t L_3 = ___aceFlags0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___opaque8;
QualifiedAce__ctor_mE4F36A606FAA8D11F84480AF38B8DAB1CB31FEB7(__this, L_2, L_3, L_4, /*hidden argument*/NULL);
int32_t L_5 = ___accessMask2;
KnownAce_set_AccessMask_m9F4390BD828ED4D7EC8C2011BC614F7BB0F67771_inline(__this, L_5, /*hidden argument*/NULL);
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_6 = ___sid3;
KnownAce_set_SecurityIdentifier_m6B9E64CBB21F892BDF99FC2625CC4CA492F80490_inline(__this, L_6, /*hidden argument*/NULL);
int32_t L_7 = ___flags4;
ObjectAce_set_ObjectAceFlags_mE52E17879B29EA3ECD432B5D1FE4690A346F31BC_inline(__this, L_7, /*hidden argument*/NULL);
Guid_t L_8 = ___type5;
ObjectAce_set_ObjectAceType_m3D450EE8ABA07C1CA77F94CC6DD439D2047B7A65_inline(__this, L_8, /*hidden argument*/NULL);
Guid_t L_9 = ___inheritedType6;
ObjectAce_set_InheritedObjectAceType_mAC3F3D9191BEF49C430109BEE113FE792FF3357E_inline(__this, L_9, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.AccessControl.ObjectAce::.ctor(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectAce__ctor_mC2F66EB85CB22718B288FC24B95B86F355E9AA39 (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___offset1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectAce__ctor_mC2F66EB85CB22718B288FC24B95B86F355E9AA39_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___binaryForm0;
int32_t L_1 = ___offset1;
QualifiedAce__ctor_mAFAE27AAA918499A0A4A898FA6310919D026FCCB(__this, L_0, L_1, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___binaryForm0;
int32_t L_3 = ___offset1;
uint16_t L_4 = GenericAce_ReadUShort_m37019B0557F34804AE52CF2B801B5186CCB6DDBA(L_2, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)2)), /*hidden argument*/NULL);
V_0 = L_4;
IL2CPP_RUNTIME_CLASS_INIT(SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE_il2cpp_TypeInfo_var);
int32_t L_5 = ((SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE_StaticFields*)il2cpp_codegen_static_fields_for(SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE_il2cpp_TypeInfo_var))->get_MinBinaryLength_2();
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)12), (int32_t)L_5));
int32_t L_6 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___binaryForm0;
NullCheck(L_7);
int32_t L_8 = V_0;
if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))), (int32_t)L_8)))))
{
goto IL_0033;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_9, _stringLiteral83D4C02B373BF14AFB220E71954EB26BC638C6A3, _stringLiteral8450841FB8F4E6D177858C973FC6CC80CA20B8EF, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ObjectAce__ctor_mC2F66EB85CB22718B288FC24B95B86F355E9AA39_RuntimeMethod_var);
}
IL_0033:
{
int32_t L_10 = V_0;
int32_t L_11 = V_1;
if ((((int32_t)L_10) >= ((int32_t)L_11)))
{
goto IL_0047;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_12 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_12, _stringLiteral4E86D71D1304A65CA8ADC2FE1DEDFAC51E66FEE0, _stringLiteral8450841FB8F4E6D177858C973FC6CC80CA20B8EF, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ObjectAce__ctor_mC2F66EB85CB22718B288FC24B95B86F355E9AA39_RuntimeMethod_var);
}
IL_0047:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___binaryForm0;
int32_t L_14 = ___offset1;
int32_t L_15 = GenericAce_ReadInt_m6C1BF0995701C2A5028F81E3A0BA326F712E7FD7(L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)4)), /*hidden argument*/NULL);
KnownAce_set_AccessMask_m9F4390BD828ED4D7EC8C2011BC614F7BB0F67771_inline(__this, L_15, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___binaryForm0;
int32_t L_17 = ___offset1;
int32_t L_18 = GenericAce_ReadInt_m6C1BF0995701C2A5028F81E3A0BA326F712E7FD7(L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)8)), /*hidden argument*/NULL);
ObjectAce_set_ObjectAceFlags_mE52E17879B29EA3ECD432B5D1FE4690A346F31BC_inline(__this, L_18, /*hidden argument*/NULL);
bool L_19 = ObjectAce_get_ObjectAceTypePresent_m97D9D0C69765778E60DD48A586572D3E322803DE(__this, /*hidden argument*/NULL);
if (!L_19)
{
goto IL_0072;
}
}
{
int32_t L_20 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)((int32_t)16)));
}
IL_0072:
{
bool L_21 = ObjectAce_get_InheritedObjectAceTypePresent_mD5C70A0989BFD84EDC551ACA424724E2846EDDE6(__this, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_007f;
}
}
{
int32_t L_22 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)((int32_t)16)));
}
IL_007f:
{
int32_t L_23 = V_0;
int32_t L_24 = V_1;
if ((((int32_t)L_23) >= ((int32_t)L_24)))
{
goto IL_0093;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_25 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_25, _stringLiteral4E86D71D1304A65CA8ADC2FE1DEDFAC51E66FEE0, _stringLiteral8450841FB8F4E6D177858C973FC6CC80CA20B8EF, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ObjectAce__ctor_mC2F66EB85CB22718B288FC24B95B86F355E9AA39_RuntimeMethod_var);
}
IL_0093:
{
V_2 = ((int32_t)12);
bool L_26 = ObjectAce_get_ObjectAceTypePresent_m97D9D0C69765778E60DD48A586572D3E322803DE(__this, /*hidden argument*/NULL);
if (!L_26)
{
goto IL_00b3;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = ___binaryForm0;
int32_t L_28 = ___offset1;
int32_t L_29 = V_2;
Guid_t L_30 = ObjectAce_ReadGuid_mFBC3B5ECA3593E006F5D4308A7FD293FC35004A3(__this, L_27, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29)), /*hidden argument*/NULL);
ObjectAce_set_ObjectAceType_m3D450EE8ABA07C1CA77F94CC6DD439D2047B7A65_inline(__this, L_30, /*hidden argument*/NULL);
int32_t L_31 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)((int32_t)16)));
}
IL_00b3:
{
bool L_32 = ObjectAce_get_InheritedObjectAceTypePresent_mD5C70A0989BFD84EDC551ACA424724E2846EDDE6(__this, /*hidden argument*/NULL);
if (!L_32)
{
goto IL_00d0;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = ___binaryForm0;
int32_t L_34 = ___offset1;
int32_t L_35 = V_2;
Guid_t L_36 = ObjectAce_ReadGuid_mFBC3B5ECA3593E006F5D4308A7FD293FC35004A3(__this, L_33, ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35)), /*hidden argument*/NULL);
ObjectAce_set_InheritedObjectAceType_mAC3F3D9191BEF49C430109BEE113FE792FF3357E_inline(__this, L_36, /*hidden argument*/NULL);
int32_t L_37 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)((int32_t)16)));
}
IL_00d0:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = ___binaryForm0;
int32_t L_39 = ___offset1;
int32_t L_40 = V_2;
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_41 = (SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE *)il2cpp_codegen_object_new(SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE_il2cpp_TypeInfo_var);
SecurityIdentifier__ctor_mAC9DF9ABE74C86AD3505E99FAB308FF2AB13F8F0(L_41, L_38, ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)), /*hidden argument*/NULL);
KnownAce_set_SecurityIdentifier_m6B9E64CBB21F892BDF99FC2625CC4CA492F80490_inline(__this, L_41, /*hidden argument*/NULL);
int32_t L_42 = V_2;
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_43 = KnownAce_get_SecurityIdentifier_mCB19F441A27D354C1313298AFDB6B984119B8454_inline(__this, /*hidden argument*/NULL);
NullCheck(L_43);
int32_t L_44 = SecurityIdentifier_get_BinaryLength_mE5A1A7C77853A066CE9A7A681FD090EA13FDF94E(L_43, /*hidden argument*/NULL);
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)L_44));
int32_t L_45 = V_0;
int32_t L_46 = V_2;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)L_46));
int32_t L_47 = V_3;
if ((((int32_t)L_47) <= ((int32_t)0)))
{
goto IL_0112;
}
}
{
int32_t L_48 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_48);
V_4 = L_49;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = ___binaryForm0;
int32_t L_51 = ___offset1;
int32_t L_52 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = V_4;
int32_t L_54 = V_3;
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_50, ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)L_52)), (RuntimeArray *)(RuntimeArray *)L_53, 0, L_54, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_55 = V_4;
QualifiedAce_SetOpaque_m6D5086D5675F43C19A89EEB9BAB4EC59E7C2B0A1(__this, L_55, /*hidden argument*/NULL);
}
IL_0112:
{
return;
}
}
// System.Int32 System.Security.AccessControl.ObjectAce::get_BinaryLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ObjectAce_get_BinaryLength_mD5201330AA890C533BC2879EC2CBC3A9D75937FE (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_0 = KnownAce_get_SecurityIdentifier_mCB19F441A27D354C1313298AFDB6B984119B8454_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
int32_t L_1 = SecurityIdentifier_get_BinaryLength_mE5A1A7C77853A066CE9A7A681FD090EA13FDF94E(L_0, /*hidden argument*/NULL);
int32_t L_2 = QualifiedAce_get_OpaqueLength_m731AD69FD7E296E70BAF4BE03C243614C1FD6825(__this, /*hidden argument*/NULL);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)12), (int32_t)L_1)), (int32_t)L_2));
bool L_3 = ObjectAce_get_ObjectAceTypePresent_m97D9D0C69765778E60DD48A586572D3E322803DE(__this, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0023;
}
}
{
int32_t L_4 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)((int32_t)16)));
}
IL_0023:
{
bool L_5 = ObjectAce_get_InheritedObjectAceTypePresent_mD5C70A0989BFD84EDC551ACA424724E2846EDDE6(__this, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0030;
}
}
{
int32_t L_6 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)16)));
}
IL_0030:
{
int32_t L_7 = V_0;
return L_7;
}
}
// System.Guid System.Security.AccessControl.ObjectAce::get_InheritedObjectAceType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t ObjectAce_get_InheritedObjectAceType_mB21B003BCA610E21265704B7D1AEAFE4BB37E714 (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, const RuntimeMethod* method)
{
{
Guid_t L_0 = __this->get_inherited_object_type_6();
return L_0;
}
}
// System.Void System.Security.AccessControl.ObjectAce::set_InheritedObjectAceType(System.Guid)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectAce_set_InheritedObjectAceType_mAC3F3D9191BEF49C430109BEE113FE792FF3357E (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, Guid_t ___value0, const RuntimeMethod* method)
{
{
Guid_t L_0 = ___value0;
__this->set_inherited_object_type_6(L_0);
return;
}
}
// System.Boolean System.Security.AccessControl.ObjectAce::get_InheritedObjectAceTypePresent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectAce_get_InheritedObjectAceTypePresent_mD5C70A0989BFD84EDC551ACA424724E2846EDDE6 (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = ObjectAce_get_ObjectAceFlags_mB753AD2314BB5BEFAD21943928852AC10C063545_inline(__this, /*hidden argument*/NULL);
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Security.AccessControl.ObjectAceFlags System.Security.AccessControl.ObjectAce::get_ObjectAceFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ObjectAce_get_ObjectAceFlags_mB753AD2314BB5BEFAD21943928852AC10C063545 (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_object_ace_flags_7();
return L_0;
}
}
// System.Void System.Security.AccessControl.ObjectAce::set_ObjectAceFlags(System.Security.AccessControl.ObjectAceFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectAce_set_ObjectAceFlags_mE52E17879B29EA3ECD432B5D1FE4690A346F31BC (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_object_ace_flags_7(L_0);
return;
}
}
// System.Guid System.Security.AccessControl.ObjectAce::get_ObjectAceType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t ObjectAce_get_ObjectAceType_m07AE269B542364C13FAAD9F2D19CF35AECF7B73C (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, const RuntimeMethod* method)
{
{
Guid_t L_0 = __this->get_object_ace_type_5();
return L_0;
}
}
// System.Void System.Security.AccessControl.ObjectAce::set_ObjectAceType(System.Guid)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectAce_set_ObjectAceType_m3D450EE8ABA07C1CA77F94CC6DD439D2047B7A65 (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, Guid_t ___value0, const RuntimeMethod* method)
{
{
Guid_t L_0 = ___value0;
__this->set_object_ace_type_5(L_0);
return;
}
}
// System.Boolean System.Security.AccessControl.ObjectAce::get_ObjectAceTypePresent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectAce_get_ObjectAceTypePresent_m97D9D0C69765778E60DD48A586572D3E322803DE (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = ObjectAce_get_ObjectAceFlags_mB753AD2314BB5BEFAD21943928852AC10C063545_inline(__this, /*hidden argument*/NULL);
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Void System.Security.AccessControl.ObjectAce::GetBinaryForm(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectAce_GetBinaryForm_m4DDC8FD64EBB9F1377CE38C658DDB4FD47CC950A (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___offset1, const RuntimeMethod* method)
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Security.AccessControl.GenericAce::get_BinaryLength() */, __this);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___binaryForm0;
int32_t L_2 = ___offset1;
int32_t L_3 = L_2;
___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
uint8_t L_4 = GenericAce_get_AceType_m0868DBA834C12D4646D26BAE195361DF72FCF037_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (uint8_t)L_4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___binaryForm0;
int32_t L_6 = ___offset1;
int32_t L_7 = L_6;
___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
uint8_t L_8 = GenericAce_get_AceFlags_m739DFEF208355207EB179BC7022C819CD75F3011_inline(__this, /*hidden argument*/NULL);
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (uint8_t)L_8);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___binaryForm0;
int32_t L_10 = ___offset1;
GenericAce_WriteUShort_m593E1F86C20BD19EBE7463F3B49522FA64CD2DAB((uint16_t)(((int32_t)((uint16_t)L_0))), L_9, L_10, /*hidden argument*/NULL);
int32_t L_11 = ___offset1;
___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)2));
int32_t L_12 = KnownAce_get_AccessMask_mADE66B04303B8A63969CF045F63674BE4784BB49_inline(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___binaryForm0;
int32_t L_14 = ___offset1;
GenericAce_WriteInt_m6B3C47FBD83D540728F2E32B14EC9D7FED5DC114(L_12, L_13, L_14, /*hidden argument*/NULL);
int32_t L_15 = ___offset1;
___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)4));
int32_t L_16 = ObjectAce_get_ObjectAceFlags_mB753AD2314BB5BEFAD21943928852AC10C063545_inline(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___binaryForm0;
int32_t L_18 = ___offset1;
GenericAce_WriteInt_m6B3C47FBD83D540728F2E32B14EC9D7FED5DC114(L_16, L_17, L_18, /*hidden argument*/NULL);
int32_t L_19 = ___offset1;
___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)4));
int32_t L_20 = ObjectAce_get_ObjectAceFlags_mB753AD2314BB5BEFAD21943928852AC10C063545_inline(__this, /*hidden argument*/NULL);
if (!((int32_t)((int32_t)L_20&(int32_t)1)))
{
goto IL_0071;
}
}
{
Guid_t L_21 = ObjectAce_get_ObjectAceType_m07AE269B542364C13FAAD9F2D19CF35AECF7B73C_inline(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = ___binaryForm0;
int32_t L_23 = ___offset1;
ObjectAce_WriteGuid_mD4AF643E137FEB86B276CC08AFB025A7C15E6155(__this, L_21, L_22, L_23, /*hidden argument*/NULL);
int32_t L_24 = ___offset1;
___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)((int32_t)16)));
}
IL_0071:
{
int32_t L_25 = ObjectAce_get_ObjectAceFlags_mB753AD2314BB5BEFAD21943928852AC10C063545_inline(__this, /*hidden argument*/NULL);
if (!((int32_t)((int32_t)L_25&(int32_t)2)))
{
goto IL_008f;
}
}
{
Guid_t L_26 = ObjectAce_get_InheritedObjectAceType_mB21B003BCA610E21265704B7D1AEAFE4BB37E714_inline(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = ___binaryForm0;
int32_t L_28 = ___offset1;
ObjectAce_WriteGuid_mD4AF643E137FEB86B276CC08AFB025A7C15E6155(__this, L_26, L_27, L_28, /*hidden argument*/NULL);
int32_t L_29 = ___offset1;
___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)((int32_t)16)));
}
IL_008f:
{
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_30 = KnownAce_get_SecurityIdentifier_mCB19F441A27D354C1313298AFDB6B984119B8454_inline(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = ___binaryForm0;
int32_t L_32 = ___offset1;
NullCheck(L_30);
SecurityIdentifier_GetBinaryForm_mFC4794B23E526093466A7D415AC3886916CF7D35(L_30, L_31, L_32, /*hidden argument*/NULL);
int32_t L_33 = ___offset1;
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_34 = KnownAce_get_SecurityIdentifier_mCB19F441A27D354C1313298AFDB6B984119B8454_inline(__this, /*hidden argument*/NULL);
NullCheck(L_34);
int32_t L_35 = SecurityIdentifier_get_BinaryLength_mE5A1A7C77853A066CE9A7A681FD090EA13FDF94E(L_34, /*hidden argument*/NULL);
___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_35));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = QualifiedAce_GetOpaque_m1BA930EAEE6E70366DD9CBA196CC1C1616DE5853(__this, /*hidden argument*/NULL);
V_0 = L_36;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = V_0;
if (!L_37)
{
goto IL_00c8;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = ___binaryForm0;
int32_t L_40 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = V_0;
NullCheck(L_41);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_38, 0, (RuntimeArray *)(RuntimeArray *)L_39, L_40, (((int32_t)((int32_t)(((RuntimeArray*)L_41)->max_length)))), /*hidden argument*/NULL);
int32_t L_42 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = V_0;
NullCheck(L_43);
___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_43)->max_length))))));
}
IL_00c8:
{
return;
}
}
// System.Security.AccessControl.AceType System.Security.AccessControl.ObjectAce::ConvertType(System.Security.AccessControl.AceQualifier,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ObjectAce_ConvertType_m7872FC11080E950D79E067A8A743F99AAF525BE4 (int32_t ___qualifier0, bool ___isCallback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectAce_ConvertType_m7872FC11080E950D79E067A8A743F99AAF525BE4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___qualifier0;
switch (L_0)
{
case 0:
{
goto IL_0018;
}
case 1:
{
goto IL_0020;
}
case 2:
{
goto IL_0030;
}
case 3:
{
goto IL_0028;
}
}
}
{
goto IL_0038;
}
IL_0018:
{
bool L_1 = ___isCallback1;
if (!L_1)
{
goto IL_001e;
}
}
{
return (uint8_t)(((int32_t)11));
}
IL_001e:
{
return (uint8_t)(5);
}
IL_0020:
{
bool L_2 = ___isCallback1;
if (!L_2)
{
goto IL_0026;
}
}
{
return (uint8_t)(((int32_t)12));
}
IL_0026:
{
return (uint8_t)(6);
}
IL_0028:
{
bool L_3 = ___isCallback1;
if (!L_3)
{
goto IL_002e;
}
}
{
return (uint8_t)(((int32_t)16));
}
IL_002e:
{
return (uint8_t)(8);
}
IL_0030:
{
bool L_4 = ___isCallback1;
if (!L_4)
{
goto IL_0036;
}
}
{
return (uint8_t)(((int32_t)15));
}
IL_0036:
{
return (uint8_t)(7);
}
IL_0038:
{
int32_t L_5 = ___qualifier0;
int32_t L_6 = L_5;
RuntimeObject * L_7 = Box(AceQualifier_tF423849F801DD7199100D88803986612B2C681E5_il2cpp_TypeInfo_var, &L_6);
String_t* L_8 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral306E38A7A68C6577A28AA421F330BB7E2CCD19DE, L_7, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_9, L_8, _stringLiteral16BCE69BAC2BDBE6CF1E403D035739D99285A357, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ObjectAce_ConvertType_m7872FC11080E950D79E067A8A743F99AAF525BE4_RuntimeMethod_var);
}
}
// System.Void System.Security.AccessControl.ObjectAce::WriteGuid(System.Guid,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectAce_WriteGuid_mD4AF643E137FEB86B276CC08AFB025A7C15E6155 (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, Guid_t ___val0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, int32_t ___offset2, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = Guid_ToByteArray_m5E99B09A26EA3A1943CC8FE697E247DAC5465223((Guid_t *)(&___val0), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer1;
int32_t L_2 = ___offset2;
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_0, 0, (RuntimeArray *)(RuntimeArray *)L_1, L_2, ((int32_t)16), /*hidden argument*/NULL);
return;
}
}
// System.Guid System.Security.AccessControl.ObjectAce::ReadGuid(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t ObjectAce_ReadGuid_mFBC3B5ECA3593E006F5D4308A7FD293FC35004A3 (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectAce_ReadGuid_mFBC3B5ECA3593E006F5D4308A7FD293FC35004A3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
V_0 = L_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0;
int32_t L_2 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0;
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_1, L_2, (RuntimeArray *)(RuntimeArray *)L_3, 0, ((int32_t)16), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0;
Guid_t L_5;
memset((&L_5), 0, sizeof(L_5));
Guid__ctor_m93F5E840798B5FB4B96497327B3907829EBA100A((&L_5), L_4, /*hidden argument*/NULL);
return L_5;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.AccessControl.ObjectSecurity::.ctor(System.Security.AccessControl.CommonSecurityDescriptor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectSecurity__ctor_mA76608197FD3618F44E872054A5D4E8C7B187492 (ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 * __this, CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * ___securityDescriptor0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectSecurity__ctor_mA76608197FD3618F44E872054A5D4E8C7B187492_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * L_0 = ___securityDescriptor0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral14BC51577308D16E2DE4D2FD77717A9F31BC6CBE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ObjectSecurity__ctor_mA76608197FD3618F44E872054A5D4E8C7B187492_RuntimeMethod_var);
}
IL_0014:
{
CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * L_2 = ___securityDescriptor0;
__this->set_descriptor_0(L_2);
ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * L_3 = (ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 *)il2cpp_codegen_object_new(ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349_il2cpp_TypeInfo_var);
ReaderWriterLock__ctor_m2AD92754C4944FB9FABE8E8E624D962EDE708CC1(L_3, /*hidden argument*/NULL);
__this->set_rw_lock_2(L_3);
return;
}
}
// System.Void System.Security.AccessControl.ObjectSecurity::.ctor(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectSecurity__ctor_mDCCDBBF3227181B454383AE5AFA02EFBA43A0BC4 (ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 * __this, bool ___isContainer0, bool ___isDS1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectSecurity__ctor_mDCCDBBF3227181B454383AE5AFA02EFBA43A0BC4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___isContainer0;
bool L_1 = ___isDS1;
bool L_2 = ___isContainer0;
bool L_3 = ___isDS1;
DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * L_4 = (DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 *)il2cpp_codegen_object_new(DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725_il2cpp_TypeInfo_var);
DiscretionaryAcl__ctor_m911CBE9E5B13329AC3E7E9FEAED60C5A9740BAC9(L_4, L_2, L_3, 0, /*hidden argument*/NULL);
CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * L_5 = (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 *)il2cpp_codegen_object_new(CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6_il2cpp_TypeInfo_var);
CommonSecurityDescriptor__ctor_m09811351EE5967A96F3BE62E20A29D599DDAF173(L_5, L_0, L_1, 0, (SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE *)NULL, (SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE *)NULL, (SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 *)NULL, L_4, /*hidden argument*/NULL);
ObjectSecurity__ctor_mA76608197FD3618F44E872054A5D4E8C7B187492(__this, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Security.AccessControl.AccessControlSections System.Security.AccessControl.ObjectSecurity::get_AccessControlSectionsModified()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ObjectSecurity_get_AccessControlSectionsModified_m38CB4D591777474E7596EA0041DB40E41FF4F1F3 (ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 * __this, const RuntimeMethod* method)
{
{
ObjectSecurity_Reading_m59E85C438BE036CC5C4817AD68A9553D71978A9C(__this, /*hidden argument*/NULL);
int32_t L_0 = __this->get_sections_modified_1();
return L_0;
}
}
// System.Void System.Security.AccessControl.ObjectSecurity::set_AccessControlSectionsModified(System.Security.AccessControl.AccessControlSections)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectSecurity_set_AccessControlSectionsModified_m89C34E98AD8F8F88D0B30181ABFB64DB94AE4D0F (ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
ObjectSecurity_Writing_m3E5E6FD9D67CA9F8C5B97F36EE3C113F0EF65DC0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___value0;
__this->set_sections_modified_1(L_0);
return;
}
}
// System.Boolean System.Security.AccessControl.ObjectSecurity::get_IsContainer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectSecurity_get_IsContainer_mD0BF2E3D9FC24C606BA1FCBDCCD2D662A324CF2A (ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 * __this, const RuntimeMethod* method)
{
{
CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * L_0 = __this->get_descriptor_0();
NullCheck(L_0);
bool L_1 = CommonSecurityDescriptor_get_IsContainer_mB4ADC8B13E0218DA38E54D983DC2D95FC77E1E68_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.Security.AccessControl.ObjectSecurity::get_IsDS()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjectSecurity_get_IsDS_m5CBEA0598E00E598E1896612E32D86FFB5F0A36C (ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 * __this, const RuntimeMethod* method)
{
{
CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * L_0 = __this->get_descriptor_0();
NullCheck(L_0);
bool L_1 = CommonSecurityDescriptor_get_IsDS_m41886ECFD6797054FDB83C440665BC83AE0D23A7_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void System.Security.AccessControl.ObjectSecurity::SetSecurityDescriptorBinaryForm(System.Byte[],System.Security.AccessControl.AccessControlSections)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectSecurity_SetSecurityDescriptorBinaryForm_m895F109F4ECE05E3A657E61D7602C21BB9AC71AE (ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___includeSections1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectSecurity_SetSecurityDescriptorBinaryForm_m895F109F4ECE05E3A657E61D7602C21BB9AC71AE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ObjectSecurity_get_IsContainer_mD0BF2E3D9FC24C606BA1FCBDCCD2D662A324CF2A(__this, /*hidden argument*/NULL);
bool L_1 = ObjectSecurity_get_IsDS_m5CBEA0598E00E598E1896612E32D86FFB5F0A36C(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___binaryForm0;
CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * L_3 = (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 *)il2cpp_codegen_object_new(CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6_il2cpp_TypeInfo_var);
CommonSecurityDescriptor__ctor_mCB36E213B7CC9849D26296F9119B479953E21D50(L_3, L_0, L_1, L_2, 0, /*hidden argument*/NULL);
int32_t L_4 = ___includeSections1;
ObjectSecurity_CopySddlForm_mF1089686769FF9768731A12041626A8482A44974(__this, L_3, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.AccessControl.ObjectSecurity::CopySddlForm(System.Security.AccessControl.CommonSecurityDescriptor,System.Security.AccessControl.AccessControlSections)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectSecurity_CopySddlForm_mF1089686769FF9768731A12041626A8482A44974 (ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 * __this, CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * ___sourceDescriptor0, int32_t ___includeSections1, const RuntimeMethod* method)
{
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
ObjectSecurity_WriteLock_m3CCE5F7B025AEC8BDDC4017C48B4CDC4867008E2(__this, /*hidden argument*/NULL);
}
IL_0006:
try
{ // begin try (depth: 1)
{
int32_t L_0 = ObjectSecurity_get_AccessControlSectionsModified_m38CB4D591777474E7596EA0041DB40E41FF4F1F3(__this, /*hidden argument*/NULL);
int32_t L_1 = ___includeSections1;
ObjectSecurity_set_AccessControlSectionsModified_m89C34E98AD8F8F88D0B30181ABFB64DB94AE4D0F(__this, ((int32_t)((int32_t)L_0|(int32_t)L_1)), /*hidden argument*/NULL);
int32_t L_2 = ___includeSections1;
if (!((int32_t)((int32_t)L_2&(int32_t)1)))
{
goto IL_002a;
}
}
IL_0019:
{
CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * L_3 = __this->get_descriptor_0();
CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * L_4 = ___sourceDescriptor0;
NullCheck(L_4);
SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * L_5 = CommonSecurityDescriptor_get_SystemAcl_mDF0FDA356302E2FD9E7DE71204D936C6F2C90FDC_inline(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
CommonSecurityDescriptor_set_SystemAcl_mBDE853A14D09AFD9F16F5AE52EF33206E6BA7DF3(L_3, L_5, /*hidden argument*/NULL);
}
IL_002a:
{
int32_t L_6 = ___includeSections1;
if (!((int32_t)((int32_t)L_6&(int32_t)2)))
{
goto IL_0040;
}
}
IL_002f:
{
CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * L_7 = __this->get_descriptor_0();
CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * L_8 = ___sourceDescriptor0;
NullCheck(L_8);
DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * L_9 = CommonSecurityDescriptor_get_DiscretionaryAcl_mB02F53CEC82209F8906E13CF99CB8D836447773D_inline(L_8, /*hidden argument*/NULL);
NullCheck(L_7);
CommonSecurityDescriptor_set_DiscretionaryAcl_mF28ADCAB105C646F13024D07BE19EF73B2B91C4F(L_7, L_9, /*hidden argument*/NULL);
}
IL_0040:
{
int32_t L_10 = ___includeSections1;
if (!((int32_t)((int32_t)L_10&(int32_t)4)))
{
goto IL_0056;
}
}
IL_0045:
{
CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * L_11 = __this->get_descriptor_0();
CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * L_12 = ___sourceDescriptor0;
NullCheck(L_12);
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_13 = VirtFuncInvoker0< SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * >::Invoke(7 /* System.Security.Principal.SecurityIdentifier System.Security.AccessControl.GenericSecurityDescriptor::get_Owner() */, L_12);
NullCheck(L_11);
VirtActionInvoker1< SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * >::Invoke(8 /* System.Void System.Security.AccessControl.GenericSecurityDescriptor::set_Owner(System.Security.Principal.SecurityIdentifier) */, L_11, L_13);
}
IL_0056:
{
int32_t L_14 = ___includeSections1;
if (!((int32_t)((int32_t)L_14&(int32_t)8)))
{
goto IL_006c;
}
}
IL_005b:
{
CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * L_15 = __this->get_descriptor_0();
CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * L_16 = ___sourceDescriptor0;
NullCheck(L_16);
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_17 = VirtFuncInvoker0< SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * >::Invoke(5 /* System.Security.Principal.SecurityIdentifier System.Security.AccessControl.GenericSecurityDescriptor::get_Group() */, L_16);
NullCheck(L_15);
VirtActionInvoker1< SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * >::Invoke(6 /* System.Void System.Security.AccessControl.GenericSecurityDescriptor::set_Group(System.Security.Principal.SecurityIdentifier) */, L_15, L_17);
}
IL_006c:
{
IL2CPP_LEAVE(0x75, FINALLY_006e);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_006e;
}
FINALLY_006e:
{ // begin finally (depth: 1)
ObjectSecurity_WriteUnlock_mC730CDB6A036D81AE717D6FB10DFFFB0473BADB4(__this, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(110)
} // end finally (depth: 1)
IL2CPP_CLEANUP(110)
{
IL2CPP_JUMP_TBL(0x75, IL_0075)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0075:
{
return;
}
}
// System.Void System.Security.AccessControl.ObjectSecurity::Reading()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectSecurity_Reading_m59E85C438BE036CC5C4817AD68A9553D71978A9C (ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectSecurity_Reading_m59E85C438BE036CC5C4817AD68A9553D71978A9C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * L_0 = __this->get_rw_lock_2();
NullCheck(L_0);
bool L_1 = ReaderWriterLock_get_IsReaderLockHeld_m32719A7224B1E06E953BC8C6D93C3298752BEE1F(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0025;
}
}
{
ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * L_2 = __this->get_rw_lock_2();
NullCheck(L_2);
bool L_3 = ReaderWriterLock_get_IsWriterLockHeld_mD26A5969A01181CBA073EDD251FDA082F1757323(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0025;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, _stringLiteralCD882F992F76D1DAF86C519F7D085A40AAA91E59, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ObjectSecurity_Reading_m59E85C438BE036CC5C4817AD68A9553D71978A9C_RuntimeMethod_var);
}
IL_0025:
{
return;
}
}
// System.Void System.Security.AccessControl.ObjectSecurity::Writing()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectSecurity_Writing_m3E5E6FD9D67CA9F8C5B97F36EE3C113F0EF65DC0 (ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ObjectSecurity_Writing_m3E5E6FD9D67CA9F8C5B97F36EE3C113F0EF65DC0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * L_0 = __this->get_rw_lock_2();
NullCheck(L_0);
bool L_1 = ReaderWriterLock_get_IsWriterLockHeld_mD26A5969A01181CBA073EDD251FDA082F1757323(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0018;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, _stringLiteralFED5FDED49B891B9DF94BC9DB29C972C176359D8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ObjectSecurity_Writing_m3E5E6FD9D67CA9F8C5B97F36EE3C113F0EF65DC0_RuntimeMethod_var);
}
IL_0018:
{
return;
}
}
// System.Void System.Security.AccessControl.ObjectSecurity::WriteLock()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectSecurity_WriteLock_m3CCE5F7B025AEC8BDDC4017C48B4CDC4867008E2 (ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 * __this, const RuntimeMethod* method)
{
{
ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * L_0 = __this->get_rw_lock_2();
NullCheck(L_0);
ReaderWriterLock_AcquireWriterLock_mD71492F867BCD99F266A10EF7734949BD3DA3C9B(L_0, (-1), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.AccessControl.ObjectSecurity::WriteUnlock()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectSecurity_WriteUnlock_mC730CDB6A036D81AE717D6FB10DFFFB0473BADB4 (ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 * __this, const RuntimeMethod* method)
{
{
ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * L_0 = __this->get_rw_lock_2();
NullCheck(L_0);
ReaderWriterLock_ReleaseWriterLock_mEF4B756CF56289B9368F32279F26E88E1DD3D8C6(L_0, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.AccessControl.PrivilegeNotHeldException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrivilegeNotHeldException__ctor_mAD61983A9400D25FE95D17D73A3E7FC27D585BEB (PrivilegeNotHeldException_tF1E0959BD9AB8A73A4AF952958C0BF406FA23EDF * __this, const RuntimeMethod* method)
{
{
UnauthorizedAccessException__ctor_mE67AE27F79595BF7594E2D76D24336E64293693E(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.AccessControl.PrivilegeNotHeldException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrivilegeNotHeldException_GetObjectData_m9DF64B7EEF75E2980A984434D4A71004DDEF6425 (PrivilegeNotHeldException_tF1E0959BD9AB8A73A4AF952958C0BF406FA23EDF * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PrivilegeNotHeldException_GetObjectData_m9DF64B7EEF75E2980A984434D4A71004DDEF6425_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, PrivilegeNotHeldException_GetObjectData_m9DF64B7EEF75E2980A984434D4A71004DDEF6425_RuntimeMethod_var);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.AccessControl.QualifiedAce::.ctor(System.Security.AccessControl.AceType,System.Security.AccessControl.AceFlags,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QualifiedAce__ctor_mE4F36A606FAA8D11F84480AF38B8DAB1CB31FEB7 (QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * __this, uint8_t ___type0, uint8_t ___flags1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___opaque2, const RuntimeMethod* method)
{
{
uint8_t L_0 = ___type0;
uint8_t L_1 = ___flags1;
KnownAce__ctor_mEA1501D7215D41E904551C4382F516976C1E9186(__this, L_0, L_1, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___opaque2;
QualifiedAce_SetOpaque_m6D5086D5675F43C19A89EEB9BAB4EC59E7C2B0A1(__this, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.AccessControl.QualifiedAce::.ctor(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QualifiedAce__ctor_mAFAE27AAA918499A0A4A898FA6310919D026FCCB (QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___offset1, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___binaryForm0;
int32_t L_1 = ___offset1;
KnownAce__ctor_m8EA8DECD4F6DD27C2FB571484B1CFC9C199A2A3C(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Security.AccessControl.AceQualifier System.Security.AccessControl.QualifiedAce::get_AceQualifier()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t QualifiedAce_get_AceQualifier_mB682164ED7FB2FA54BA0F480E425BFBDF28CF231 (QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (QualifiedAce_get_AceQualifier_mB682164ED7FB2FA54BA0F480E425BFBDF28CF231_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t V_0 = 0;
{
uint8_t L_0 = GenericAce_get_AceType_m0868DBA834C12D4646D26BAE195361DF72FCF037_inline(__this, /*hidden argument*/NULL);
V_0 = L_0;
uint8_t L_1 = V_0;
switch (L_1)
{
case 0:
{
goto IL_0053;
}
case 1:
{
goto IL_0055;
}
case 2:
{
goto IL_0059;
}
case 3:
{
goto IL_0057;
}
case 4:
{
goto IL_0053;
}
case 5:
{
goto IL_0053;
}
case 6:
{
goto IL_0055;
}
case 7:
{
goto IL_0059;
}
case 8:
{
goto IL_0057;
}
case 9:
{
goto IL_0053;
}
case 10:
{
goto IL_0055;
}
case 11:
{
goto IL_0053;
}
case 12:
{
goto IL_0055;
}
case 13:
{
goto IL_0059;
}
case 14:
{
goto IL_0057;
}
case 15:
{
goto IL_0059;
}
case 16:
{
goto IL_0057;
}
}
}
{
goto IL_005b;
}
IL_0053:
{
return (int32_t)(0);
}
IL_0055:
{
return (int32_t)(1);
}
IL_0057:
{
return (int32_t)(3);
}
IL_0059:
{
return (int32_t)(2);
}
IL_005b:
{
uint8_t L_2 = GenericAce_get_AceType_m0868DBA834C12D4646D26BAE195361DF72FCF037_inline(__this, /*hidden argument*/NULL);
uint8_t L_3 = L_2;
RuntimeObject * L_4 = Box(AceType_tAE0F61AC1651E5EDF023A1ED7944677C9CF48FD9_il2cpp_TypeInfo_var, &L_3);
String_t* L_5 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteralF4B2C4CB5B1AEE72242C4C56A1609A441FF3F489, L_4, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_6, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, QualifiedAce_get_AceQualifier_mB682164ED7FB2FA54BA0F480E425BFBDF28CF231_RuntimeMethod_var);
}
}
// System.Boolean System.Security.AccessControl.QualifiedAce::get_IsCallback()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QualifiedAce_get_IsCallback_m33BB8001B7B847BEFEA06CB115043C5B0C2B26E2 (QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * __this, const RuntimeMethod* method)
{
{
uint8_t L_0 = GenericAce_get_AceType_m0868DBA834C12D4646D26BAE195361DF72FCF037_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_0) == ((int32_t)((int32_t)9))))
{
goto IL_0051;
}
}
{
uint8_t L_1 = GenericAce_get_AceType_m0868DBA834C12D4646D26BAE195361DF72FCF037_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_1) == ((int32_t)((int32_t)11))))
{
goto IL_0051;
}
}
{
uint8_t L_2 = GenericAce_get_AceType_m0868DBA834C12D4646D26BAE195361DF72FCF037_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_2) == ((int32_t)((int32_t)10))))
{
goto IL_0051;
}
}
{
uint8_t L_3 = GenericAce_get_AceType_m0868DBA834C12D4646D26BAE195361DF72FCF037_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)((int32_t)12))))
{
goto IL_0051;
}
}
{
uint8_t L_4 = GenericAce_get_AceType_m0868DBA834C12D4646D26BAE195361DF72FCF037_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_4) == ((int32_t)((int32_t)14))))
{
goto IL_0051;
}
}
{
uint8_t L_5 = GenericAce_get_AceType_m0868DBA834C12D4646D26BAE195361DF72FCF037_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_5) == ((int32_t)((int32_t)16))))
{
goto IL_0051;
}
}
{
uint8_t L_6 = GenericAce_get_AceType_m0868DBA834C12D4646D26BAE195361DF72FCF037_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_6) == ((int32_t)((int32_t)13))))
{
goto IL_0051;
}
}
{
uint8_t L_7 = GenericAce_get_AceType_m0868DBA834C12D4646D26BAE195361DF72FCF037_inline(__this, /*hidden argument*/NULL);
return (bool)((((int32_t)L_7) == ((int32_t)((int32_t)15)))? 1 : 0);
}
IL_0051:
{
return (bool)1;
}
}
// System.Int32 System.Security.AccessControl.QualifiedAce::get_OpaqueLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t QualifiedAce_get_OpaqueLength_m731AD69FD7E296E70BAF4BE03C243614C1FD6825 (QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * __this, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_opaque_4();
if (L_0)
{
goto IL_000a;
}
}
{
return 0;
}
IL_000a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_opaque_4();
NullCheck(L_1);
return (((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))));
}
}
// System.Byte[] System.Security.AccessControl.QualifiedAce::GetOpaque()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* QualifiedAce_GetOpaque_m1BA930EAEE6E70366DD9CBA196CC1C1616DE5853 (QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (QualifiedAce_GetOpaque_m1BA930EAEE6E70366DD9CBA196CC1C1616DE5853_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_opaque_4();
if (L_0)
{
goto IL_000a;
}
}
{
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
IL_000a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_opaque_4();
NullCheck((RuntimeArray *)(RuntimeArray *)L_1);
RuntimeObject * L_2 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL);
return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var));
}
}
// System.Void System.Security.AccessControl.QualifiedAce::SetOpaque(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QualifiedAce_SetOpaque_m6D5086D5675F43C19A89EEB9BAB4EC59E7C2B0A1 (QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___opaque0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (QualifiedAce_SetOpaque_m6D5086D5675F43C19A89EEB9BAB4EC59E7C2B0A1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___opaque0;
if (L_0)
{
goto IL_000b;
}
}
{
__this->set_opaque_4((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
return;
}
IL_000b:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___opaque0;
NullCheck((RuntimeArray *)(RuntimeArray *)L_1);
RuntimeObject * L_2 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL);
__this->set_opaque_4(((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)));
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.AccessControl.RawAcl::.ctor(System.Byte,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawAcl__ctor_m0DC30A9FA96788E9D6C7C27AF87561AF090FF93F (RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * __this, uint8_t ___revision0, int32_t ___capacity1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RawAcl__ctor_m0DC30A9FA96788E9D6C7C27AF87561AF090FF93F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_il2cpp_TypeInfo_var);
GenericAcl__ctor_m4A5207D2FE5C79E97A6FEB19D0A24A836045D507(__this, /*hidden argument*/NULL);
uint8_t L_0 = ___revision0;
__this->set_revision_3(L_0);
int32_t L_1 = ___capacity1;
List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * L_2 = (List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A *)il2cpp_codegen_object_new(List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A_il2cpp_TypeInfo_var);
List_1__ctor_mE408A01F55E1618399C6C061DB7D7839E5BCFE1C(L_2, L_1, /*hidden argument*/List_1__ctor_mE408A01F55E1618399C6C061DB7D7839E5BCFE1C_RuntimeMethod_var);
__this->set_list_4(L_2);
return;
}
}
// System.Void System.Security.AccessControl.RawAcl::.ctor(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawAcl__ctor_m69BB38C1BA9A18B7F344907CCD2855545AE734C7 (RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___offset1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RawAcl__ctor_m69BB38C1BA9A18B7F344907CCD2855545AE734C7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * V_4 = NULL;
{
IL2CPP_RUNTIME_CLASS_INIT(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_il2cpp_TypeInfo_var);
GenericAcl__ctor_m4A5207D2FE5C79E97A6FEB19D0A24A836045D507(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___binaryForm0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral8450841FB8F4E6D177858C973FC6CC80CA20B8EF, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RawAcl__ctor_m69BB38C1BA9A18B7F344907CCD2855545AE734C7_RuntimeMethod_var);
}
IL_0014:
{
int32_t L_2 = ___offset1;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_0020;
}
}
{
int32_t L_3 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___binaryForm0;
NullCheck(L_4);
if ((((int32_t)L_3) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))), (int32_t)8)))))
{
goto IL_0036;
}
}
IL_0020:
{
int32_t L_5 = ___offset1;
int32_t L_6 = L_5;
RuntimeObject * L_7 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_6);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m755B01B4B4595B447596E3281F22FD7CE6DAE378(L_8, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, L_7, _stringLiteral2628AAA51BA50C39C84CFA56604CE731EFEC490B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, RawAcl__ctor_m69BB38C1BA9A18B7F344907CCD2855545AE734C7_RuntimeMethod_var);
}
IL_0036:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___binaryForm0;
int32_t L_10 = ___offset1;
NullCheck(L_9);
int32_t L_11 = L_10;
uint8_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
__this->set_revision_3(L_12);
uint8_t L_13 = __this->get_revision_3();
IL2CPP_RUNTIME_CLASS_INIT(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_il2cpp_TypeInfo_var);
uint8_t L_14 = ((GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_StaticFields*)il2cpp_codegen_static_fields_for(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_il2cpp_TypeInfo_var))->get_AclRevision_0();
if ((((int32_t)L_13) == ((int32_t)L_14)))
{
goto IL_0069;
}
}
{
uint8_t L_15 = __this->get_revision_3();
IL2CPP_RUNTIME_CLASS_INIT(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_il2cpp_TypeInfo_var);
uint8_t L_16 = ((GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_StaticFields*)il2cpp_codegen_static_fields_for(GenericAcl_t298151B43D19E8A4E275931FED7F3B15190D4AFA_il2cpp_TypeInfo_var))->get_AclRevisionDS_1();
if ((((int32_t)L_15) == ((int32_t)L_16)))
{
goto IL_0069;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_17 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_17, _stringLiteralCBA090905C022919F194542CD9B09CA35ECAD093, _stringLiteral8450841FB8F4E6D177858C973FC6CC80CA20B8EF, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, RawAcl__ctor_m69BB38C1BA9A18B7F344907CCD2855545AE734C7_RuntimeMethod_var);
}
IL_0069:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ___binaryForm0;
int32_t L_19 = ___offset1;
uint16_t L_20 = RawAcl_ReadUShort_m7241DA48A614FA22C5661AD2701B9D1B45B2ACBA(__this, L_18, ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)2)), /*hidden argument*/NULL);
V_0 = L_20;
int32_t L_21 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = ___binaryForm0;
NullCheck(L_22);
int32_t L_23 = V_0;
if ((((int32_t)L_21) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))), (int32_t)L_23)))))
{
goto IL_008c;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_24 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_24, _stringLiteral2ACDF7D461D049E473E0E9D1411145B03BAC0D16, _stringLiteral8450841FB8F4E6D177858C973FC6CC80CA20B8EF, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, RawAcl__ctor_m69BB38C1BA9A18B7F344907CCD2855545AE734C7_RuntimeMethod_var);
}
IL_008c:
{
int32_t L_25 = ___offset1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)8));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___binaryForm0;
int32_t L_27 = ___offset1;
uint16_t L_28 = RawAcl_ReadUShort_m7241DA48A614FA22C5661AD2701B9D1B45B2ACBA(__this, L_26, ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)4)), /*hidden argument*/NULL);
V_2 = L_28;
int32_t L_29 = V_2;
List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * L_30 = (List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A *)il2cpp_codegen_object_new(List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A_il2cpp_TypeInfo_var);
List_1__ctor_mE408A01F55E1618399C6C061DB7D7839E5BCFE1C(L_30, L_29, /*hidden argument*/List_1__ctor_mE408A01F55E1618399C6C061DB7D7839E5BCFE1C_RuntimeMethod_var);
__this->set_list_4(L_30);
V_3 = 0;
goto IL_00cf;
}
IL_00ab:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = ___binaryForm0;
int32_t L_32 = V_1;
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_33 = GenericAce_CreateFromBinaryForm_m9350031471C5CD0D91CB2501CC8C2D70B9B7A02A(L_31, L_32, /*hidden argument*/NULL);
V_4 = L_33;
List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * L_34 = __this->get_list_4();
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_35 = V_4;
NullCheck(L_34);
List_1_Add_m2629F6282571310B418BF79388C8B19C8FBFE087(L_34, L_35, /*hidden argument*/List_1_Add_m2629F6282571310B418BF79388C8B19C8FBFE087_RuntimeMethod_var);
int32_t L_36 = V_1;
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_37 = V_4;
NullCheck(L_37);
int32_t L_38 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Security.AccessControl.GenericAce::get_BinaryLength() */, L_37);
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)L_38));
int32_t L_39 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1));
}
IL_00cf:
{
int32_t L_40 = V_3;
int32_t L_41 = V_2;
if ((((int32_t)L_40) < ((int32_t)L_41)))
{
goto IL_00ab;
}
}
{
return;
}
}
// System.Int32 System.Security.AccessControl.RawAcl::get_BinaryLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RawAcl_get_BinaryLength_m75275F2ACAAEDEEEE710C8FD644D9609A51DAD6C (RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RawAcl_get_BinaryLength_m75275F2ACAAEDEEEE710C8FD644D9609A51DAD6C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Enumerator_t02F9AA26FBFE06162BA9DC0FFA3614CAF8B38F7C V_1;
memset((&V_1), 0, sizeof(V_1));
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
V_0 = 8;
List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * L_0 = __this->get_list_4();
NullCheck(L_0);
Enumerator_t02F9AA26FBFE06162BA9DC0FFA3614CAF8B38F7C L_1 = List_1_GetEnumerator_mCFAF0BD1E70EC641529F34D67E3200DAFE22F361(L_0, /*hidden argument*/List_1_GetEnumerator_mCFAF0BD1E70EC641529F34D67E3200DAFE22F361_RuntimeMethod_var);
V_1 = L_1;
}
IL_000e:
try
{ // begin try (depth: 1)
{
goto IL_0021;
}
IL_0010:
{
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_2 = Enumerator_get_Current_m99BC618F4F81B5609E8D06D9EEBB5043E792A7B1_inline((Enumerator_t02F9AA26FBFE06162BA9DC0FFA3614CAF8B38F7C *)(&V_1), /*hidden argument*/Enumerator_get_Current_m99BC618F4F81B5609E8D06D9EEBB5043E792A7B1_RuntimeMethod_var);
V_2 = L_2;
int32_t L_3 = V_0;
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_4 = V_2;
NullCheck(L_4);
int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Security.AccessControl.GenericAce::get_BinaryLength() */, L_4);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_5));
}
IL_0021:
{
bool L_6 = Enumerator_MoveNext_m73D1ED120C6DAB7490519372EFC2EA933D0CCC0D((Enumerator_t02F9AA26FBFE06162BA9DC0FFA3614CAF8B38F7C *)(&V_1), /*hidden argument*/Enumerator_MoveNext_m73D1ED120C6DAB7490519372EFC2EA933D0CCC0D_RuntimeMethod_var);
if (L_6)
{
goto IL_0010;
}
}
IL_002a:
{
IL2CPP_LEAVE(0x3A, FINALLY_002c);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_002c;
}
FINALLY_002c:
{ // begin finally (depth: 1)
Enumerator_Dispose_m765310E5F7DF06153D8814342C01798C84784764((Enumerator_t02F9AA26FBFE06162BA9DC0FFA3614CAF8B38F7C *)(&V_1), /*hidden argument*/Enumerator_Dispose_m765310E5F7DF06153D8814342C01798C84784764_RuntimeMethod_var);
IL2CPP_END_FINALLY(44)
} // end finally (depth: 1)
IL2CPP_CLEANUP(44)
{
IL2CPP_JUMP_TBL(0x3A, IL_003a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_003a:
{
int32_t L_7 = V_0;
return L_7;
}
}
// System.Int32 System.Security.AccessControl.RawAcl::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RawAcl_get_Count_m596050B5E67E56B6C0C1086ABD26CB06C4B305CD (RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RawAcl_get_Count_m596050B5E67E56B6C0C1086ABD26CB06C4B305CD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * L_0 = __this->get_list_4();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mD3A7ADD8374B3F420CC374E8A474447DD0AF7A4A_inline(L_0, /*hidden argument*/List_1_get_Count_mD3A7ADD8374B3F420CC374E8A474447DD0AF7A4A_RuntimeMethod_var);
return L_1;
}
}
// System.Security.AccessControl.GenericAce System.Security.AccessControl.RawAcl::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * RawAcl_get_Item_m57FD3E00567252B051B95D92370763A00492A1D4 (RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RawAcl_get_Item_m57FD3E00567252B051B95D92370763A00492A1D4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * L_0 = __this->get_list_4();
int32_t L_1 = ___index0;
NullCheck(L_0);
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_2 = List_1_get_Item_m682C2CA3232895C690E1B1D72634C829AFD73485_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_m682C2CA3232895C690E1B1D72634C829AFD73485_RuntimeMethod_var);
return L_2;
}
}
// System.Void System.Security.AccessControl.RawAcl::set_Item(System.Int32,System.Security.AccessControl.GenericAce)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawAcl_set_Item_m67AAF1BC2700A6EA0CE9561039ABB2EE15F248DA (RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * __this, int32_t ___index0, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RawAcl_set_Item_m67AAF1BC2700A6EA0CE9561039ABB2EE15F248DA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * L_0 = __this->get_list_4();
int32_t L_1 = ___index0;
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_2 = ___value1;
NullCheck(L_0);
List_1_set_Item_m59AABD1E615AEA5D0686F232829AAFA6E5287E7C(L_0, L_1, L_2, /*hidden argument*/List_1_set_Item_m59AABD1E615AEA5D0686F232829AAFA6E5287E7C_RuntimeMethod_var);
return;
}
}
// System.Byte System.Security.AccessControl.RawAcl::get_Revision()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t RawAcl_get_Revision_mACD784E55971B157335D640DA24F9AC21F0EF9B5 (RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * __this, const RuntimeMethod* method)
{
{
uint8_t L_0 = __this->get_revision_3();
return L_0;
}
}
// System.Void System.Security.AccessControl.RawAcl::GetBinaryForm(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawAcl_GetBinaryForm_m12D10A91A89800B71DE85ECA94E765BF7A7716A5 (RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___offset1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RawAcl_GetBinaryForm_m12D10A91A89800B71DE85ECA94E765BF7A7716A5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Enumerator_t02F9AA26FBFE06162BA9DC0FFA3614CAF8B38F7C V_1;
memset((&V_1), 0, sizeof(V_1));
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___binaryForm0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral8450841FB8F4E6D177858C973FC6CC80CA20B8EF, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RawAcl_GetBinaryForm_m12D10A91A89800B71DE85ECA94E765BF7A7716A5_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___offset1;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_001f;
}
}
{
int32_t L_3 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___binaryForm0;
NullCheck(L_4);
int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Security.AccessControl.GenericAcl::get_BinaryLength() */, __this);
if ((((int32_t)L_3) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))), (int32_t)L_5)))))
{
goto IL_002f;
}
}
IL_001f:
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_6, _stringLiteral2628AAA51BA50C39C84CFA56604CE731EFEC490B, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, RawAcl_GetBinaryForm_m12D10A91A89800B71DE85ECA94E765BF7A7716A5_RuntimeMethod_var);
}
IL_002f:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___binaryForm0;
int32_t L_8 = ___offset1;
uint8_t L_9 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.Security.AccessControl.GenericAcl::get_Revision() */, __this);
NullCheck(L_7);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(L_8), (uint8_t)L_9);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___binaryForm0;
int32_t L_11 = ___offset1;
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))), (uint8_t)0);
int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Security.AccessControl.GenericAcl::get_BinaryLength() */, __this);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___binaryForm0;
int32_t L_14 = ___offset1;
RawAcl_WriteUShort_mCA973809DC1D4FA2A2268C224E8900F61B4BA8AF(__this, (uint16_t)(((int32_t)((uint16_t)L_12))), L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)2)), /*hidden argument*/NULL);
List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * L_15 = __this->get_list_4();
NullCheck(L_15);
int32_t L_16 = List_1_get_Count_mD3A7ADD8374B3F420CC374E8A474447DD0AF7A4A_inline(L_15, /*hidden argument*/List_1_get_Count_mD3A7ADD8374B3F420CC374E8A474447DD0AF7A4A_RuntimeMethod_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___binaryForm0;
int32_t L_18 = ___offset1;
RawAcl_WriteUShort_mCA973809DC1D4FA2A2268C224E8900F61B4BA8AF(__this, (uint16_t)(((int32_t)((uint16_t)L_16))), L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)4)), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = ___binaryForm0;
int32_t L_20 = ___offset1;
RawAcl_WriteUShort_mCA973809DC1D4FA2A2268C224E8900F61B4BA8AF(__this, (uint16_t)0, L_19, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)6)), /*hidden argument*/NULL);
int32_t L_21 = ___offset1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)8));
List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * L_22 = __this->get_list_4();
NullCheck(L_22);
Enumerator_t02F9AA26FBFE06162BA9DC0FFA3614CAF8B38F7C L_23 = List_1_GetEnumerator_mCFAF0BD1E70EC641529F34D67E3200DAFE22F361(L_22, /*hidden argument*/List_1_GetEnumerator_mCFAF0BD1E70EC641529F34D67E3200DAFE22F361_RuntimeMethod_var);
V_1 = L_23;
}
IL_0080:
try
{ // begin try (depth: 1)
{
goto IL_009b;
}
IL_0082:
{
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_24 = Enumerator_get_Current_m99BC618F4F81B5609E8D06D9EEBB5043E792A7B1_inline((Enumerator_t02F9AA26FBFE06162BA9DC0FFA3614CAF8B38F7C *)(&V_1), /*hidden argument*/Enumerator_get_Current_m99BC618F4F81B5609E8D06D9EEBB5043E792A7B1_RuntimeMethod_var);
V_2 = L_24;
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_25 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___binaryForm0;
int32_t L_27 = V_0;
NullCheck(L_25);
VirtActionInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(5 /* System.Void System.Security.AccessControl.GenericAce::GetBinaryForm(System.Byte[],System.Int32) */, L_25, L_26, L_27);
int32_t L_28 = V_0;
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_29 = V_2;
NullCheck(L_29);
int32_t L_30 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Security.AccessControl.GenericAce::get_BinaryLength() */, L_29);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_30));
}
IL_009b:
{
bool L_31 = Enumerator_MoveNext_m73D1ED120C6DAB7490519372EFC2EA933D0CCC0D((Enumerator_t02F9AA26FBFE06162BA9DC0FFA3614CAF8B38F7C *)(&V_1), /*hidden argument*/Enumerator_MoveNext_m73D1ED120C6DAB7490519372EFC2EA933D0CCC0D_RuntimeMethod_var);
if (L_31)
{
goto IL_0082;
}
}
IL_00a4:
{
IL2CPP_LEAVE(0xB4, FINALLY_00a6);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00a6;
}
FINALLY_00a6:
{ // begin finally (depth: 1)
Enumerator_Dispose_m765310E5F7DF06153D8814342C01798C84784764((Enumerator_t02F9AA26FBFE06162BA9DC0FFA3614CAF8B38F7C *)(&V_1), /*hidden argument*/Enumerator_Dispose_m765310E5F7DF06153D8814342C01798C84784764_RuntimeMethod_var);
IL2CPP_END_FINALLY(166)
} // end finally (depth: 1)
IL2CPP_CLEANUP(166)
{
IL2CPP_JUMP_TBL(0xB4, IL_00b4)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00b4:
{
return;
}
}
// System.Void System.Security.AccessControl.RawAcl::InsertAce(System.Int32,System.Security.AccessControl.GenericAce)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawAcl_InsertAce_m2C47252403D2E1F7FC0B12967518936491E800F4 (RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * __this, int32_t ___index0, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___ace1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RawAcl_InsertAce_m2C47252403D2E1F7FC0B12967518936491E800F4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_0 = ___ace1;
bool L_1 = GenericAce_op_Equality_m74177533EFFCF807A61750F01AD159BC7AB52C95(L_0, (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralD86CAEDE0264D429ED6B1D3FE83EC87A18EED990, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, RawAcl_InsertAce_m2C47252403D2E1F7FC0B12967518936491E800F4_RuntimeMethod_var);
}
IL_0014:
{
List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * L_3 = __this->get_list_4();
int32_t L_4 = ___index0;
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_5 = ___ace1;
NullCheck(L_3);
List_1_Insert_mAD7474E5CB8790BE4B36B4D91ED01009ABA114A2(L_3, L_4, L_5, /*hidden argument*/List_1_Insert_mAD7474E5CB8790BE4B36B4D91ED01009ABA114A2_RuntimeMethod_var);
return;
}
}
// System.Void System.Security.AccessControl.RawAcl::RemoveAce(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawAcl_RemoveAce_m6A6094B90D15C186429C059BC34D7395081FFFD3 (RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RawAcl_RemoveAce_m6A6094B90D15C186429C059BC34D7395081FFFD3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
List_1_tFD63322B0F7BD42F471F71D1235B946B5C29522A * L_0 = __this->get_list_4();
int32_t L_1 = ___index0;
NullCheck(L_0);
List_1_RemoveAt_mD53E5B18607E5F221AF1208A979E39FC4DF8C0C2(L_0, L_1, /*hidden argument*/List_1_RemoveAt_mD53E5B18607E5F221AF1208A979E39FC4DF8C0C2_RuntimeMethod_var);
return;
}
}
// System.Void System.Security.AccessControl.RawAcl::WriteUShort(System.UInt16,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawAcl_WriteUShort_mCA973809DC1D4FA2A2268C224E8900F61B4BA8AF (RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * __this, uint16_t ___val0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, int32_t ___offset2, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer1;
int32_t L_1 = ___offset2;
uint16_t L_2 = ___val0;
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_1), (uint8_t)(((int32_t)((uint8_t)L_2))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___buffer1;
int32_t L_4 = ___offset2;
uint16_t L_5 = ___val0;
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_5>>(int32_t)8))))));
return;
}
}
// System.UInt16 System.Security.AccessControl.RawAcl::ReadUShort(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t RawAcl_ReadUShort_m7241DA48A614FA22C5661AD2701B9D1B45B2ACBA (RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
int32_t L_1 = ___offset1;
NullCheck(L_0);
int32_t L_2 = L_1;
uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___buffer0;
int32_t L_5 = ___offset1;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
return (uint16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_3|(int32_t)((int32_t)((int32_t)L_7<<(int32_t)8)))))));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.AccessControl.RawSecurityDescriptor::.ctor(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawSecurityDescriptor__ctor_mE71220B9D7FBEF5FE06477CAD68FD316731B6C3D (RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___binaryForm0, int32_t ___offset1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RawSecurityDescriptor__ctor_mE71220B9D7FBEF5FE06477CAD68FD316731B6C3D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
GenericSecurityDescriptor__ctor_m1662AA7E0E8A9DC932DD4E9FEADDD55FEBE19915(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___binaryForm0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral8450841FB8F4E6D177858C973FC6CC80CA20B8EF, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RawSecurityDescriptor__ctor_mE71220B9D7FBEF5FE06477CAD68FD316731B6C3D_RuntimeMethod_var);
}
IL_0014:
{
int32_t L_2 = ___offset1;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_0021;
}
}
{
int32_t L_3 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___binaryForm0;
NullCheck(L_4);
if ((((int32_t)L_3) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))), (int32_t)((int32_t)20))))))
{
goto IL_0037;
}
}
IL_0021:
{
int32_t L_5 = ___offset1;
int32_t L_6 = L_5;
RuntimeObject * L_7 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_6);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m755B01B4B4595B447596E3281F22FD7CE6DAE378(L_8, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, L_7, _stringLiteral2628AAA51BA50C39C84CFA56604CE731EFEC490B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, RawSecurityDescriptor__ctor_mE71220B9D7FBEF5FE06477CAD68FD316731B6C3D_RuntimeMethod_var);
}
IL_0037:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___binaryForm0;
int32_t L_10 = ___offset1;
NullCheck(L_9);
int32_t L_11 = L_10;
uint8_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
if ((((int32_t)L_12) == ((int32_t)1)))
{
goto IL_004d;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_13 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_13, _stringLiteral206BD1A6D2C7CFB60753B48492138F9EBC758B26, _stringLiteral8450841FB8F4E6D177858C973FC6CC80CA20B8EF, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, RawSecurityDescriptor__ctor_mE71220B9D7FBEF5FE06477CAD68FD316731B6C3D_RuntimeMethod_var);
}
IL_004d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___binaryForm0;
int32_t L_15 = ___offset1;
NullCheck(L_14);
int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
uint8_t L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
__this->set_resourcemgr_control_5(L_17);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ___binaryForm0;
int32_t L_19 = ___offset1;
uint16_t L_20 = RawSecurityDescriptor_ReadUShort_m4FB89AEDA221FD90E4F6924BD16800CA3CA27349(__this, L_18, ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)2)), /*hidden argument*/NULL);
__this->set_control_flags_0(L_20);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___binaryForm0;
int32_t L_22 = ___offset1;
int32_t L_23 = RawSecurityDescriptor_ReadInt_mA794A293FBA2F91A3F5B49A80743B855A2895DF3(__this, L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)4)), /*hidden argument*/NULL);
V_0 = L_23;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = ___binaryForm0;
int32_t L_25 = ___offset1;
int32_t L_26 = RawSecurityDescriptor_ReadInt_mA794A293FBA2F91A3F5B49A80743B855A2895DF3(__this, L_24, ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)8)), /*hidden argument*/NULL);
V_1 = L_26;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = ___binaryForm0;
int32_t L_28 = ___offset1;
int32_t L_29 = RawSecurityDescriptor_ReadInt_mA794A293FBA2F91A3F5B49A80743B855A2895DF3(__this, L_27, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)((int32_t)12))), /*hidden argument*/NULL);
V_2 = L_29;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = ___binaryForm0;
int32_t L_31 = ___offset1;
int32_t L_32 = RawSecurityDescriptor_ReadInt_mA794A293FBA2F91A3F5B49A80743B855A2895DF3(__this, L_30, ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)((int32_t)16))), /*hidden argument*/NULL);
V_3 = L_32;
int32_t L_33 = V_0;
if (!L_33)
{
goto IL_00a6;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = ___binaryForm0;
int32_t L_35 = V_0;
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_36 = (SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE *)il2cpp_codegen_object_new(SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE_il2cpp_TypeInfo_var);
SecurityIdentifier__ctor_mAC9DF9ABE74C86AD3505E99FAB308FF2AB13F8F0(L_36, L_34, L_35, /*hidden argument*/NULL);
__this->set_owner_sid_1(L_36);
}
IL_00a6:
{
int32_t L_37 = V_1;
if (!L_37)
{
goto IL_00b6;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = ___binaryForm0;
int32_t L_39 = V_1;
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_40 = (SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE *)il2cpp_codegen_object_new(SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE_il2cpp_TypeInfo_var);
SecurityIdentifier__ctor_mAC9DF9ABE74C86AD3505E99FAB308FF2AB13F8F0(L_40, L_38, L_39, /*hidden argument*/NULL);
__this->set_group_sid_2(L_40);
}
IL_00b6:
{
int32_t L_41 = V_2;
if (!L_41)
{
goto IL_00c6;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = ___binaryForm0;
int32_t L_43 = V_2;
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_44 = (RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 *)il2cpp_codegen_object_new(RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0_il2cpp_TypeInfo_var);
RawAcl__ctor_m69BB38C1BA9A18B7F344907CCD2855545AE734C7(L_44, L_42, L_43, /*hidden argument*/NULL);
__this->set_system_acl_3(L_44);
}
IL_00c6:
{
int32_t L_45 = V_3;
if (!L_45)
{
goto IL_00d6;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = ___binaryForm0;
int32_t L_47 = V_3;
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_48 = (RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 *)il2cpp_codegen_object_new(RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0_il2cpp_TypeInfo_var);
RawAcl__ctor_m69BB38C1BA9A18B7F344907CCD2855545AE734C7(L_48, L_46, L_47, /*hidden argument*/NULL);
__this->set_discretionary_acl_4(L_48);
}
IL_00d6:
{
return;
}
}
// System.Security.AccessControl.ControlFlags System.Security.AccessControl.RawSecurityDescriptor::get_ControlFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RawSecurityDescriptor_get_ControlFlags_mC24E22EED340DC60C6378586338605319E66CC56 (RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_control_flags_0();
return L_0;
}
}
// System.Security.AccessControl.RawAcl System.Security.AccessControl.RawSecurityDescriptor::get_DiscretionaryAcl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * RawSecurityDescriptor_get_DiscretionaryAcl_m8D70A0E534E134C4AB7C51981D2E560495A7CDA4 (RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * __this, const RuntimeMethod* method)
{
{
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_0 = __this->get_discretionary_acl_4();
return L_0;
}
}
// System.Security.Principal.SecurityIdentifier System.Security.AccessControl.RawSecurityDescriptor::get_Group()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * RawSecurityDescriptor_get_Group_mBD932E26C58A834B56FAF13F713B08EDC6AF60B0 (RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * __this, const RuntimeMethod* method)
{
{
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_0 = __this->get_group_sid_2();
return L_0;
}
}
// System.Void System.Security.AccessControl.RawSecurityDescriptor::set_Group(System.Security.Principal.SecurityIdentifier)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawSecurityDescriptor_set_Group_mAD97E1C94E551B071FDF39DFAE10EE72B37E3F12 (RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * __this, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___value0, const RuntimeMethod* method)
{
{
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_0 = ___value0;
__this->set_group_sid_2(L_0);
return;
}
}
// System.Security.Principal.SecurityIdentifier System.Security.AccessControl.RawSecurityDescriptor::get_Owner()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * RawSecurityDescriptor_get_Owner_m5744928D3256860DA9016060DBDA14C9F29B9E55 (RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * __this, const RuntimeMethod* method)
{
{
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_0 = __this->get_owner_sid_1();
return L_0;
}
}
// System.Void System.Security.AccessControl.RawSecurityDescriptor::set_Owner(System.Security.Principal.SecurityIdentifier)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawSecurityDescriptor_set_Owner_m0E070F938A6384DD25C7D731FA6059370C7B698E (RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * __this, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___value0, const RuntimeMethod* method)
{
{
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_0 = ___value0;
__this->set_owner_sid_1(L_0);
return;
}
}
// System.Security.AccessControl.RawAcl System.Security.AccessControl.RawSecurityDescriptor::get_SystemAcl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * RawSecurityDescriptor_get_SystemAcl_mAC455963FEA84A48D086B448B883B4BEBDF080E7 (RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * __this, const RuntimeMethod* method)
{
{
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_0 = __this->get_system_acl_3();
return L_0;
}
}
// System.UInt16 System.Security.AccessControl.RawSecurityDescriptor::ReadUShort(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t RawSecurityDescriptor_ReadUShort_m4FB89AEDA221FD90E4F6924BD16800CA3CA27349 (RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
int32_t L_1 = ___offset1;
NullCheck(L_0);
int32_t L_2 = L_1;
uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___buffer0;
int32_t L_5 = ___offset1;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
return (uint16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_3|(int32_t)((int32_t)((int32_t)L_7<<(int32_t)8)))))));
}
}
// System.Int32 System.Security.AccessControl.RawSecurityDescriptor::ReadInt(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RawSecurityDescriptor_ReadInt_mA794A293FBA2F91A3F5B49A80743B855A2895DF3 (RawSecurityDescriptor_tEBDFF7E38DD4162F1A9BBF7C75095AD58CBD6C06 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
int32_t L_1 = ___offset1;
NullCheck(L_0);
int32_t L_2 = L_1;
uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___buffer0;
int32_t L_5 = ___offset1;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___buffer0;
int32_t L_9 = ___offset1;
NullCheck(L_8);
int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)2));
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___buffer0;
int32_t L_13 = ___offset1;
NullCheck(L_12);
int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)3));
uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3|(int32_t)((int32_t)((int32_t)L_7<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_15<<(int32_t)((int32_t)24)))));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.AccessControl.SystemAcl::.ctor(System.Boolean,System.Boolean,System.Security.AccessControl.RawAcl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemAcl__ctor_m820F032268B5BD91BA94104D304B10C3386120F3 (SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * __this, bool ___isContainer0, bool ___isDS1, RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * ___rawAcl2, const RuntimeMethod* method)
{
{
bool L_0 = ___isContainer0;
bool L_1 = ___isDS1;
RawAcl_t9ADFA5D3D2AFCA945C006EEA60500D0B45FFCCB0 * L_2 = ___rawAcl2;
CommonAcl__ctor_m9645D418BD6073E02B9BBD83D5A5EB040C8A1C51(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.AccessControl.SystemAcl::ApplyCanonicalSortToExplicitAces()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemAcl_ApplyCanonicalSortToExplicitAces_mEB5D6FAB0D44D319CC139FCFD42A14E3613CB626 (SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = CommonAcl_GetCanonicalExplicitAceCount_m2E2FCD4AF9A708259CB72774D0019A57D8D52CBC(__this, /*hidden argument*/NULL);
V_0 = L_0;
int32_t L_1 = V_0;
CommonAcl_ApplyCanonicalSortToExplicitAces_m33CC63406F58065CF6919096F67FC8F33F82F9A5(__this, 0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.Security.AccessControl.SystemAcl::GetAceInsertPosition(System.Security.AccessControl.AceQualifier)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemAcl_GetAceInsertPosition_m57DA2A4CEB24E1488CDEC6C6C766C744B281467D (SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * __this, int32_t ___aceQualifier0, const RuntimeMethod* method)
{
{
return 0;
}
}
// System.Boolean System.Security.AccessControl.SystemAcl::IsAceMeaningless(System.Security.AccessControl.GenericAce)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SystemAcl_IsAceMeaningless_m9280E93751D880B164972B8F88D1D27F3B6FA8B7 (SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * __this, GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * ___ace0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SystemAcl_IsAceMeaningless_m9280E93751D880B164972B8F88D1D27F3B6FA8B7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * V_0 = NULL;
{
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_0 = ___ace0;
bool L_1 = CommonAcl_IsAceMeaningless_m04D78F50226DF8F9BDBEF3B590070AF584A2E057(__this, L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000b;
}
}
{
return (bool)1;
}
IL_000b:
{
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_2 = ___ace0;
NullCheck(L_2);
int32_t L_3 = GenericAce_get_AuditFlags_m6F51B4F6C8EE22FE2D397C2ACF1CB87D95F05F9C(L_2, /*hidden argument*/NULL);
bool L_4 = SystemAcl_IsValidAuditFlags_mDED94EDE2199CB728604A3B295E15694F2E4C377(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_001a;
}
}
{
return (bool)1;
}
IL_001a:
{
GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * L_5 = ___ace0;
V_0 = ((QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F *)IsInstClass((RuntimeObject*)L_5, QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F_il2cpp_TypeInfo_var));
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * L_6 = V_0;
bool L_7 = GenericAce_op_Inequality_m2DDC78117593BCFC2284FF1FCD25D9EA7953AAA6((GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA *)NULL, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_003e;
}
}
{
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * L_8 = V_0;
NullCheck(L_8);
int32_t L_9 = QualifiedAce_get_AceQualifier_mB682164ED7FB2FA54BA0F480E425BFBDF28CF231(L_8, /*hidden argument*/NULL);
if ((((int32_t)2) == ((int32_t)L_9)))
{
goto IL_003e;
}
}
{
QualifiedAce_tD5299D1E93C6BFC1D78A81F4E7229D30AB6A9F6F * L_10 = V_0;
NullCheck(L_10);
int32_t L_11 = QualifiedAce_get_AceQualifier_mB682164ED7FB2FA54BA0F480E425BFBDF28CF231(L_10, /*hidden argument*/NULL);
if ((((int32_t)3) == ((int32_t)L_11)))
{
goto IL_003e;
}
}
{
return (bool)1;
}
IL_003e:
{
return (bool)0;
}
}
// System.Boolean System.Security.AccessControl.SystemAcl::IsValidAuditFlags(System.Security.AccessControl.AuditFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SystemAcl_IsValidAuditFlags_mDED94EDE2199CB728604A3B295E15694F2E4C377 (int32_t ___auditFlags0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___auditFlags0;
if (!L_0)
{
goto IL_000a;
}
}
{
int32_t L_1 = ___auditFlags0;
int32_t L_2 = ___auditFlags0;
return (bool)((((int32_t)L_1) == ((int32_t)((int32_t)((int32_t)3&(int32_t)L_2))))? 1 : 0);
}
IL_000a:
{
return (bool)0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.Aes::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Aes__ctor_m16C1BE841CDC7AD3484B027FADD635F4CC2F46C5 (Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Aes__ctor_m16C1BE841CDC7AD3484B027FADD635F4CC2F46C5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SymmetricAlgorithm__ctor_mA48D09DF35BE5C20350B379682F1F7FE1278F755(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_il2cpp_TypeInfo_var);
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_0 = ((Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_StaticFields*)il2cpp_codegen_static_fields_for(Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_il2cpp_TypeInfo_var))->get_s_legalBlockSizes_9();
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_LegalBlockSizesValue_4(L_0);
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_1 = ((Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_StaticFields*)il2cpp_codegen_static_fields_for(Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_il2cpp_TypeInfo_var))->get_s_legalKeySizes_10();
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_LegalKeySizesValue_5(L_1);
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_BlockSizeValue_0(((int32_t)128));
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_FeedbackSizeValue_1(8);
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_KeySizeValue_6(((int32_t)256));
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_ModeValue_7(1);
return;
}
}
// System.Security.Cryptography.Aes System.Security.Cryptography.Aes::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653 * Aes_Create_m389807DAE1E861547F06B1BA5C18EA8A525E4F3E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Aes_Create_m389807DAE1E861547F06B1BA5C18EA8A525E4F3E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_il2cpp_TypeInfo_var);
Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653 * L_0 = Aes_Create_m38354BC6E569F7B6D10BD5760915D90921520998(_stringLiteral41F215A6D36C7782875BFB5D6D290EBB1E7961DF, /*hidden argument*/NULL);
return L_0;
}
}
// System.Security.Cryptography.Aes System.Security.Cryptography.Aes::Create(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653 * Aes_Create_m38354BC6E569F7B6D10BD5760915D90921520998 (String_t* ___algorithmName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Aes_Create_m38354BC6E569F7B6D10BD5760915D90921520998_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___algorithmName0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral1864E47701E0D2A7109E5C19F28EA68445C96785, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Aes_Create_m38354BC6E569F7B6D10BD5760915D90921520998_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___algorithmName0;
RuntimeObject * L_3 = CryptoConfig_CreateFromName_mB7B977E2EFA4B5AAC601FB0E261F4509E341A9B4(L_2, /*hidden argument*/NULL);
return ((Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653 *)IsInstClass((RuntimeObject*)L_3, Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_il2cpp_TypeInfo_var));
}
}
// System.Void System.Security.Cryptography.Aes::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Aes__cctor_mB33D6B5DD75B0A3826B363B0EBF660C1C267E23A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Aes__cctor_mB33D6B5DD75B0A3826B363B0EBF660C1C267E23A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_0 = (KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)SZArrayNew(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E_il2cpp_TypeInfo_var, (uint32_t)1);
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_1 = L_0;
KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * L_2 = (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)il2cpp_codegen_object_new(KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75_il2cpp_TypeInfo_var);
KeySizes__ctor_m82BEC3FBD67588FCBA0BDD6DCC0412DA20730A51(L_2, ((int32_t)128), ((int32_t)128), 0, /*hidden argument*/NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)L_2);
((Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_StaticFields*)il2cpp_codegen_static_fields_for(Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_il2cpp_TypeInfo_var))->set_s_legalBlockSizes_9(L_1);
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_3 = (KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)SZArrayNew(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E_il2cpp_TypeInfo_var, (uint32_t)1);
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_4 = L_3;
KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * L_5 = (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)il2cpp_codegen_object_new(KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75_il2cpp_TypeInfo_var);
KeySizes__ctor_m82BEC3FBD67588FCBA0BDD6DCC0412DA20730A51(L_5, ((int32_t)128), ((int32_t)256), ((int32_t)64), /*hidden argument*/NULL);
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_5);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)L_5);
((Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_StaticFields*)il2cpp_codegen_static_fields_for(Aes_t45D82D059B1811A60AF2DA6FD0355CAFB591A653_il2cpp_TypeInfo_var))->set_s_legalKeySizes_10(L_4);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.AsymmetricAlgorithm::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricAlgorithm__ctor_m2CC64409B1183D15BF9703D8581233B11D5D11EC (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.AsymmetricAlgorithm::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricAlgorithm_Dispose_mEB7569AF815938EF3B85B4D2165EEAD010C2CF4B (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, const RuntimeMethod* method)
{
{
AsymmetricAlgorithm_Clear_m6B49796597BF5B1532F3D5D50C241808E24B15BA(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.AsymmetricAlgorithm::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricAlgorithm_Clear_m6B49796597BF5B1532F3D5D50C241808E24B15BA (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsymmetricAlgorithm_Clear_m6B49796597BF5B1532F3D5D50C241808E24B15BA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.AsymmetricAlgorithm::Dispose(System.Boolean) */, __this, (bool)1);
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.AsymmetricAlgorithm::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricAlgorithm_Dispose_m6640108F9EB3155FFD5D9553E962F74A001E4BCF (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, bool ___disposing0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AsymmetricAlgorithm_get_KeySize_mE8C6882BD6C01D3721FAE2B622DFACD89072FB50 (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_KeySizeValue_0();
return L_0;
}
}
// System.Void System.Security.Cryptography.AsymmetricAlgorithm::set_KeySize(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricAlgorithm_set_KeySize_m62273955359A3F7D905C64128A66129A9563A20D (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsymmetricAlgorithm_set_KeySize_m62273955359A3F7D905C64128A66129A9563A20D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
V_0 = 0;
goto IL_006b;
}
IL_0004:
{
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_0 = __this->get_LegalKeySizesValue_1();
int32_t L_1 = V_0;
NullCheck(L_0);
int32_t L_2 = L_1;
KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
NullCheck(L_3);
int32_t L_4 = KeySizes_get_SkipSize_m1749DBFABF927033CA1F790DDE1A25EB9A377E33_inline(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_002b;
}
}
{
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_5 = __this->get_LegalKeySizesValue_1();
int32_t L_6 = V_0;
NullCheck(L_5);
int32_t L_7 = L_6;
KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
NullCheck(L_8);
int32_t L_9 = KeySizes_get_MinSize_m1160A46CAEE9F589C22B82440CDFBBD3085CB47B_inline(L_8, /*hidden argument*/NULL);
int32_t L_10 = ___value0;
if ((!(((uint32_t)L_9) == ((uint32_t)L_10))))
{
goto IL_0067;
}
}
{
int32_t L_11 = ___value0;
__this->set_KeySizeValue_0(L_11);
return;
}
IL_002b:
{
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_12 = __this->get_LegalKeySizesValue_1();
int32_t L_13 = V_0;
NullCheck(L_12);
int32_t L_14 = L_13;
KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
NullCheck(L_15);
int32_t L_16 = KeySizes_get_MinSize_m1160A46CAEE9F589C22B82440CDFBBD3085CB47B_inline(L_15, /*hidden argument*/NULL);
V_1 = L_16;
goto IL_0057;
}
IL_003b:
{
int32_t L_17 = V_1;
int32_t L_18 = ___value0;
if ((!(((uint32_t)L_17) == ((uint32_t)L_18))))
{
goto IL_0047;
}
}
{
int32_t L_19 = ___value0;
__this->set_KeySizeValue_0(L_19);
return;
}
IL_0047:
{
int32_t L_20 = V_1;
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_21 = __this->get_LegalKeySizesValue_1();
int32_t L_22 = V_0;
NullCheck(L_21);
int32_t L_23 = L_22;
KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * L_24 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
NullCheck(L_24);
int32_t L_25 = KeySizes_get_SkipSize_m1749DBFABF927033CA1F790DDE1A25EB9A377E33_inline(L_24, /*hidden argument*/NULL);
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_25));
}
IL_0057:
{
int32_t L_26 = V_1;
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_27 = __this->get_LegalKeySizesValue_1();
int32_t L_28 = V_0;
NullCheck(L_27);
int32_t L_29 = L_28;
KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
NullCheck(L_30);
int32_t L_31 = KeySizes_get_MaxSize_m0DA99EB5B5DE65B27B83EC85F634BBC6382E1691_inline(L_30, /*hidden argument*/NULL);
if ((((int32_t)L_26) <= ((int32_t)L_31)))
{
goto IL_003b;
}
}
IL_0067:
{
int32_t L_32 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
}
IL_006b:
{
int32_t L_33 = V_0;
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_34 = __this->get_LegalKeySizesValue_1();
NullCheck(L_34);
if ((((int32_t)L_33) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length)))))))
{
goto IL_0004;
}
}
{
String_t* L_35 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD99687D6E2A05AB86D82EB88F617BB3A6D262286, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_36 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_36, L_35, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, AsymmetricAlgorithm_set_KeySize_m62273955359A3F7D905C64128A66129A9563A20D_RuntimeMethod_var);
}
}
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.AsymmetricAlgorithm::get_LegalKeySizes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* AsymmetricAlgorithm_get_LegalKeySizes_m03530936E3BC5030051380832A28C9D1A3149DC0 (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsymmetricAlgorithm_get_LegalKeySizes_m03530936E3BC5030051380832A28C9D1A3149DC0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_0 = __this->get_LegalKeySizesValue_1();
NullCheck((RuntimeArray *)(RuntimeArray *)L_0);
RuntimeObject * L_1 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_0, /*hidden argument*/NULL);
return ((KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)Castclass((RuntimeObject*)L_1, KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E_il2cpp_TypeInfo_var));
}
}
// System.String System.Security.Cryptography.AsymmetricAlgorithm::get_SignatureAlgorithm()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsymmetricAlgorithm_get_SignatureAlgorithm_mF11F00C910E41A66E9E6441670C03CB10C092AB3 (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsymmetricAlgorithm_get_SignatureAlgorithm_mF11F00C910E41A66E9E6441670C03CB10C092AB3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, AsymmetricAlgorithm_get_SignatureAlgorithm_mF11F00C910E41A66E9E6441670C03CB10C092AB3_RuntimeMethod_var);
}
}
// System.String System.Security.Cryptography.AsymmetricAlgorithm::get_KeyExchangeAlgorithm()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsymmetricAlgorithm_get_KeyExchangeAlgorithm_m2D509E0BBB484751F8EB8B8F81023710877E4300 (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsymmetricAlgorithm_get_KeyExchangeAlgorithm_m2D509E0BBB484751F8EB8B8F81023710877E4300_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, AsymmetricAlgorithm_get_KeyExchangeAlgorithm_m2D509E0BBB484751F8EB8B8F81023710877E4300_RuntimeMethod_var);
}
}
// System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.AsymmetricAlgorithm::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * AsymmetricAlgorithm_Create_mA4162816E573C00A2D508D49E69974400A19C269 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsymmetricAlgorithm_Create_mA4162816E573C00A2D508D49E69974400A19C269_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * L_0 = (RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 *)il2cpp_codegen_object_new(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_il2cpp_TypeInfo_var);
RSACryptoServiceProvider__ctor_m9249D579A83FC34306B6B1A53B677FC0C1DD21E1(L_0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.AsymmetricAlgorithm::Create(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * AsymmetricAlgorithm_Create_m69C32FA4D2A33C0AD9483259EA835C3B1C2963A4 (String_t* ___algName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsymmetricAlgorithm_Create_m69C32FA4D2A33C0AD9483259EA835C3B1C2963A4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___algName0;
RuntimeObject * L_1 = CryptoConfig_CreateFromName_mB7B977E2EFA4B5AAC601FB0E261F4509E341A9B4(L_0, /*hidden argument*/NULL);
return ((AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB *)CastclassClass((RuntimeObject*)L_1, AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB_il2cpp_TypeInfo_var));
}
}
// System.Void System.Security.Cryptography.AsymmetricAlgorithm::FromXmlString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricAlgorithm_FromXmlString_m7127D8D36C54B08DEF6C3829069A932128B10BFD (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, String_t* ___xmlString0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsymmetricAlgorithm_FromXmlString_m7127D8D36C54B08DEF6C3829069A932128B10BFD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, AsymmetricAlgorithm_FromXmlString_m7127D8D36C54B08DEF6C3829069A932128B10BFD_RuntimeMethod_var);
}
}
// System.String System.Security.Cryptography.AsymmetricAlgorithm::ToXmlString(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsymmetricAlgorithm_ToXmlString_mA2B3F042344DD8932CDB10B6D173726B8702077D (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * __this, bool ___includePrivateParameters0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsymmetricAlgorithm_ToXmlString_mA2B3F042344DD8932CDB10B6D173726B8702077D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, AsymmetricAlgorithm_ToXmlString_mA2B3F042344DD8932CDB10B6D173726B8702077D_RuntimeMethod_var);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.AsymmetricKeyExchangeDeformatter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricKeyExchangeDeformatter__ctor_m9B49F18A7875693ED066DAA9BD7096CAC1D06B29 (AsymmetricKeyExchangeDeformatter_t43BCD3FDF3AB4A4303856F165EE5887DF70BDA41 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.AsymmetricKeyExchangeFormatter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricKeyExchangeFormatter__ctor_m8BBC3EF2BD4E70B7104B327462AA3C57429D385C (AsymmetricKeyExchangeFormatter_t9CA3BB8564F403286E742FD70000696D5E0E1187 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.AsymmetricSignatureDeformatter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricSignatureDeformatter__ctor_m656D0E64C9E6B3FF5D07E118F06EA95F16363AED (AsymmetricSignatureDeformatter_t2A943481A45060B8762C73CD0A4D624077C6AB39 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Security.Cryptography.AsymmetricSignatureDeformatter::VerifySignature(System.Security.Cryptography.HashAlgorithm,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AsymmetricSignatureDeformatter_VerifySignature_mB67705AB28C2DFA62059E0DCE1EA46FC19A6FCEB (AsymmetricSignatureDeformatter_t2A943481A45060B8762C73CD0A4D624077C6AB39 * __this, HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___hash0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbSignature1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsymmetricSignatureDeformatter_VerifySignature_mB67705AB28C2DFA62059E0DCE1EA46FC19A6FCEB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_0 = ___hash0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral2346AD27D7568BA9896F1B7DA6B5991251DEBDF2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, AsymmetricSignatureDeformatter_VerifySignature_mB67705AB28C2DFA62059E0DCE1EA46FC19A6FCEB_RuntimeMethod_var);
}
IL_000e:
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_2 = ___hash0;
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2);
VirtActionInvoker1< String_t* >::Invoke(5 /* System.Void System.Security.Cryptography.AsymmetricSignatureDeformatter::SetHashAlgorithm(System.String) */, __this, L_3);
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_4 = ___hash0;
NullCheck(L_4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(12 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___rgbSignature1;
bool L_7 = VirtFuncInvoker2< bool, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(7 /* System.Boolean System.Security.Cryptography.AsymmetricSignatureDeformatter::VerifySignature(System.Byte[],System.Byte[]) */, __this, L_5, L_6);
return L_7;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.AsymmetricSignatureFormatter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricSignatureFormatter__ctor_m4581CBC81F10A82465AF491B8C8C32A44D4EBB43 (AsymmetricSignatureFormatter_t9480AB35AE4F9D132E9C22104181655C6533AB2E * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Byte[] System.Security.Cryptography.AsymmetricSignatureFormatter::CreateSignature(System.Security.Cryptography.HashAlgorithm)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* AsymmetricSignatureFormatter_CreateSignature_m334037D6E2CD1B0462337FE81D054E1BE19B0728 (AsymmetricSignatureFormatter_t9480AB35AE4F9D132E9C22104181655C6533AB2E * __this, HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___hash0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsymmetricSignatureFormatter_CreateSignature_m334037D6E2CD1B0462337FE81D054E1BE19B0728_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_0 = ___hash0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral2346AD27D7568BA9896F1B7DA6B5991251DEBDF2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, AsymmetricSignatureFormatter_CreateSignature_m334037D6E2CD1B0462337FE81D054E1BE19B0728_RuntimeMethod_var);
}
IL_000e:
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_2 = ___hash0;
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2);
VirtActionInvoker1< String_t* >::Invoke(5 /* System.Void System.Security.Cryptography.AsymmetricSignatureFormatter::SetHashAlgorithm(System.String) */, __this, L_3);
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_4 = ___hash0;
NullCheck(L_4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(12 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_4);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(7 /* System.Byte[] System.Security.Cryptography.AsymmetricSignatureFormatter::CreateSignature(System.Byte[]) */, __this, L_5);
return L_6;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.CryptoAPITransform::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoAPITransform__ctor_m9C3416DE93A0972C75ACEE10966E9CF0F47877F6 (CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
__this->set_m_disposed_0((bool)0);
return;
}
}
// System.Boolean System.Security.Cryptography.CryptoAPITransform::get_CanReuseTransform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CryptoAPITransform_get_CanReuseTransform_mC375E7EB056DEF36217639105FA8E9C4A80C0A29 (CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Boolean System.Security.Cryptography.CryptoAPITransform::get_CanTransformMultipleBlocks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CryptoAPITransform_get_CanTransformMultipleBlocks_mD81061FCED848209CCA4F78E2AD808DF0C220449 (CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Int32 System.Security.Cryptography.CryptoAPITransform::get_InputBlockSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CryptoAPITransform_get_InputBlockSize_mA237892E4AADF2C0C5D88A8B106C06F66DF7A492 (CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF * __this, const RuntimeMethod* method)
{
{
return 0;
}
}
// System.IntPtr System.Security.Cryptography.CryptoAPITransform::get_KeyHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CryptoAPITransform_get_KeyHandle_m129C6D5B3D17192B2FC39D51FE7BC3C2D7D135E6 (CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoAPITransform_get_KeyHandle_m129C6D5B3D17192B2FC39D51FE7BC3C2D7D135E6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
return (intptr_t)(0);
}
}
// System.Int32 System.Security.Cryptography.CryptoAPITransform::get_OutputBlockSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CryptoAPITransform_get_OutputBlockSize_m433B7C1FC1AF1340E0C5CBB379D13993D42A5633 (CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF * __this, const RuntimeMethod* method)
{
{
return 0;
}
}
// System.Void System.Security.Cryptography.CryptoAPITransform::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoAPITransform_Dispose_mA675415834B0C4DC75EBAB1820F9605AC6C29B3C (CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoAPITransform_Dispose_mA675415834B0C4DC75EBAB1820F9605AC6C29B3C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CryptoAPITransform_Dispose_m1F85F99B32212755104B3834D8DA29EE8A262840(__this, (bool)1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CryptoAPITransform::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoAPITransform_Clear_mCD50924F857242640EBFFAB903FA0A6DB8199F4E (CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF * __this, const RuntimeMethod* method)
{
{
CryptoAPITransform_Dispose_m1F85F99B32212755104B3834D8DA29EE8A262840(__this, (bool)0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CryptoAPITransform::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoAPITransform_Dispose_m1F85F99B32212755104B3834D8DA29EE8A262840 (CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF * __this, bool ___disposing0, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_disposed_0();
if (L_0)
{
goto IL_0011;
}
}
{
bool L_1 = ___disposing0;
__this->set_m_disposed_0((bool)1);
}
IL_0011:
{
return;
}
}
// System.Int32 System.Security.Cryptography.CryptoAPITransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CryptoAPITransform_TransformBlock_m08477CA22117A150DA1A341C634DBB86C6B70CAD (CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method)
{
{
return 0;
}
}
// System.Byte[] System.Security.Cryptography.CryptoAPITransform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* CryptoAPITransform_TransformFinalBlock_m9A4A5AD0A2C8DF28F49780D4835CC3ACA4940567 (CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method)
{
{
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
}
// System.Void System.Security.Cryptography.CryptoAPITransform::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoAPITransform_Reset_m23829040CDF10B01E22F6D6560F1E9725E93CC00 (CryptoAPITransform_tB1DBDF908C8CAAAF85CAE409959F0379EB59A3EF * __this, const RuntimeMethod* method)
{
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Byte[] System.Security.Cryptography.CryptoConfig::EncodeOID(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* CryptoConfig_EncodeOID_mEC2EB86D30669917D71AC194CD83281D1A67AC92 (String_t* ___str0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoConfig_EncodeOID_mEC2EB86D30669917D71AC194CD83281D1A67AC92_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL;
uint8_t V_6 = 0x0;
uint8_t V_7 = 0x0;
int32_t V_8 = 0;
int64_t V_9 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_10 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
String_t* L_0 = ___str0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3442496B96DD01591A8CD44B1EEC1368AB728ABA, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CryptoConfig_EncodeOID_mEC2EB86D30669917D71AC194CD83281D1A67AC92_RuntimeMethod_var);
}
IL_000e:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = L_2;
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)46));
V_0 = L_3;
String_t* L_4 = ___str0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = V_0;
NullCheck(L_4);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = String_Split_m13262358217AD2C119FD1B9733C3C0289D608512(L_4, L_5, /*hidden argument*/NULL);
V_1 = L_6;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = V_1;
NullCheck(L_7);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))))) >= ((int32_t)2)))
{
goto IL_0038;
}
}
{
String_t* L_8 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral0048DEAE32BAEC237741315F192A8069558B375B, /*hidden argument*/NULL);
CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE * L_9 = (CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE_il2cpp_TypeInfo_var);
CryptographicUnexpectedOperationException__ctor_mBBDF264CFD6435CEC4994D4DE065BA91CC7D38EE(L_9, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, CryptoConfig_EncodeOID_mEC2EB86D30669917D71AC194CD83281D1A67AC92_RuntimeMethod_var);
}
IL_0038:
{
String_t* L_10 = ___str0;
NullCheck(L_10);
int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_10, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_11);
V_2 = L_12;
}
IL_0044:
try
{ // begin try (depth: 1)
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = V_1;
NullCheck(L_13);
int32_t L_14 = 0;
String_t* L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint8_t L_16 = Convert_ToByte_mF5A487816056F3D1509511E3CD8FA1DF3D91F581(L_15, /*hidden argument*/NULL);
V_6 = L_16;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = V_1;
NullCheck(L_17);
int32_t L_18 = 1;
String_t* L_19 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
uint8_t L_20 = Convert_ToByte_mF5A487816056F3D1509511E3CD8FA1DF3D91F581(L_19, /*hidden argument*/NULL);
V_7 = L_20;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_2;
uint8_t L_22 = V_6;
uint8_t L_23 = V_7;
uint8_t L_24 = Convert_ToByte_mC952E2B42FF6008EF2123228A0BFB9054531EB64(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_22, (int32_t)((int32_t)40))), (int32_t)L_23)), /*hidden argument*/NULL);
NullCheck(L_21);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)L_24);
goto IL_007b;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_006a;
throw e;
}
CATCH_006a:
{ // begin catch(System.Object)
String_t* L_25 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralA5A13027211F0B4427CA2494B23E545326628927, /*hidden argument*/NULL);
CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE * L_26 = (CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE_il2cpp_TypeInfo_var);
CryptographicUnexpectedOperationException__ctor_mBBDF264CFD6435CEC4994D4DE065BA91CC7D38EE(L_26, L_25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, CryptoConfig_EncodeOID_mEC2EB86D30669917D71AC194CD83281D1A67AC92_RuntimeMethod_var);
} // end catch (depth: 1)
IL_007b:
{
V_3 = 3;
V_8 = 2;
goto IL_00c8;
}
IL_0082:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_27 = V_1;
int32_t L_28 = V_8;
NullCheck(L_27);
int32_t L_29 = L_28;
String_t* L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int64_t L_31 = Convert_ToInt64_m740F0CA2696F5D04F06456FCBFE08E942B12B4A6(L_30, /*hidden argument*/NULL);
V_9 = L_31;
int64_t L_32 = V_9;
if ((((int64_t)L_32) <= ((int64_t)(((int64_t)((int64_t)((int32_t)127)))))))
{
goto IL_00b4;
}
}
{
int64_t L_33 = V_9;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = CryptoConfig_EncodeLongNumber_m7DF4266FD7C23C1AFB19007B397A2A38FBA58335(L_33, /*hidden argument*/NULL);
V_10 = L_34;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = V_10;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = V_2;
int32_t L_37 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = V_10;
NullCheck(L_38);
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_35, 0, (RuntimeArray *)(RuntimeArray *)L_36, L_37, (((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length)))), /*hidden argument*/NULL);
int32_t L_39 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = V_10;
NullCheck(L_40);
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_40)->max_length))))));
goto IL_00c2;
}
IL_00b4:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = V_2;
int32_t L_42 = V_3;
int32_t L_43 = L_42;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1));
int64_t L_44 = V_9;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint8_t L_45 = Convert_ToByte_m645FE381788C101B2BE504F57811E655AD432935(L_44, /*hidden argument*/NULL);
NullCheck(L_41);
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(L_43), (uint8_t)L_45);
}
IL_00c2:
{
int32_t L_46 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1));
}
IL_00c8:
{
int32_t L_47 = V_8;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_48 = V_1;
NullCheck(L_48);
if ((((int32_t)L_47) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length)))))))
{
goto IL_0082;
}
}
{
V_4 = 2;
int32_t L_49 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_49);
V_5 = L_50;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_51 = V_5;
NullCheck(L_51);
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)6);
int32_t L_52 = V_3;
if ((((int32_t)L_52) <= ((int32_t)((int32_t)127))))
{
goto IL_00f4;
}
}
{
String_t* L_53 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralBC8AB946FF84A98F1B995F29850F63C9D1EC4F7F, /*hidden argument*/NULL);
CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE * L_54 = (CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE_il2cpp_TypeInfo_var);
CryptographicUnexpectedOperationException__ctor_mBBDF264CFD6435CEC4994D4DE065BA91CC7D38EE(L_54, L_53, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_54, CryptoConfig_EncodeOID_mEC2EB86D30669917D71AC194CD83281D1A67AC92_RuntimeMethod_var);
}
IL_00f4:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_55 = V_5;
int32_t L_56 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint8_t L_57 = Convert_ToByte_mC952E2B42FF6008EF2123228A0BFB9054531EB64(((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)2)), /*hidden argument*/NULL);
NullCheck(L_55);
(L_55)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)L_57);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = V_2;
int32_t L_59 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_60 = V_5;
int32_t L_61 = V_4;
int32_t L_62 = V_3;
int32_t L_63 = V_4;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_58, L_59, (RuntimeArray *)(RuntimeArray *)L_60, L_61, ((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)L_63)), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_64 = V_5;
return L_64;
}
}
// System.Byte[] System.Security.Cryptography.CryptoConfig::EncodeLongNumber(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* CryptoConfig_EncodeLongNumber_m7DF4266FD7C23C1AFB19007B397A2A38FBA58335 (int64_t ___x0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoConfig_EncodeLongNumber_m7DF4266FD7C23C1AFB19007B397A2A38FBA58335_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
int32_t V_1 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
int32_t V_3 = 0;
{
int64_t L_0 = ___x0;
if ((((int64_t)L_0) > ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL)))))))
{
goto IL_0012;
}
}
{
int64_t L_1 = ___x0;
if ((((int64_t)L_1) >= ((int64_t)(((int64_t)((int64_t)((int32_t)-2147483648LL)))))))
{
goto IL_0022;
}
}
IL_0012:
{
String_t* L_2 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral65E49DAB77336CA851AE4EB596211C1C78BC2386, /*hidden argument*/NULL);
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_3 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, CryptoConfig_EncodeLongNumber_m7DF4266FD7C23C1AFB19007B397A2A38FBA58335_RuntimeMethod_var);
}
IL_0022:
{
int64_t L_4 = ___x0;
V_0 = L_4;
V_1 = 1;
goto IL_0030;
}
IL_0028:
{
int64_t L_5 = V_0;
V_0 = ((int64_t)((int64_t)L_5>>(int32_t)7));
int32_t L_6 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
}
IL_0030:
{
int64_t L_7 = V_0;
if ((((int64_t)L_7) > ((int64_t)(((int64_t)((int64_t)((int32_t)127)))))))
{
goto IL_0028;
}
}
{
int32_t L_8 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_8);
V_2 = L_9;
V_3 = 0;
goto IL_006d;
}
IL_0041:
{
int64_t L_10 = ___x0;
int32_t L_11 = V_3;
V_0 = ((int64_t)((int64_t)L_10>>(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)7, (int32_t)L_11))&(int32_t)((int32_t)63)))));
int64_t L_12 = V_0;
V_0 = ((int64_t)((int64_t)L_12&(int64_t)(((int64_t)((int64_t)((int32_t)127))))));
int32_t L_13 = V_3;
if (!L_13)
{
goto IL_005c;
}
}
{
int64_t L_14 = V_0;
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_14, (int64_t)(((int64_t)((int64_t)((int32_t)128))))));
}
IL_005c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = V_2;
int32_t L_16 = V_1;
int32_t L_17 = V_3;
int64_t L_18 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint8_t L_19 = Convert_ToByte_m645FE381788C101B2BE504F57811E655AD432935(L_18, /*hidden argument*/NULL);
NullCheck(L_15);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)), (int32_t)1))), (uint8_t)L_19);
int32_t L_20 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
}
IL_006d:
{
int32_t L_21 = V_3;
int32_t L_22 = V_1;
if ((((int32_t)L_21) < ((int32_t)L_22)))
{
goto IL_0041;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = V_2;
return L_23;
}
}
// System.Boolean System.Security.Cryptography.CryptoConfig::get_AllowOnlyFipsAlgorithms()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CryptoConfig_get_AllowOnlyFipsAlgorithms_mAB638CADB33E72823271E1FA51421DEBDB41AD5E (const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Void System.Security.Cryptography.CryptoConfig::AddAlgorithm(System.Type,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoConfig_AddAlgorithm_m4262E08E967AAD01D353D0C76E11D0F301A4E458 (Type_t * ___algorithm0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___names1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoConfig_AddAlgorithm_m4262E08E967AAD01D353D0C76E11D0F301A4E458_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 * L_0 = (PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 *)il2cpp_codegen_object_new(PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5_il2cpp_TypeInfo_var);
PlatformNotSupportedException__ctor_m651139B17C9EE918551490BC675754EA8EA3E7C7(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, CryptoConfig_AddAlgorithm_m4262E08E967AAD01D353D0C76E11D0F301A4E458_RuntimeMethod_var);
}
}
// System.Void System.Security.Cryptography.CryptoConfig::AddOID(System.String,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoConfig_AddOID_m4196DA8769D8E437EE967C5A28F5665261AD0F84 (String_t* ___oid0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___names1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoConfig_AddOID_m4196DA8769D8E437EE967C5A28F5665261AD0F84_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 * L_0 = (PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 *)il2cpp_codegen_object_new(PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5_il2cpp_TypeInfo_var);
PlatformNotSupportedException__ctor_m651139B17C9EE918551490BC675754EA8EA3E7C7(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, CryptoConfig_AddOID_m4196DA8769D8E437EE967C5A28F5665261AD0F84_RuntimeMethod_var);
}
}
// System.Object System.Security.Cryptography.CryptoConfig::CreateFromName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CryptoConfig_CreateFromName_mB7B977E2EFA4B5AAC601FB0E261F4509E341A9B4 (String_t* ___name0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___name0;
RuntimeObject * L_1 = CryptoConfig_CreateFromName_m5A439AFB2C2C030652C65B2584CEE020F66A4D0C(L_0, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL, /*hidden argument*/NULL);
return L_1;
}
}
// System.Object System.Security.Cryptography.CryptoConfig::CreateFromName(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CryptoConfig_CreateFromName_m5A439AFB2C2C030652C65B2584CEE020F66A4D0C (String_t* ___name0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoConfig_CreateFromName_m5A439AFB2C2C030652C65B2584CEE020F66A4D0C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
uint32_t V_1 = 0;
RuntimeObject * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
String_t* L_0 = ___name0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CryptoConfig_CreateFromName_m5A439AFB2C2C030652C65B2584CEE020F66A4D0C_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___name0;
NullCheck(L_2);
String_t* L_3 = String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E(L_2, /*hidden argument*/NULL);
V_0 = L_3;
String_t* L_4 = V_0;
uint32_t L_5 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m5C1A2CA6703F0D94CE54FF9003154837BB1CDF9A(L_4, /*hidden argument*/NULL);
V_1 = L_5;
uint32_t L_6 = V_1;
if ((!(((uint32_t)L_6) <= ((uint32_t)((int32_t)-1879638766)))))
{
goto IL_0308;
}
}
{
uint32_t L_7 = V_1;
if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)1279198866)))))
{
goto IL_019d;
}
}
{
uint32_t L_8 = V_1;
if ((!(((uint32_t)L_8) <= ((uint32_t)((int32_t)589079309)))))
{
goto IL_00ed;
}
}
{
uint32_t L_9 = V_1;
if ((!(((uint32_t)L_9) <= ((uint32_t)((int32_t)401798778)))))
{
goto IL_0099;
}
}
{
uint32_t L_10 = V_1;
if ((!(((uint32_t)L_10) <= ((uint32_t)((int32_t)294650258)))))
{
goto IL_0073;
}
}
{
uint32_t L_11 = V_1;
if ((((int32_t)L_11) == ((int32_t)((int32_t)97835172))))
{
goto IL_0c8b;
}
}
{
uint32_t L_12 = V_1;
if ((((int32_t)L_12) == ((int32_t)((int32_t)289646596))))
{
goto IL_0afc;
}
}
{
uint32_t L_13 = V_1;
if ((((int32_t)L_13) == ((int32_t)((int32_t)294650258))))
{
goto IL_0d87;
}
}
{
goto IL_0e8a;
}
IL_0073:
{
uint32_t L_14 = V_1;
if ((((int32_t)L_14) == ((int32_t)((int32_t)373238979))))
{
goto IL_0b11;
}
}
{
uint32_t L_15 = V_1;
if ((((int32_t)L_15) == ((int32_t)((int32_t)381964475))))
{
goto IL_0760;
}
}
{
uint32_t L_16 = V_1;
if ((((int32_t)L_16) == ((int32_t)((int32_t)401798778))))
{
goto IL_064f;
}
}
{
goto IL_0e8a;
}
IL_0099:
{
uint32_t L_17 = V_1;
if ((!(((uint32_t)L_17) <= ((uint32_t)((int32_t)550229268)))))
{
goto IL_00c7;
}
}
{
uint32_t L_18 = V_1;
if ((((int32_t)L_18) == ((int32_t)((int32_t)418711287))))
{
goto IL_0832;
}
}
{
uint32_t L_19 = V_1;
if ((((int32_t)L_19) == ((int32_t)((int32_t)524624695))))
{
goto IL_0ad2;
}
}
{
uint32_t L_20 = V_1;
if ((((int32_t)L_20) == ((int32_t)((int32_t)550229268))))
{
goto IL_079f;
}
}
{
goto IL_0e8a;
}
IL_00c7:
{
uint32_t L_21 = V_1;
if ((((int32_t)L_21) == ((int32_t)((int32_t)572088812))))
{
goto IL_07de;
}
}
{
uint32_t L_22 = V_1;
if ((((int32_t)L_22) == ((int32_t)((int32_t)585245684))))
{
goto IL_0b65;
}
}
{
uint32_t L_23 = V_1;
if ((((int32_t)L_23) == ((int32_t)((int32_t)589079309))))
{
goto IL_0736;
}
}
{
goto IL_0e8a;
}
IL_00ed:
{
uint32_t L_24 = V_1;
if ((!(((uint32_t)L_24) <= ((uint32_t)((int32_t)900295094)))))
{
goto IL_0149;
}
}
{
uint32_t L_25 = V_1;
if ((!(((uint32_t)L_25) <= ((uint32_t)((int32_t)734683829)))))
{
goto IL_0123;
}
}
{
uint32_t L_26 = V_1;
if ((((int32_t)L_26) == ((int32_t)((int32_t)699966473))))
{
goto IL_0664;
}
}
{
uint32_t L_27 = V_1;
if ((((int32_t)L_27) == ((int32_t)((int32_t)708523592))))
{
goto IL_0db1;
}
}
{
uint32_t L_28 = V_1;
if ((((int32_t)L_28) == ((int32_t)((int32_t)734683829))))
{
goto IL_078a;
}
}
{
goto IL_0e8a;
}
IL_0123:
{
uint32_t L_29 = V_1;
if ((((int32_t)L_29) == ((int32_t)((int32_t)853553133))))
{
goto IL_0a7e;
}
}
{
uint32_t L_30 = V_1;
if ((((int32_t)L_30) == ((int32_t)((int32_t)877368883))))
{
goto IL_0a3f;
}
}
{
uint32_t L_31 = V_1;
if ((((int32_t)L_31) == ((int32_t)((int32_t)900295094))))
{
goto IL_063a;
}
}
{
goto IL_0e8a;
}
IL_0149:
{
uint32_t L_32 = V_1;
if ((!(((uint32_t)L_32) <= ((uint32_t)((int32_t)1104969097)))))
{
goto IL_0177;
}
}
{
uint32_t L_33 = V_1;
if ((((int32_t)L_33) == ((int32_t)((int32_t)965923590))))
{
goto IL_0b50;
}
}
{
uint32_t L_34 = V_1;
if ((((int32_t)L_34) == ((int32_t)((int32_t)999454301))))
{
goto IL_0a54;
}
}
{
uint32_t L_35 = V_1;
if ((((int32_t)L_35) == ((int32_t)((int32_t)1104969097))))
{
goto IL_09eb;
}
}
{
goto IL_0e8a;
}
IL_0177:
{
uint32_t L_36 = V_1;
if ((((int32_t)L_36) == ((int32_t)((int32_t)1147401626))))
{
goto IL_0a15;
}
}
{
uint32_t L_37 = V_1;
if ((((int32_t)L_37) == ((int32_t)((int32_t)1168228931))))
{
goto IL_092e;
}
}
{
uint32_t L_38 = V_1;
if ((((int32_t)L_38) == ((int32_t)((int32_t)1279198866))))
{
goto IL_0d48;
}
}
{
goto IL_0e8a;
}
IL_019d:
{
uint32_t L_39 = V_1;
if ((!(((uint32_t)L_39) <= ((uint32_t)((int32_t)1862521808)))))
{
goto IL_0258;
}
}
{
uint32_t L_40 = V_1;
if ((!(((uint32_t)L_40) <= ((uint32_t)((int32_t)1664836558)))))
{
goto IL_0204;
}
}
{
uint32_t L_41 = V_1;
if ((!(((uint32_t)L_41) <= ((uint32_t)((int32_t)1604759256)))))
{
goto IL_01de;
}
}
{
uint32_t L_42 = V_1;
if ((((int32_t)L_42) == ((int32_t)((int32_t)1495151835))))
{
goto IL_0679;
}
}
{
uint32_t L_43 = V_1;
if ((((int32_t)L_43) == ((int32_t)((int32_t)1600607069))))
{
goto IL_0c4c;
}
}
{
uint32_t L_44 = V_1;
if ((((int32_t)L_44) == ((int32_t)((int32_t)1604759256))))
{
goto IL_0d09;
}
}
{
goto IL_0e8a;
}
IL_01de:
{
uint32_t L_45 = V_1;
if ((((int32_t)L_45) == ((int32_t)((int32_t)1610008198))))
{
goto IL_08ef;
}
}
{
uint32_t L_46 = V_1;
if ((((int32_t)L_46) == ((int32_t)((int32_t)1629735498))))
{
goto IL_089b;
}
}
{
uint32_t L_47 = V_1;
if ((((int32_t)L_47) == ((int32_t)((int32_t)1664836558))))
{
goto IL_0ba4;
}
}
{
goto IL_0e8a;
}
IL_0204:
{
uint32_t L_48 = V_1;
if ((!(((uint32_t)L_48) <= ((uint32_t)((int32_t)1720406050)))))
{
goto IL_0232;
}
}
{
uint32_t L_49 = V_1;
if ((((int32_t)L_49) == ((int32_t)((int32_t)1686995390))))
{
goto IL_0871;
}
}
{
uint32_t L_50 = V_1;
if ((((int32_t)L_50) == ((int32_t)((int32_t)1688024611))))
{
goto IL_0bf8;
}
}
{
uint32_t L_51 = V_1;
if ((((int32_t)L_51) == ((int32_t)((int32_t)1720406050))))
{
goto IL_0d9c;
}
}
{
goto IL_0e8a;
}
IL_0232:
{
uint32_t L_52 = V_1;
if ((((int32_t)L_52) == ((int32_t)((int32_t)1778503857))))
{
goto IL_0997;
}
}
{
uint32_t L_53 = V_1;
if ((((int32_t)L_53) == ((int32_t)((int32_t)1820576144))))
{
goto IL_0808;
}
}
{
uint32_t L_54 = V_1;
if ((((int32_t)L_54) == ((int32_t)((int32_t)1862521808))))
{
goto IL_08c5;
}
}
{
goto IL_0e8a;
}
IL_0258:
{
uint32_t L_55 = V_1;
if ((!(((uint32_t)L_55) <= ((uint32_t)((int32_t)-2048207513)))))
{
goto IL_02b4;
}
}
{
uint32_t L_56 = V_1;
if ((!(((uint32_t)L_56) <= ((uint32_t)((int32_t)2120664437)))))
{
goto IL_028e;
}
}
{
uint32_t L_57 = V_1;
if ((((int32_t)L_57) == ((int32_t)((int32_t)2070555668))))
{
goto IL_0b26;
}
}
{
uint32_t L_58 = V_1;
if ((((int32_t)L_58) == ((int32_t)((int32_t)2102584679))))
{
goto IL_096d;
}
}
{
uint32_t L_59 = V_1;
if ((((int32_t)L_59) == ((int32_t)((int32_t)2120664437))))
{
goto IL_0c76;
}
}
{
goto IL_0e8a;
}
IL_028e:
{
uint32_t L_60 = V_1;
if ((((int32_t)L_60) == ((int32_t)((int32_t)2131651891))))
{
goto IL_0d72;
}
}
{
uint32_t L_61 = V_1;
if ((((int32_t)L_61) == ((int32_t)((int32_t)-2080359983))))
{
goto IL_0cca;
}
}
{
uint32_t L_62 = V_1;
if ((((int32_t)L_62) == ((int32_t)((int32_t)-2048207513))))
{
goto IL_0625;
}
}
{
goto IL_0e8a;
}
IL_02b4:
{
uint32_t L_63 = V_1;
if ((!(((uint32_t)L_63) <= ((uint32_t)((int32_t)-1948475359)))))
{
goto IL_02e2;
}
}
{
uint32_t L_64 = V_1;
if ((((int32_t)L_64) == ((int32_t)((int32_t)-2025031285))))
{
goto IL_085c;
}
}
{
uint32_t L_65 = V_1;
if ((((int32_t)L_65) == ((int32_t)((int32_t)-1954420191))))
{
goto IL_0721;
}
}
{
uint32_t L_66 = V_1;
if ((((int32_t)L_66) == ((int32_t)((int32_t)-1948475359))))
{
goto IL_0b8f;
}
}
{
goto IL_0e8a;
}
IL_02e2:
{
uint32_t L_67 = V_1;
if ((((int32_t)L_67) == ((int32_t)((int32_t)-1901412621))))
{
goto IL_0886;
}
}
{
uint32_t L_68 = V_1;
if ((((int32_t)L_68) == ((int32_t)((int32_t)-1900350882))))
{
goto IL_0c37;
}
}
{
uint32_t L_69 = V_1;
if ((((int32_t)L_69) == ((int32_t)((int32_t)-1879638766))))
{
goto IL_0775;
}
}
{
goto IL_0e8a;
}
IL_0308:
{
uint32_t L_70 = V_1;
if ((!(((uint32_t)L_70) <= ((uint32_t)((int32_t)-1023131396)))))
{
goto IL_047e;
}
}
{
uint32_t L_71 = V_1;
if ((!(((uint32_t)L_71) <= ((uint32_t)((int32_t)-1439830659)))))
{
goto IL_03ce;
}
}
{
uint32_t L_72 = V_1;
if ((!(((uint32_t)L_72) <= ((uint32_t)((int32_t)-1633788003)))))
{
goto IL_037a;
}
}
{
uint32_t L_73 = V_1;
if ((!(((uint32_t)L_73) <= ((uint32_t)((int32_t)-1816742525)))))
{
goto IL_0354;
}
}
{
uint32_t L_74 = V_1;
if ((((int32_t)L_74) == ((int32_t)((int32_t)-1852880718))))
{
goto IL_06f7;
}
}
{
uint32_t L_75 = V_1;
if ((((int32_t)L_75) == ((int32_t)((int32_t)-1843562458))))
{
goto IL_0943;
}
}
{
uint32_t L_76 = V_1;
if ((((int32_t)L_76) == ((int32_t)((int32_t)-1816742525))))
{
goto IL_07f3;
}
}
{
goto IL_0e8a;
}
IL_0354:
{
uint32_t L_77 = V_1;
if ((((int32_t)L_77) == ((int32_t)((int32_t)-1810091758))))
{
goto IL_0b7a;
}
}
{
uint32_t L_78 = V_1;
if ((((int32_t)L_78) == ((int32_t)((int32_t)-1663814150))))
{
goto IL_0bce;
}
}
{
uint32_t L_79 = V_1;
if ((((int32_t)L_79) == ((int32_t)((int32_t)-1633788003))))
{
goto IL_0be3;
}
}
{
goto IL_0e8a;
}
IL_037a:
{
uint32_t L_80 = V_1;
if ((!(((uint32_t)L_80) <= ((uint32_t)((int32_t)-1594352554)))))
{
goto IL_03a8;
}
}
{
uint32_t L_81 = V_1;
if ((((int32_t)L_81) == ((int32_t)((int32_t)-1609684195))))
{
goto IL_08b0;
}
}
{
uint32_t L_82 = V_1;
if ((((int32_t)L_82) == ((int32_t)((int32_t)-1600917909))))
{
goto IL_0cf4;
}
}
{
uint32_t L_83 = V_1;
if ((((int32_t)L_83) == ((int32_t)((int32_t)-1594352554))))
{
goto IL_0c61;
}
}
{
goto IL_0e8a;
}
IL_03a8:
{
uint32_t L_84 = V_1;
if ((((int32_t)L_84) == ((int32_t)((int32_t)-1491810067))))
{
goto IL_0bb9;
}
}
{
uint32_t L_85 = V_1;
if ((((int32_t)L_85) == ((int32_t)((int32_t)-1470904040))))
{
goto IL_0abd;
}
}
{
uint32_t L_86 = V_1;
if ((((int32_t)L_86) == ((int32_t)((int32_t)-1439830659))))
{
goto IL_07c9;
}
}
{
goto IL_0e8a;
}
IL_03ce:
{
uint32_t L_87 = V_1;
if ((!(((uint32_t)L_87) <= ((uint32_t)((int32_t)-1203682609)))))
{
goto IL_042a;
}
}
{
uint32_t L_88 = V_1;
if ((!(((uint32_t)L_88) <= ((uint32_t)((int32_t)-1364149353)))))
{
goto IL_0404;
}
}
{
uint32_t L_89 = V_1;
if ((((int32_t)L_89) == ((int32_t)((int32_t)-1374165070))))
{
goto IL_0919;
}
}
{
uint32_t L_90 = V_1;
if ((((int32_t)L_90) == ((int32_t)((int32_t)-1364592423))))
{
goto IL_081d;
}
}
{
uint32_t L_91 = V_1;
if ((((int32_t)L_91) == ((int32_t)((int32_t)-1364149353))))
{
goto IL_0ae7;
}
}
{
goto IL_0e8a;
}
IL_0404:
{
uint32_t L_92 = V_1;
if ((((int32_t)L_92) == ((int32_t)((int32_t)-1270733506))))
{
goto IL_07b4;
}
}
{
uint32_t L_93 = V_1;
if ((((int32_t)L_93) == ((int32_t)((int32_t)-1223747024))))
{
goto IL_0aa8;
}
}
{
uint32_t L_94 = V_1;
if ((((int32_t)L_94) == ((int32_t)((int32_t)-1203682609))))
{
goto IL_0a2a;
}
}
{
goto IL_0e8a;
}
IL_042a:
{
uint32_t L_95 = V_1;
if ((!(((uint32_t)L_95) <= ((uint32_t)((int32_t)-1117958627)))))
{
goto IL_0458;
}
}
{
uint32_t L_96 = V_1;
if ((((int32_t)L_96) == ((int32_t)((int32_t)-1188348007))))
{
goto IL_070c;
}
}
{
uint32_t L_97 = V_1;
if ((((int32_t)L_97) == ((int32_t)((int32_t)-1139780596))))
{
goto IL_074b;
}
}
{
uint32_t L_98 = V_1;
if ((((int32_t)L_98) == ((int32_t)((int32_t)-1117958627))))
{
goto IL_0d5d;
}
}
{
goto IL_0e8a;
}
IL_0458:
{
uint32_t L_99 = V_1;
if ((((int32_t)L_99) == ((int32_t)((int32_t)-1101682848))))
{
goto IL_0982;
}
}
{
uint32_t L_100 = V_1;
if ((((int32_t)L_100) == ((int32_t)((int32_t)-1071424333))))
{
goto IL_0610;
}
}
{
uint32_t L_101 = V_1;
if ((((int32_t)L_101) == ((int32_t)((int32_t)-1023131396))))
{
goto IL_09ac;
}
}
{
goto IL_0e8a;
}
IL_047e:
{
uint32_t L_102 = V_1;
if ((!(((uint32_t)L_102) <= ((uint32_t)((int32_t)-444983110)))))
{
goto IL_0539;
}
}
{
uint32_t L_103 = V_1;
if ((!(((uint32_t)L_103) <= ((uint32_t)((int32_t)-765881597)))))
{
goto IL_04e5;
}
}
{
uint32_t L_104 = V_1;
if ((!(((uint32_t)L_104) <= ((uint32_t)((int32_t)-878832370)))))
{
goto IL_04bf;
}
}
{
uint32_t L_105 = V_1;
if ((((int32_t)L_105) == ((int32_t)((int32_t)-999200609))))
{
goto IL_06e2;
}
}
{
uint32_t L_106 = V_1;
if ((((int32_t)L_106) == ((int32_t)((int32_t)-954998859))))
{
goto IL_0a93;
}
}
{
uint32_t L_107 = V_1;
if ((((int32_t)L_107) == ((int32_t)((int32_t)-878832370))))
{
goto IL_068e;
}
}
{
goto IL_0e8a;
}
IL_04bf:
{
uint32_t L_108 = V_1;
if ((((int32_t)L_108) == ((int32_t)((int32_t)-852131484))))
{
goto IL_09d6;
}
}
{
uint32_t L_109 = V_1;
if ((((int32_t)L_109) == ((int32_t)((int32_t)-837852979))))
{
goto IL_0ca0;
}
}
{
uint32_t L_110 = V_1;
if ((((int32_t)L_110) == ((int32_t)((int32_t)-765881597))))
{
goto IL_06a3;
}
}
{
goto IL_0e8a;
}
IL_04e5:
{
uint32_t L_111 = V_1;
if ((!(((uint32_t)L_111) <= ((uint32_t)((int32_t)-583435589)))))
{
goto IL_0513;
}
}
{
uint32_t L_112 = V_1;
if ((((int32_t)L_112) == ((int32_t)((int32_t)-725163379))))
{
goto IL_09c1;
}
}
{
uint32_t L_113 = V_1;
if ((((int32_t)L_113) == ((int32_t)((int32_t)-586725934))))
{
goto IL_0cdf;
}
}
{
uint32_t L_114 = V_1;
if ((((int32_t)L_114) == ((int32_t)((int32_t)-583435589))))
{
goto IL_06b8;
}
}
{
goto IL_0e8a;
}
IL_0513:
{
uint32_t L_115 = V_1;
if ((((int32_t)L_115) == ((int32_t)((int32_t)-522406862))))
{
goto IL_0d1e;
}
}
{
uint32_t L_116 = V_1;
if ((((int32_t)L_116) == ((int32_t)((int32_t)-453564910))))
{
goto IL_0958;
}
}
{
uint32_t L_117 = V_1;
if ((((int32_t)L_117) == ((int32_t)((int32_t)-444983110))))
{
goto IL_05fb;
}
}
{
goto IL_0e8a;
}
IL_0539:
{
uint32_t L_118 = V_1;
if ((!(((uint32_t)L_118) <= ((uint32_t)((int32_t)-202742718)))))
{
goto IL_0592;
}
}
{
uint32_t L_119 = V_1;
if ((!(((uint32_t)L_119) <= ((uint32_t)((int32_t)-303375500)))))
{
goto IL_056f;
}
}
{
uint32_t L_120 = V_1;
if ((((int32_t)L_120) == ((int32_t)((int32_t)-414484003))))
{
goto IL_0a69;
}
}
{
uint32_t L_121 = V_1;
if ((((int32_t)L_121) == ((int32_t)((int32_t)-315752403))))
{
goto IL_0b3b;
}
}
{
uint32_t L_122 = V_1;
if ((((int32_t)L_122) == ((int32_t)((int32_t)-303375500))))
{
goto IL_0cb5;
}
}
{
goto IL_0e8a;
}
IL_056f:
{
uint32_t L_123 = V_1;
if ((((int32_t)L_123) == ((int32_t)((int32_t)-291629945))))
{
goto IL_05e6;
}
}
{
uint32_t L_124 = V_1;
if ((((int32_t)L_124) == ((int32_t)((int32_t)-224559595))))
{
goto IL_0904;
}
}
{
uint32_t L_125 = V_1;
if ((((int32_t)L_125) == ((int32_t)((int32_t)-202742718))))
{
goto IL_06cd;
}
}
{
goto IL_0e8a;
}
IL_0592:
{
uint32_t L_126 = V_1;
if ((!(((uint32_t)L_126) <= ((uint32_t)((int32_t)-174798581)))))
{
goto IL_05c0;
}
}
{
uint32_t L_127 = V_1;
if ((((int32_t)L_127) == ((int32_t)((int32_t)-188700544))))
{
goto IL_0847;
}
}
{
uint32_t L_128 = V_1;
if ((((int32_t)L_128) == ((int32_t)((int32_t)-185129537))))
{
goto IL_0d33;
}
}
{
uint32_t L_129 = V_1;
if ((((int32_t)L_129) == ((int32_t)((int32_t)-174798581))))
{
goto IL_0a00;
}
}
{
goto IL_0e8a;
}
IL_05c0:
{
uint32_t L_130 = V_1;
if ((((int32_t)L_130) == ((int32_t)((int32_t)-113906878))))
{
goto IL_0c0d;
}
}
{
uint32_t L_131 = V_1;
if ((((int32_t)L_131) == ((int32_t)((int32_t)-95184527))))
{
goto IL_0c22;
}
}
{
uint32_t L_132 = V_1;
if ((((int32_t)L_132) == ((int32_t)((int32_t)-29649842))))
{
goto IL_08da;
}
}
{
goto IL_0e8a;
}
IL_05e6:
{
String_t* L_133 = V_0;
bool L_134 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_133, _stringLiteral752DA69D35B7D2F3AECB0519FD2289F94D325EA7, /*hidden argument*/NULL);
if (L_134)
{
goto IL_0dc6;
}
}
{
goto IL_0e8a;
}
IL_05fb:
{
String_t* L_135 = V_0;
bool L_136 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_135, _stringLiteral6C1FD94D4E88ED3CDF21B575C0573DAF7ACC4EBB, /*hidden argument*/NULL);
if (L_136)
{
goto IL_0dc6;
}
}
{
goto IL_0e8a;
}
IL_0610:
{
String_t* L_137 = V_0;
bool L_138 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_137, _stringLiteralE908389D4BBF30E8DC72DC47CDF6B45D89E8B2A0, /*hidden argument*/NULL);
if (L_138)
{
goto IL_0dc6;
}
}
{
goto IL_0e8a;
}
IL_0625:
{
String_t* L_139 = V_0;
bool L_140 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_139, _stringLiteral8862EDBAB039F3ABF957AB1AC05B05486B32335D, /*hidden argument*/NULL);
if (L_140)
{
goto IL_0dcc;
}
}
{
goto IL_0e8a;
}
IL_063a:
{
String_t* L_141 = V_0;
bool L_142 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_141, _stringLiteral054D44E1BDA587A06CCB251246C0EE7E34D53865, /*hidden argument*/NULL);
if (L_142)
{
goto IL_0dd2;
}
}
{
goto IL_0e8a;
}
IL_064f:
{
String_t* L_143 = V_0;
bool L_144 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_143, _stringLiteral97E545A78CF68A97CFABEEF624913E3C78EA4D98, /*hidden argument*/NULL);
if (L_144)
{
goto IL_0dd8;
}
}
{
goto IL_0e8a;
}
IL_0664:
{
String_t* L_145 = V_0;
bool L_146 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_145, _stringLiteralBA443BD433770FD1FF9A9F228975BA77391CE319, /*hidden argument*/NULL);
if (L_146)
{
goto IL_0dd8;
}
}
{
goto IL_0e8a;
}
IL_0679:
{
String_t* L_147 = V_0;
bool L_148 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_147, _stringLiteral809A5353F7D4F1CC85D53AC73B1A87FDF04978CC, /*hidden argument*/NULL);
if (L_148)
{
goto IL_0dde;
}
}
{
goto IL_0e8a;
}
IL_068e:
{
String_t* L_149 = V_0;
bool L_150 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_149, _stringLiteralB7640D3025BFDC2590F98D3AC2DF7D19BBD0EC9E, /*hidden argument*/NULL);
if (L_150)
{
goto IL_0dde;
}
}
{
goto IL_0e8a;
}
IL_06a3:
{
String_t* L_151 = V_0;
bool L_152 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_151, _stringLiteralE9D596E7807A846BC76A51E845FCC844F24DFDAA, /*hidden argument*/NULL);
if (L_152)
{
goto IL_0dde;
}
}
{
goto IL_0e8a;
}
IL_06b8:
{
String_t* L_153 = V_0;
bool L_154 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_153, _stringLiteralBEABC360599DB05A149F26A3125B5D852F68ACF0, /*hidden argument*/NULL);
if (L_154)
{
goto IL_0de4;
}
}
{
goto IL_0e8a;
}
IL_06cd:
{
String_t* L_155 = V_0;
bool L_156 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_155, _stringLiteral7109F9ECFCC521A037C045BAB837A04A1467751B, /*hidden argument*/NULL);
if (L_156)
{
goto IL_0de4;
}
}
{
goto IL_0e8a;
}
IL_06e2:
{
String_t* L_157 = V_0;
bool L_158 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_157, _stringLiteral71EFA7E9FA909ED1CB9E25F0907FB4A41A55C2E7, /*hidden argument*/NULL);
if (L_158)
{
goto IL_0dea;
}
}
{
goto IL_0e8a;
}
IL_06f7:
{
String_t* L_159 = V_0;
bool L_160 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_159, _stringLiteral17149ABD69F0071A40D60C17F285B7CE932A7B3D, /*hidden argument*/NULL);
if (L_160)
{
goto IL_0dea;
}
}
{
goto IL_0e8a;
}
IL_070c:
{
String_t* L_161 = V_0;
bool L_162 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_161, _stringLiteralBBA592C780BAA2BD80C0FDB04EC8E10FD3041179, /*hidden argument*/NULL);
if (L_162)
{
goto IL_0dea;
}
}
{
goto IL_0e8a;
}
IL_0721:
{
String_t* L_163 = V_0;
bool L_164 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_163, _stringLiteralBBAA31881F8EFA20E68D6C29545CB39DED166BFC, /*hidden argument*/NULL);
if (L_164)
{
goto IL_0df0;
}
}
{
goto IL_0e8a;
}
IL_0736:
{
String_t* L_165 = V_0;
bool L_166 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_165, _stringLiteralA8DCA9EAB98DF6D866332F48A7666D025CF30BF7, /*hidden argument*/NULL);
if (L_166)
{
goto IL_0df0;
}
}
{
goto IL_0e8a;
}
IL_074b:
{
String_t* L_167 = V_0;
bool L_168 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_167, _stringLiteralC169BB34C183CA07B6309A1F467C2BACBA841760, /*hidden argument*/NULL);
if (L_168)
{
goto IL_0df0;
}
}
{
goto IL_0e8a;
}
IL_0760:
{
String_t* L_169 = V_0;
bool L_170 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_169, _stringLiteralFA54E171FCDD7A053C7DCD4773C6E0773E360538, /*hidden argument*/NULL);
if (L_170)
{
goto IL_0df0;
}
}
{
goto IL_0e8a;
}
IL_0775:
{
String_t* L_171 = V_0;
bool L_172 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_171, _stringLiteral8228CC6FC660BC93819620C7CACB1E0A8732B70B, /*hidden argument*/NULL);
if (L_172)
{
goto IL_0df6;
}
}
{
goto IL_0e8a;
}
IL_078a:
{
String_t* L_173 = V_0;
bool L_174 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_173, _stringLiteralE554422A394CA76EB629B1457DD3F68AE6A4CA0E, /*hidden argument*/NULL);
if (L_174)
{
goto IL_0df6;
}
}
{
goto IL_0e8a;
}
IL_079f:
{
String_t* L_175 = V_0;
bool L_176 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_175, _stringLiteral888B2AB675FB5D7F6F9DECB418C618803EF62592, /*hidden argument*/NULL);
if (L_176)
{
goto IL_0df6;
}
}
{
goto IL_0e8a;
}
IL_07b4:
{
String_t* L_177 = V_0;
bool L_178 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_177, _stringLiteral43994F036B284920EB65140595B212791E1E315B, /*hidden argument*/NULL);
if (L_178)
{
goto IL_0dfc;
}
}
{
goto IL_0e8a;
}
IL_07c9:
{
String_t* L_179 = V_0;
bool L_180 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_179, _stringLiteralCD911902D5F716340723F96C3D7ED0A89E6C5EED, /*hidden argument*/NULL);
if (L_180)
{
goto IL_0dfc;
}
}
{
goto IL_0e8a;
}
IL_07de:
{
String_t* L_181 = V_0;
bool L_182 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_181, _stringLiteralB49702DE005AEDAFD83395B35F0FD6964DCAA33A, /*hidden argument*/NULL);
if (L_182)
{
goto IL_0dfc;
}
}
{
goto IL_0e8a;
}
IL_07f3:
{
String_t* L_183 = V_0;
bool L_184 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_183, _stringLiteral2F44E4A7B035EEFCCE23EDC6BE988128E1CE29A6, /*hidden argument*/NULL);
if (L_184)
{
goto IL_0e02;
}
}
{
goto IL_0e8a;
}
IL_0808:
{
String_t* L_185 = V_0;
bool L_186 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_185, _stringLiteralFDDD0BA7698853BC0B5E357EE844B42547216CBC, /*hidden argument*/NULL);
if (L_186)
{
goto IL_0e02;
}
}
{
goto IL_0e8a;
}
IL_081d:
{
String_t* L_187 = V_0;
bool L_188 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_187, _stringLiteral8CF7FE29A597D2BB7FB0A4B015BDBB1BDE21ED92, /*hidden argument*/NULL);
if (L_188)
{
goto IL_0e02;
}
}
{
goto IL_0e8a;
}
IL_0832:
{
String_t* L_189 = V_0;
bool L_190 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_189, _stringLiteral745E428A7E2D895994D11BCE9C1698C2087FEEE7, /*hidden argument*/NULL);
if (L_190)
{
goto IL_0e08;
}
}
{
goto IL_0e8a;
}
IL_0847:
{
String_t* L_191 = V_0;
bool L_192 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_191, _stringLiteral8860B86459E3EF92393A9D7FF2216E64A3C464F1, /*hidden argument*/NULL);
if (L_192)
{
goto IL_0e08;
}
}
{
goto IL_0e8a;
}
IL_085c:
{
String_t* L_193 = V_0;
bool L_194 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_193, _stringLiteral7E66579C2DC88D0E01672221DB46B4D595893173, /*hidden argument*/NULL);
if (L_194)
{
goto IL_0e0e;
}
}
{
goto IL_0e8a;
}
IL_0871:
{
String_t* L_195 = V_0;
bool L_196 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_195, _stringLiteral84BDD358EA75302F880E3DC1B629FD2ED959232A, /*hidden argument*/NULL);
if (L_196)
{
goto IL_0e0e;
}
}
{
goto IL_0e8a;
}
IL_0886:
{
String_t* L_197 = V_0;
bool L_198 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_197, _stringLiteralC1EA94F7E524679D0CF34AB7B0B28ABE41BA732B, /*hidden argument*/NULL);
if (L_198)
{
goto IL_0e0e;
}
}
{
goto IL_0e8a;
}
IL_089b:
{
String_t* L_199 = V_0;
bool L_200 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_199, _stringLiteral1FB07FC6593E8F32201FA2F3A4164F265B0CC2ED, /*hidden argument*/NULL);
if (L_200)
{
goto IL_0e14;
}
}
{
goto IL_0e8a;
}
IL_08b0:
{
String_t* L_201 = V_0;
bool L_202 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_201, _stringLiteralE8A0229105B61A31338DCA564DC4CA66F3FE715B, /*hidden argument*/NULL);
if (L_202)
{
goto IL_0e14;
}
}
{
goto IL_0e8a;
}
IL_08c5:
{
String_t* L_203 = V_0;
bool L_204 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_203, _stringLiteralB864F02CAABF67EE9DAB90D79279565A1DE9C7CA, /*hidden argument*/NULL);
if (L_204)
{
goto IL_0e14;
}
}
{
goto IL_0e8a;
}
IL_08da:
{
String_t* L_205 = V_0;
bool L_206 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_205, _stringLiteralCB0CEEE65BF210F760A9DB40410CA6A7F81E351F, /*hidden argument*/NULL);
if (L_206)
{
goto IL_0e1a;
}
}
{
goto IL_0e8a;
}
IL_08ef:
{
String_t* L_207 = V_0;
bool L_208 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_207, _stringLiteral88C23C3C937405CCEFA4C091F6F1A6D9B0AC2C6B, /*hidden argument*/NULL);
if (L_208)
{
goto IL_0e1a;
}
}
{
goto IL_0e8a;
}
IL_0904:
{
String_t* L_209 = V_0;
bool L_210 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_209, _stringLiteral4FD9225026296032FD175BA12995E8435BF8E579, /*hidden argument*/NULL);
if (L_210)
{
goto IL_0e1a;
}
}
{
goto IL_0e8a;
}
IL_0919:
{
String_t* L_211 = V_0;
bool L_212 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_211, _stringLiteral8F4BAD6375F8031D1EEA90C8506C3E9B4A7A8845, /*hidden argument*/NULL);
if (L_212)
{
goto IL_0e1a;
}
}
{
goto IL_0e8a;
}
IL_092e:
{
String_t* L_213 = V_0;
bool L_214 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_213, _stringLiteralB3F111108BA874807F853B281D56C24F1663DF51, /*hidden argument*/NULL);
if (L_214)
{
goto IL_0e20;
}
}
{
goto IL_0e8a;
}
IL_0943:
{
String_t* L_215 = V_0;
bool L_216 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_215, _stringLiteral523AC32205F06EB2E8236E77B00BF5E6500A0651, /*hidden argument*/NULL);
if (L_216)
{
goto IL_0e20;
}
}
{
goto IL_0e8a;
}
IL_0958:
{
String_t* L_217 = V_0;
bool L_218 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_217, _stringLiteral22225253A3DB9C71DD7D8F79C6E6FA1084B44E49, /*hidden argument*/NULL);
if (L_218)
{
goto IL_0e20;
}
}
{
goto IL_0e8a;
}
IL_096d:
{
String_t* L_219 = V_0;
bool L_220 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_219, _stringLiteral453C7F4F8E131B7222D28B69E0207049CC8F454D, /*hidden argument*/NULL);
if (L_220)
{
goto IL_0e20;
}
}
{
goto IL_0e8a;
}
IL_0982:
{
String_t* L_221 = V_0;
bool L_222 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_221, _stringLiteralA12C0AE3EDED2C019C79B49F901F7F100918318A, /*hidden argument*/NULL);
if (L_222)
{
goto IL_0e26;
}
}
{
goto IL_0e8a;
}
IL_0997:
{
String_t* L_223 = V_0;
bool L_224 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_223, _stringLiteral08E93AAB825750FCAD1606E7494295F4F8512C13, /*hidden argument*/NULL);
if (L_224)
{
goto IL_0e26;
}
}
{
goto IL_0e8a;
}
IL_09ac:
{
String_t* L_225 = V_0;
bool L_226 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_225, _stringLiteralB27FE2AFB8AD106D91185B228874967E22A5B82E, /*hidden argument*/NULL);
if (L_226)
{
goto IL_0e26;
}
}
{
goto IL_0e8a;
}
IL_09c1:
{
String_t* L_227 = V_0;
bool L_228 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_227, _stringLiteral93C111851DDDD72DF1CCE55558C3008A4EF10212, /*hidden argument*/NULL);
if (L_228)
{
goto IL_0e2c;
}
}
{
goto IL_0e8a;
}
IL_09d6:
{
String_t* L_229 = V_0;
bool L_230 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_229, _stringLiteralF15DCF4F4C4788BD209FF60E3CEB970A1340D528, /*hidden argument*/NULL);
if (L_230)
{
goto IL_0e2c;
}
}
{
goto IL_0e8a;
}
IL_09eb:
{
String_t* L_231 = V_0;
bool L_232 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_231, _stringLiteral01E4715CD1F1397A5C3495A567A488FCA2E123EC, /*hidden argument*/NULL);
if (L_232)
{
goto IL_0e2c;
}
}
{
goto IL_0e8a;
}
IL_0a00:
{
String_t* L_233 = V_0;
bool L_234 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_233, _stringLiteral2F3C7240188D276B614A79BC97FA6308D37681F9, /*hidden argument*/NULL);
if (L_234)
{
goto IL_0e32;
}
}
{
goto IL_0e8a;
}
IL_0a15:
{
String_t* L_235 = V_0;
bool L_236 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_235, _stringLiteral19DA398173BE4A1CA60D252A28CD0731E60A4780, /*hidden argument*/NULL);
if (L_236)
{
goto IL_0e38;
}
}
{
goto IL_0e8a;
}
IL_0a2a:
{
String_t* L_237 = V_0;
bool L_238 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_237, _stringLiteral649899A8F636172897CCF04C1781F0E59F4041D5, /*hidden argument*/NULL);
if (L_238)
{
goto IL_0e3e;
}
}
{
goto IL_0e8a;
}
IL_0a3f:
{
String_t* L_239 = V_0;
bool L_240 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_239, _stringLiteralD8420BA2B27245C8FEDFDF3B79667EFDDAEB932F, /*hidden argument*/NULL);
if (L_240)
{
goto IL_0e3e;
}
}
{
goto IL_0e8a;
}
IL_0a54:
{
String_t* L_241 = V_0;
bool L_242 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_241, _stringLiteral7647CD1964FA9C3DB292EC19AAD7E2D17340B89B, /*hidden argument*/NULL);
if (L_242)
{
goto IL_0e44;
}
}
{
goto IL_0e8a;
}
IL_0a69:
{
String_t* L_243 = V_0;
bool L_244 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_243, _stringLiteral2994A243F32A65FAF581E5A76369B83C11170BE7, /*hidden argument*/NULL);
if (L_244)
{
goto IL_0e44;
}
}
{
goto IL_0e8a;
}
IL_0a7e:
{
String_t* L_245 = V_0;
bool L_246 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_245, _stringLiteralB361B3911522C09919A6EC8A5DB9676E2C2CEFB3, /*hidden argument*/NULL);
if (L_246)
{
goto IL_0e4a;
}
}
{
goto IL_0e8a;
}
IL_0a93:
{
String_t* L_247 = V_0;
bool L_248 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_247, _stringLiteralC70D70EEE4594E8A09D5D076386F5419E3534813, /*hidden argument*/NULL);
if (L_248)
{
goto IL_0e4a;
}
}
{
goto IL_0e8a;
}
IL_0aa8:
{
String_t* L_249 = V_0;
bool L_250 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_249, _stringLiteral7623358BE352F2D10F9FBCE6565E12A845E9921D, /*hidden argument*/NULL);
if (L_250)
{
goto IL_0e50;
}
}
{
goto IL_0e8a;
}
IL_0abd:
{
String_t* L_251 = V_0;
bool L_252 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_251, _stringLiteral004A21CCF4449F84B69A76602E65315F9A7875E6, /*hidden argument*/NULL);
if (L_252)
{
goto IL_0e50;
}
}
{
goto IL_0e8a;
}
IL_0ad2:
{
String_t* L_253 = V_0;
bool L_254 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_253, _stringLiteralC907882F58B3ECAFFCE2D01BAC00931F703B95BE, /*hidden argument*/NULL);
if (L_254)
{
goto IL_0e56;
}
}
{
goto IL_0e8a;
}
IL_0ae7:
{
String_t* L_255 = V_0;
bool L_256 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_255, _stringLiteralFD4DAE62771BEDC37631F8989D614C68BF411CAF, /*hidden argument*/NULL);
if (L_256)
{
goto IL_0e56;
}
}
{
goto IL_0e8a;
}
IL_0afc:
{
String_t* L_257 = V_0;
bool L_258 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_257, _stringLiteralAA42712128B981BBB051A246DF3B92C88B7D7202, /*hidden argument*/NULL);
if (L_258)
{
goto IL_0e56;
}
}
{
goto IL_0e8a;
}
IL_0b11:
{
String_t* L_259 = V_0;
bool L_260 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_259, _stringLiteral6E6E58BEF4B61192EE4EEE5C593C70D0535F6101, /*hidden argument*/NULL);
if (L_260)
{
goto IL_0e56;
}
}
{
goto IL_0e8a;
}
IL_0b26:
{
String_t* L_261 = V_0;
bool L_262 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_261, _stringLiteral415AB40AE9B7CC4E66D6769CB2C08106E8293B48, /*hidden argument*/NULL);
if (L_262)
{
goto IL_0e56;
}
}
{
goto IL_0e8a;
}
IL_0b3b:
{
String_t* L_263 = V_0;
bool L_264 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_263, _stringLiteralD8F4590320E1343A915B6394170650A8F35D6926, /*hidden argument*/NULL);
if (L_264)
{
goto IL_0e56;
}
}
{
goto IL_0e8a;
}
IL_0b50:
{
String_t* L_265 = V_0;
bool L_266 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_265, _stringLiteral6BE8F9EC35819FA83807CCD9BB9E225AFF2F47DE, /*hidden argument*/NULL);
if (L_266)
{
goto IL_0e56;
}
}
{
goto IL_0e8a;
}
IL_0b65:
{
String_t* L_267 = V_0;
bool L_268 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_267, _stringLiteral44D01B6AF57060949A24B74DB13BA7D1C49E6F53, /*hidden argument*/NULL);
if (L_268)
{
goto IL_0e5c;
}
}
{
goto IL_0e8a;
}
IL_0b7a:
{
String_t* L_269 = V_0;
bool L_270 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_269, _stringLiteral38DC2CA78F8926F3A92266B514E823AF9B2D333E, /*hidden argument*/NULL);
if (L_270)
{
goto IL_0e62;
}
}
{
goto IL_0e8a;
}
IL_0b8f:
{
String_t* L_271 = V_0;
bool L_272 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_271, _stringLiteral9FD84BA22BCC2C75E0FDB550EB4A0A3E5D326240, /*hidden argument*/NULL);
if (L_272)
{
goto IL_0e62;
}
}
{
goto IL_0e8a;
}
IL_0ba4:
{
String_t* L_273 = V_0;
bool L_274 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_273, _stringLiteral88E95B69EBE89180DDB6D70300A78CEDE72FEBDA, /*hidden argument*/NULL);
if (L_274)
{
goto IL_0e62;
}
}
{
goto IL_0e8a;
}
IL_0bb9:
{
String_t* L_275 = V_0;
bool L_276 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_275, _stringLiteral1846568FADB7401EF63507EE98BD41C81412F408, /*hidden argument*/NULL);
if (L_276)
{
goto IL_0e62;
}
}
{
goto IL_0e8a;
}
IL_0bce:
{
String_t* L_277 = V_0;
bool L_278 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_277, _stringLiteralB310DA45B1EBF444106A41B7832AB2FBE25DAB41, /*hidden argument*/NULL);
if (L_278)
{
goto IL_0e62;
}
}
{
goto IL_0e8a;
}
IL_0be3:
{
String_t* L_279 = V_0;
bool L_280 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_279, _stringLiteralDF3F0EECF32DE5413D72F23B7632063A9EE7A585, /*hidden argument*/NULL);
if (L_280)
{
goto IL_0e62;
}
}
{
goto IL_0e8a;
}
IL_0bf8:
{
String_t* L_281 = V_0;
bool L_282 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_281, _stringLiteralBEEF855DA262DC547061CA6BE5DA5E24503FD34D, /*hidden argument*/NULL);
if (L_282)
{
goto IL_0e62;
}
}
{
goto IL_0e8a;
}
IL_0c0d:
{
String_t* L_283 = V_0;
bool L_284 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_283, _stringLiteralED9C29870C7757C442F5FD54D78BA42325E63363, /*hidden argument*/NULL);
if (L_284)
{
goto IL_0e68;
}
}
{
goto IL_0e8a;
}
IL_0c22:
{
String_t* L_285 = V_0;
bool L_286 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_285, _stringLiteral6715EF2280FB549D73B09E8F1DB9F9E1313071F3, /*hidden argument*/NULL);
if (L_286)
{
goto IL_0e68;
}
}
{
goto IL_0e8a;
}
IL_0c37:
{
String_t* L_287 = V_0;
bool L_288 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_287, _stringLiteral102DCEA57B0E842F87BF24A98ED93F1F847F04CB, /*hidden argument*/NULL);
if (L_288)
{
goto IL_0e68;
}
}
{
goto IL_0e8a;
}
IL_0c4c:
{
String_t* L_289 = V_0;
bool L_290 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_289, _stringLiteralCD0445242E4F21D506708A1E8189020C84DAB849, /*hidden argument*/NULL);
if (L_290)
{
goto IL_0e68;
}
}
{
goto IL_0e8a;
}
IL_0c61:
{
String_t* L_291 = V_0;
bool L_292 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_291, _stringLiteral1D3C8BCC44B8A2CBA4C63B30774BF6644D4649C4, /*hidden argument*/NULL);
if (L_292)
{
goto IL_0e68;
}
}
{
goto IL_0e8a;
}
IL_0c76:
{
String_t* L_293 = V_0;
bool L_294 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_293, _stringLiteral60E80545679C5DA4E2134589AEE88C06F9FB43D4, /*hidden argument*/NULL);
if (L_294)
{
goto IL_0e68;
}
}
{
goto IL_0e8a;
}
IL_0c8b:
{
String_t* L_295 = V_0;
bool L_296 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_295, _stringLiteralF5FFE13209F3EA6C60D3F9605E43E998A329AD77, /*hidden argument*/NULL);
if (L_296)
{
goto IL_0e68;
}
}
{
goto IL_0e8a;
}
IL_0ca0:
{
String_t* L_297 = V_0;
bool L_298 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_297, _stringLiteral67AFB09F8D27C14D9989413831A63484F21CBCFB, /*hidden argument*/NULL);
if (L_298)
{
goto IL_0e6e;
}
}
{
goto IL_0e8a;
}
IL_0cb5:
{
String_t* L_299 = V_0;
bool L_300 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_299, _stringLiteral189BDEF957FC6F02271E3256B24E818168134DDA, /*hidden argument*/NULL);
if (L_300)
{
goto IL_0e6e;
}
}
{
goto IL_0e8a;
}
IL_0cca:
{
String_t* L_301 = V_0;
bool L_302 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_301, _stringLiteral2037397024228EACFFB9B8132F814C6C6593EF2C, /*hidden argument*/NULL);
if (L_302)
{
goto IL_0e6e;
}
}
{
goto IL_0e8a;
}
IL_0cdf:
{
String_t* L_303 = V_0;
bool L_304 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_303, _stringLiteral977DAEE1A5FCF6E60DCEFE44BE17DEDE7956024F, /*hidden argument*/NULL);
if (L_304)
{
goto IL_0e6e;
}
}
{
goto IL_0e8a;
}
IL_0cf4:
{
String_t* L_305 = V_0;
bool L_306 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_305, _stringLiteral0F5B530255E5A064CC73699E4FA44BA8B2AD399F, /*hidden argument*/NULL);
if (L_306)
{
goto IL_0e6e;
}
}
{
goto IL_0e8a;
}
IL_0d09:
{
String_t* L_307 = V_0;
bool L_308 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_307, _stringLiteral5D9A20A17F44C820674B0A8F30B1F046EC0DA0B0, /*hidden argument*/NULL);
if (L_308)
{
goto IL_0e6e;
}
}
{
goto IL_0e8a;
}
IL_0d1e:
{
String_t* L_309 = V_0;
bool L_310 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_309, _stringLiteral3177A15C5117684C4155973B001D3B6A1D2F87DF, /*hidden argument*/NULL);
if (L_310)
{
goto IL_0e6e;
}
}
{
goto IL_0e8a;
}
IL_0d33:
{
String_t* L_311 = V_0;
bool L_312 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_311, _stringLiteralD4C44848BC5DDC379AE5DB6A2A8ECC7A0B2B9AFC, /*hidden argument*/NULL);
if (L_312)
{
goto IL_0e74;
}
}
{
goto IL_0e8a;
}
IL_0d48:
{
String_t* L_313 = V_0;
bool L_314 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_313, _stringLiteralA608C24C078817E424D3A13D5A65B8C4A2F0AA4E, /*hidden argument*/NULL);
if (L_314)
{
goto IL_0e74;
}
}
{
goto IL_0e8a;
}
IL_0d5d:
{
String_t* L_315 = V_0;
bool L_316 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_315, _stringLiteral917675A3C65584FF2D05F28B381A0306A8D9EC83, /*hidden argument*/NULL);
if (L_316)
{
goto IL_0e74;
}
}
{
goto IL_0e8a;
}
IL_0d72:
{
String_t* L_317 = V_0;
bool L_318 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_317, _stringLiteralC6F13FE004C2289E7A0EE2FD90131AD4D07F686D, /*hidden argument*/NULL);
if (L_318)
{
goto IL_0e74;
}
}
{
goto IL_0e8a;
}
IL_0d87:
{
String_t* L_319 = V_0;
bool L_320 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_319, _stringLiteral6C9C7BAF0DF03D7191DA4E981ABFD19642D45582, /*hidden argument*/NULL);
if (L_320)
{
goto IL_0e74;
}
}
{
goto IL_0e8a;
}
IL_0d9c:
{
String_t* L_321 = V_0;
bool L_322 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_321, _stringLiteral425D0922B3DBEFD9CC78FAE2E9734F28B18CAEE1, /*hidden argument*/NULL);
if (L_322)
{
goto IL_0e7a;
}
}
{
goto IL_0e8a;
}
IL_0db1:
{
String_t* L_323 = V_0;
bool L_324 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_323, _stringLiteral9B214A0FBC91794F9B2F7C03B2FFDADC705BB106, /*hidden argument*/NULL);
if (L_324)
{
goto IL_0e83;
}
}
{
goto IL_0e8a;
}
IL_0dc6:
{
DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * L_325 = (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 *)il2cpp_codegen_object_new(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_il2cpp_TypeInfo_var);
DSACryptoServiceProvider__ctor_mFCE50857F38AF469241EFD54DC59A5EFFE3C3586(L_325, /*hidden argument*/NULL);
return L_325;
}
IL_0dcc:
{
DSASignatureDeformatter_tC4F6EE7636F9BD85197A80563E80DD1138A82372 * L_326 = (DSASignatureDeformatter_tC4F6EE7636F9BD85197A80563E80DD1138A82372 *)il2cpp_codegen_object_new(DSASignatureDeformatter_tC4F6EE7636F9BD85197A80563E80DD1138A82372_il2cpp_TypeInfo_var);
DSASignatureDeformatter__ctor_m8E7DEE311992CE6C639D9F137F4E925C803A9339(L_326, /*hidden argument*/NULL);
return L_326;
}
IL_0dd2:
{
DSASignatureFormatter_tFEE16240E774EC2338F2B0292CB850CDEE735421 * L_327 = (DSASignatureFormatter_tFEE16240E774EC2338F2B0292CB850CDEE735421 *)il2cpp_codegen_object_new(DSASignatureFormatter_tFEE16240E774EC2338F2B0292CB850CDEE735421_il2cpp_TypeInfo_var);
DSASignatureFormatter__ctor_m6CEFE3C963790DFBE33A5E7B15FBDAF36926269D(L_327, /*hidden argument*/NULL);
return L_327;
}
IL_0dd8:
{
DSASignatureDescription_t71AB8FDAC84C28BCCA886EB888A59534631DB07A * L_328 = (DSASignatureDescription_t71AB8FDAC84C28BCCA886EB888A59534631DB07A *)il2cpp_codegen_object_new(DSASignatureDescription_t71AB8FDAC84C28BCCA886EB888A59534631DB07A_il2cpp_TypeInfo_var);
DSASignatureDescription__ctor_m760E369C55BFFC133EFB06E1BAFC45CB303BB327(L_328, /*hidden argument*/NULL);
return L_328;
}
IL_0dde:
{
DESCryptoServiceProvider_t4970DFD468A963066369D2D518FD0882628649F6 * L_329 = (DESCryptoServiceProvider_t4970DFD468A963066369D2D518FD0882628649F6 *)il2cpp_codegen_object_new(DESCryptoServiceProvider_t4970DFD468A963066369D2D518FD0882628649F6_il2cpp_TypeInfo_var);
DESCryptoServiceProvider__ctor_m58ABBD0055043979901A6EE80F860CA545D5858E(L_329, /*hidden argument*/NULL);
return L_329;
}
IL_0de4:
{
HMACMD5_t8C6693E41EEA9BF26BBAF880B405CC170C43F11B * L_330 = (HMACMD5_t8C6693E41EEA9BF26BBAF880B405CC170C43F11B *)il2cpp_codegen_object_new(HMACMD5_t8C6693E41EEA9BF26BBAF880B405CC170C43F11B_il2cpp_TypeInfo_var);
HMACMD5__ctor_mA2C65541E2EAC52AFACBA80E18DD65645F4DA2FD(L_330, /*hidden argument*/NULL);
return L_330;
}
IL_0dea:
{
HMACRIPEMD160_t52BA0101B60F21F4C0BB62E6F37E4E8B169DAD71 * L_331 = (HMACRIPEMD160_t52BA0101B60F21F4C0BB62E6F37E4E8B169DAD71 *)il2cpp_codegen_object_new(HMACRIPEMD160_t52BA0101B60F21F4C0BB62E6F37E4E8B169DAD71_il2cpp_TypeInfo_var);
HMACRIPEMD160__ctor_m5986F562451144C1D4393C9B9269631B77E22E7D(L_331, /*hidden argument*/NULL);
return L_331;
}
IL_0df0:
{
HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5 * L_332 = (HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5 *)il2cpp_codegen_object_new(HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5_il2cpp_TypeInfo_var);
HMACSHA1__ctor_m1B63EC00D993F8321E617B509220C7A7874403B7(L_332, /*hidden argument*/NULL);
return L_332;
}
IL_0df6:
{
HMACSHA256_t597088501D2683C794DD40CBCC54FA0E6D93E414 * L_333 = (HMACSHA256_t597088501D2683C794DD40CBCC54FA0E6D93E414 *)il2cpp_codegen_object_new(HMACSHA256_t597088501D2683C794DD40CBCC54FA0E6D93E414_il2cpp_TypeInfo_var);
HMACSHA256__ctor_mA6B0165D77CF7868A4F6C2BCED68B0E3D0D5C7A7(L_333, /*hidden argument*/NULL);
return L_333;
}
IL_0dfc:
{
HMACSHA384_t4AB70A19F033E20CFD5C3E53D9B4745165F4AB09 * L_334 = (HMACSHA384_t4AB70A19F033E20CFD5C3E53D9B4745165F4AB09 *)il2cpp_codegen_object_new(HMACSHA384_t4AB70A19F033E20CFD5C3E53D9B4745165F4AB09_il2cpp_TypeInfo_var);
HMACSHA384__ctor_mE3E283CAA7D53044E99A46E9A8C6E4D11B9F0B37(L_334, /*hidden argument*/NULL);
return L_334;
}
IL_0e02:
{
HMACSHA512_t2E9505616EE76E773A963928F94B750C6A52070D * L_335 = (HMACSHA512_t2E9505616EE76E773A963928F94B750C6A52070D *)il2cpp_codegen_object_new(HMACSHA512_t2E9505616EE76E773A963928F94B750C6A52070D_il2cpp_TypeInfo_var);
HMACSHA512__ctor_m5F7BF4FA9FAF90E6479E77FF55EE71200A260757(L_335, /*hidden argument*/NULL);
return L_335;
}
IL_0e08:
{
MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE * L_336 = (MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE *)il2cpp_codegen_object_new(MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE_il2cpp_TypeInfo_var);
MACTripleDES__ctor_mB0D7FBC6A89C4295715545BE4CC8C7C224404974(L_336, /*hidden argument*/NULL);
return L_336;
}
IL_0e0e:
{
MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * L_337 = (MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 *)il2cpp_codegen_object_new(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var);
MD5CryptoServiceProvider__ctor_m44F02FCA0F830601738D9672ACA342719C8CD823(L_337, /*hidden argument*/NULL);
return L_337;
}
IL_0e14:
{
RC2CryptoServiceProvider_t38C55A1EDCC512A04C4F35B6160755668D1AC797 * L_338 = (RC2CryptoServiceProvider_t38C55A1EDCC512A04C4F35B6160755668D1AC797 *)il2cpp_codegen_object_new(RC2CryptoServiceProvider_t38C55A1EDCC512A04C4F35B6160755668D1AC797_il2cpp_TypeInfo_var);
RC2CryptoServiceProvider__ctor_m47A5ED7A434CE8376717B5409FE2D8B2A65A563E(L_338, /*hidden argument*/NULL);
return L_338;
}
IL_0e1a:
{
RijndaelManaged_t4E3376C5DAE4AB0D658F4A00A1FE7496DB258182 * L_339 = (RijndaelManaged_t4E3376C5DAE4AB0D658F4A00A1FE7496DB258182 *)il2cpp_codegen_object_new(RijndaelManaged_t4E3376C5DAE4AB0D658F4A00A1FE7496DB258182_il2cpp_TypeInfo_var);
RijndaelManaged__ctor_mA6A1CDD39CD6CFCD208B3F102A01C90B5C4D4134(L_339, /*hidden argument*/NULL);
return L_339;
}
IL_0e20:
{
RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77 * L_340 = (RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77 *)il2cpp_codegen_object_new(RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77_il2cpp_TypeInfo_var);
RIPEMD160Managed__ctor_m62F44985E773461D1CD493D01FAB75B684E8AE6C(L_340, /*hidden argument*/NULL);
return L_340;
}
IL_0e26:
{
RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1 * L_341 = (RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1 *)il2cpp_codegen_object_new(RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_il2cpp_TypeInfo_var);
RNGCryptoServiceProvider__ctor_m5D6369AAF2AD50F4052C89B66B612E4C317FCF7E(L_341, /*hidden argument*/NULL);
return L_341;
}
IL_0e2c:
{
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * L_342 = (RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 *)il2cpp_codegen_object_new(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_il2cpp_TypeInfo_var);
RSACryptoServiceProvider__ctor_m9249D579A83FC34306B6B1A53B677FC0C1DD21E1(L_342, /*hidden argument*/NULL);
return L_342;
}
IL_0e32:
{
RSAPKCS1SignatureDeformatter_tC0F0E21B4C925CF6F250441EC51CD4804895597C * L_343 = (RSAPKCS1SignatureDeformatter_tC0F0E21B4C925CF6F250441EC51CD4804895597C *)il2cpp_codegen_object_new(RSAPKCS1SignatureDeformatter_tC0F0E21B4C925CF6F250441EC51CD4804895597C_il2cpp_TypeInfo_var);
RSAPKCS1SignatureDeformatter__ctor_m36BA038F0EA665AB19E566C673C0D9559665D41E(L_343, /*hidden argument*/NULL);
return L_343;
}
IL_0e38:
{
RSAPKCS1SignatureFormatter_t72A0E518D1DF05E0469FCF760558E4CA497F19B6 * L_344 = (RSAPKCS1SignatureFormatter_t72A0E518D1DF05E0469FCF760558E4CA497F19B6 *)il2cpp_codegen_object_new(RSAPKCS1SignatureFormatter_t72A0E518D1DF05E0469FCF760558E4CA497F19B6_il2cpp_TypeInfo_var);
RSAPKCS1SignatureFormatter__ctor_m05822AA34501BF843FBBA2A571A9CD6259EC8D06(L_344, /*hidden argument*/NULL);
return L_344;
}
IL_0e3e:
{
RSAPKCS1SHA1SignatureDescription_tED5464E2310FB099A9E4CA33E856E6660B8187C2 * L_345 = (RSAPKCS1SHA1SignatureDescription_tED5464E2310FB099A9E4CA33E856E6660B8187C2 *)il2cpp_codegen_object_new(RSAPKCS1SHA1SignatureDescription_tED5464E2310FB099A9E4CA33E856E6660B8187C2_il2cpp_TypeInfo_var);
RSAPKCS1SHA1SignatureDescription__ctor_m5323DDAD6A4783C7E41521DA9DBD86FB99304464(L_345, /*hidden argument*/NULL);
return L_345;
}
IL_0e44:
{
RSAPKCS1SHA256SignatureDescription_t3A450D8CA6745B32DA9FE5C9E503CFFED71C02F4 * L_346 = (RSAPKCS1SHA256SignatureDescription_t3A450D8CA6745B32DA9FE5C9E503CFFED71C02F4 *)il2cpp_codegen_object_new(RSAPKCS1SHA256SignatureDescription_t3A450D8CA6745B32DA9FE5C9E503CFFED71C02F4_il2cpp_TypeInfo_var);
RSAPKCS1SHA256SignatureDescription__ctor_mC4D95218BE716A941A99D8E11EFE48B2CD2AEE3E(L_346, /*hidden argument*/NULL);
return L_346;
}
IL_0e4a:
{
RSAPKCS1SHA384SignatureDescription_t623F93C7BDFA2260275B0262C075C93541F2CC01 * L_347 = (RSAPKCS1SHA384SignatureDescription_t623F93C7BDFA2260275B0262C075C93541F2CC01 *)il2cpp_codegen_object_new(RSAPKCS1SHA384SignatureDescription_t623F93C7BDFA2260275B0262C075C93541F2CC01_il2cpp_TypeInfo_var);
RSAPKCS1SHA384SignatureDescription__ctor_m950676A97068276569F8AC6300AD5F6A5610408D(L_347, /*hidden argument*/NULL);
return L_347;
}
IL_0e50:
{
RSAPKCS1SHA512SignatureDescription_t12BD99F575828992ACC6A9937F9B5008C2F6F03E * L_348 = (RSAPKCS1SHA512SignatureDescription_t12BD99F575828992ACC6A9937F9B5008C2F6F03E *)il2cpp_codegen_object_new(RSAPKCS1SHA512SignatureDescription_t12BD99F575828992ACC6A9937F9B5008C2F6F03E_il2cpp_TypeInfo_var);
RSAPKCS1SHA512SignatureDescription__ctor_mAD114A0EEBE956594FB800E3DEE60B69B85FC099(L_348, /*hidden argument*/NULL);
return L_348;
}
IL_0e56:
{
SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D * L_349 = (SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D *)il2cpp_codegen_object_new(SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D_il2cpp_TypeInfo_var);
SHA1CryptoServiceProvider__ctor_mBF42658CD66193D7FF26F04B4FFB81BB385C5A6F(L_349, /*hidden argument*/NULL);
return L_349;
}
IL_0e5c:
{
SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D * L_350 = (SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D *)il2cpp_codegen_object_new(SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D_il2cpp_TypeInfo_var);
SHA1Managed__ctor_m7565B5C5B9F0B2A4BECF3B704D87C865FCDEF358(L_350, /*hidden argument*/NULL);
return L_350;
}
IL_0e62:
{
SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2 * L_351 = (SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2 *)il2cpp_codegen_object_new(SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2_il2cpp_TypeInfo_var);
SHA256Managed__ctor_mE7ED908AA6371B0BA6184B06894171B10A589529(L_351, /*hidden argument*/NULL);
return L_351;
}
IL_0e68:
{
SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160 * L_352 = (SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160 *)il2cpp_codegen_object_new(SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160_il2cpp_TypeInfo_var);
SHA384Managed__ctor_m2E394905D81228BDFE17F3970C55709DBBB7EE3B(L_352, /*hidden argument*/NULL);
return L_352;
}
IL_0e6e:
{
SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2 * L_353 = (SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2 *)il2cpp_codegen_object_new(SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2_il2cpp_TypeInfo_var);
SHA512Managed__ctor_m69C0B4F5849CF1D2B3C1D244F853A952434476DF(L_353, /*hidden argument*/NULL);
return L_353;
}
IL_0e74:
{
TripleDESCryptoServiceProvider_t9DC43BD25787CDC4A1C702E699F5038881A8D389 * L_354 = (TripleDESCryptoServiceProvider_t9DC43BD25787CDC4A1C702E699F5038881A8D389 *)il2cpp_codegen_object_new(TripleDESCryptoServiceProvider_t9DC43BD25787CDC4A1C702E699F5038881A8D389_il2cpp_TypeInfo_var);
TripleDESCryptoServiceProvider__ctor_m7289D757BFDD86AFB6458DDC633BB5935112BC28(L_354, /*hidden argument*/NULL);
return L_354;
}
IL_0e7a:
{
___name0 = _stringLiteral4F5682017652A2F207F9210E350173DF85EA12D0;
goto IL_0e8a;
}
IL_0e83:
{
___name0 = _stringLiteralE2305F8324CE88D5A3D1BA46BFC8E824A193B470;
}
IL_0e8a:
{
}
IL_0e8b:
try
{ // begin try (depth: 1)
String_t* L_355 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_356 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_mCF0A3B28889C9FFB9987C8D30C23DF0912E7C00C, L_355, "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089");
RuntimeObject * L_357 = Activator_CreateInstance_mD06EE47879F606317C6DA91FB63E678CABAC6A16(L_356, /*hidden argument*/NULL);
V_2 = L_357;
goto IL_0e9e;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0e99;
throw e;
}
CATCH_0e99:
{ // begin catch(System.Object)
V_2 = NULL;
goto IL_0e9e;
} // end catch (depth: 1)
IL_0e9e:
{
RuntimeObject * L_358 = V_2;
return L_358;
}
}
// System.String System.Security.Cryptography.CryptoConfig::MapNameToOID(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CryptoConfig_MapNameToOID_m4588979B3B67C0D41F0E72D916B5736E957255A8 (String_t* ___name0, RuntimeObject * ___arg1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___name0;
String_t* L_1 = CryptoConfig_MapNameToOID_m7BFE28C0EEE501476F199F445B0E17EE0AC93210(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Security.Cryptography.CryptoConfig::MapNameToOID(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CryptoConfig_MapNameToOID_m7BFE28C0EEE501476F199F445B0E17EE0AC93210 (String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoConfig_MapNameToOID_m7BFE28C0EEE501476F199F445B0E17EE0AC93210_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
uint32_t V_1 = 0;
{
String_t* L_0 = ___name0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CryptoConfig_MapNameToOID_m7BFE28C0EEE501476F199F445B0E17EE0AC93210_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___name0;
NullCheck(L_2);
String_t* L_3 = String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E(L_2, /*hidden argument*/NULL);
V_0 = L_3;
String_t* L_4 = V_0;
uint32_t L_5 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m5C1A2CA6703F0D94CE54FF9003154837BB1CDF9A(L_4, /*hidden argument*/NULL);
V_1 = L_5;
uint32_t L_6 = V_1;
if ((!(((uint32_t)L_6) <= ((uint32_t)((int32_t)-1901412621)))))
{
goto IL_011f;
}
}
{
uint32_t L_7 = V_1;
if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)1686995390)))))
{
goto IL_009b;
}
}
{
uint32_t L_8 = V_1;
if ((!(((uint32_t)L_8) <= ((uint32_t)((int32_t)585245684)))))
{
goto IL_005d;
}
}
{
uint32_t L_9 = V_1;
if ((((int32_t)L_9) == ((int32_t)((int32_t)289646596))))
{
goto IL_0217;
}
}
{
uint32_t L_10 = V_1;
if ((((int32_t)L_10) == ((int32_t)((int32_t)373238979))))
{
goto IL_022c;
}
}
{
uint32_t L_11 = V_1;
if ((((int32_t)L_11) == ((int32_t)((int32_t)585245684))))
{
goto IL_0241;
}
}
{
goto IL_04a8;
}
IL_005d:
{
uint32_t L_12 = V_1;
if ((!(((uint32_t)L_12) <= ((uint32_t)((int32_t)1600607069)))))
{
goto IL_0080;
}
}
{
uint32_t L_13 = V_1;
if ((((int32_t)L_13) == ((int32_t)((int32_t)1168228931))))
{
goto IL_03fa;
}
}
{
uint32_t L_14 = V_1;
if ((((int32_t)L_14) == ((int32_t)((int32_t)1600607069))))
{
goto IL_033d;
}
}
{
goto IL_04a8;
}
IL_0080:
{
uint32_t L_15 = V_1;
if ((((int32_t)L_15) == ((int32_t)((int32_t)1664836558))))
{
goto IL_02bf;
}
}
{
uint32_t L_16 = V_1;
if ((((int32_t)L_16) == ((int32_t)((int32_t)1686995390))))
{
goto IL_0295;
}
}
{
goto IL_04a8;
}
IL_009b:
{
uint32_t L_17 = V_1;
if ((!(((uint32_t)L_17) <= ((uint32_t)((int32_t)2131651891)))))
{
goto IL_00e1;
}
}
{
uint32_t L_18 = V_1;
if ((!(((uint32_t)L_18) <= ((uint32_t)((int32_t)2070555668)))))
{
goto IL_00c6;
}
}
{
uint32_t L_19 = V_1;
if ((((int32_t)L_19) == ((int32_t)((int32_t)1862521808))))
{
goto IL_045d;
}
}
{
uint32_t L_20 = V_1;
if ((((int32_t)L_20) == ((int32_t)((int32_t)2070555668))))
{
goto IL_026b;
}
}
{
goto IL_04a8;
}
IL_00c6:
{
uint32_t L_21 = V_1;
if ((((int32_t)L_21) == ((int32_t)((int32_t)2102584679))))
{
goto IL_0421;
}
}
{
uint32_t L_22 = V_1;
if ((((int32_t)L_22) == ((int32_t)((int32_t)2131651891))))
{
goto IL_044e;
}
}
{
goto IL_04a8;
}
IL_00e1:
{
uint32_t L_23 = V_1;
if ((!(((uint32_t)L_23) <= ((uint32_t)((int32_t)-2025031285)))))
{
goto IL_0104;
}
}
{
uint32_t L_24 = V_1;
if ((((int32_t)L_24) == ((int32_t)((int32_t)-2080359983))))
{
goto IL_0391;
}
}
{
uint32_t L_25 = V_1;
if ((((int32_t)L_25) == ((int32_t)((int32_t)-2025031285))))
{
goto IL_0280;
}
}
{
goto IL_04a8;
}
IL_0104:
{
uint32_t L_26 = V_1;
if ((((int32_t)L_26) == ((int32_t)((int32_t)-1948475359))))
{
goto IL_02fe;
}
}
{
uint32_t L_27 = V_1;
if ((((int32_t)L_27) == ((int32_t)((int32_t)-1901412621))))
{
goto IL_02aa;
}
}
{
goto IL_04a8;
}
IL_011f:
{
uint32_t L_28 = V_1;
if ((!(((uint32_t)L_28) <= ((uint32_t)((int32_t)-1594352554)))))
{
goto IL_0193;
}
}
{
uint32_t L_29 = V_1;
if ((!(((uint32_t)L_29) <= ((uint32_t)((int32_t)-1810091758)))))
{
goto IL_0155;
}
}
{
uint32_t L_30 = V_1;
if ((((int32_t)L_30) == ((int32_t)((int32_t)-1900350882))))
{
goto IL_0328;
}
}
{
uint32_t L_31 = V_1;
if ((((int32_t)L_31) == ((int32_t)((int32_t)-1843562458))))
{
goto IL_040f;
}
}
{
uint32_t L_32 = V_1;
if ((((int32_t)L_32) == ((int32_t)((int32_t)-1810091758))))
{
goto IL_02e9;
}
}
{
goto IL_04a8;
}
IL_0155:
{
uint32_t L_33 = V_1;
if ((!(((uint32_t)L_33) <= ((uint32_t)((int32_t)-1622939474)))))
{
goto IL_0178;
}
}
{
uint32_t L_34 = V_1;
if ((((int32_t)L_34) == ((int32_t)((int32_t)-1663814150))))
{
goto IL_0313;
}
}
{
uint32_t L_35 = V_1;
if ((((int32_t)L_35) == ((int32_t)((int32_t)-1622939474))))
{
goto IL_0430;
}
}
{
goto IL_04a8;
}
IL_0178:
{
uint32_t L_36 = V_1;
if ((((int32_t)L_36) == ((int32_t)((int32_t)-1600917909))))
{
goto IL_03e5;
}
}
{
uint32_t L_37 = V_1;
if ((((int32_t)L_37) == ((int32_t)((int32_t)-1594352554))))
{
goto IL_037c;
}
}
{
goto IL_04a8;
}
IL_0193:
{
uint32_t L_38 = V_1;
if ((!(((uint32_t)L_38) <= ((uint32_t)((int32_t)-765881597)))))
{
goto IL_01d9;
}
}
{
uint32_t L_39 = V_1;
if ((!(((uint32_t)L_39) <= ((uint32_t)((int32_t)-1364149353)))))
{
goto IL_01be;
}
}
{
uint32_t L_40 = V_1;
if ((((int32_t)L_40) == ((int32_t)((int32_t)-1491810067))))
{
goto IL_02d4;
}
}
{
uint32_t L_41 = V_1;
if ((((int32_t)L_41) == ((int32_t)((int32_t)-1364149353))))
{
goto IL_0256;
}
}
{
goto IL_04a8;
}
IL_01be:
{
uint32_t L_42 = V_1;
if ((((int32_t)L_42) == ((int32_t)((int32_t)-837852979))))
{
goto IL_03bb;
}
}
{
uint32_t L_43 = V_1;
if ((((int32_t)L_43) == ((int32_t)((int32_t)-765881597))))
{
goto IL_043f;
}
}
{
goto IL_04a8;
}
IL_01d9:
{
uint32_t L_44 = V_1;
if ((!(((uint32_t)L_44) <= ((uint32_t)((int32_t)-303375500)))))
{
goto IL_01fc;
}
}
{
uint32_t L_45 = V_1;
if ((((int32_t)L_45) == ((int32_t)((int32_t)-586725934))))
{
goto IL_03a6;
}
}
{
uint32_t L_46 = V_1;
if ((((int32_t)L_46) == ((int32_t)((int32_t)-303375500))))
{
goto IL_03d0;
}
}
{
goto IL_04a8;
}
IL_01fc:
{
uint32_t L_47 = V_1;
if ((((int32_t)L_47) == ((int32_t)((int32_t)-113906878))))
{
goto IL_0352;
}
}
{
uint32_t L_48 = V_1;
if ((((int32_t)L_48) == ((int32_t)((int32_t)-95184527))))
{
goto IL_0367;
}
}
{
goto IL_04a8;
}
IL_0217:
{
String_t* L_49 = V_0;
bool L_50 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_49, _stringLiteralAA42712128B981BBB051A246DF3B92C88B7D7202, /*hidden argument*/NULL);
if (L_50)
{
goto IL_046c;
}
}
{
goto IL_04a8;
}
IL_022c:
{
String_t* L_51 = V_0;
bool L_52 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_51, _stringLiteral6E6E58BEF4B61192EE4EEE5C593C70D0535F6101, /*hidden argument*/NULL);
if (L_52)
{
goto IL_046c;
}
}
{
goto IL_04a8;
}
IL_0241:
{
String_t* L_53 = V_0;
bool L_54 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_53, _stringLiteral44D01B6AF57060949A24B74DB13BA7D1C49E6F53, /*hidden argument*/NULL);
if (L_54)
{
goto IL_046c;
}
}
{
goto IL_04a8;
}
IL_0256:
{
String_t* L_55 = V_0;
bool L_56 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_55, _stringLiteralFD4DAE62771BEDC37631F8989D614C68BF411CAF, /*hidden argument*/NULL);
if (L_56)
{
goto IL_046c;
}
}
{
goto IL_04a8;
}
IL_026b:
{
String_t* L_57 = V_0;
bool L_58 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_57, _stringLiteral415AB40AE9B7CC4E66D6769CB2C08106E8293B48, /*hidden argument*/NULL);
if (L_58)
{
goto IL_046c;
}
}
{
goto IL_04a8;
}
IL_0280:
{
String_t* L_59 = V_0;
bool L_60 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_59, _stringLiteral7E66579C2DC88D0E01672221DB46B4D595893173, /*hidden argument*/NULL);
if (L_60)
{
goto IL_0472;
}
}
{
goto IL_04a8;
}
IL_0295:
{
String_t* L_61 = V_0;
bool L_62 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_61, _stringLiteral84BDD358EA75302F880E3DC1B629FD2ED959232A, /*hidden argument*/NULL);
if (L_62)
{
goto IL_0472;
}
}
{
goto IL_04a8;
}
IL_02aa:
{
String_t* L_63 = V_0;
bool L_64 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_63, _stringLiteralC1EA94F7E524679D0CF34AB7B0B28ABE41BA732B, /*hidden argument*/NULL);
if (L_64)
{
goto IL_0472;
}
}
{
goto IL_04a8;
}
IL_02bf:
{
String_t* L_65 = V_0;
bool L_66 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_65, _stringLiteral88E95B69EBE89180DDB6D70300A78CEDE72FEBDA, /*hidden argument*/NULL);
if (L_66)
{
goto IL_0478;
}
}
{
goto IL_04a8;
}
IL_02d4:
{
String_t* L_67 = V_0;
bool L_68 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_67, _stringLiteral1846568FADB7401EF63507EE98BD41C81412F408, /*hidden argument*/NULL);
if (L_68)
{
goto IL_0478;
}
}
{
goto IL_04a8;
}
IL_02e9:
{
String_t* L_69 = V_0;
bool L_70 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_69, _stringLiteral38DC2CA78F8926F3A92266B514E823AF9B2D333E, /*hidden argument*/NULL);
if (L_70)
{
goto IL_0478;
}
}
{
goto IL_04a8;
}
IL_02fe:
{
String_t* L_71 = V_0;
bool L_72 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_71, _stringLiteral9FD84BA22BCC2C75E0FDB550EB4A0A3E5D326240, /*hidden argument*/NULL);
if (L_72)
{
goto IL_0478;
}
}
{
goto IL_04a8;
}
IL_0313:
{
String_t* L_73 = V_0;
bool L_74 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_73, _stringLiteralB310DA45B1EBF444106A41B7832AB2FBE25DAB41, /*hidden argument*/NULL);
if (L_74)
{
goto IL_0478;
}
}
{
goto IL_04a8;
}
IL_0328:
{
String_t* L_75 = V_0;
bool L_76 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_75, _stringLiteral102DCEA57B0E842F87BF24A98ED93F1F847F04CB, /*hidden argument*/NULL);
if (L_76)
{
goto IL_047e;
}
}
{
goto IL_04a8;
}
IL_033d:
{
String_t* L_77 = V_0;
bool L_78 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_77, _stringLiteralCD0445242E4F21D506708A1E8189020C84DAB849, /*hidden argument*/NULL);
if (L_78)
{
goto IL_047e;
}
}
{
goto IL_04a8;
}
IL_0352:
{
String_t* L_79 = V_0;
bool L_80 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_79, _stringLiteralED9C29870C7757C442F5FD54D78BA42325E63363, /*hidden argument*/NULL);
if (L_80)
{
goto IL_047e;
}
}
{
goto IL_04a8;
}
IL_0367:
{
String_t* L_81 = V_0;
bool L_82 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_81, _stringLiteral6715EF2280FB549D73B09E8F1DB9F9E1313071F3, /*hidden argument*/NULL);
if (L_82)
{
goto IL_047e;
}
}
{
goto IL_04a8;
}
IL_037c:
{
String_t* L_83 = V_0;
bool L_84 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_83, _stringLiteral1D3C8BCC44B8A2CBA4C63B30774BF6644D4649C4, /*hidden argument*/NULL);
if (L_84)
{
goto IL_047e;
}
}
{
goto IL_04a8;
}
IL_0391:
{
String_t* L_85 = V_0;
bool L_86 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_85, _stringLiteral2037397024228EACFFB9B8132F814C6C6593EF2C, /*hidden argument*/NULL);
if (L_86)
{
goto IL_0484;
}
}
{
goto IL_04a8;
}
IL_03a6:
{
String_t* L_87 = V_0;
bool L_88 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_87, _stringLiteral977DAEE1A5FCF6E60DCEFE44BE17DEDE7956024F, /*hidden argument*/NULL);
if (L_88)
{
goto IL_0484;
}
}
{
goto IL_04a8;
}
IL_03bb:
{
String_t* L_89 = V_0;
bool L_90 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_89, _stringLiteral67AFB09F8D27C14D9989413831A63484F21CBCFB, /*hidden argument*/NULL);
if (L_90)
{
goto IL_0484;
}
}
{
goto IL_04a8;
}
IL_03d0:
{
String_t* L_91 = V_0;
bool L_92 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_91, _stringLiteral189BDEF957FC6F02271E3256B24E818168134DDA, /*hidden argument*/NULL);
if (L_92)
{
goto IL_0484;
}
}
{
goto IL_04a8;
}
IL_03e5:
{
String_t* L_93 = V_0;
bool L_94 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_93, _stringLiteral0F5B530255E5A064CC73699E4FA44BA8B2AD399F, /*hidden argument*/NULL);
if (L_94)
{
goto IL_0484;
}
}
{
goto IL_04a8;
}
IL_03fa:
{
String_t* L_95 = V_0;
bool L_96 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_95, _stringLiteralB3F111108BA874807F853B281D56C24F1663DF51, /*hidden argument*/NULL);
if (L_96)
{
goto IL_048a;
}
}
{
goto IL_04a8;
}
IL_040f:
{
String_t* L_97 = V_0;
bool L_98 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_97, _stringLiteral523AC32205F06EB2E8236E77B00BF5E6500A0651, /*hidden argument*/NULL);
if (L_98)
{
goto IL_048a;
}
}
{
goto IL_04a8;
}
IL_0421:
{
String_t* L_99 = V_0;
bool L_100 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_99, _stringLiteral453C7F4F8E131B7222D28B69E0207049CC8F454D, /*hidden argument*/NULL);
if (L_100)
{
goto IL_048a;
}
}
{
goto IL_04a8;
}
IL_0430:
{
String_t* L_101 = V_0;
bool L_102 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_101, _stringLiteral38E1AFC65E4C3A211506657EA58563AB4931B6AB, /*hidden argument*/NULL);
if (L_102)
{
goto IL_0490;
}
}
{
goto IL_04a8;
}
IL_043f:
{
String_t* L_103 = V_0;
bool L_104 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_103, _stringLiteralE9D596E7807A846BC76A51E845FCC844F24DFDAA, /*hidden argument*/NULL);
if (L_104)
{
goto IL_0496;
}
}
{
goto IL_04a8;
}
IL_044e:
{
String_t* L_105 = V_0;
bool L_106 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_105, _stringLiteralC6F13FE004C2289E7A0EE2FD90131AD4D07F686D, /*hidden argument*/NULL);
if (L_106)
{
goto IL_049c;
}
}
{
goto IL_04a8;
}
IL_045d:
{
String_t* L_107 = V_0;
bool L_108 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_107, _stringLiteralB864F02CAABF67EE9DAB90D79279565A1DE9C7CA, /*hidden argument*/NULL);
if (L_108)
{
goto IL_04a2;
}
}
{
goto IL_04a8;
}
IL_046c:
{
return _stringLiteralA12083BADD146F221E05419C3C15DC0CB7D1A0F6;
}
IL_0472:
{
return _stringLiteralF2883B73C7170209AD6F63B0EFACADB881FE5E22;
}
IL_0478:
{
return _stringLiteral05A64D8F4A280F6D2641D1D8433899C188E94B59;
}
IL_047e:
{
return _stringLiteralE0000ABFE2C72976480D2ACE311F321B27C18D97;
}
IL_0484:
{
return _stringLiteral32679E4CE463CE1AD4AE7CBBDDA0D62F08639EB7;
}
IL_048a:
{
return _stringLiteral1095ACFD4D7275AE92DE523E40A546223852B551;
}
IL_0490:
{
return _stringLiteral03DE96B4248AD7196C04AB6B8E582EDBA92A7265;
}
IL_0496:
{
return _stringLiteral14D34C067440DDDF3ABC6CD5E59936C4A6BBBAA4;
}
IL_049c:
{
return _stringLiteral8918776C55D081E9DBEDEFFF4E02E117936C4AA3;
}
IL_04a2:
{
return _stringLiteralB36855C8106E21F3F1D294497421FA8827D57C6A;
}
IL_04a8:
{
return (String_t*)NULL;
}
}
// System.Void System.Security.Cryptography.CryptoConfig::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoConfig__ctor_m87D1F9179AB509136C9693ECF1BC3AC79263119C (CryptoConfig_tAC63C427FED51A33BAC3CC050CA1292E7A1AAF7F * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.CryptoStream::.ctor(System.IO.Stream,System.Security.Cryptography.ICryptoTransform,System.Security.Cryptography.CryptoStreamMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream__ctor_m2BDDB23BFAAB929B9141061367EDAC0524990A5D (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, RuntimeObject* ___transform1, int32_t ___mode2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream__ctor_m2BDDB23BFAAB929B9141061367EDAC0524990A5D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5(__this, /*hidden argument*/NULL);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___stream0;
__this->set__stream_4(L_0);
int32_t L_1 = ___mode2;
__this->set__transformMode_12(L_1);
RuntimeObject* L_2 = ___transform1;
__this->set__Transform_5(L_2);
int32_t L_3 = __this->get__transformMode_12();
V_0 = L_3;
int32_t L_4 = V_0;
if (!L_4)
{
goto IL_002b;
}
}
{
int32_t L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)1)))
{
goto IL_0056;
}
}
{
goto IL_0081;
}
IL_002b:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = __this->get__stream_4();
NullCheck(L_6);
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
bool L_7 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_6);
if (L_7)
{
goto IL_004d;
}
}
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6738D06D6C794327B819962FE118768444DFE966, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_9, L_8, _stringLiteralC82E3D7279EFA3ECA576370AF952C815D48CE41F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, CryptoStream__ctor_m2BDDB23BFAAB929B9141061367EDAC0524990A5D_RuntimeMethod_var);
}
IL_004d:
{
__this->set__canRead_13((bool)1);
goto IL_0091;
}
IL_0056:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_10 = __this->get__stream_4();
NullCheck(L_10);
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
bool L_11 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_10);
if (L_11)
{
goto IL_0078;
}
}
{
String_t* L_12 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral43E4B01DA5BC310916BDCD59560588C54E5A08C9, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_13 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_13, L_12, _stringLiteralC82E3D7279EFA3ECA576370AF952C815D48CE41F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, CryptoStream__ctor_m2BDDB23BFAAB929B9141061367EDAC0524990A5D_RuntimeMethod_var);
}
IL_0078:
{
__this->set__canWrite_14((bool)1);
goto IL_0091;
}
IL_0081:
{
String_t* L_14 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3B2B13D765299FF4FA55E6D08D981167BAAF9E42, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_15 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_15, L_14, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, CryptoStream__ctor_m2BDDB23BFAAB929B9141061367EDAC0524990A5D_RuntimeMethod_var);
}
IL_0091:
{
CryptoStream_InitializeBuffer_m6B1A734BADB817D61E6DCBC8780AB0C359089188(__this, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Security.Cryptography.CryptoStream::get_CanRead()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CryptoStream_get_CanRead_mD57FA625D36D69689201A064B32358B7C69E4874 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__canRead_13();
return L_0;
}
}
// System.Boolean System.Security.Cryptography.CryptoStream::get_CanSeek()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CryptoStream_get_CanSeek_mD9507EC28B889D24A244363784C12B9A27BFBE7C (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Boolean System.Security.Cryptography.CryptoStream::get_CanWrite()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CryptoStream_get_CanWrite_m460E2765E6B011CC505D3A5EBCCCB087C72FE84D (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__canWrite_14();
return L_0;
}
}
// System.Int64 System.Security.Cryptography.CryptoStream::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t CryptoStream_get_Length_mADA0DBF04C0B4252F5558DE0AF63E6B80EB6DC7C (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_get_Length_mADA0DBF04C0B4252F5558DE0AF63E6B80EB6DC7C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral69B1CD108D15D8A8D877F23EA15746F91357DB06, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CryptoStream_get_Length_mADA0DBF04C0B4252F5558DE0AF63E6B80EB6DC7C_RuntimeMethod_var);
}
}
// System.Int64 System.Security.Cryptography.CryptoStream::get_Position()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t CryptoStream_get_Position_m90A0F7DC7AB44C1062AEF25E0DA3D3E26B67B7AC (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_get_Position_m90A0F7DC7AB44C1062AEF25E0DA3D3E26B67B7AC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral69B1CD108D15D8A8D877F23EA15746F91357DB06, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CryptoStream_get_Position_m90A0F7DC7AB44C1062AEF25E0DA3D3E26B67B7AC_RuntimeMethod_var);
}
}
// System.Void System.Security.Cryptography.CryptoStream::set_Position(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_set_Position_mFB49583BF51882B40732AB10AF89456BA02B9F23 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_set_Position_mFB49583BF51882B40732AB10AF89456BA02B9F23_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral69B1CD108D15D8A8D877F23EA15746F91357DB06, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CryptoStream_set_Position_mFB49583BF51882B40732AB10AF89456BA02B9F23_RuntimeMethod_var);
}
}
// System.Boolean System.Security.Cryptography.CryptoStream::get_HasFlushedFinalBlock()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CryptoStream_get_HasFlushedFinalBlock_mCA9C75EE30F8F809D0A1C11E867988E7B380146D (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__finalBlockTransformed_15();
return L_0;
}
}
// System.Void System.Security.Cryptography.CryptoStream::FlushFinalBlock()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_FlushFinalBlock_mCB6AE6FCC4ECBFB864B259B39701B31C2811DED9 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_FlushFinalBlock_mCB6AE6FCC4ECBFB864B259B39701B31C2811DED9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * V_1 = NULL;
{
bool L_0 = __this->get__finalBlockTransformed_15();
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9DC48D268D532F561416816BD15CC881DD8CD3D7, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_2 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, CryptoStream_FlushFinalBlock_mCB6AE6FCC4ECBFB864B259B39701B31C2811DED9_RuntimeMethod_var);
}
IL_0018:
{
RuntimeObject* L_3 = __this->get__Transform_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get__InputBuffer_6();
int32_t L_5 = __this->get__InputBufferIndex_7();
NullCheck(L_3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = InterfaceFuncInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(5 /* System.Byte[] System.Security.Cryptography.ICryptoTransform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_3, L_4, 0, L_5);
V_0 = L_6;
__this->set__finalBlockTransformed_15((bool)1);
bool L_7 = __this->get__canWrite_14();
if (!L_7)
{
goto IL_0068;
}
}
{
int32_t L_8 = __this->get__OutputBufferIndex_10();
if ((((int32_t)L_8) <= ((int32_t)0)))
{
goto IL_0068;
}
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_9 = __this->get__stream_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get__OutputBuffer_9();
int32_t L_11 = __this->get__OutputBufferIndex_10();
NullCheck(L_9);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_9, L_10, 0, L_11);
__this->set__OutputBufferIndex_10(0);
}
IL_0068:
{
bool L_12 = __this->get__canWrite_14();
if (!L_12)
{
goto IL_0080;
}
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_13 = __this->get__stream_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = V_0;
NullCheck(L_15);
NullCheck(L_13);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_13, L_14, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))));
}
IL_0080:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_16 = __this->get__stream_4();
V_1 = ((CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC *)IsInstClass((RuntimeObject*)L_16, CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC_il2cpp_TypeInfo_var));
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_17 = V_1;
if (!L_17)
{
goto IL_009f;
}
}
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_18 = V_1;
NullCheck(L_18);
bool L_19 = CryptoStream_get_HasFlushedFinalBlock_mCA9C75EE30F8F809D0A1C11E867988E7B380146D_inline(L_18, /*hidden argument*/NULL);
if (L_19)
{
goto IL_00aa;
}
}
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_20 = V_1;
NullCheck(L_20);
CryptoStream_FlushFinalBlock_mCB6AE6FCC4ECBFB864B259B39701B31C2811DED9(L_20, /*hidden argument*/NULL);
goto IL_00aa;
}
IL_009f:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_21 = __this->get__stream_4();
NullCheck(L_21);
VirtActionInvoker0::Invoke(17 /* System.Void System.IO.Stream::Flush() */, L_21);
}
IL_00aa:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = __this->get__InputBuffer_6();
if (!L_22)
{
goto IL_00c6;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = __this->get__InputBuffer_6();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = __this->get__InputBuffer_6();
NullCheck(L_24);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_23, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))), /*hidden argument*/NULL);
}
IL_00c6:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = __this->get__OutputBuffer_9();
if (!L_25)
{
goto IL_00e2;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = __this->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = __this->get__OutputBuffer_9();
NullCheck(L_27);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_26, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length)))), /*hidden argument*/NULL);
}
IL_00e2:
{
return;
}
}
// System.Void System.Security.Cryptography.CryptoStream::Flush()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_Flush_mAC0526F025B91A9BA2BA3496A9A34D10EAED9270 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Threading.Tasks.Task System.Security.Cryptography.CryptoStream::FlushAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * CryptoStream_FlushAsync_mA322963F458724A311D54076467CE7F6E012BFEC (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_FlushAsync_mA322963F458724A311D54076467CE7F6E012BFEC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL);
bool L_3 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_0, L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_001f;
}
}
{
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_4 = ___cancellationToken0;
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_5 = Stream_FlushAsync_m6FF6F6B6CFBEC607B2FC08B8C09CB40054E865F4(__this, L_4, /*hidden argument*/NULL);
return L_5;
}
IL_001f:
{
bool L_6 = CancellationToken_get_IsCancellationRequested_mCF3521778F20F7048B7121885794B9562324447D((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___cancellationToken0), /*hidden argument*/NULL);
if (L_6)
{
goto IL_002e;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var);
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_7 = Task_get_CompletedTask_mBB0764E7FDE04E900FFBE5B1BE6B815193681E86(/*hidden argument*/NULL);
return L_7;
}
IL_002e:
{
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_8 = ___cancellationToken0;
IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var);
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_9 = Task_FromCancellation_m2106218A961C3950EA87A16189081D7DFB42B860(L_8, /*hidden argument*/NULL);
return L_9;
}
}
// System.Int64 System.Security.Cryptography.CryptoStream::Seek(System.Int64,System.IO.SeekOrigin)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t CryptoStream_Seek_mCCA80D357B9140B6984A9789142F8A8A44AEC4BC (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_Seek_mCCA80D357B9140B6984A9789142F8A8A44AEC4BC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral69B1CD108D15D8A8D877F23EA15746F91357DB06, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CryptoStream_Seek_mCCA80D357B9140B6984A9789142F8A8A44AEC4BC_RuntimeMethod_var);
}
}
// System.Void System.Security.Cryptography.CryptoStream::SetLength(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_SetLength_m79A3C58704C85A89063338EAB2B025522731294A (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_SetLength_m79A3C58704C85A89063338EAB2B025522731294A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral69B1CD108D15D8A8D877F23EA15746F91357DB06, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CryptoStream_SetLength_m79A3C58704C85A89063338EAB2B025522731294A_RuntimeMethod_var);
}
}
// System.Int32 System.Security.Cryptography.CryptoStream::Read(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CryptoStream_Read_mB4067192EB53780196C42D51DD4A80BD212AC625 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_Read_mB4067192EB53780196C42D51DD4A80BD212AC625_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL;
int32_t V_5 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_6 = NULL;
int32_t V_7 = 0;
int32_t V_8 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_9 = NULL;
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, __this);
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral781C42C8B8E58290D48A10D0FDEF4A87279EF7DA, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_2 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, CryptoStream_Read_mB4067192EB53780196C42D51DD4A80BD212AC625_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = ___offset1;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0031;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, CryptoStream_Read_mB4067192EB53780196C42D51DD4A80BD212AC625_RuntimeMethod_var);
}
IL_0031:
{
int32_t L_6 = ___count2;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_004a;
}
}
{
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, CryptoStream_Read_mB4067192EB53780196C42D51DD4A80BD212AC625_RuntimeMethod_var);
}
IL_004a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___buffer0;
NullCheck(L_9);
int32_t L_10 = ___offset1;
int32_t L_11 = ___count2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))), (int32_t)L_10))) >= ((int32_t)L_11)))
{
goto IL_0062;
}
}
{
String_t* L_12 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral063F5BA07B9A8319201C127A47193BF92C67599A, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_13 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_13, L_12, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, CryptoStream_Read_mB4067192EB53780196C42D51DD4A80BD212AC625_RuntimeMethod_var);
}
IL_0062:
{
int32_t L_14 = ___count2;
V_0 = L_14;
int32_t L_15 = ___offset1;
V_1 = L_15;
int32_t L_16 = __this->get__OutputBufferIndex_10();
if (!L_16)
{
goto IL_00e3;
}
}
{
int32_t L_17 = __this->get__OutputBufferIndex_10();
int32_t L_18 = ___count2;
if ((((int32_t)L_17) > ((int32_t)L_18)))
{
goto IL_00a7;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = __this->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = ___buffer0;
int32_t L_21 = ___offset1;
int32_t L_22 = __this->get__OutputBufferIndex_10();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_19, 0, (RuntimeArray *)(RuntimeArray *)L_20, L_21, L_22, /*hidden argument*/NULL);
int32_t L_23 = V_0;
int32_t L_24 = __this->get__OutputBufferIndex_10();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)L_24));
int32_t L_25 = V_1;
int32_t L_26 = __this->get__OutputBufferIndex_10();
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26));
__this->set__OutputBufferIndex_10(0);
goto IL_00e3;
}
IL_00a7:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = __this->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = ___buffer0;
int32_t L_29 = ___offset1;
int32_t L_30 = ___count2;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_27, 0, (RuntimeArray *)(RuntimeArray *)L_28, L_29, L_30, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = __this->get__OutputBuffer_9();
int32_t L_32 = ___count2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = __this->get__OutputBuffer_9();
int32_t L_34 = __this->get__OutputBufferIndex_10();
int32_t L_35 = ___count2;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_31, L_32, (RuntimeArray *)(RuntimeArray *)L_33, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35)), /*hidden argument*/NULL);
int32_t L_36 = __this->get__OutputBufferIndex_10();
int32_t L_37 = ___count2;
__this->set__OutputBufferIndex_10(((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_37)));
int32_t L_38 = ___count2;
return L_38;
}
IL_00e3:
{
bool L_39 = __this->get__finalBlockTransformed_15();
if (!L_39)
{
goto IL_00ef;
}
}
{
int32_t L_40 = ___count2;
int32_t L_41 = V_0;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_41));
}
IL_00ef:
{
V_2 = 0;
int32_t L_42 = V_0;
int32_t L_43 = __this->get__OutputBlockSize_11();
if ((((int32_t)L_42) <= ((int32_t)L_43)))
{
goto IL_02da;
}
}
{
RuntimeObject* L_44 = __this->get__Transform_5();
NullCheck(L_44);
bool L_45 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Security.Cryptography.ICryptoTransform::get_CanTransformMultipleBlocks() */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_44);
if (!L_45)
{
goto IL_02da;
}
}
{
int32_t L_46 = V_0;
int32_t L_47 = __this->get__OutputBlockSize_11();
int32_t L_48 = __this->get__InputBlockSize_8();
V_5 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_46/(int32_t)L_47)), (int32_t)L_48));
int32_t L_49 = V_5;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_49);
V_6 = L_50;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_51 = __this->get__InputBuffer_6();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_52 = V_6;
int32_t L_53 = __this->get__InputBufferIndex_7();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_51, 0, (RuntimeArray *)(RuntimeArray *)L_52, 0, L_53, /*hidden argument*/NULL);
int32_t L_54 = __this->get__InputBufferIndex_7();
V_2 = L_54;
int32_t L_55 = V_2;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_56 = __this->get__stream_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_57 = V_6;
int32_t L_58 = __this->get__InputBufferIndex_7();
int32_t L_59 = V_5;
int32_t L_60 = __this->get__InputBufferIndex_7();
NullCheck(L_56);
int32_t L_61 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_56, L_57, L_58, ((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)L_60)));
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)L_61));
__this->set__InputBufferIndex_7(0);
int32_t L_62 = V_2;
int32_t L_63 = __this->get__InputBlockSize_8();
if ((((int32_t)L_62) > ((int32_t)L_63)))
{
goto IL_0187;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_64 = V_6;
__this->set__InputBuffer_6(L_64);
int32_t L_65 = V_2;
__this->set__InputBufferIndex_7(L_65);
goto IL_02da;
}
IL_0187:
{
int32_t L_66 = V_2;
int32_t L_67 = __this->get__InputBlockSize_8();
int32_t L_68 = __this->get__InputBlockSize_8();
V_7 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_66/(int32_t)L_67)), (int32_t)L_68));
int32_t L_69 = V_2;
int32_t L_70 = V_7;
V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_69, (int32_t)L_70));
int32_t L_71 = V_8;
if (!L_71)
{
goto IL_01bd;
}
}
{
int32_t L_72 = V_8;
__this->set__InputBufferIndex_7(L_72);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_73 = V_6;
int32_t L_74 = V_7;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_75 = __this->get__InputBuffer_6();
int32_t L_76 = V_8;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_73, L_74, (RuntimeArray *)(RuntimeArray *)L_75, 0, L_76, /*hidden argument*/NULL);
}
IL_01bd:
{
int32_t L_77 = V_7;
int32_t L_78 = __this->get__InputBlockSize_8();
int32_t L_79 = __this->get__OutputBlockSize_11();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_80 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_77/(int32_t)L_78)), (int32_t)L_79)));
V_9 = L_80;
RuntimeObject* L_81 = __this->get__Transform_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_82 = V_6;
int32_t L_83 = V_7;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_84 = V_9;
NullCheck(L_81);
int32_t L_85 = InterfaceFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_81, L_82, 0, L_83, L_84, 0);
V_3 = L_85;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_86 = V_9;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_87 = ___buffer0;
int32_t L_88 = V_1;
int32_t L_89 = V_3;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_86, 0, (RuntimeArray *)(RuntimeArray *)L_87, L_88, L_89, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_90 = V_6;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_91 = V_6;
NullCheck(L_91);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_90, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_91)->max_length)))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_92 = V_9;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_93 = V_9;
NullCheck(L_93);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_92, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_93)->max_length)))), /*hidden argument*/NULL);
int32_t L_94 = V_0;
int32_t L_95 = V_3;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_94, (int32_t)L_95));
int32_t L_96 = V_1;
int32_t L_97 = V_3;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)L_97));
goto IL_02da;
}
IL_0219:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_98 = __this->get__stream_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_99 = __this->get__InputBuffer_6();
int32_t L_100 = __this->get__InputBufferIndex_7();
int32_t L_101 = __this->get__InputBlockSize_8();
int32_t L_102 = __this->get__InputBufferIndex_7();
NullCheck(L_98);
int32_t L_103 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_98, L_99, L_100, ((int32_t)il2cpp_codegen_subtract((int32_t)L_101, (int32_t)L_102)));
V_2 = L_103;
int32_t L_104 = V_2;
if (!L_104)
{
goto IL_02e3;
}
}
{
int32_t L_105 = __this->get__InputBufferIndex_7();
int32_t L_106 = V_2;
__this->set__InputBufferIndex_7(((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)L_106)));
}
IL_0252:
{
int32_t L_107 = __this->get__InputBufferIndex_7();
int32_t L_108 = __this->get__InputBlockSize_8();
if ((((int32_t)L_107) < ((int32_t)L_108)))
{
goto IL_0219;
}
}
{
RuntimeObject* L_109 = __this->get__Transform_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_110 = __this->get__InputBuffer_6();
int32_t L_111 = __this->get__InputBlockSize_8();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_112 = __this->get__OutputBuffer_9();
NullCheck(L_109);
int32_t L_113 = InterfaceFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_109, L_110, 0, L_111, L_112, 0);
V_3 = L_113;
__this->set__InputBufferIndex_7(0);
int32_t L_114 = V_0;
int32_t L_115 = V_3;
if ((((int32_t)L_114) < ((int32_t)L_115)))
{
goto IL_02a5;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_116 = __this->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_117 = ___buffer0;
int32_t L_118 = V_1;
int32_t L_119 = V_3;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_116, 0, (RuntimeArray *)(RuntimeArray *)L_117, L_118, L_119, /*hidden argument*/NULL);
int32_t L_120 = V_1;
int32_t L_121 = V_3;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)L_121));
int32_t L_122 = V_0;
int32_t L_123 = V_3;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_122, (int32_t)L_123));
goto IL_02da;
}
IL_02a5:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_124 = __this->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_125 = ___buffer0;
int32_t L_126 = V_1;
int32_t L_127 = V_0;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_124, 0, (RuntimeArray *)(RuntimeArray *)L_125, L_126, L_127, /*hidden argument*/NULL);
int32_t L_128 = V_3;
int32_t L_129 = V_0;
__this->set__OutputBufferIndex_10(((int32_t)il2cpp_codegen_subtract((int32_t)L_128, (int32_t)L_129)));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_130 = __this->get__OutputBuffer_9();
int32_t L_131 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_132 = __this->get__OutputBuffer_9();
int32_t L_133 = __this->get__OutputBufferIndex_10();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_130, L_131, (RuntimeArray *)(RuntimeArray *)L_132, 0, L_133, /*hidden argument*/NULL);
int32_t L_134 = ___count2;
return L_134;
}
IL_02da:
{
int32_t L_135 = V_0;
if ((((int32_t)L_135) > ((int32_t)0)))
{
goto IL_0252;
}
}
{
int32_t L_136 = ___count2;
return L_136;
}
IL_02e3:
{
RuntimeObject* L_137 = __this->get__Transform_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_138 = __this->get__InputBuffer_6();
int32_t L_139 = __this->get__InputBufferIndex_7();
NullCheck(L_137);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_140 = InterfaceFuncInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(5 /* System.Byte[] System.Security.Cryptography.ICryptoTransform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_137, L_138, 0, L_139);
V_4 = L_140;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_141 = V_4;
__this->set__OutputBuffer_9(L_141);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_142 = V_4;
NullCheck(L_142);
__this->set__OutputBufferIndex_10((((int32_t)((int32_t)(((RuntimeArray*)L_142)->max_length)))));
__this->set__finalBlockTransformed_15((bool)1);
int32_t L_143 = V_0;
int32_t L_144 = __this->get__OutputBufferIndex_10();
if ((((int32_t)L_143) >= ((int32_t)L_144)))
{
goto IL_0359;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_145 = __this->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_146 = ___buffer0;
int32_t L_147 = V_1;
int32_t L_148 = V_0;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_145, 0, (RuntimeArray *)(RuntimeArray *)L_146, L_147, L_148, /*hidden argument*/NULL);
int32_t L_149 = __this->get__OutputBufferIndex_10();
int32_t L_150 = V_0;
__this->set__OutputBufferIndex_10(((int32_t)il2cpp_codegen_subtract((int32_t)L_149, (int32_t)L_150)));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_151 = __this->get__OutputBuffer_9();
int32_t L_152 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_153 = __this->get__OutputBuffer_9();
int32_t L_154 = __this->get__OutputBufferIndex_10();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_151, L_152, (RuntimeArray *)(RuntimeArray *)L_153, 0, L_154, /*hidden argument*/NULL);
int32_t L_155 = ___count2;
return L_155;
}
IL_0359:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_156 = __this->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_157 = ___buffer0;
int32_t L_158 = V_1;
int32_t L_159 = __this->get__OutputBufferIndex_10();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_156, 0, (RuntimeArray *)(RuntimeArray *)L_157, L_158, L_159, /*hidden argument*/NULL);
int32_t L_160 = V_0;
int32_t L_161 = __this->get__OutputBufferIndex_10();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_160, (int32_t)L_161));
__this->set__OutputBufferIndex_10(0);
int32_t L_162 = ___count2;
int32_t L_163 = V_0;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_162, (int32_t)L_163));
}
}
// System.Threading.Tasks.Task`1<System.Int32> System.Security.Cryptography.CryptoStream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * CryptoStream_ReadAsync_mD742CDC257222BDB20F59E9E2248936AE3E91ABE (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_ReadAsync_mD742CDC257222BDB20F59E9E2248936AE3E91ABE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, __this);
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral781C42C8B8E58290D48A10D0FDEF4A87279EF7DA, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_2 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, CryptoStream_ReadAsync_mD742CDC257222BDB20F59E9E2248936AE3E91ABE_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = ___offset1;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0031;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, CryptoStream_ReadAsync_mD742CDC257222BDB20F59E9E2248936AE3E91ABE_RuntimeMethod_var);
}
IL_0031:
{
int32_t L_6 = ___count2;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_004a;
}
}
{
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, CryptoStream_ReadAsync_mD742CDC257222BDB20F59E9E2248936AE3E91ABE_RuntimeMethod_var);
}
IL_004a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___buffer0;
NullCheck(L_9);
int32_t L_10 = ___offset1;
int32_t L_11 = ___count2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))), (int32_t)L_10))) >= ((int32_t)L_11)))
{
goto IL_0062;
}
}
{
String_t* L_12 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral063F5BA07B9A8319201C127A47193BF92C67599A, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_13 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_13, L_12, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, CryptoStream_ReadAsync_mD742CDC257222BDB20F59E9E2248936AE3E91ABE_RuntimeMethod_var);
}
IL_0062:
{
Type_t * L_14 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_15 = { reinterpret_cast<intptr_t> (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_16 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_15, /*hidden argument*/NULL);
bool L_17 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_14, L_16, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_0085;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ___buffer0;
int32_t L_19 = ___offset1;
int32_t L_20 = ___count2;
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_21 = ___cancellationToken3;
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * L_22 = Stream_ReadAsync_m72417EC430FE2302C8CF2D67B0BFE81FBADE4A83(__this, L_18, L_19, L_20, L_21, /*hidden argument*/NULL);
return L_22;
}
IL_0085:
{
bool L_23 = CancellationToken_get_IsCancellationRequested_mCF3521778F20F7048B7121885794B9562324447D((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___cancellationToken3), /*hidden argument*/NULL);
if (!L_23)
{
goto IL_0096;
}
}
{
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_24 = ___cancellationToken3;
IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var);
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * L_25 = Task_FromCancellation_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m9308AB377C21815221796A65F008519EA9FE7DE6(L_24, /*hidden argument*/Task_FromCancellation_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m9308AB377C21815221796A65F008519EA9FE7DE6_RuntimeMethod_var);
return L_25;
}
IL_0096:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___buffer0;
int32_t L_27 = ___offset1;
int32_t L_28 = ___count2;
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_29 = ___cancellationToken3;
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * L_30 = CryptoStream_ReadAsyncInternal_m07B9F6B34F847BF0D523D9D3FB94756E1BFCF1D1(__this, L_26, L_27, L_28, L_29, /*hidden argument*/NULL);
return L_30;
}
}
// System.Threading.Tasks.Task`1<System.Int32> System.Security.Cryptography.CryptoStream::ReadAsyncInternal(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * CryptoStream_ReadAsyncInternal_m07B9F6B34F847BF0D523D9D3FB94756E1BFCF1D1 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_ReadAsyncInternal_m07B9F6B34F847BF0D523D9D3FB94756E1BFCF1D1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->set_U3CU3E4__this_2(__this);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
(&V_0)->set_buffer_5(L_0);
int32_t L_1 = ___offset1;
(&V_0)->set_offset_4(L_1);
int32_t L_2 = ___count2;
(&V_0)->set_count_3(L_2);
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_3 = ___cancellationToken3;
(&V_0)->set_cancellationToken_6(L_3);
IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 L_4 = AsyncTaskMethodBuilder_1_Create_mB155504875E2454883E034E847877A9DEA85E318(/*hidden argument*/AsyncTaskMethodBuilder_1_Create_mB155504875E2454883E034E847877A9DEA85E318_RuntimeMethod_var);
(&V_0)->set_U3CU3Et__builder_1(L_4);
(&V_0)->set_U3CU3E1__state_0((-1));
U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 L_5 = V_0;
AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 L_6 = L_5.get_U3CU3Et__builder_1();
V_1 = L_6;
AsyncTaskMethodBuilder_1_Start_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m44985BB14C0BEB66B9B87B3205FD65CA660524DD((AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *)(&V_1), (U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 *)(&V_0), /*hidden argument*/AsyncTaskMethodBuilder_1_Start_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m44985BB14C0BEB66B9B87B3205FD65CA660524DD_RuntimeMethod_var);
AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * L_7 = (&V_0)->get_address_of_U3CU3Et__builder_1();
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * L_8 = AsyncTaskMethodBuilder_1_get_Task_m939AAFF5841821CC09C627DCDEB2DFD5B933DFC2((AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *)L_7, /*hidden argument*/AsyncTaskMethodBuilder_1_get_Task_m939AAFF5841821CC09C627DCDEB2DFD5B933DFC2_RuntimeMethod_var);
return L_8;
}
}
// System.Void System.Security.Cryptography.CryptoStream::Write(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_Write_m7EB5CBAB142E6F5144451B931B829A03F08AF7AE (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_Write_m7EB5CBAB142E6F5144451B931B829A03F08AF7AE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL;
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this);
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral66D145F9BC4E163069F795822A1EA8BEF2E4E55B, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_2 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, CryptoStream_Write_m7EB5CBAB142E6F5144451B931B829A03F08AF7AE_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = ___offset1;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0031;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, CryptoStream_Write_m7EB5CBAB142E6F5144451B931B829A03F08AF7AE_RuntimeMethod_var);
}
IL_0031:
{
int32_t L_6 = ___count2;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_004a;
}
}
{
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, CryptoStream_Write_m7EB5CBAB142E6F5144451B931B829A03F08AF7AE_RuntimeMethod_var);
}
IL_004a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___buffer0;
NullCheck(L_9);
int32_t L_10 = ___offset1;
int32_t L_11 = ___count2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))), (int32_t)L_10))) >= ((int32_t)L_11)))
{
goto IL_0062;
}
}
{
String_t* L_12 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral063F5BA07B9A8319201C127A47193BF92C67599A, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_13 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_13, L_12, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, CryptoStream_Write_m7EB5CBAB142E6F5144451B931B829A03F08AF7AE_RuntimeMethod_var);
}
IL_0062:
{
int32_t L_14 = ___count2;
V_0 = L_14;
int32_t L_15 = ___offset1;
V_1 = L_15;
int32_t L_16 = __this->get__InputBufferIndex_7();
if ((((int32_t)L_16) <= ((int32_t)0)))
{
goto IL_00f5;
}
}
{
int32_t L_17 = ___count2;
int32_t L_18 = __this->get__InputBlockSize_8();
int32_t L_19 = __this->get__InputBufferIndex_7();
if ((((int32_t)L_17) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)))))
{
goto IL_00d1;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = ___buffer0;
int32_t L_21 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = __this->get__InputBuffer_6();
int32_t L_23 = __this->get__InputBufferIndex_7();
int32_t L_24 = __this->get__InputBlockSize_8();
int32_t L_25 = __this->get__InputBufferIndex_7();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_20, L_21, (RuntimeArray *)(RuntimeArray *)L_22, L_23, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)), /*hidden argument*/NULL);
int32_t L_26 = V_1;
int32_t L_27 = __this->get__InputBlockSize_8();
int32_t L_28 = __this->get__InputBufferIndex_7();
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28))));
int32_t L_29 = V_0;
int32_t L_30 = __this->get__InputBlockSize_8();
int32_t L_31 = __this->get__InputBufferIndex_7();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31))));
int32_t L_32 = __this->get__InputBlockSize_8();
__this->set__InputBufferIndex_7(L_32);
goto IL_00f5;
}
IL_00d1:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = ___buffer0;
int32_t L_34 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = __this->get__InputBuffer_6();
int32_t L_36 = __this->get__InputBufferIndex_7();
int32_t L_37 = ___count2;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_33, L_34, (RuntimeArray *)(RuntimeArray *)L_35, L_36, L_37, /*hidden argument*/NULL);
int32_t L_38 = __this->get__InputBufferIndex_7();
int32_t L_39 = ___count2;
__this->set__InputBufferIndex_7(((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)L_39)));
return;
}
IL_00f5:
{
int32_t L_40 = __this->get__OutputBufferIndex_10();
if ((((int32_t)L_40) <= ((int32_t)0)))
{
goto IL_011d;
}
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_41 = __this->get__stream_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = __this->get__OutputBuffer_9();
int32_t L_43 = __this->get__OutputBufferIndex_10();
NullCheck(L_41);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_41, L_42, 0, L_43);
__this->set__OutputBufferIndex_10(0);
}
IL_011d:
{
int32_t L_44 = __this->get__InputBufferIndex_7();
int32_t L_45 = __this->get__InputBlockSize_8();
if ((!(((uint32_t)L_44) == ((uint32_t)L_45))))
{
goto IL_0231;
}
}
{
RuntimeObject* L_46 = __this->get__Transform_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_47 = __this->get__InputBuffer_6();
int32_t L_48 = __this->get__InputBlockSize_8();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = __this->get__OutputBuffer_9();
NullCheck(L_46);
int32_t L_50 = InterfaceFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_46, L_47, 0, L_48, L_49, 0);
V_2 = L_50;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_51 = __this->get__stream_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_52 = __this->get__OutputBuffer_9();
int32_t L_53 = V_2;
NullCheck(L_51);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_51, L_52, 0, L_53);
__this->set__InputBufferIndex_7(0);
goto IL_0231;
}
IL_016d:
{
int32_t L_54 = V_0;
int32_t L_55 = __this->get__InputBlockSize_8();
if ((((int32_t)L_54) < ((int32_t)L_55)))
{
goto IL_0212;
}
}
{
RuntimeObject* L_56 = __this->get__Transform_5();
NullCheck(L_56);
bool L_57 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Security.Cryptography.ICryptoTransform::get_CanTransformMultipleBlocks() */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_56);
if (!L_57)
{
goto IL_01d0;
}
}
{
int32_t L_58 = V_0;
int32_t L_59 = __this->get__InputBlockSize_8();
int32_t L_60 = ((int32_t)((int32_t)L_58/(int32_t)L_59));
int32_t L_61 = __this->get__InputBlockSize_8();
V_3 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_60, (int32_t)L_61));
int32_t L_62 = __this->get__OutputBlockSize_11();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_63 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_60, (int32_t)L_62)));
V_4 = L_63;
RuntimeObject* L_64 = __this->get__Transform_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_65 = ___buffer0;
int32_t L_66 = V_1;
int32_t L_67 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_68 = V_4;
NullCheck(L_64);
int32_t L_69 = InterfaceFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_64, L_65, L_66, L_67, L_68, 0);
V_2 = L_69;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_70 = __this->get__stream_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_71 = V_4;
int32_t L_72 = V_2;
NullCheck(L_70);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_70, L_71, 0, L_72);
int32_t L_73 = V_1;
int32_t L_74 = V_3;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)L_74));
int32_t L_75 = V_0;
int32_t L_76 = V_3;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_75, (int32_t)L_76));
goto IL_0231;
}
IL_01d0:
{
RuntimeObject* L_77 = __this->get__Transform_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_78 = ___buffer0;
int32_t L_79 = V_1;
int32_t L_80 = __this->get__InputBlockSize_8();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_81 = __this->get__OutputBuffer_9();
NullCheck(L_77);
int32_t L_82 = InterfaceFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_77, L_78, L_79, L_80, L_81, 0);
V_2 = L_82;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_83 = __this->get__stream_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_84 = __this->get__OutputBuffer_9();
int32_t L_85 = V_2;
NullCheck(L_83);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_83, L_84, 0, L_85);
int32_t L_86 = V_1;
int32_t L_87 = __this->get__InputBlockSize_8();
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)L_87));
int32_t L_88 = V_0;
int32_t L_89 = __this->get__InputBlockSize_8();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_88, (int32_t)L_89));
goto IL_0231;
}
IL_0212:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_90 = ___buffer0;
int32_t L_91 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_92 = __this->get__InputBuffer_6();
int32_t L_93 = V_0;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_90, L_91, (RuntimeArray *)(RuntimeArray *)L_92, 0, L_93, /*hidden argument*/NULL);
int32_t L_94 = __this->get__InputBufferIndex_7();
int32_t L_95 = V_0;
__this->set__InputBufferIndex_7(((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)L_95)));
return;
}
IL_0231:
{
int32_t L_96 = V_0;
if ((((int32_t)L_96) > ((int32_t)0)))
{
goto IL_016d;
}
}
{
return;
}
}
// System.Threading.Tasks.Task System.Security.Cryptography.CryptoStream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * CryptoStream_WriteAsync_m1A8E6A4622013FC0311428E405CD6AF5229EBE3E (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_WriteAsync_m1A8E6A4622013FC0311428E405CD6AF5229EBE3E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this);
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral66D145F9BC4E163069F795822A1EA8BEF2E4E55B, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_2 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, CryptoStream_WriteAsync_m1A8E6A4622013FC0311428E405CD6AF5229EBE3E_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = ___offset1;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0031;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, CryptoStream_WriteAsync_m1A8E6A4622013FC0311428E405CD6AF5229EBE3E_RuntimeMethod_var);
}
IL_0031:
{
int32_t L_6 = ___count2;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_004a;
}
}
{
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, CryptoStream_WriteAsync_m1A8E6A4622013FC0311428E405CD6AF5229EBE3E_RuntimeMethod_var);
}
IL_004a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___buffer0;
NullCheck(L_9);
int32_t L_10 = ___offset1;
int32_t L_11 = ___count2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))), (int32_t)L_10))) >= ((int32_t)L_11)))
{
goto IL_0062;
}
}
{
String_t* L_12 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral063F5BA07B9A8319201C127A47193BF92C67599A, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_13 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_13, L_12, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, CryptoStream_WriteAsync_m1A8E6A4622013FC0311428E405CD6AF5229EBE3E_RuntimeMethod_var);
}
IL_0062:
{
Type_t * L_14 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_15 = { reinterpret_cast<intptr_t> (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_16 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_15, /*hidden argument*/NULL);
bool L_17 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_14, L_16, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_0085;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ___buffer0;
int32_t L_19 = ___offset1;
int32_t L_20 = ___count2;
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_21 = ___cancellationToken3;
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_22 = Stream_WriteAsync_mEA7EDCE2C825C3FBD011A6A17B49DF300E67034F(__this, L_18, L_19, L_20, L_21, /*hidden argument*/NULL);
return L_22;
}
IL_0085:
{
bool L_23 = CancellationToken_get_IsCancellationRequested_mCF3521778F20F7048B7121885794B9562324447D((CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB *)(&___cancellationToken3), /*hidden argument*/NULL);
if (!L_23)
{
goto IL_0096;
}
}
{
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_24 = ___cancellationToken3;
IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var);
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_25 = Task_FromCancellation_m2106218A961C3950EA87A16189081D7DFB42B860(L_24, /*hidden argument*/NULL);
return L_25;
}
IL_0096:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___buffer0;
int32_t L_27 = ___offset1;
int32_t L_28 = ___count2;
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_29 = ___cancellationToken3;
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_30 = CryptoStream_WriteAsyncInternal_mD365E75E64AE8E3774ADDB274D7D9624AD0C6F86(__this, L_26, L_27, L_28, L_29, /*hidden argument*/NULL);
return L_30;
}
}
// System.Threading.Tasks.Task System.Security.Cryptography.CryptoStream::WriteAsyncInternal(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * CryptoStream_WriteAsyncInternal_mD365E75E64AE8E3774ADDB274D7D9624AD0C6F86 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_WriteAsyncInternal_mD365E75E64AE8E3774ADDB274D7D9624AD0C6F86_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E V_0;
memset((&V_0), 0, sizeof(V_0));
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 V_1;
memset((&V_1), 0, sizeof(V_1));
{
(&V_0)->set_U3CU3E4__this_2(__this);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
(&V_0)->set_buffer_5(L_0);
int32_t L_1 = ___offset1;
(&V_0)->set_offset_4(L_1);
int32_t L_2 = ___count2;
(&V_0)->set_count_3(L_2);
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_3 = ___cancellationToken3;
(&V_0)->set_cancellationToken_6(L_3);
IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487_il2cpp_TypeInfo_var);
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 L_4 = AsyncTaskMethodBuilder_Create_m081DF9A202E7C2F3CF3D41E1E63E63DA18F19FDB(/*hidden argument*/NULL);
(&V_0)->set_U3CU3Et__builder_1(L_4);
(&V_0)->set_U3CU3E1__state_0((-1));
U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E L_5 = V_0;
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 L_6 = L_5.get_U3CU3Et__builder_1();
V_1 = L_6;
AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_mBBC9F696FB165BD8316D0DB0834AE1D94F2FA92E((AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *)(&V_1), (U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E *)(&V_0), /*hidden argument*/AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_mBBC9F696FB165BD8316D0DB0834AE1D94F2FA92E_RuntimeMethod_var);
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * L_7 = (&V_0)->get_address_of_U3CU3Et__builder_1();
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_8 = AsyncTaskMethodBuilder_get_Task_m3E45BC00F7D224FEA04AB9BF26DB52E131D33022((AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *)L_7, /*hidden argument*/NULL);
return L_8;
}
}
// System.Void System.Security.Cryptography.CryptoStream::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_Clear_m1AA884F52A16073ABEC7FED27032AFBD120977C6 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method)
{
{
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, __this);
return;
}
}
// System.Void System.Security.Cryptography.CryptoStream::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_Dispose_m962D9C485B923CAB64FA560F44842268A2BC6459 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, bool ___disposing0, const RuntimeMethod* method)
{
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
{
bool L_0 = ___disposing0;
if (!L_0)
{
goto IL_001c;
}
}
IL_0003:
{
bool L_1 = __this->get__finalBlockTransformed_15();
if (L_1)
{
goto IL_0011;
}
}
IL_000b:
{
CryptoStream_FlushFinalBlock_mCB6AE6FCC4ECBFB864B259B39701B31C2811DED9(__this, /*hidden argument*/NULL);
}
IL_0011:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = __this->get__stream_4();
NullCheck(L_2);
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_2);
}
IL_001c:
{
IL2CPP_LEAVE(0x85, FINALLY_001e);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_001e;
}
FINALLY_001e:
{ // begin finally (depth: 1)
{
}
IL_001f:
try
{ // begin try (depth: 2)
{
__this->set__finalBlockTransformed_15((bool)1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get__InputBuffer_6();
if (!L_3)
{
goto IL_0042;
}
}
IL_002e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get__InputBuffer_6();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get__InputBuffer_6();
NullCheck(L_5);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_4, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))), /*hidden argument*/NULL);
}
IL_0042:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get__OutputBuffer_9();
if (!L_6)
{
goto IL_005e;
}
}
IL_004a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = __this->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = __this->get__OutputBuffer_9();
NullCheck(L_8);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_7, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), /*hidden argument*/NULL);
}
IL_005e:
{
__this->set__InputBuffer_6((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
__this->set__OutputBuffer_9((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
__this->set__canRead_13((bool)0);
__this->set__canWrite_14((bool)0);
IL2CPP_LEAVE(0x84, FINALLY_007c);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_007c;
}
FINALLY_007c:
{ // begin finally (depth: 2)
bool L_9 = ___disposing0;
Stream_Dispose_mC0F23B2D31DC853B12A10F0233173A278FF21B05(__this, L_9, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(124)
} // end finally (depth: 2)
IL2CPP_CLEANUP(124)
{
IL2CPP_JUMP_TBL(0x84, IL_0084)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0084:
{
IL2CPP_END_FINALLY(30)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(30)
{
IL2CPP_JUMP_TBL(0x85, IL_0085)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0085:
{
return;
}
}
// System.Void System.Security.Cryptography.CryptoStream::InitializeBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_InitializeBuffer_m6B1A734BADB817D61E6DCBC8780AB0C359089188 (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptoStream_InitializeBuffer_m6B1A734BADB817D61E6DCBC8780AB0C359089188_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get__Transform_5();
if (!L_0)
{
goto IL_004c;
}
}
{
RuntimeObject* L_1 = __this->get__Transform_5();
NullCheck(L_1);
int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Security.Cryptography.ICryptoTransform::get_InputBlockSize() */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_1);
__this->set__InputBlockSize_8(L_2);
int32_t L_3 = __this->get__InputBlockSize_8();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_3);
__this->set__InputBuffer_6(L_4);
RuntimeObject* L_5 = __this->get__Transform_5();
NullCheck(L_5);
int32_t L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Security.Cryptography.ICryptoTransform::get_OutputBlockSize() */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_5);
__this->set__OutputBlockSize_11(L_6);
int32_t L_7 = __this->get__OutputBlockSize_11();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_7);
__this->set__OutputBuffer_9(L_8);
}
IL_004c:
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadAsyncInternalU3Ed__34_MoveNext_m1990DFCC2A368E7F6C3D5860CD6A5F0D1CA52321 (U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CReadAsyncInternalU3Ed__34_MoveNext_m1990DFCC2A368E7F6C3D5860CD6A5F0D1CA52321_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * V_1 = NULL;
int32_t V_2 = 0;
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 V_3;
memset((&V_3), 0, sizeof(V_3));
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 V_4;
memset((&V_4), 0, sizeof(V_4));
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 V_5;
memset((&V_5), 0, sizeof(V_5));
ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 V_6;
memset((&V_6), 0, sizeof(V_6));
int32_t V_7 = 0;
int32_t V_8 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_9 = NULL;
int32_t V_10 = 0;
int32_t V_11 = 0;
int32_t V_12 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_13 = NULL;
int32_t V_14 = 0;
ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E V_15;
memset((&V_15), 0, sizeof(V_15));
ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A V_16;
memset((&V_16), 0, sizeof(V_16));
Exception_t * V_17 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 11);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
int32_t L_0 = __this->get_U3CU3E1__state_0();
V_0 = L_0;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_1 = __this->get_U3CU3E4__this_2();
V_1 = L_1;
}
IL_000e:
try
{ // begin try (depth: 1)
{
int32_t L_2 = V_0;
switch (L_2)
{
case 0:
{
goto IL_005f;
}
case 1:
{
goto IL_00d7;
}
case 2:
{
goto IL_00fb;
}
case 3:
{
goto IL_00fb;
}
}
}
IL_0024:
{
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * L_3 = (&V_4);
il2cpp_codegen_initobj(L_3, sizeof(HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 ));
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 L_4 = HopToThreadPoolAwaitable_GetAwaiter_m9214034A5FDFD5F3170F5B1C94A0616035D4F0CE((HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *)L_3, /*hidden argument*/NULL);
V_3 = L_4;
bool L_5 = HopToThreadPoolAwaitable_get_IsCompleted_mF4341825B24C25EC320188AA2DD388840C2F4E87((HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *)(&V_3), /*hidden argument*/NULL);
if (L_5)
{
goto IL_007b;
}
}
IL_003c:
{
int32_t L_6 = 0;
V_0 = L_6;
__this->set_U3CU3E1__state_0(L_6);
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 L_7 = V_3;
__this->set_U3CU3Eu__1_11(L_7);
AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * L_8 = __this->get_address_of_U3CU3Et__builder_1();
AsyncTaskMethodBuilder_1_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m8F02490ED1BA90F925C6ED954F0ED2497DE5B07A((AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *)L_8, (HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *)(&V_3), (U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 *)__this, /*hidden argument*/AsyncTaskMethodBuilder_1_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m8F02490ED1BA90F925C6ED954F0ED2497DE5B07A_RuntimeMethod_var);
goto IL_06ba;
}
IL_005f:
{
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 L_9 = __this->get_U3CU3Eu__1_11();
V_3 = L_9;
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * L_10 = __this->get_address_of_U3CU3Eu__1_11();
il2cpp_codegen_initobj(L_10, sizeof(HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 ));
int32_t L_11 = (-1);
V_0 = L_11;
__this->set_U3CU3E1__state_0(L_11);
}
IL_007b:
{
HopToThreadPoolAwaitable_GetResult_mD9CD5C47ADA39C55EC6C984E6697C1F876000EF5((HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *)(&V_3), /*hidden argument*/NULL);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_12 = V_1;
NullCheck(L_12);
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * L_13 = Stream_EnsureAsyncActiveSemaphoreInitialized_m874CD5FC48757D8810E4DD57DADD850A338BDED2(L_12, /*hidden argument*/NULL);
__this->set_U3CsemU3E5__4_10(L_13);
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * L_14 = __this->get_U3CsemU3E5__4_10();
NullCheck(L_14);
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_15 = SemaphoreSlim_WaitAsync_mEEDF1F56EF96E2276622B97F79A28D194169B9F6(L_14, /*hidden argument*/NULL);
NullCheck(L_15);
ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 L_16 = Task_ConfigureAwait_m2FB91172F9031B0CC520D9D09B658ACC5FD6CE02(L_15, (bool)0, /*hidden argument*/NULL);
V_6 = L_16;
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_17 = ConfiguredTaskAwaitable_GetAwaiter_m1EF40F198D32924E2D0F41E20B99CADBF5DDD303_inline((ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 *)(&V_6), /*hidden argument*/NULL);
V_5 = L_17;
bool L_18 = ConfiguredTaskAwaiter_get_IsCompleted_mDD0292137E15882AF385AE9D2FB1C8B0BEE89BDD((ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_5), /*hidden argument*/NULL);
if (L_18)
{
goto IL_00f4;
}
}
IL_00b3:
{
int32_t L_19 = 1;
V_0 = L_19;
__this->set_U3CU3E1__state_0(L_19);
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_20 = V_5;
__this->set_U3CU3Eu__2_12(L_20);
AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * L_21 = __this->get_address_of_U3CU3Et__builder_1();
AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_mFC644CE2776D37D1FA13594A6CB8A2D0947931AD((AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *)L_21, (ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_5), (U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 *)__this, /*hidden argument*/AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_mFC644CE2776D37D1FA13594A6CB8A2D0947931AD_RuntimeMethod_var);
goto IL_06ba;
}
IL_00d7:
{
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_22 = __this->get_U3CU3Eu__2_12();
V_5 = L_22;
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * L_23 = __this->get_address_of_U3CU3Eu__2_12();
il2cpp_codegen_initobj(L_23, sizeof(ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 ));
int32_t L_24 = (-1);
V_0 = L_24;
__this->set_U3CU3E1__state_0(L_24);
}
IL_00f4:
{
ConfiguredTaskAwaiter_GetResult_m7DFE5EAFB3C1F70B40948EFF46E9B13F1E260062((ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_5), /*hidden argument*/NULL);
}
IL_00fb:
{
}
IL_00fc:
try
{ // begin try (depth: 2)
{
int32_t L_25 = V_0;
if ((((int32_t)L_25) == ((int32_t)2)))
{
goto IL_02dd;
}
}
IL_0103:
{
int32_t L_26 = V_0;
if ((((int32_t)L_26) == ((int32_t)3)))
{
goto IL_046d;
}
}
IL_010a:
{
int32_t L_27 = __this->get_count_3();
__this->set_U3CbytesToDeliverU3E5__3_9(L_27);
int32_t L_28 = __this->get_offset_4();
__this->set_U3CcurrentOutputIndexU3E5__2_8(L_28);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_29 = V_1;
NullCheck(L_29);
int32_t L_30 = L_29->get__OutputBufferIndex_10();
if (!L_30)
{
goto IL_01ed;
}
}
IL_012d:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_31 = V_1;
NullCheck(L_31);
int32_t L_32 = L_31->get__OutputBufferIndex_10();
int32_t L_33 = __this->get_count_3();
if ((((int32_t)L_32) > ((int32_t)L_33)))
{
goto IL_0189;
}
}
IL_013b:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_34 = V_1;
NullCheck(L_34);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = L_34->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = __this->get_buffer_5();
int32_t L_37 = __this->get_offset_4();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_38 = V_1;
NullCheck(L_38);
int32_t L_39 = L_38->get__OutputBufferIndex_10();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_35, 0, (RuntimeArray *)(RuntimeArray *)L_36, L_37, L_39, /*hidden argument*/NULL);
int32_t L_40 = __this->get_U3CbytesToDeliverU3E5__3_9();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_41 = V_1;
NullCheck(L_41);
int32_t L_42 = L_41->get__OutputBufferIndex_10();
__this->set_U3CbytesToDeliverU3E5__3_9(((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_42)));
int32_t L_43 = __this->get_U3CcurrentOutputIndexU3E5__2_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_44 = V_1;
NullCheck(L_44);
int32_t L_45 = L_44->get__OutputBufferIndex_10();
__this->set_U3CcurrentOutputIndexU3E5__2_8(((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_45)));
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_46 = V_1;
NullCheck(L_46);
L_46->set__OutputBufferIndex_10(0);
goto IL_01ed;
}
IL_0189:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_47 = V_1;
NullCheck(L_47);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = L_47->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = __this->get_buffer_5();
int32_t L_50 = __this->get_offset_4();
int32_t L_51 = __this->get_count_3();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_48, 0, (RuntimeArray *)(RuntimeArray *)L_49, L_50, L_51, /*hidden argument*/NULL);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_52 = V_1;
NullCheck(L_52);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = L_52->get__OutputBuffer_9();
int32_t L_54 = __this->get_count_3();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_55 = V_1;
NullCheck(L_55);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_56 = L_55->get__OutputBuffer_9();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_57 = V_1;
NullCheck(L_57);
int32_t L_58 = L_57->get__OutputBufferIndex_10();
int32_t L_59 = __this->get_count_3();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_53, L_54, (RuntimeArray *)(RuntimeArray *)L_56, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)L_59)), /*hidden argument*/NULL);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_60 = V_1;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_61 = V_1;
NullCheck(L_61);
int32_t L_62 = L_61->get__OutputBufferIndex_10();
int32_t L_63 = __this->get_count_3();
NullCheck(L_60);
L_60->set__OutputBufferIndex_10(((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)L_63)));
int32_t L_64 = __this->get_count_3();
V_2 = L_64;
IL2CPP_LEAVE(0x6A6, FINALLY_067c);
}
IL_01ed:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_65 = V_1;
NullCheck(L_65);
bool L_66 = L_65->get__finalBlockTransformed_15();
if (!L_66)
{
goto IL_0208;
}
}
IL_01f5:
{
int32_t L_67 = __this->get_count_3();
int32_t L_68 = __this->get_U3CbytesToDeliverU3E5__3_9();
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)L_68));
IL2CPP_LEAVE(0x6A6, FINALLY_067c);
}
IL_0208:
{
V_7 = 0;
int32_t L_69 = __this->get_U3CbytesToDeliverU3E5__3_9();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_70 = V_1;
NullCheck(L_70);
int32_t L_71 = L_70->get__OutputBlockSize_11();
if ((((int32_t)L_69) <= ((int32_t)L_71)))
{
goto IL_0580;
}
}
IL_021c:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_72 = V_1;
NullCheck(L_72);
RuntimeObject* L_73 = L_72->get__Transform_5();
NullCheck(L_73);
bool L_74 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Security.Cryptography.ICryptoTransform::get_CanTransformMultipleBlocks() */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_73);
if (!L_74)
{
goto IL_0580;
}
}
IL_022c:
{
int32_t L_75 = __this->get_U3CbytesToDeliverU3E5__3_9();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_76 = V_1;
NullCheck(L_76);
int32_t L_77 = L_76->get__OutputBlockSize_11();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_78 = V_1;
NullCheck(L_78);
int32_t L_79 = L_78->get__InputBlockSize_8();
V_10 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_75/(int32_t)L_77)), (int32_t)L_79));
int32_t L_80 = V_10;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_81 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_80);
__this->set_U3CtempInputBufferU3E5__1_7(L_81);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_82 = V_1;
NullCheck(L_82);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_83 = L_82->get__InputBuffer_6();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_84 = __this->get_U3CtempInputBufferU3E5__1_7();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_85 = V_1;
NullCheck(L_85);
int32_t L_86 = L_85->get__InputBufferIndex_7();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_83, 0, (RuntimeArray *)(RuntimeArray *)L_84, 0, L_86, /*hidden argument*/NULL);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_87 = V_1;
NullCheck(L_87);
int32_t L_88 = L_87->get__InputBufferIndex_7();
V_7 = L_88;
int32_t L_89 = V_7;
__this->set_U3CU3E7__wrap1_13(L_89);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_90 = V_1;
NullCheck(L_90);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_91 = L_90->get__stream_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_92 = __this->get_U3CtempInputBufferU3E5__1_7();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_93 = V_1;
NullCheck(L_93);
int32_t L_94 = L_93->get__InputBufferIndex_7();
int32_t L_95 = V_10;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_96 = V_1;
NullCheck(L_96);
int32_t L_97 = L_96->get__InputBufferIndex_7();
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_98 = __this->get_cancellationToken_6();
NullCheck(L_91);
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * L_99 = VirtFuncInvoker4< Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB >::Invoke(21 /* System.Threading.Tasks.Task`1<System.Int32> System.IO.Stream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, L_91, L_92, L_94, ((int32_t)il2cpp_codegen_subtract((int32_t)L_95, (int32_t)L_97)), L_98);
NullCheck(L_99);
ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A L_100 = Task_1_ConfigureAwait_m88DF0C431456B72CA5CF2534AE96969FDB86F982(L_99, (bool)0, /*hidden argument*/Task_1_ConfigureAwait_m88DF0C431456B72CA5CF2534AE96969FDB86F982_RuntimeMethod_var);
V_16 = L_100;
ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E L_101 = ConfiguredTaskAwaitable_1_GetAwaiter_m10B0B84F72A27E623BD94882380E582459F8B8DE_inline((ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A *)(&V_16), /*hidden argument*/ConfiguredTaskAwaitable_1_GetAwaiter_m10B0B84F72A27E623BD94882380E582459F8B8DE_RuntimeMethod_var);
V_15 = L_101;
bool L_102 = ConfiguredTaskAwaiter_get_IsCompleted_mCBD6C3EF024E1D7C538268F338BD0C4BA712FA92((ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E *)(&V_15), /*hidden argument*/ConfiguredTaskAwaiter_get_IsCompleted_mCBD6C3EF024E1D7C538268F338BD0C4BA712FA92_RuntimeMethod_var);
if (L_102)
{
goto IL_02fa;
}
}
IL_02b9:
{
int32_t L_103 = 2;
V_0 = L_103;
__this->set_U3CU3E1__state_0(L_103);
ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E L_104 = V_15;
__this->set_U3CU3Eu__3_14(L_104);
AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * L_105 = __this->get_address_of_U3CU3Et__builder_1();
AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m85CBC3084DC61CE12A01D07E47F8A6B0A44A561A((AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *)L_105, (ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E *)(&V_15), (U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 *)__this, /*hidden argument*/AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m85CBC3084DC61CE12A01D07E47F8A6B0A44A561A_RuntimeMethod_var);
IL2CPP_LEAVE(0x6BA, FINALLY_067c);
}
IL_02dd:
{
ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E L_106 = __this->get_U3CU3Eu__3_14();
V_15 = L_106;
ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E * L_107 = __this->get_address_of_U3CU3Eu__3_14();
il2cpp_codegen_initobj(L_107, sizeof(ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E ));
int32_t L_108 = (-1);
V_0 = L_108;
__this->set_U3CU3E1__state_0(L_108);
}
IL_02fa:
{
int32_t L_109 = ConfiguredTaskAwaiter_GetResult_m05FB789E6901C9496B94A722DF99239A979A2623((ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E *)(&V_15), /*hidden argument*/ConfiguredTaskAwaiter_GetResult_m05FB789E6901C9496B94A722DF99239A979A2623_RuntimeMethod_var);
V_14 = L_109;
int32_t L_110 = __this->get_U3CU3E7__wrap1_13();
int32_t L_111 = V_14;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)L_111));
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_112 = V_1;
NullCheck(L_112);
L_112->set__InputBufferIndex_7(0);
int32_t L_113 = V_7;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_114 = V_1;
NullCheck(L_114);
int32_t L_115 = L_114->get__InputBlockSize_8();
if ((((int32_t)L_113) > ((int32_t)L_115)))
{
goto IL_0338;
}
}
IL_031f:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_116 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_117 = __this->get_U3CtempInputBufferU3E5__1_7();
NullCheck(L_116);
L_116->set__InputBuffer_6(L_117);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_118 = V_1;
int32_t L_119 = V_7;
NullCheck(L_118);
L_118->set__InputBufferIndex_7(L_119);
goto IL_0580;
}
IL_0338:
{
int32_t L_120 = V_7;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_121 = V_1;
NullCheck(L_121);
int32_t L_122 = L_121->get__InputBlockSize_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_123 = V_1;
NullCheck(L_123);
int32_t L_124 = L_123->get__InputBlockSize_8();
V_11 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_120/(int32_t)L_122)), (int32_t)L_124));
int32_t L_125 = V_7;
int32_t L_126 = V_11;
V_12 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_125, (int32_t)L_126));
int32_t L_127 = V_12;
if (!L_127)
{
goto IL_0374;
}
}
IL_0355:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_128 = V_1;
int32_t L_129 = V_12;
NullCheck(L_128);
L_128->set__InputBufferIndex_7(L_129);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_130 = __this->get_U3CtempInputBufferU3E5__1_7();
int32_t L_131 = V_11;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_132 = V_1;
NullCheck(L_132);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_133 = L_132->get__InputBuffer_6();
int32_t L_134 = V_12;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_130, L_131, (RuntimeArray *)(RuntimeArray *)L_133, 0, L_134, /*hidden argument*/NULL);
}
IL_0374:
{
int32_t L_135 = V_11;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_136 = V_1;
NullCheck(L_136);
int32_t L_137 = L_136->get__InputBlockSize_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_138 = V_1;
NullCheck(L_138);
int32_t L_139 = L_138->get__OutputBlockSize_11();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_140 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_135/(int32_t)L_137)), (int32_t)L_139)));
V_13 = L_140;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_141 = V_1;
NullCheck(L_141);
RuntimeObject* L_142 = L_141->get__Transform_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_143 = __this->get_U3CtempInputBufferU3E5__1_7();
int32_t L_144 = V_11;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_145 = V_13;
NullCheck(L_142);
int32_t L_146 = InterfaceFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_142, L_143, 0, L_144, L_145, 0);
V_8 = L_146;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_147 = V_13;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_148 = __this->get_buffer_5();
int32_t L_149 = __this->get_U3CcurrentOutputIndexU3E5__2_8();
int32_t L_150 = V_8;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_147, 0, (RuntimeArray *)(RuntimeArray *)L_148, L_149, L_150, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_151 = __this->get_U3CtempInputBufferU3E5__1_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_152 = __this->get_U3CtempInputBufferU3E5__1_7();
NullCheck(L_152);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_151, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_152)->max_length)))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_153 = V_13;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_154 = V_13;
NullCheck(L_154);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_153, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_154)->max_length)))), /*hidden argument*/NULL);
int32_t L_155 = __this->get_U3CbytesToDeliverU3E5__3_9();
int32_t L_156 = V_8;
__this->set_U3CbytesToDeliverU3E5__3_9(((int32_t)il2cpp_codegen_subtract((int32_t)L_155, (int32_t)L_156)));
int32_t L_157 = __this->get_U3CcurrentOutputIndexU3E5__2_8();
int32_t L_158 = V_8;
__this->set_U3CcurrentOutputIndexU3E5__2_8(((int32_t)il2cpp_codegen_add((int32_t)L_157, (int32_t)L_158)));
__this->set_U3CtempInputBufferU3E5__1_7((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
goto IL_0580;
}
IL_0405:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_159 = V_1;
NullCheck(L_159);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_160 = L_159->get__stream_4();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_161 = V_1;
NullCheck(L_161);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_162 = L_161->get__InputBuffer_6();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_163 = V_1;
NullCheck(L_163);
int32_t L_164 = L_163->get__InputBufferIndex_7();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_165 = V_1;
NullCheck(L_165);
int32_t L_166 = L_165->get__InputBlockSize_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_167 = V_1;
NullCheck(L_167);
int32_t L_168 = L_167->get__InputBufferIndex_7();
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_169 = __this->get_cancellationToken_6();
NullCheck(L_160);
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * L_170 = VirtFuncInvoker4< Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB >::Invoke(21 /* System.Threading.Tasks.Task`1<System.Int32> System.IO.Stream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, L_160, L_162, L_164, ((int32_t)il2cpp_codegen_subtract((int32_t)L_166, (int32_t)L_168)), L_169);
NullCheck(L_170);
ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A L_171 = Task_1_ConfigureAwait_m88DF0C431456B72CA5CF2534AE96969FDB86F982(L_170, (bool)0, /*hidden argument*/Task_1_ConfigureAwait_m88DF0C431456B72CA5CF2534AE96969FDB86F982_RuntimeMethod_var);
V_16 = L_171;
ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E L_172 = ConfiguredTaskAwaitable_1_GetAwaiter_m10B0B84F72A27E623BD94882380E582459F8B8DE_inline((ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A *)(&V_16), /*hidden argument*/ConfiguredTaskAwaitable_1_GetAwaiter_m10B0B84F72A27E623BD94882380E582459F8B8DE_RuntimeMethod_var);
V_15 = L_172;
bool L_173 = ConfiguredTaskAwaiter_get_IsCompleted_mCBD6C3EF024E1D7C538268F338BD0C4BA712FA92((ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E *)(&V_15), /*hidden argument*/ConfiguredTaskAwaiter_get_IsCompleted_mCBD6C3EF024E1D7C538268F338BD0C4BA712FA92_RuntimeMethod_var);
if (L_173)
{
goto IL_048a;
}
}
IL_0449:
{
int32_t L_174 = 3;
V_0 = L_174;
__this->set_U3CU3E1__state_0(L_174);
ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E L_175 = V_15;
__this->set_U3CU3Eu__3_14(L_175);
AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * L_176 = __this->get_address_of_U3CU3Et__builder_1();
AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m85CBC3084DC61CE12A01D07E47F8A6B0A44A561A((AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *)L_176, (ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E *)(&V_15), (U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 *)__this, /*hidden argument*/AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E_TisU3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007_m85CBC3084DC61CE12A01D07E47F8A6B0A44A561A_RuntimeMethod_var);
IL2CPP_LEAVE(0x6BA, FINALLY_067c);
}
IL_046d:
{
ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E L_177 = __this->get_U3CU3Eu__3_14();
V_15 = L_177;
ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E * L_178 = __this->get_address_of_U3CU3Eu__3_14();
il2cpp_codegen_initobj(L_178, sizeof(ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E ));
int32_t L_179 = (-1);
V_0 = L_179;
__this->set_U3CU3E1__state_0(L_179);
}
IL_048a:
{
int32_t L_180 = ConfiguredTaskAwaiter_GetResult_m05FB789E6901C9496B94A722DF99239A979A2623((ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E *)(&V_15), /*hidden argument*/ConfiguredTaskAwaiter_GetResult_m05FB789E6901C9496B94A722DF99239A979A2623_RuntimeMethod_var);
V_7 = L_180;
int32_t L_181 = V_7;
if (!L_181)
{
goto IL_0598;
}
}
IL_049a:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_182 = V_1;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_183 = V_1;
NullCheck(L_183);
int32_t L_184 = L_183->get__InputBufferIndex_7();
int32_t L_185 = V_7;
NullCheck(L_182);
L_182->set__InputBufferIndex_7(((int32_t)il2cpp_codegen_add((int32_t)L_184, (int32_t)L_185)));
}
IL_04a9:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_186 = V_1;
NullCheck(L_186);
int32_t L_187 = L_186->get__InputBufferIndex_7();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_188 = V_1;
NullCheck(L_188);
int32_t L_189 = L_188->get__InputBlockSize_8();
if ((((int32_t)L_187) < ((int32_t)L_189)))
{
goto IL_0405;
}
}
IL_04ba:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_190 = V_1;
NullCheck(L_190);
RuntimeObject* L_191 = L_190->get__Transform_5();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_192 = V_1;
NullCheck(L_192);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_193 = L_192->get__InputBuffer_6();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_194 = V_1;
NullCheck(L_194);
int32_t L_195 = L_194->get__InputBlockSize_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_196 = V_1;
NullCheck(L_196);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_197 = L_196->get__OutputBuffer_9();
NullCheck(L_191);
int32_t L_198 = InterfaceFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_191, L_193, 0, L_195, L_197, 0);
V_8 = L_198;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_199 = V_1;
NullCheck(L_199);
L_199->set__InputBufferIndex_7(0);
int32_t L_200 = __this->get_U3CbytesToDeliverU3E5__3_9();
int32_t L_201 = V_8;
if ((((int32_t)L_200) < ((int32_t)L_201)))
{
goto IL_0527;
}
}
IL_04ec:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_202 = V_1;
NullCheck(L_202);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_203 = L_202->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_204 = __this->get_buffer_5();
int32_t L_205 = __this->get_U3CcurrentOutputIndexU3E5__2_8();
int32_t L_206 = V_8;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_203, 0, (RuntimeArray *)(RuntimeArray *)L_204, L_205, L_206, /*hidden argument*/NULL);
int32_t L_207 = __this->get_U3CcurrentOutputIndexU3E5__2_8();
int32_t L_208 = V_8;
__this->set_U3CcurrentOutputIndexU3E5__2_8(((int32_t)il2cpp_codegen_add((int32_t)L_207, (int32_t)L_208)));
int32_t L_209 = __this->get_U3CbytesToDeliverU3E5__3_9();
int32_t L_210 = V_8;
__this->set_U3CbytesToDeliverU3E5__3_9(((int32_t)il2cpp_codegen_subtract((int32_t)L_209, (int32_t)L_210)));
goto IL_0580;
}
IL_0527:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_211 = V_1;
NullCheck(L_211);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_212 = L_211->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_213 = __this->get_buffer_5();
int32_t L_214 = __this->get_U3CcurrentOutputIndexU3E5__2_8();
int32_t L_215 = __this->get_U3CbytesToDeliverU3E5__3_9();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_212, 0, (RuntimeArray *)(RuntimeArray *)L_213, L_214, L_215, /*hidden argument*/NULL);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_216 = V_1;
int32_t L_217 = V_8;
int32_t L_218 = __this->get_U3CbytesToDeliverU3E5__3_9();
NullCheck(L_216);
L_216->set__OutputBufferIndex_10(((int32_t)il2cpp_codegen_subtract((int32_t)L_217, (int32_t)L_218)));
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_219 = V_1;
NullCheck(L_219);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_220 = L_219->get__OutputBuffer_9();
int32_t L_221 = __this->get_U3CbytesToDeliverU3E5__3_9();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_222 = V_1;
NullCheck(L_222);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_223 = L_222->get__OutputBuffer_9();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_224 = V_1;
NullCheck(L_224);
int32_t L_225 = L_224->get__OutputBufferIndex_10();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_220, L_221, (RuntimeArray *)(RuntimeArray *)L_223, 0, L_225, /*hidden argument*/NULL);
int32_t L_226 = __this->get_count_3();
V_2 = L_226;
IL2CPP_LEAVE(0x6A6, FINALLY_067c);
}
IL_0580:
{
int32_t L_227 = __this->get_U3CbytesToDeliverU3E5__3_9();
if ((((int32_t)L_227) > ((int32_t)0)))
{
goto IL_04a9;
}
}
IL_058c:
{
int32_t L_228 = __this->get_count_3();
V_2 = L_228;
IL2CPP_LEAVE(0x6A6, FINALLY_067c);
}
IL_0598:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_229 = V_1;
NullCheck(L_229);
RuntimeObject* L_230 = L_229->get__Transform_5();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_231 = V_1;
NullCheck(L_231);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_232 = L_231->get__InputBuffer_6();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_233 = V_1;
NullCheck(L_233);
int32_t L_234 = L_233->get__InputBufferIndex_7();
NullCheck(L_230);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_235 = InterfaceFuncInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(5 /* System.Byte[] System.Security.Cryptography.ICryptoTransform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_230, L_232, 0, L_234);
V_9 = L_235;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_236 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_237 = V_9;
NullCheck(L_236);
L_236->set__OutputBuffer_9(L_237);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_238 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_239 = V_9;
NullCheck(L_239);
NullCheck(L_238);
L_238->set__OutputBufferIndex_10((((int32_t)((int32_t)(((RuntimeArray*)L_239)->max_length)))));
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_240 = V_1;
NullCheck(L_240);
L_240->set__finalBlockTransformed_15((bool)1);
int32_t L_241 = __this->get_U3CbytesToDeliverU3E5__3_9();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_242 = V_1;
NullCheck(L_242);
int32_t L_243 = L_242->get__OutputBufferIndex_10();
if ((((int32_t)L_241) >= ((int32_t)L_243)))
{
goto IL_0633;
}
}
IL_05d9:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_244 = V_1;
NullCheck(L_244);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_245 = L_244->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_246 = __this->get_buffer_5();
int32_t L_247 = __this->get_U3CcurrentOutputIndexU3E5__2_8();
int32_t L_248 = __this->get_U3CbytesToDeliverU3E5__3_9();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_245, 0, (RuntimeArray *)(RuntimeArray *)L_246, L_247, L_248, /*hidden argument*/NULL);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_249 = V_1;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_250 = V_1;
NullCheck(L_250);
int32_t L_251 = L_250->get__OutputBufferIndex_10();
int32_t L_252 = __this->get_U3CbytesToDeliverU3E5__3_9();
NullCheck(L_249);
L_249->set__OutputBufferIndex_10(((int32_t)il2cpp_codegen_subtract((int32_t)L_251, (int32_t)L_252)));
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_253 = V_1;
NullCheck(L_253);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_254 = L_253->get__OutputBuffer_9();
int32_t L_255 = __this->get_U3CbytesToDeliverU3E5__3_9();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_256 = V_1;
NullCheck(L_256);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_257 = L_256->get__OutputBuffer_9();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_258 = V_1;
NullCheck(L_258);
int32_t L_259 = L_258->get__OutputBufferIndex_10();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_254, L_255, (RuntimeArray *)(RuntimeArray *)L_257, 0, L_259, /*hidden argument*/NULL);
int32_t L_260 = __this->get_count_3();
V_2 = L_260;
IL2CPP_LEAVE(0x6A6, FINALLY_067c);
}
IL_0633:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_261 = V_1;
NullCheck(L_261);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_262 = L_261->get__OutputBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_263 = __this->get_buffer_5();
int32_t L_264 = __this->get_U3CcurrentOutputIndexU3E5__2_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_265 = V_1;
NullCheck(L_265);
int32_t L_266 = L_265->get__OutputBufferIndex_10();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_262, 0, (RuntimeArray *)(RuntimeArray *)L_263, L_264, L_266, /*hidden argument*/NULL);
int32_t L_267 = __this->get_U3CbytesToDeliverU3E5__3_9();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_268 = V_1;
NullCheck(L_268);
int32_t L_269 = L_268->get__OutputBufferIndex_10();
__this->set_U3CbytesToDeliverU3E5__3_9(((int32_t)il2cpp_codegen_subtract((int32_t)L_267, (int32_t)L_269)));
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_270 = V_1;
NullCheck(L_270);
L_270->set__OutputBufferIndex_10(0);
int32_t L_271 = __this->get_count_3();
int32_t L_272 = __this->get_U3CbytesToDeliverU3E5__3_9();
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_271, (int32_t)L_272));
IL2CPP_LEAVE(0x6A6, FINALLY_067c);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_067c;
}
FINALLY_067c:
{ // begin finally (depth: 2)
{
int32_t L_273 = V_0;
if ((((int32_t)L_273) >= ((int32_t)0)))
{
goto IL_068c;
}
}
IL_0680:
{
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * L_274 = __this->get_U3CsemU3E5__4_10();
NullCheck(L_274);
SemaphoreSlim_Release_m963242914A622613DD41C740400F7D40C85BD169(L_274, /*hidden argument*/NULL);
}
IL_068c:
{
IL2CPP_END_FINALLY(1660)
}
} // end finally (depth: 2)
IL2CPP_CLEANUP(1660)
{
IL2CPP_JUMP_TBL(0x6A6, IL_06a6)
IL2CPP_JUMP_TBL(0x6BA, IL_06ba)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_068d;
throw e;
}
CATCH_068d:
{ // begin catch(System.Exception)
V_17 = ((Exception_t *)__exception_local);
__this->set_U3CU3E1__state_0(((int32_t)-2));
AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * L_275 = __this->get_address_of_U3CU3Et__builder_1();
Exception_t * L_276 = V_17;
AsyncTaskMethodBuilder_1_SetException_mC6242DDCD4119CD73267E4B9888FF3474D795821((AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *)L_275, L_276, /*hidden argument*/AsyncTaskMethodBuilder_1_SetException_mC6242DDCD4119CD73267E4B9888FF3474D795821_RuntimeMethod_var);
goto IL_06ba;
} // end catch (depth: 1)
IL_06a6:
{
__this->set_U3CU3E1__state_0(((int32_t)-2));
AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * L_277 = __this->get_address_of_U3CU3Et__builder_1();
int32_t L_278 = V_2;
AsyncTaskMethodBuilder_1_SetResult_mAFB12C1766B74D412E293BA7AB711615A14C2230((AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *)L_277, L_278, /*hidden argument*/AsyncTaskMethodBuilder_1_SetResult_mAFB12C1766B74D412E293BA7AB711615A14C2230_RuntimeMethod_var);
}
IL_06ba:
{
return;
}
}
IL2CPP_EXTERN_C void U3CReadAsyncInternalU3Ed__34_MoveNext_m1990DFCC2A368E7F6C3D5860CD6A5F0D1CA52321_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * _thisAdjusted = reinterpret_cast<U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 *>(__this + _offset);
U3CReadAsyncInternalU3Ed__34_MoveNext_m1990DFCC2A368E7F6C3D5860CD6A5F0D1CA52321(_thisAdjusted, method);
}
// System.Void System.Security.Cryptography.CryptoStream_<ReadAsyncInternal>d__34::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadAsyncInternalU3Ed__34_SetStateMachine_mE32A82BC7577A5773F2479EED72EB28F39623FDD (U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CReadAsyncInternalU3Ed__34_SetStateMachine_mE32A82BC7577A5773F2479EED72EB28F39623FDD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 * L_0 = __this->get_address_of_U3CU3Et__builder_1();
RuntimeObject* L_1 = ___stateMachine0;
AsyncTaskMethodBuilder_1_SetStateMachine_mADB2F2ED219BD69EC85F7516C62FB23F840BB877((AsyncTaskMethodBuilder_1_t822D24686214CB8B967C66DA507CD66A5C853079 *)L_0, L_1, /*hidden argument*/AsyncTaskMethodBuilder_1_SetStateMachine_mADB2F2ED219BD69EC85F7516C62FB23F840BB877_RuntimeMethod_var);
return;
}
}
IL2CPP_EXTERN_C void U3CReadAsyncInternalU3Ed__34_SetStateMachine_mE32A82BC7577A5773F2479EED72EB28F39623FDD_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method)
{
int32_t _offset = 1;
U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 * _thisAdjusted = reinterpret_cast<U3CReadAsyncInternalU3Ed__34_t8AB5D67500826C44C7D77625F53D24B14033B007 *>(__this + _offset);
U3CReadAsyncInternalU3Ed__34_SetStateMachine_mE32A82BC7577A5773F2479EED72EB28F39623FDD(_thisAdjusted, ___stateMachine0, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteAsyncInternalU3Ed__37_MoveNext_m9EF356C478AF99D283AC2F8CB027E027B49352C5 (U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CWriteAsyncInternalU3Ed__37_MoveNext_m9EF356C478AF99D283AC2F8CB027E027B49352C5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * V_1 = NULL;
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 V_2;
memset((&V_2), 0, sizeof(V_2));
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 V_3;
memset((&V_3), 0, sizeof(V_3));
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 V_4;
memset((&V_4), 0, sizeof(V_4));
ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 V_5;
memset((&V_5), 0, sizeof(V_5));
int32_t V_6 = 0;
int32_t V_7 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_8 = NULL;
Exception_t * V_9 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 10);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
int32_t L_0 = __this->get_U3CU3E1__state_0();
V_0 = L_0;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_1 = __this->get_U3CU3E4__this_2();
V_1 = L_1;
}
IL_000e:
try
{ // begin try (depth: 1)
{
int32_t L_2 = V_0;
switch (L_2)
{
case 0:
{
goto IL_0067;
}
case 1:
{
goto IL_00df;
}
case 2:
{
goto IL_0103;
}
case 3:
{
goto IL_0103;
}
case 4:
{
goto IL_0103;
}
case 5:
{
goto IL_0103;
}
}
}
IL_002c:
{
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * L_3 = (&V_3);
il2cpp_codegen_initobj(L_3, sizeof(HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 ));
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 L_4 = HopToThreadPoolAwaitable_GetAwaiter_m9214034A5FDFD5F3170F5B1C94A0616035D4F0CE((HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *)L_3, /*hidden argument*/NULL);
V_2 = L_4;
bool L_5 = HopToThreadPoolAwaitable_get_IsCompleted_mF4341825B24C25EC320188AA2DD388840C2F4E87((HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *)(&V_2), /*hidden argument*/NULL);
if (L_5)
{
goto IL_0083;
}
}
IL_0044:
{
int32_t L_6 = 0;
V_0 = L_6;
__this->set_U3CU3E1__state_0(L_6);
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 L_7 = V_2;
__this->set_U3CU3Eu__1_11(L_7);
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * L_8 = __this->get_address_of_U3CU3Et__builder_1();
AsyncTaskMethodBuilder_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m4B77B5926937C3C251D9252BCA69FA2E8A81A337((AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *)L_8, (HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *)(&V_2), (U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E *)__this, /*hidden argument*/AsyncTaskMethodBuilder_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m4B77B5926937C3C251D9252BCA69FA2E8A81A337_RuntimeMethod_var);
goto IL_05a8;
}
IL_0067:
{
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 L_9 = __this->get_U3CU3Eu__1_11();
V_2 = L_9;
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * L_10 = __this->get_address_of_U3CU3Eu__1_11();
il2cpp_codegen_initobj(L_10, sizeof(HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 ));
int32_t L_11 = (-1);
V_0 = L_11;
__this->set_U3CU3E1__state_0(L_11);
}
IL_0083:
{
HopToThreadPoolAwaitable_GetResult_mD9CD5C47ADA39C55EC6C984E6697C1F876000EF5((HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *)(&V_2), /*hidden argument*/NULL);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_12 = V_1;
NullCheck(L_12);
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * L_13 = Stream_EnsureAsyncActiveSemaphoreInitialized_m874CD5FC48757D8810E4DD57DADD850A338BDED2(L_12, /*hidden argument*/NULL);
__this->set_U3CsemU3E5__4_10(L_13);
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * L_14 = __this->get_U3CsemU3E5__4_10();
NullCheck(L_14);
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_15 = SemaphoreSlim_WaitAsync_mEEDF1F56EF96E2276622B97F79A28D194169B9F6(L_14, /*hidden argument*/NULL);
NullCheck(L_15);
ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 L_16 = Task_ConfigureAwait_m2FB91172F9031B0CC520D9D09B658ACC5FD6CE02(L_15, (bool)0, /*hidden argument*/NULL);
V_5 = L_16;
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_17 = ConfiguredTaskAwaitable_GetAwaiter_m1EF40F198D32924E2D0F41E20B99CADBF5DDD303_inline((ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 *)(&V_5), /*hidden argument*/NULL);
V_4 = L_17;
bool L_18 = ConfiguredTaskAwaiter_get_IsCompleted_mDD0292137E15882AF385AE9D2FB1C8B0BEE89BDD((ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), /*hidden argument*/NULL);
if (L_18)
{
goto IL_00fc;
}
}
IL_00bb:
{
int32_t L_19 = 1;
V_0 = L_19;
__this->set_U3CU3E1__state_0(L_19);
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_20 = V_4;
__this->set_U3CU3Eu__2_12(L_20);
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * L_21 = __this->get_address_of_U3CU3Et__builder_1();
AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4((AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *)L_21, (ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), (U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E *)__this, /*hidden argument*/AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4_RuntimeMethod_var);
goto IL_05a8;
}
IL_00df:
{
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_22 = __this->get_U3CU3Eu__2_12();
V_4 = L_22;
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * L_23 = __this->get_address_of_U3CU3Eu__2_12();
il2cpp_codegen_initobj(L_23, sizeof(ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 ));
int32_t L_24 = (-1);
V_0 = L_24;
__this->set_U3CU3E1__state_0(L_24);
}
IL_00fc:
{
ConfiguredTaskAwaiter_GetResult_m7DFE5EAFB3C1F70B40948EFF46E9B13F1E260062((ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), /*hidden argument*/NULL);
}
IL_0103:
{
}
IL_0104:
try
{ // begin try (depth: 2)
{
int32_t L_25 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)2)))
{
case 0:
{
goto IL_0266;
}
case 1:
{
goto IL_031b;
}
case 2:
{
goto IL_0410;
}
case 3:
{
goto IL_04dd;
}
}
}
IL_011c:
{
int32_t L_26 = __this->get_count_3();
__this->set_U3CbytesToWriteU3E5__1_7(L_26);
int32_t L_27 = __this->get_offset_4();
__this->set_U3CcurrentInputIndexU3E5__2_8(L_27);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_28 = V_1;
NullCheck(L_28);
int32_t L_29 = L_28->get__InputBufferIndex_7();
if ((((int32_t)L_29) <= ((int32_t)0)))
{
goto IL_01fe;
}
}
IL_0140:
{
int32_t L_30 = __this->get_count_3();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_31 = V_1;
NullCheck(L_31);
int32_t L_32 = L_31->get__InputBlockSize_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_33 = V_1;
NullCheck(L_33);
int32_t L_34 = L_33->get__InputBufferIndex_7();
if ((((int32_t)L_30) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_34)))))
{
goto IL_01c2;
}
}
IL_0155:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = __this->get_buffer_5();
int32_t L_36 = __this->get_offset_4();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_37 = V_1;
NullCheck(L_37);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = L_37->get__InputBuffer_6();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_39 = V_1;
NullCheck(L_39);
int32_t L_40 = L_39->get__InputBufferIndex_7();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_41 = V_1;
NullCheck(L_41);
int32_t L_42 = L_41->get__InputBlockSize_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_43 = V_1;
NullCheck(L_43);
int32_t L_44 = L_43->get__InputBufferIndex_7();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_35, L_36, (RuntimeArray *)(RuntimeArray *)L_38, L_40, ((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_44)), /*hidden argument*/NULL);
int32_t L_45 = __this->get_U3CcurrentInputIndexU3E5__2_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_46 = V_1;
NullCheck(L_46);
int32_t L_47 = L_46->get__InputBlockSize_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_48 = V_1;
NullCheck(L_48);
int32_t L_49 = L_48->get__InputBufferIndex_7();
__this->set_U3CcurrentInputIndexU3E5__2_8(((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)L_49)))));
int32_t L_50 = __this->get_U3CbytesToWriteU3E5__1_7();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_51 = V_1;
NullCheck(L_51);
int32_t L_52 = L_51->get__InputBlockSize_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_53 = V_1;
NullCheck(L_53);
int32_t L_54 = L_53->get__InputBufferIndex_7();
__this->set_U3CbytesToWriteU3E5__1_7(((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)L_54)))));
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_55 = V_1;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_56 = V_1;
NullCheck(L_56);
int32_t L_57 = L_56->get__InputBlockSize_8();
NullCheck(L_55);
L_55->set__InputBufferIndex_7(L_57);
goto IL_01fe;
}
IL_01c2:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = __this->get_buffer_5();
int32_t L_59 = __this->get_offset_4();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_60 = V_1;
NullCheck(L_60);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_61 = L_60->get__InputBuffer_6();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_62 = V_1;
NullCheck(L_62);
int32_t L_63 = L_62->get__InputBufferIndex_7();
int32_t L_64 = __this->get_count_3();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_58, L_59, (RuntimeArray *)(RuntimeArray *)L_61, L_63, L_64, /*hidden argument*/NULL);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_65 = V_1;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_66 = V_1;
NullCheck(L_66);
int32_t L_67 = L_66->get__InputBufferIndex_7();
int32_t L_68 = __this->get_count_3();
NullCheck(L_65);
L_65->set__InputBufferIndex_7(((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)L_68)));
IL2CPP_LEAVE(0x595, FINALLY_056b);
}
IL_01fe:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_69 = V_1;
NullCheck(L_69);
int32_t L_70 = L_69->get__OutputBufferIndex_10();
if ((((int32_t)L_70) <= ((int32_t)0)))
{
goto IL_0291;
}
}
IL_020a:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_71 = V_1;
NullCheck(L_71);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_72 = L_71->get__stream_4();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_73 = V_1;
NullCheck(L_73);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_74 = L_73->get__OutputBuffer_9();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_75 = V_1;
NullCheck(L_75);
int32_t L_76 = L_75->get__OutputBufferIndex_10();
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_77 = __this->get_cancellationToken_6();
NullCheck(L_72);
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_78 = VirtFuncInvoker4< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB >::Invoke(24 /* System.Threading.Tasks.Task System.IO.Stream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, L_72, L_74, 0, L_76, L_77);
NullCheck(L_78);
ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 L_79 = Task_ConfigureAwait_m2FB91172F9031B0CC520D9D09B658ACC5FD6CE02(L_78, (bool)0, /*hidden argument*/NULL);
V_5 = L_79;
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_80 = ConfiguredTaskAwaitable_GetAwaiter_m1EF40F198D32924E2D0F41E20B99CADBF5DDD303_inline((ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 *)(&V_5), /*hidden argument*/NULL);
V_4 = L_80;
bool L_81 = ConfiguredTaskAwaiter_get_IsCompleted_mDD0292137E15882AF385AE9D2FB1C8B0BEE89BDD((ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), /*hidden argument*/NULL);
if (L_81)
{
goto IL_0283;
}
}
IL_0242:
{
int32_t L_82 = 2;
V_0 = L_82;
__this->set_U3CU3E1__state_0(L_82);
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_83 = V_4;
__this->set_U3CU3Eu__2_12(L_83);
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * L_84 = __this->get_address_of_U3CU3Et__builder_1();
AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4((AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *)L_84, (ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), (U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E *)__this, /*hidden argument*/AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4_RuntimeMethod_var);
IL2CPP_LEAVE(0x5A8, FINALLY_056b);
}
IL_0266:
{
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_85 = __this->get_U3CU3Eu__2_12();
V_4 = L_85;
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * L_86 = __this->get_address_of_U3CU3Eu__2_12();
il2cpp_codegen_initobj(L_86, sizeof(ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 ));
int32_t L_87 = (-1);
V_0 = L_87;
__this->set_U3CU3E1__state_0(L_87);
}
IL_0283:
{
ConfiguredTaskAwaiter_GetResult_m7DFE5EAFB3C1F70B40948EFF46E9B13F1E260062((ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), /*hidden argument*/NULL);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_88 = V_1;
NullCheck(L_88);
L_88->set__OutputBufferIndex_10(0);
}
IL_0291:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_89 = V_1;
NullCheck(L_89);
int32_t L_90 = L_89->get__InputBufferIndex_7();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_91 = V_1;
NullCheck(L_91);
int32_t L_92 = L_91->get__InputBlockSize_8();
if ((!(((uint32_t)L_90) == ((uint32_t)L_92))))
{
goto IL_055d;
}
}
IL_02a2:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_93 = V_1;
NullCheck(L_93);
RuntimeObject* L_94 = L_93->get__Transform_5();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_95 = V_1;
NullCheck(L_95);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_96 = L_95->get__InputBuffer_6();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_97 = V_1;
NullCheck(L_97);
int32_t L_98 = L_97->get__InputBlockSize_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_99 = V_1;
NullCheck(L_99);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_100 = L_99->get__OutputBuffer_9();
NullCheck(L_94);
int32_t L_101 = InterfaceFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_94, L_96, 0, L_98, L_100, 0);
V_6 = L_101;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_102 = V_1;
NullCheck(L_102);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_103 = L_102->get__stream_4();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_104 = V_1;
NullCheck(L_104);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_105 = L_104->get__OutputBuffer_9();
int32_t L_106 = V_6;
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_107 = __this->get_cancellationToken_6();
NullCheck(L_103);
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_108 = VirtFuncInvoker4< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB >::Invoke(24 /* System.Threading.Tasks.Task System.IO.Stream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, L_103, L_105, 0, L_106, L_107);
NullCheck(L_108);
ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 L_109 = Task_ConfigureAwait_m2FB91172F9031B0CC520D9D09B658ACC5FD6CE02(L_108, (bool)0, /*hidden argument*/NULL);
V_5 = L_109;
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_110 = ConfiguredTaskAwaitable_GetAwaiter_m1EF40F198D32924E2D0F41E20B99CADBF5DDD303_inline((ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 *)(&V_5), /*hidden argument*/NULL);
V_4 = L_110;
bool L_111 = ConfiguredTaskAwaiter_get_IsCompleted_mDD0292137E15882AF385AE9D2FB1C8B0BEE89BDD((ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), /*hidden argument*/NULL);
if (L_111)
{
goto IL_0338;
}
}
IL_02f7:
{
int32_t L_112 = 3;
V_0 = L_112;
__this->set_U3CU3E1__state_0(L_112);
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_113 = V_4;
__this->set_U3CU3Eu__2_12(L_113);
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * L_114 = __this->get_address_of_U3CU3Et__builder_1();
AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4((AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *)L_114, (ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), (U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E *)__this, /*hidden argument*/AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4_RuntimeMethod_var);
IL2CPP_LEAVE(0x5A8, FINALLY_056b);
}
IL_031b:
{
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_115 = __this->get_U3CU3Eu__2_12();
V_4 = L_115;
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * L_116 = __this->get_address_of_U3CU3Eu__2_12();
il2cpp_codegen_initobj(L_116, sizeof(ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 ));
int32_t L_117 = (-1);
V_0 = L_117;
__this->set_U3CU3E1__state_0(L_117);
}
IL_0338:
{
ConfiguredTaskAwaiter_GetResult_m7DFE5EAFB3C1F70B40948EFF46E9B13F1E260062((ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), /*hidden argument*/NULL);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_118 = V_1;
NullCheck(L_118);
L_118->set__InputBufferIndex_7(0);
goto IL_055d;
}
IL_034b:
{
int32_t L_119 = __this->get_U3CbytesToWriteU3E5__1_7();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_120 = V_1;
NullCheck(L_120);
int32_t L_121 = L_120->get__InputBlockSize_8();
if ((((int32_t)L_119) < ((int32_t)L_121)))
{
goto IL_0529;
}
}
IL_035c:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_122 = V_1;
NullCheck(L_122);
RuntimeObject* L_123 = L_122->get__Transform_5();
NullCheck(L_123);
bool L_124 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Security.Cryptography.ICryptoTransform::get_CanTransformMultipleBlocks() */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_123);
if (!L_124)
{
goto IL_045f;
}
}
IL_036c:
{
int32_t L_125 = __this->get_U3CbytesToWriteU3E5__1_7();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_126 = V_1;
NullCheck(L_126);
int32_t L_127 = L_126->get__InputBlockSize_8();
V_7 = ((int32_t)((int32_t)L_125/(int32_t)L_127));
int32_t L_128 = V_7;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_129 = V_1;
NullCheck(L_129);
int32_t L_130 = L_129->get__InputBlockSize_8();
__this->set_U3CnumWholeBlocksInBytesU3E5__3_9(((int32_t)il2cpp_codegen_multiply((int32_t)L_128, (int32_t)L_130)));
int32_t L_131 = V_7;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_132 = V_1;
NullCheck(L_132);
int32_t L_133 = L_132->get__OutputBlockSize_11();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_134 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_131, (int32_t)L_133)));
V_8 = L_134;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_135 = V_1;
NullCheck(L_135);
RuntimeObject* L_136 = L_135->get__Transform_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_137 = __this->get_buffer_5();
int32_t L_138 = __this->get_U3CcurrentInputIndexU3E5__2_8();
int32_t L_139 = __this->get_U3CnumWholeBlocksInBytesU3E5__3_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_140 = V_8;
NullCheck(L_136);
int32_t L_141 = InterfaceFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_136, L_137, L_138, L_139, L_140, 0);
V_6 = L_141;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_142 = V_1;
NullCheck(L_142);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_143 = L_142->get__stream_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_144 = V_8;
int32_t L_145 = V_6;
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_146 = __this->get_cancellationToken_6();
NullCheck(L_143);
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_147 = VirtFuncInvoker4< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB >::Invoke(24 /* System.Threading.Tasks.Task System.IO.Stream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, L_143, L_144, 0, L_145, L_146);
NullCheck(L_147);
ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 L_148 = Task_ConfigureAwait_m2FB91172F9031B0CC520D9D09B658ACC5FD6CE02(L_147, (bool)0, /*hidden argument*/NULL);
V_5 = L_148;
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_149 = ConfiguredTaskAwaitable_GetAwaiter_m1EF40F198D32924E2D0F41E20B99CADBF5DDD303_inline((ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 *)(&V_5), /*hidden argument*/NULL);
V_4 = L_149;
bool L_150 = ConfiguredTaskAwaiter_get_IsCompleted_mDD0292137E15882AF385AE9D2FB1C8B0BEE89BDD((ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), /*hidden argument*/NULL);
if (L_150)
{
goto IL_042d;
}
}
IL_03ec:
{
int32_t L_151 = 4;
V_0 = L_151;
__this->set_U3CU3E1__state_0(L_151);
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_152 = V_4;
__this->set_U3CU3Eu__2_12(L_152);
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * L_153 = __this->get_address_of_U3CU3Et__builder_1();
AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4((AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *)L_153, (ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), (U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E *)__this, /*hidden argument*/AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4_RuntimeMethod_var);
IL2CPP_LEAVE(0x5A8, FINALLY_056b);
}
IL_0410:
{
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_154 = __this->get_U3CU3Eu__2_12();
V_4 = L_154;
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * L_155 = __this->get_address_of_U3CU3Eu__2_12();
il2cpp_codegen_initobj(L_155, sizeof(ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 ));
int32_t L_156 = (-1);
V_0 = L_156;
__this->set_U3CU3E1__state_0(L_156);
}
IL_042d:
{
ConfiguredTaskAwaiter_GetResult_m7DFE5EAFB3C1F70B40948EFF46E9B13F1E260062((ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), /*hidden argument*/NULL);
int32_t L_157 = __this->get_U3CcurrentInputIndexU3E5__2_8();
int32_t L_158 = __this->get_U3CnumWholeBlocksInBytesU3E5__3_9();
__this->set_U3CcurrentInputIndexU3E5__2_8(((int32_t)il2cpp_codegen_add((int32_t)L_157, (int32_t)L_158)));
int32_t L_159 = __this->get_U3CbytesToWriteU3E5__1_7();
int32_t L_160 = __this->get_U3CnumWholeBlocksInBytesU3E5__3_9();
__this->set_U3CbytesToWriteU3E5__1_7(((int32_t)il2cpp_codegen_subtract((int32_t)L_159, (int32_t)L_160)));
goto IL_055d;
}
IL_045f:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_161 = V_1;
NullCheck(L_161);
RuntimeObject* L_162 = L_161->get__Transform_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_163 = __this->get_buffer_5();
int32_t L_164 = __this->get_U3CcurrentInputIndexU3E5__2_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_165 = V_1;
NullCheck(L_165);
int32_t L_166 = L_165->get__InputBlockSize_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_167 = V_1;
NullCheck(L_167);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_168 = L_167->get__OutputBuffer_9();
NullCheck(L_162);
int32_t L_169 = InterfaceFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t43C29A7F3A8C2DDAC9F3BF9BF739B03E4D5DE9A9_il2cpp_TypeInfo_var, L_162, L_163, L_164, L_166, L_168, 0);
V_6 = L_169;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_170 = V_1;
NullCheck(L_170);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_171 = L_170->get__stream_4();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_172 = V_1;
NullCheck(L_172);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_173 = L_172->get__OutputBuffer_9();
int32_t L_174 = V_6;
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_175 = __this->get_cancellationToken_6();
NullCheck(L_171);
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_176 = VirtFuncInvoker4< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB >::Invoke(24 /* System.Threading.Tasks.Task System.IO.Stream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, L_171, L_173, 0, L_174, L_175);
NullCheck(L_176);
ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 L_177 = Task_ConfigureAwait_m2FB91172F9031B0CC520D9D09B658ACC5FD6CE02(L_176, (bool)0, /*hidden argument*/NULL);
V_5 = L_177;
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_178 = ConfiguredTaskAwaitable_GetAwaiter_m1EF40F198D32924E2D0F41E20B99CADBF5DDD303_inline((ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 *)(&V_5), /*hidden argument*/NULL);
V_4 = L_178;
bool L_179 = ConfiguredTaskAwaiter_get_IsCompleted_mDD0292137E15882AF385AE9D2FB1C8B0BEE89BDD((ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), /*hidden argument*/NULL);
if (L_179)
{
goto IL_04fa;
}
}
IL_04b9:
{
int32_t L_180 = 5;
V_0 = L_180;
__this->set_U3CU3E1__state_0(L_180);
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_181 = V_4;
__this->set_U3CU3Eu__2_12(L_181);
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * L_182 = __this->get_address_of_U3CU3Et__builder_1();
AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4((AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *)L_182, (ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), (U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E *)__this, /*hidden argument*/AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874_TisU3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E_m84D0D494C8D6FE34A1DBE92D842B9B199D4279C4_RuntimeMethod_var);
IL2CPP_LEAVE(0x5A8, FINALLY_056b);
}
IL_04dd:
{
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_183 = __this->get_U3CU3Eu__2_12();
V_4 = L_183;
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 * L_184 = __this->get_address_of_U3CU3Eu__2_12();
il2cpp_codegen_initobj(L_184, sizeof(ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 ));
int32_t L_185 = (-1);
V_0 = L_185;
__this->set_U3CU3E1__state_0(L_185);
}
IL_04fa:
{
ConfiguredTaskAwaiter_GetResult_m7DFE5EAFB3C1F70B40948EFF46E9B13F1E260062((ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 *)(&V_4), /*hidden argument*/NULL);
int32_t L_186 = __this->get_U3CcurrentInputIndexU3E5__2_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_187 = V_1;
NullCheck(L_187);
int32_t L_188 = L_187->get__InputBlockSize_8();
__this->set_U3CcurrentInputIndexU3E5__2_8(((int32_t)il2cpp_codegen_add((int32_t)L_186, (int32_t)L_188)));
int32_t L_189 = __this->get_U3CbytesToWriteU3E5__1_7();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_190 = V_1;
NullCheck(L_190);
int32_t L_191 = L_190->get__InputBlockSize_8();
__this->set_U3CbytesToWriteU3E5__1_7(((int32_t)il2cpp_codegen_subtract((int32_t)L_189, (int32_t)L_191)));
goto IL_055d;
}
IL_0529:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_192 = __this->get_buffer_5();
int32_t L_193 = __this->get_U3CcurrentInputIndexU3E5__2_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_194 = V_1;
NullCheck(L_194);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_195 = L_194->get__InputBuffer_6();
int32_t L_196 = __this->get_U3CbytesToWriteU3E5__1_7();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_192, L_193, (RuntimeArray *)(RuntimeArray *)L_195, 0, L_196, /*hidden argument*/NULL);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_197 = V_1;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_198 = V_1;
NullCheck(L_198);
int32_t L_199 = L_198->get__InputBufferIndex_7();
int32_t L_200 = __this->get_U3CbytesToWriteU3E5__1_7();
NullCheck(L_197);
L_197->set__InputBufferIndex_7(((int32_t)il2cpp_codegen_add((int32_t)L_199, (int32_t)L_200)));
IL2CPP_LEAVE(0x595, FINALLY_056b);
}
IL_055d:
{
int32_t L_201 = __this->get_U3CbytesToWriteU3E5__1_7();
if ((((int32_t)L_201) > ((int32_t)0)))
{
goto IL_034b;
}
}
IL_0569:
{
IL2CPP_LEAVE(0x595, FINALLY_056b);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_056b;
}
FINALLY_056b:
{ // begin finally (depth: 2)
{
int32_t L_202 = V_0;
if ((((int32_t)L_202) >= ((int32_t)0)))
{
goto IL_057b;
}
}
IL_056f:
{
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * L_203 = __this->get_U3CsemU3E5__4_10();
NullCheck(L_203);
SemaphoreSlim_Release_m963242914A622613DD41C740400F7D40C85BD169(L_203, /*hidden argument*/NULL);
}
IL_057b:
{
IL2CPP_END_FINALLY(1387)
}
} // end finally (depth: 2)
IL2CPP_CLEANUP(1387)
{
IL2CPP_JUMP_TBL(0x595, IL_0595)
IL2CPP_JUMP_TBL(0x5A8, IL_05a8)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_057c;
throw e;
}
CATCH_057c:
{ // begin catch(System.Exception)
V_9 = ((Exception_t *)__exception_local);
__this->set_U3CU3E1__state_0(((int32_t)-2));
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * L_204 = __this->get_address_of_U3CU3Et__builder_1();
Exception_t * L_205 = V_9;
AsyncTaskMethodBuilder_SetException_m370C484922A63A6EF96E241D1370B8814F1F2D6B((AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *)L_204, L_205, /*hidden argument*/NULL);
goto IL_05a8;
} // end catch (depth: 1)
IL_0595:
{
__this->set_U3CU3E1__state_0(((int32_t)-2));
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * L_206 = __this->get_address_of_U3CU3Et__builder_1();
AsyncTaskMethodBuilder_SetResult_m151016FB698F3BB34A73BAE693A97513A7E4C838((AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *)L_206, /*hidden argument*/NULL);
}
IL_05a8:
{
return;
}
}
IL2CPP_EXTERN_C void U3CWriteAsyncInternalU3Ed__37_MoveNext_m9EF356C478AF99D283AC2F8CB027E027B49352C5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E * _thisAdjusted = reinterpret_cast<U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E *>(__this + _offset);
U3CWriteAsyncInternalU3Ed__37_MoveNext_m9EF356C478AF99D283AC2F8CB027E027B49352C5(_thisAdjusted, method);
}
// System.Void System.Security.Cryptography.CryptoStream_<WriteAsyncInternal>d__37::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteAsyncInternalU3Ed__37_SetStateMachine_m4A99EAA551718254A8D19CFBBF98CAF94815B0A5 (U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method)
{
{
AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 * L_0 = __this->get_address_of_U3CU3Et__builder_1();
RuntimeObject* L_1 = ___stateMachine0;
AsyncTaskMethodBuilder_SetStateMachine_mB5DD68F7C49EA6D452AEBA02B1B98AED898C3C25((AsyncTaskMethodBuilder_t0CD1893D670405BED201BE8CA6F2E811F2C0F487 *)L_0, L_1, /*hidden argument*/NULL);
return;
}
}
IL2CPP_EXTERN_C void U3CWriteAsyncInternalU3Ed__37_SetStateMachine_m4A99EAA551718254A8D19CFBBF98CAF94815B0A5_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method)
{
int32_t _offset = 1;
U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E * _thisAdjusted = reinterpret_cast<U3CWriteAsyncInternalU3Ed__37_tA6782A6CB99838A37DF7A71D9ED94048755C318E *>(__this + _offset);
U3CWriteAsyncInternalU3Ed__37_SetStateMachine_m4A99EAA551718254A8D19CFBBF98CAF94815B0A5(_thisAdjusted, ___stateMachine0, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.CryptoStream_HopToThreadPoolAwaitable System.Security.Cryptography.CryptoStream_HopToThreadPoolAwaitable::GetAwaiter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 HopToThreadPoolAwaitable_GetAwaiter_m9214034A5FDFD5F3170F5B1C94A0616035D4F0CE (HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * __this, const RuntimeMethod* method)
{
{
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 L_0 = (*(HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *)__this);
return L_0;
}
}
IL2CPP_EXTERN_C HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 HopToThreadPoolAwaitable_GetAwaiter_m9214034A5FDFD5F3170F5B1C94A0616035D4F0CE_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * _thisAdjusted = reinterpret_cast<HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *>(__this + _offset);
return HopToThreadPoolAwaitable_GetAwaiter_m9214034A5FDFD5F3170F5B1C94A0616035D4F0CE(_thisAdjusted, method);
}
// System.Boolean System.Security.Cryptography.CryptoStream_HopToThreadPoolAwaitable::get_IsCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HopToThreadPoolAwaitable_get_IsCompleted_mF4341825B24C25EC320188AA2DD388840C2F4E87 (HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool HopToThreadPoolAwaitable_get_IsCompleted_mF4341825B24C25EC320188AA2DD388840C2F4E87_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * _thisAdjusted = reinterpret_cast<HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *>(__this + _offset);
return HopToThreadPoolAwaitable_get_IsCompleted_mF4341825B24C25EC320188AA2DD388840C2F4E87(_thisAdjusted, method);
}
// System.Void System.Security.Cryptography.CryptoStream_HopToThreadPoolAwaitable::OnCompleted(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HopToThreadPoolAwaitable_OnCompleted_m510470BFACBCF381224511B120DABF672EBBB0AE (HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * __this, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___continuation0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HopToThreadPoolAwaitable_OnCompleted_m510470BFACBCF381224511B120DABF672EBBB0AE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_0 = ___continuation0;
IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var);
Task_Run_m201E4C04F97BCF541633AF913DF20C6FF7872E44(L_0, /*hidden argument*/NULL);
return;
}
}
IL2CPP_EXTERN_C void HopToThreadPoolAwaitable_OnCompleted_m510470BFACBCF381224511B120DABF672EBBB0AE_AdjustorThunk (RuntimeObject * __this, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___continuation0, const RuntimeMethod* method)
{
int32_t _offset = 1;
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * _thisAdjusted = reinterpret_cast<HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *>(__this + _offset);
HopToThreadPoolAwaitable_OnCompleted_m510470BFACBCF381224511B120DABF672EBBB0AE(_thisAdjusted, ___continuation0, method);
}
// System.Void System.Security.Cryptography.CryptoStream_HopToThreadPoolAwaitable::GetResult()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HopToThreadPoolAwaitable_GetResult_mD9CD5C47ADA39C55EC6C984E6697C1F876000EF5 (HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * __this, const RuntimeMethod* method)
{
{
return;
}
}
IL2CPP_EXTERN_C void HopToThreadPoolAwaitable_GetResult_mD9CD5C47ADA39C55EC6C984E6697C1F876000EF5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 * _thisAdjusted = reinterpret_cast<HopToThreadPoolAwaitable_t18F5CED7BD29363CC71B99D9E9EB1AA783B294C1 *>(__this + _offset);
HopToThreadPoolAwaitable_GetResult_mD9CD5C47ADA39C55EC6C984E6697C1F876000EF5(_thisAdjusted, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.CryptographicException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_m2CAA456FA0D04EA563568B9E2E32108D5CE5405F (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptographicException__ctor_m2CAA456FA0D04EA563568B9E2E32108D5CE5405F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral996AD5C7B881B0CC46DFFA2FBEFBEA98C1C47655, /*hidden argument*/NULL);
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233296), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98 (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233296), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mA09CE78A67CC67991C8D2F77FBC4F8029E593195 (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, String_t* ___format0, String_t* ___insert1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptographicException__ctor_mA09CE78A67CC67991C8D2F77FBC4F8029E593195_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
String_t* L_1 = ___format0;
String_t* L_2 = ___insert1;
String_t* L_3 = String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F(L_0, L_1, L_2, /*hidden argument*/NULL);
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_3, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233296), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_m65F4E67FD9D0449B5BFFC04E359BF3EC098075DA (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
Exception_t * L_1 = ___inner1;
SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A(__this, L_0, L_1, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233296), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mE4CECD7E58EFCF815F415BE5231DCF0201D11C6C (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, int32_t ___hr0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___hr0;
String_t* L_1 = Win32Native_GetMessage_m68D6D40DD33D7F2FF30B7CE600BADBEB4EE41B87(L_0, /*hidden argument*/NULL);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(__this, L_1, /*hidden argument*/NULL);
int32_t L_2 = ___hr0;
if ((((int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_2)))&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2147483648LL)))))))))) == ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-2147483648LL))))))))))
{
goto IL_002c;
}
}
{
int32_t L_3 = ___hr0;
___hr0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)65535)))|(int32_t)((int32_t)-2147024896)));
}
IL_002c:
{
int32_t L_4 = ___hr0;
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mA5B62B482A9F39F0B6C95D0C6FB89F1D67ECB344 (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CryptographicException::ThrowCryptographicException(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException_ThrowCryptographicException_mDD7C0956C43098CA98DC2CAB16159E6C0949EF5A (int32_t ___hr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptographicException_ThrowCryptographicException_mDD7C0956C43098CA98DC2CAB16159E6C0949EF5A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___hr0;
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_1 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_mE4CECD7E58EFCF815F415BE5231DCF0201D11C6C(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CryptographicException_ThrowCryptographicException_mDD7C0956C43098CA98DC2CAB16159E6C0949EF5A_RuntimeMethod_var);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.CryptographicUnexpectedOperationException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicUnexpectedOperationException__ctor_m32B35446DB52DC364B1FA83601F5FF00A827BD1D (CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE * __this, const RuntimeMethod* method)
{
{
CryptographicException__ctor_m2CAA456FA0D04EA563568B9E2E32108D5CE5405F(__this, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233295), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CryptographicUnexpectedOperationException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicUnexpectedOperationException__ctor_mBBDF264CFD6435CEC4994D4DE065BA91CC7D38EE (CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE * __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233295), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CryptographicUnexpectedOperationException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicUnexpectedOperationException__ctor_m327432DF3311DB7ADB8D643FC3962EE11DA6D673 (CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE * __this, String_t* ___format0, String_t* ___insert1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptographicUnexpectedOperationException__ctor_m327432DF3311DB7ADB8D643FC3962EE11DA6D673_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
String_t* L_1 = ___format0;
String_t* L_2 = ___insert1;
String_t* L_3 = String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F(L_0, L_1, L_2, /*hidden argument*/NULL);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(__this, L_3, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233295), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CryptographicUnexpectedOperationException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicUnexpectedOperationException__ctor_m2371B0EBE72861F3D07F35D14AAABCAAA5BCDF9D (CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
Exception_t * L_1 = ___inner1;
CryptographicException__ctor_m65F4E67FD9D0449B5BFFC04E359BF3EC098075DA(__this, L_0, L_1, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233295), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CryptographicUnexpectedOperationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicUnexpectedOperationException__ctor_mCCCB3AD401ED3D654D92D16531779AEB0C9CBA9E (CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
CryptographicException__ctor_mA5B62B482A9F39F0B6C95D0C6FB89F1D67ECB344(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.CspKeyContainerInfo::.ctor(System.Security.Cryptography.CspParameters)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspKeyContainerInfo__ctor_mA584F9F1E236ED82352B178AA59F7438F2F3717A (CspKeyContainerInfo_t33C2F72A9669DA4DD0F18DFD52F8D0B3586EC6E0 * __this, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___parameters0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_0 = ___parameters0;
__this->set__params_0(L_0);
__this->set__random_1((bool)1);
return;
}
}
// System.Boolean System.Security.Cryptography.CspKeyContainerInfo::get_Accessible()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CspKeyContainerInfo_get_Accessible_mC3C76DEC366C92A57F0CA780BEC2C91D380C5C17 (CspKeyContainerInfo_t33C2F72A9669DA4DD0F18DFD52F8D0B3586EC6E0 * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Security.AccessControl.CryptoKeySecurity System.Security.Cryptography.CspKeyContainerInfo::get_CryptoKeySecurity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CryptoKeySecurity_t706D8A1A2EFD4A085BE82405CE47A9A128772186 * CspKeyContainerInfo_get_CryptoKeySecurity_m239C2ED1496074959D84962626E023A1DED6E41C (CspKeyContainerInfo_t33C2F72A9669DA4DD0F18DFD52F8D0B3586EC6E0 * __this, const RuntimeMethod* method)
{
{
return (CryptoKeySecurity_t706D8A1A2EFD4A085BE82405CE47A9A128772186 *)NULL;
}
}
// System.Boolean System.Security.Cryptography.CspKeyContainerInfo::get_Exportable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CspKeyContainerInfo_get_Exportable_m738488CA624995F61E4B0BF739A7D6AA2EEF4C5E (CspKeyContainerInfo_t33C2F72A9669DA4DD0F18DFD52F8D0B3586EC6E0 * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Boolean System.Security.Cryptography.CspKeyContainerInfo::get_HardwareDevice()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CspKeyContainerInfo_get_HardwareDevice_m116280121BF2913D88827DDE0091D24E780BECAA (CspKeyContainerInfo_t33C2F72A9669DA4DD0F18DFD52F8D0B3586EC6E0 * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.String System.Security.Cryptography.CspKeyContainerInfo::get_KeyContainerName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CspKeyContainerInfo_get_KeyContainerName_m91BCE062D0C97781BE4B89CE3748CBBA727458EA (CspKeyContainerInfo_t33C2F72A9669DA4DD0F18DFD52F8D0B3586EC6E0 * __this, const RuntimeMethod* method)
{
{
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_0 = __this->get__params_0();
NullCheck(L_0);
String_t* L_1 = L_0->get_KeyContainerName_2();
return L_1;
}
}
// System.Security.Cryptography.KeyNumber System.Security.Cryptography.CspKeyContainerInfo::get_KeyNumber()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CspKeyContainerInfo_get_KeyNumber_m5A4F3CBA9370C81CDE2FC5ED426650DDB5A9A2C7 (CspKeyContainerInfo_t33C2F72A9669DA4DD0F18DFD52F8D0B3586EC6E0 * __this, const RuntimeMethod* method)
{
{
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_0 = __this->get__params_0();
NullCheck(L_0);
int32_t L_1 = L_0->get_KeyNumber_3();
return (int32_t)(L_1);
}
}
// System.Boolean System.Security.Cryptography.CspKeyContainerInfo::get_MachineKeyStore()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CspKeyContainerInfo_get_MachineKeyStore_m327DF9DFF42CEBB4C4D2BDECE6296912228CFD2F (CspKeyContainerInfo_t33C2F72A9669DA4DD0F18DFD52F8D0B3586EC6E0 * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Boolean System.Security.Cryptography.CspKeyContainerInfo::get_Protected()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CspKeyContainerInfo_get_Protected_m50028EB1EBC75683DAC8D8BD45B30B1E8D4F1AF4 (CspKeyContainerInfo_t33C2F72A9669DA4DD0F18DFD52F8D0B3586EC6E0 * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.String System.Security.Cryptography.CspKeyContainerInfo::get_ProviderName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CspKeyContainerInfo_get_ProviderName_mC77A5703208E1B05A96CA0278D6D73137033A8E2 (CspKeyContainerInfo_t33C2F72A9669DA4DD0F18DFD52F8D0B3586EC6E0 * __this, const RuntimeMethod* method)
{
{
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_0 = __this->get__params_0();
NullCheck(L_0);
String_t* L_1 = L_0->get_ProviderName_1();
return L_1;
}
}
// System.Int32 System.Security.Cryptography.CspKeyContainerInfo::get_ProviderType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CspKeyContainerInfo_get_ProviderType_mC771F1091F0A762579B594F4F602D6E8721FD8B2 (CspKeyContainerInfo_t33C2F72A9669DA4DD0F18DFD52F8D0B3586EC6E0 * __this, const RuntimeMethod* method)
{
{
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_0 = __this->get__params_0();
NullCheck(L_0);
int32_t L_1 = L_0->get_ProviderType_0();
return L_1;
}
}
// System.Boolean System.Security.Cryptography.CspKeyContainerInfo::get_RandomlyGenerated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CspKeyContainerInfo_get_RandomlyGenerated_mF91C5B010354F04731C905C326DE1E1229FC10AC (CspKeyContainerInfo_t33C2F72A9669DA4DD0F18DFD52F8D0B3586EC6E0 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__random_1();
return L_0;
}
}
// System.Boolean System.Security.Cryptography.CspKeyContainerInfo::get_Removable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CspKeyContainerInfo_get_Removable_m7EA3EDA9158FED009060879A2872BA60F0592D65 (CspKeyContainerInfo_t33C2F72A9669DA4DD0F18DFD52F8D0B3586EC6E0 * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.String System.Security.Cryptography.CspKeyContainerInfo::get_UniqueKeyContainerName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CspKeyContainerInfo_get_UniqueKeyContainerName_m627414490096A9B6F4F9A2861EAA65BB48F5D736 (CspKeyContainerInfo_t33C2F72A9669DA4DD0F18DFD52F8D0B3586EC6E0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CspKeyContainerInfo_get_UniqueKeyContainerName_m627414490096A9B6F4F9A2861EAA65BB48F5D736_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_0 = __this->get__params_0();
NullCheck(L_0);
String_t* L_1 = L_0->get_ProviderName_1();
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_2 = __this->get__params_0();
NullCheck(L_2);
String_t* L_3 = L_2->get_KeyContainerName_2();
String_t* L_4 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_1, _stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3, L_3, /*hidden argument*/NULL);
return L_4;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.CspProviderFlags System.Security.Cryptography.CspParameters::get_Flags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CspParameters_get_Flags_mE608E41F1F3E31E1E99920231849E14A786CCAFA (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_flags_4();
return (int32_t)(L_0);
}
}
// System.Void System.Security.Cryptography.CspParameters::set_Flags(System.Security.Cryptography.CspProviderFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters_set_Flags_m4982C5960E9DE0BE5FA72E859B5DF0FB803B9E1F (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CspParameters_set_Flags_m4982C5960E9DE0BE5FA72E859B5DF0FB803B9E1F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
V_0 = ((int32_t)255);
int32_t L_0 = ___value0;
V_1 = L_0;
int32_t L_1 = V_1;
int32_t L_2 = V_0;
if (!((int32_t)((int32_t)L_1&(int32_t)((~L_2)))))
{
goto IL_0032;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3;
int32_t L_5 = ___value0;
int32_t L_6 = ((int32_t)L_5);
RuntimeObject * L_7 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_6);
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_7);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_7);
String_t* L_8 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralA581992EF2214628320EFA402E984AF6E5EA8654, L_4, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_9, L_8, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, CspParameters_set_Flags_m4982C5960E9DE0BE5FA72E859B5DF0FB803B9E1F_RuntimeMethod_var);
}
IL_0032:
{
int32_t L_10 = V_1;
__this->set_m_flags_4(L_10);
return;
}
}
// System.Security.AccessControl.CryptoKeySecurity System.Security.Cryptography.CspParameters::get_CryptoKeySecurity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CryptoKeySecurity_t706D8A1A2EFD4A085BE82405CE47A9A128772186 * CspParameters_get_CryptoKeySecurity_m092A0FF95BEC7B8EBA89D93C6A32E4AB1FB638D8 (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, const RuntimeMethod* method)
{
{
CryptoKeySecurity_t706D8A1A2EFD4A085BE82405CE47A9A128772186 * L_0 = __this->get_m_cryptoKeySecurity_5();
return L_0;
}
}
// System.Void System.Security.Cryptography.CspParameters::set_CryptoKeySecurity(System.Security.AccessControl.CryptoKeySecurity)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters_set_CryptoKeySecurity_m6FC044A83067BF0E78F4EA202A460789533E34CD (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, CryptoKeySecurity_t706D8A1A2EFD4A085BE82405CE47A9A128772186 * ___value0, const RuntimeMethod* method)
{
{
CryptoKeySecurity_t706D8A1A2EFD4A085BE82405CE47A9A128772186 * L_0 = ___value0;
__this->set_m_cryptoKeySecurity_5(L_0);
return;
}
}
// System.Security.SecureString System.Security.Cryptography.CspParameters::get_KeyPassword()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * CspParameters_get_KeyPassword_m504E3443D098AD75E41A8480F9BD18C09C01206D (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, const RuntimeMethod* method)
{
{
SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * L_0 = __this->get_m_keyPassword_6();
return L_0;
}
}
// System.Void System.Security.Cryptography.CspParameters::set_KeyPassword(System.Security.SecureString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters_set_KeyPassword_m41714A217EFE6477867B919E6AC44DD50B99AAF9 (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CspParameters_set_KeyPassword_m41714A217EFE6477867B919E6AC44DD50B99AAF9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * L_0 = ___value0;
__this->set_m_keyPassword_6(L_0);
__this->set_m_parentWindowHandle_7((intptr_t)(0));
return;
}
}
// System.IntPtr System.Security.Cryptography.CspParameters::get_ParentWindowHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CspParameters_get_ParentWindowHandle_m447917866A094DCA64ABB2E8AFF36DCAF5173AC3 (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, const RuntimeMethod* method)
{
{
intptr_t L_0 = __this->get_m_parentWindowHandle_7();
return (intptr_t)L_0;
}
}
// System.Void System.Security.Cryptography.CspParameters::set_ParentWindowHandle(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters_set_ParentWindowHandle_m41F17FD9347612FFACBB83E316ECE83D388D352F (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, intptr_t ___value0, const RuntimeMethod* method)
{
{
intptr_t L_0 = ___value0;
__this->set_m_parentWindowHandle_7((intptr_t)L_0);
__this->set_m_keyPassword_6((SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 *)NULL);
return;
}
}
// System.Void System.Security.Cryptography.CspParameters::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_m6C7ED4CF3021168DC6CEFB0FECC591547DCE4342 (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, const RuntimeMethod* method)
{
{
CspParameters__ctor_mF3139669D97ADCB8C35BD6F360A46A160CD63DB9(__this, 1, (String_t*)NULL, (String_t*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CspParameters::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_mCF1596FACB433FF5F246034B3A2C24B435759BCB (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, int32_t ___dwTypeIn0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___dwTypeIn0;
CspParameters__ctor_mF3139669D97ADCB8C35BD6F360A46A160CD63DB9(__this, L_0, (String_t*)NULL, (String_t*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CspParameters::.ctor(System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_m03B3072D8B2F93E73164122A89A6DCA9FB79B6C1 (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, int32_t ___dwTypeIn0, String_t* ___strProviderNameIn1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___dwTypeIn0;
String_t* L_1 = ___strProviderNameIn1;
CspParameters__ctor_mF3139669D97ADCB8C35BD6F360A46A160CD63DB9(__this, L_0, L_1, (String_t*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CspParameters::.ctor(System.Int32,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_mF3139669D97ADCB8C35BD6F360A46A160CD63DB9 (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, int32_t ___dwTypeIn0, String_t* ___strProviderNameIn1, String_t* ___strContainerNameIn2, const RuntimeMethod* method)
{
{
int32_t L_0 = ___dwTypeIn0;
String_t* L_1 = ___strProviderNameIn1;
String_t* L_2 = ___strContainerNameIn2;
CspParameters__ctor_m10519416C8753E29E05F57E7F193C8C269863B7A(__this, L_0, L_1, L_2, 0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CspParameters::.ctor(System.Int32,System.String,System.String,System.Security.AccessControl.CryptoKeySecurity,System.Security.SecureString)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_m0ECAE65E377F65766D61DA6255936C3230CDC66C (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, int32_t ___providerType0, String_t* ___providerName1, String_t* ___keyContainerName2, CryptoKeySecurity_t706D8A1A2EFD4A085BE82405CE47A9A128772186 * ___cryptoKeySecurity3, SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * ___keyPassword4, const RuntimeMethod* method)
{
{
int32_t L_0 = ___providerType0;
String_t* L_1 = ___providerName1;
String_t* L_2 = ___keyContainerName2;
CspParameters__ctor_mF3139669D97ADCB8C35BD6F360A46A160CD63DB9(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
CryptoKeySecurity_t706D8A1A2EFD4A085BE82405CE47A9A128772186 * L_3 = ___cryptoKeySecurity3;
__this->set_m_cryptoKeySecurity_5(L_3);
SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * L_4 = ___keyPassword4;
__this->set_m_keyPassword_6(L_4);
return;
}
}
// System.Void System.Security.Cryptography.CspParameters::.ctor(System.Int32,System.String,System.String,System.Security.AccessControl.CryptoKeySecurity,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_m207498B7A159D569574BAE8355F0D4907195AFFA (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, int32_t ___providerType0, String_t* ___providerName1, String_t* ___keyContainerName2, CryptoKeySecurity_t706D8A1A2EFD4A085BE82405CE47A9A128772186 * ___cryptoKeySecurity3, intptr_t ___parentWindowHandle4, const RuntimeMethod* method)
{
{
int32_t L_0 = ___providerType0;
String_t* L_1 = ___providerName1;
String_t* L_2 = ___keyContainerName2;
CspParameters__ctor_mF3139669D97ADCB8C35BD6F360A46A160CD63DB9(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
CryptoKeySecurity_t706D8A1A2EFD4A085BE82405CE47A9A128772186 * L_3 = ___cryptoKeySecurity3;
__this->set_m_cryptoKeySecurity_5(L_3);
intptr_t L_4 = ___parentWindowHandle4;
__this->set_m_parentWindowHandle_7((intptr_t)L_4);
return;
}
}
// System.Void System.Security.Cryptography.CspParameters::.ctor(System.Int32,System.String,System.String,System.Security.Cryptography.CspProviderFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_m10519416C8753E29E05F57E7F193C8C269863B7A (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, int32_t ___providerType0, String_t* ___providerName1, String_t* ___keyContainerName2, int32_t ___flags3, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___providerType0;
__this->set_ProviderType_0(L_0);
String_t* L_1 = ___providerName1;
__this->set_ProviderName_1(L_1);
String_t* L_2 = ___keyContainerName2;
__this->set_KeyContainerName_2(L_2);
__this->set_KeyNumber_3((-1));
int32_t L_3 = ___flags3;
CspParameters_set_Flags_m4982C5960E9DE0BE5FA72E859B5DF0FB803B9E1F(__this, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CspParameters::.ctor(System.Security.Cryptography.CspParameters)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_mB70BD6AD312F0CCD27ED2901D230672F106E0408 (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___parameters0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_0 = ___parameters0;
NullCheck(L_0);
int32_t L_1 = L_0->get_ProviderType_0();
__this->set_ProviderType_0(L_1);
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_2 = ___parameters0;
NullCheck(L_2);
String_t* L_3 = L_2->get_ProviderName_1();
__this->set_ProviderName_1(L_3);
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_4 = ___parameters0;
NullCheck(L_4);
String_t* L_5 = L_4->get_KeyContainerName_2();
__this->set_KeyContainerName_2(L_5);
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_6 = ___parameters0;
NullCheck(L_6);
int32_t L_7 = L_6->get_KeyNumber_3();
__this->set_KeyNumber_3(L_7);
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_8 = ___parameters0;
NullCheck(L_8);
int32_t L_9 = CspParameters_get_Flags_mE608E41F1F3E31E1E99920231849E14A786CCAFA_inline(L_8, /*hidden argument*/NULL);
CspParameters_set_Flags_m4982C5960E9DE0BE5FA72E859B5DF0FB803B9E1F(__this, L_9, /*hidden argument*/NULL);
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_10 = ___parameters0;
NullCheck(L_10);
CryptoKeySecurity_t706D8A1A2EFD4A085BE82405CE47A9A128772186 * L_11 = L_10->get_m_cryptoKeySecurity_5();
__this->set_m_cryptoKeySecurity_5(L_11);
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_12 = ___parameters0;
NullCheck(L_12);
SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * L_13 = L_12->get_m_keyPassword_6();
__this->set_m_keyPassword_6(L_13);
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_14 = ___parameters0;
NullCheck(L_14);
intptr_t L_15 = L_14->get_m_parentWindowHandle_7();
__this->set_m_parentWindowHandle_7((intptr_t)L_15);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.DES::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DES__ctor_mC48B4009A8AAFF31960324D035688D17B6E5B096 (DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DES__ctor_mC48B4009A8AAFF31960324D035688D17B6E5B096_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SymmetricAlgorithm__ctor_mA48D09DF35BE5C20350B379682F1F7FE1278F755(__this, /*hidden argument*/NULL);
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_KeySizeValue_6(((int32_t)64));
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_BlockSizeValue_0(((int32_t)64));
int32_t L_0 = ((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->get_BlockSizeValue_0();
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_FeedbackSizeValue_1(L_0);
IL2CPP_RUNTIME_CLASS_INIT(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var);
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_1 = ((DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_StaticFields*)il2cpp_codegen_static_fields_for(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var))->get_s_legalBlockSizes_9();
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_LegalBlockSizesValue_4(L_1);
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_2 = ((DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_StaticFields*)il2cpp_codegen_static_fields_for(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var))->get_s_legalKeySizes_10();
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_LegalKeySizesValue_5(L_2);
return;
}
}
// System.Byte[] System.Security.Cryptography.DES::get_Key()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DES_get_Key_m39030ADE6273497C0D60BAF5122D60D0D8E317D5 (DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DES_get_Key_m39030ADE6273497C0D60BAF5122D60D0D8E317D5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->get_KeyValue_3();
if (L_0)
{
goto IL_0028;
}
}
IL_0008:
{
VirtActionInvoker0::Invoke(26 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::GenerateKey() */, __this);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->get_KeyValue_3();
IL2CPP_RUNTIME_CLASS_INIT(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var);
bool L_2 = DES_IsWeakKey_m172D762DB529259B396017F0392B78486A45CFD5(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0008;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->get_KeyValue_3();
IL2CPP_RUNTIME_CLASS_INIT(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var);
bool L_4 = DES_IsSemiWeakKey_m30F619E1752B49408D8BD0920001832114D461E4(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0008;
}
}
IL_0028:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->get_KeyValue_3();
NullCheck((RuntimeArray *)(RuntimeArray *)L_5);
RuntimeObject * L_6 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_5, /*hidden argument*/NULL);
return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_6, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var));
}
}
// System.Void System.Security.Cryptography.DES::set_Key(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DES_set_Key_m4B869C67D1816BC7561A9C280EEE37EC5F1369C0 (DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DES_set_Key_m4B869C67D1816BC7561A9C280EEE37EC5F1369C0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DES_set_Key_m4B869C67D1816BC7561A9C280EEE37EC5F1369C0_RuntimeMethod_var);
}
IL_000e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___value0;
NullCheck(L_2);
bool L_3 = SymmetricAlgorithm_ValidKeySize_m08B525A5E6F08E0358DDB6FBC1E55C0DBE1703FB(__this, ((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))), (int32_t)8)), /*hidden argument*/NULL);
if (L_3)
{
goto IL_002b;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD99687D6E2A05AB86D82EB88F617BB3A6D262286, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, DES_set_Key_m4B869C67D1816BC7561A9C280EEE37EC5F1369C0_RuntimeMethod_var);
}
IL_002b:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var);
bool L_7 = DES_IsWeakKey_m172D762DB529259B396017F0392B78486A45CFD5(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0048;
}
}
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralA421A9ECD3B9D524DE4A61F05E394659C957E680, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_9 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_mA09CE78A67CC67991C8D2F77FBC4F8029E593195(L_9, L_8, _stringLiteral26DB4ADFD18BEF9CD0D83082F02FA1E98DDA8B4D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, DES_set_Key_m4B869C67D1816BC7561A9C280EEE37EC5F1369C0_RuntimeMethod_var);
}
IL_0048:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var);
bool L_11 = DES_IsSemiWeakKey_m30F619E1752B49408D8BD0920001832114D461E4(L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0065;
}
}
{
String_t* L_12 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralA724C60C7FDED91FE1665AC0CFCAB3E92C68CE29, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_13 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_mA09CE78A67CC67991C8D2F77FBC4F8029E593195(L_13, L_12, _stringLiteral26DB4ADFD18BEF9CD0D83082F02FA1E98DDA8B4D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, DES_set_Key_m4B869C67D1816BC7561A9C280EEE37EC5F1369C0_RuntimeMethod_var);
}
IL_0065:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___value0;
NullCheck((RuntimeArray *)(RuntimeArray *)L_14);
RuntimeObject * L_15 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_14, /*hidden argument*/NULL);
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_KeyValue_3(((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_15, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___value0;
NullCheck(L_16);
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_KeySizeValue_6(((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))), (int32_t)8)));
return;
}
}
// System.Security.Cryptography.DES System.Security.Cryptography.DES::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0 * DES_Create_m5EE267FBCD5AA18E04C29247C796430D12247CC5 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DES_Create_m5EE267FBCD5AA18E04C29247C796430D12247CC5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DESCryptoServiceProvider_t4970DFD468A963066369D2D518FD0882628649F6 * L_0 = (DESCryptoServiceProvider_t4970DFD468A963066369D2D518FD0882628649F6 *)il2cpp_codegen_object_new(DESCryptoServiceProvider_t4970DFD468A963066369D2D518FD0882628649F6_il2cpp_TypeInfo_var);
DESCryptoServiceProvider__ctor_m58ABBD0055043979901A6EE80F860CA545D5858E(L_0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Security.Cryptography.DES System.Security.Cryptography.DES::Create(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0 * DES_Create_m7B9241756B805660C82AAFD6E595490FE31FD00D (String_t* ___algName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DES_Create_m7B9241756B805660C82AAFD6E595490FE31FD00D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___algName0;
RuntimeObject * L_1 = CryptoConfig_CreateFromName_mB7B977E2EFA4B5AAC601FB0E261F4509E341A9B4(L_0, /*hidden argument*/NULL);
return ((DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0 *)CastclassClass((RuntimeObject*)L_1, DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var));
}
}
// System.Boolean System.Security.Cryptography.DES::IsWeakKey(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DES_IsWeakKey_m172D762DB529259B396017F0392B78486A45CFD5 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbKey0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DES_IsWeakKey_m172D762DB529259B396017F0392B78486A45CFD5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint64_t V_0 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___rgbKey0;
IL2CPP_RUNTIME_CLASS_INIT(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var);
bool L_1 = DES_IsLegalKeySize_m7C8E3D643D89F35133905EDA53CB539A4D90EE6A(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0018;
}
}
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD99687D6E2A05AB86D82EB88F617BB3A6D262286, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_3 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, DES_IsWeakKey_m172D762DB529259B396017F0392B78486A45CFD5_RuntimeMethod_var);
}
IL_0018:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___rgbKey0;
IL2CPP_RUNTIME_CLASS_INIT(Utils_t026EFC92DF9F36B31A0C7E263ACD8458C3C23348_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = Utils_FixupKeyParity_m7D3A063A57E6D1C45DD249BA4D393C2A652A9160(L_4, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var);
uint64_t L_6 = DES_QuadWordFromBigEndian_mB2231F9FCAF1E950017B18A859191080ABB484AF(L_5, /*hidden argument*/NULL);
V_0 = L_6;
uint64_t L_7 = V_0;
if ((((int64_t)L_7) == ((int64_t)((int64_t)72340172838076673LL))))
{
goto IL_0054;
}
}
{
uint64_t L_8 = V_0;
if ((((int64_t)L_8) == ((int64_t)((int64_t)-72340172838076674LL))))
{
goto IL_0054;
}
}
{
uint64_t L_9 = V_0;
if ((((int64_t)L_9) == ((int64_t)((int64_t)2242545357694045710LL))))
{
goto IL_0054;
}
}
{
uint64_t L_10 = V_0;
if ((!(((uint64_t)L_10) == ((uint64_t)((int64_t)-2242545357694045711LL)))))
{
goto IL_0056;
}
}
IL_0054:
{
return (bool)1;
}
IL_0056:
{
return (bool)0;
}
}
// System.Boolean System.Security.Cryptography.DES::IsSemiWeakKey(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DES_IsSemiWeakKey_m30F619E1752B49408D8BD0920001832114D461E4 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbKey0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DES_IsSemiWeakKey_m30F619E1752B49408D8BD0920001832114D461E4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint64_t V_0 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___rgbKey0;
IL2CPP_RUNTIME_CLASS_INIT(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var);
bool L_1 = DES_IsLegalKeySize_m7C8E3D643D89F35133905EDA53CB539A4D90EE6A(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0018;
}
}
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD99687D6E2A05AB86D82EB88F617BB3A6D262286, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_3 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, DES_IsSemiWeakKey_m30F619E1752B49408D8BD0920001832114D461E4_RuntimeMethod_var);
}
IL_0018:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___rgbKey0;
IL2CPP_RUNTIME_CLASS_INIT(Utils_t026EFC92DF9F36B31A0C7E263ACD8458C3C23348_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = Utils_FixupKeyParity_m7D3A063A57E6D1C45DD249BA4D393C2A652A9160(L_4, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var);
uint64_t L_6 = DES_QuadWordFromBigEndian_mB2231F9FCAF1E950017B18A859191080ABB484AF(L_5, /*hidden argument*/NULL);
V_0 = L_6;
uint64_t L_7 = V_0;
if ((((int64_t)L_7) == ((int64_t)((int64_t)143554428589179390LL))))
{
goto IL_00b7;
}
}
{
uint64_t L_8 = V_0;
if ((((int64_t)L_8) == ((int64_t)((int64_t)-143554428589179391LL))))
{
goto IL_00b7;
}
}
{
uint64_t L_9 = V_0;
if ((((int64_t)L_9) == ((int64_t)((int64_t)2296870857142767345LL))))
{
goto IL_00b7;
}
}
{
uint64_t L_10 = V_0;
if ((((int64_t)L_10) == ((int64_t)((int64_t)-2296870857142767346LL))))
{
goto IL_00b7;
}
}
{
uint64_t L_11 = V_0;
if ((((int64_t)L_11) == ((int64_t)((int64_t)135110050437988849LL))))
{
goto IL_00b7;
}
}
{
uint64_t L_12 = V_0;
if ((((int64_t)L_12) == ((int64_t)((int64_t)-2305315235293957887LL))))
{
goto IL_00b7;
}
}
{
uint64_t L_13 = V_0;
if ((((int64_t)L_13) == ((int64_t)((int64_t)2305315235293957886LL))))
{
goto IL_00b7;
}
}
{
uint64_t L_14 = V_0;
if ((((int64_t)L_14) == ((int64_t)((int64_t)-135110050437988850LL))))
{
goto IL_00b7;
}
}
{
uint64_t L_15 = V_0;
if ((((int64_t)L_15) == ((int64_t)((int64_t)80784550989267214LL))))
{
goto IL_00b7;
}
}
{
uint64_t L_16 = V_0;
if ((((int64_t)L_16) == ((int64_t)((int64_t)2234100979542855169LL))))
{
goto IL_00b7;
}
}
{
uint64_t L_17 = V_0;
if ((((int64_t)L_17) == ((int64_t)((int64_t)-2234100979542855170LL))))
{
goto IL_00b7;
}
}
{
uint64_t L_18 = V_0;
if ((!(((uint64_t)L_18) == ((uint64_t)((int64_t)-80784550989267215LL)))))
{
goto IL_00b9;
}
}
IL_00b7:
{
return (bool)1;
}
IL_00b9:
{
return (bool)0;
}
}
// System.Boolean System.Security.Cryptography.DES::IsLegalKeySize(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DES_IsLegalKeySize_m7C8E3D643D89F35133905EDA53CB539A4D90EE6A (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbKey0, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___rgbKey0;
if (!L_0)
{
goto IL_000b;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___rgbKey0;
NullCheck(L_1);
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))) == ((uint32_t)8))))
{
goto IL_000b;
}
}
{
return (bool)1;
}
IL_000b:
{
return (bool)0;
}
}
// System.UInt64 System.Security.Cryptography.DES::QuadWordFromBigEndian(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t DES_QuadWordFromBigEndian_mB2231F9FCAF1E950017B18A859191080ABB484AF (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___block0, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___block0;
NullCheck(L_0);
int32_t L_1 = 0;
uint8_t L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___block0;
NullCheck(L_3);
int32_t L_4 = 1;
uint8_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___block0;
NullCheck(L_6);
int32_t L_7 = 2;
uint8_t L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___block0;
NullCheck(L_9);
int32_t L_10 = 3;
uint8_t L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___block0;
NullCheck(L_12);
int32_t L_13 = 4;
uint8_t L_14 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___block0;
NullCheck(L_15);
int32_t L_16 = 5;
uint8_t L_17 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ___block0;
NullCheck(L_18);
int32_t L_19 = 6;
uint8_t L_20 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___block0;
NullCheck(L_21);
int32_t L_22 = 7;
uint8_t L_23 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
return ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_2)))<<(int32_t)((int32_t)56)))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_5)))<<(int32_t)((int32_t)48)))))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_8)))<<(int32_t)((int32_t)40)))))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_11)))<<(int32_t)((int32_t)32)))))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_14)))<<(int32_t)((int32_t)24)))))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_17)))<<(int32_t)((int32_t)16)))))|(int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_20)))<<(int32_t)8))))|(int64_t)(((int64_t)((uint64_t)L_23)))));
}
}
// System.Void System.Security.Cryptography.DES::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DES__cctor_mB48C35EDC59071D2036211714FFD033DEBDEE726 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DES__cctor_mB48C35EDC59071D2036211714FFD033DEBDEE726_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_0 = (KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)SZArrayNew(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E_il2cpp_TypeInfo_var, (uint32_t)1);
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_1 = L_0;
KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * L_2 = (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)il2cpp_codegen_object_new(KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75_il2cpp_TypeInfo_var);
KeySizes__ctor_m82BEC3FBD67588FCBA0BDD6DCC0412DA20730A51(L_2, ((int32_t)64), ((int32_t)64), 0, /*hidden argument*/NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)L_2);
((DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_StaticFields*)il2cpp_codegen_static_fields_for(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var))->set_s_legalBlockSizes_9(L_1);
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_3 = (KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)SZArrayNew(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E_il2cpp_TypeInfo_var, (uint32_t)1);
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_4 = L_3;
KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * L_5 = (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)il2cpp_codegen_object_new(KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75_il2cpp_TypeInfo_var);
KeySizes__ctor_m82BEC3FBD67588FCBA0BDD6DCC0412DA20730A51(L_5, ((int32_t)64), ((int32_t)64), 0, /*hidden argument*/NULL);
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_5);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)L_5);
((DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_StaticFields*)il2cpp_codegen_static_fields_for(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var))->set_s_legalKeySizes_10(L_4);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.DESCryptoServiceProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESCryptoServiceProvider__ctor_m58ABBD0055043979901A6EE80F860CA545D5858E (DESCryptoServiceProvider_t4970DFD468A963066369D2D518FD0882628649F6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DESCryptoServiceProvider__ctor_m58ABBD0055043979901A6EE80F860CA545D5858E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var);
DES__ctor_mC48B4009A8AAFF31960324D035688D17B6E5B096(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Utils_t026EFC92DF9F36B31A0C7E263ACD8458C3C23348_il2cpp_TypeInfo_var);
bool L_0 = Utils_HasAlgorithm_m610CD16DE06FEFE92116C9F3B20881090C85C3D0(((int32_t)26113), 0, /*hidden argument*/NULL);
if (L_0)
{
goto IL_0023;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral75B02FB3D1E91E5F18AEF605D031ED9E5425AB72, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_2 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, DESCryptoServiceProvider__ctor_m58ABBD0055043979901A6EE80F860CA545D5858E_RuntimeMethod_var);
}
IL_0023:
{
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_FeedbackSizeValue_1(8);
return;
}
}
// System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.DESCryptoServiceProvider::CreateEncryptor(System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DESCryptoServiceProvider_CreateEncryptor_mE2DB37118F8CE8E4D88964D1E4CA22AC1830FDAD (DESCryptoServiceProvider_t4970DFD468A963066369D2D518FD0882628649F6 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbKey0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbIV1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DESCryptoServiceProvider_CreateEncryptor_mE2DB37118F8CE8E4D88964D1E4CA22AC1830FDAD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___rgbKey0;
IL2CPP_RUNTIME_CLASS_INIT(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var);
bool L_1 = DES_IsWeakKey_m172D762DB529259B396017F0392B78486A45CFD5(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001d;
}
}
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralA421A9ECD3B9D524DE4A61F05E394659C957E680, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_3 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_mA09CE78A67CC67991C8D2F77FBC4F8029E593195(L_3, L_2, _stringLiteral26DB4ADFD18BEF9CD0D83082F02FA1E98DDA8B4D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, DESCryptoServiceProvider_CreateEncryptor_mE2DB37118F8CE8E4D88964D1E4CA22AC1830FDAD_RuntimeMethod_var);
}
IL_001d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___rgbKey0;
IL2CPP_RUNTIME_CLASS_INIT(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var);
bool L_5 = DES_IsSemiWeakKey_m30F619E1752B49408D8BD0920001832114D461E4(L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_003a;
}
}
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralA724C60C7FDED91FE1665AC0CFCAB3E92C68CE29, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_7 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_mA09CE78A67CC67991C8D2F77FBC4F8029E593195(L_7, L_6, _stringLiteral26DB4ADFD18BEF9CD0D83082F02FA1E98DDA8B4D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, DESCryptoServiceProvider_CreateEncryptor_mE2DB37118F8CE8E4D88964D1E4CA22AC1830FDAD_RuntimeMethod_var);
}
IL_003a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___rgbKey0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___rgbIV1;
DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44 * L_10 = (DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44 *)il2cpp_codegen_object_new(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var);
DESTransform__ctor_mFC6D834707ED030BD236AFF842227D80E46FA4D2(L_10, __this, (bool)1, L_8, L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.DESCryptoServiceProvider::CreateDecryptor(System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DESCryptoServiceProvider_CreateDecryptor_mAE8A00534B593C55528C5B67F82355BC3BF8BCCE (DESCryptoServiceProvider_t4970DFD468A963066369D2D518FD0882628649F6 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbKey0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbIV1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DESCryptoServiceProvider_CreateDecryptor_mAE8A00534B593C55528C5B67F82355BC3BF8BCCE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___rgbKey0;
IL2CPP_RUNTIME_CLASS_INIT(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var);
bool L_1 = DES_IsWeakKey_m172D762DB529259B396017F0392B78486A45CFD5(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001d;
}
}
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralA421A9ECD3B9D524DE4A61F05E394659C957E680, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_3 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_mA09CE78A67CC67991C8D2F77FBC4F8029E593195(L_3, L_2, _stringLiteral26DB4ADFD18BEF9CD0D83082F02FA1E98DDA8B4D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, DESCryptoServiceProvider_CreateDecryptor_mAE8A00534B593C55528C5B67F82355BC3BF8BCCE_RuntimeMethod_var);
}
IL_001d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___rgbKey0;
IL2CPP_RUNTIME_CLASS_INIT(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var);
bool L_5 = DES_IsSemiWeakKey_m30F619E1752B49408D8BD0920001832114D461E4(L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_003a;
}
}
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralA724C60C7FDED91FE1665AC0CFCAB3E92C68CE29, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_7 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_mA09CE78A67CC67991C8D2F77FBC4F8029E593195(L_7, L_6, _stringLiteral26DB4ADFD18BEF9CD0D83082F02FA1E98DDA8B4D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, DESCryptoServiceProvider_CreateDecryptor_mAE8A00534B593C55528C5B67F82355BC3BF8BCCE_RuntimeMethod_var);
}
IL_003a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___rgbKey0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___rgbIV1;
DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44 * L_10 = (DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44 *)il2cpp_codegen_object_new(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var);
DESTransform__ctor_mFC6D834707ED030BD236AFF842227D80E46FA4D2(L_10, __this, (bool)0, L_8, L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.Void System.Security.Cryptography.DESCryptoServiceProvider::GenerateKey()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESCryptoServiceProvider_GenerateKey_mCE245D6EA2DA34D23F56D9CE8A8F047C53187730 (DESCryptoServiceProvider_t4970DFD468A963066369D2D518FD0882628649F6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DESCryptoServiceProvider_GenerateKey_mCE245D6EA2DA34D23F56D9CE8A8F047C53187730_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)8);
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_KeyValue_3(L_0);
IL2CPP_RUNTIME_CLASS_INIT(Utils_t026EFC92DF9F36B31A0C7E263ACD8458C3C23348_il2cpp_TypeInfo_var);
RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1 * L_1 = Utils_get_StaticRandomNumberGenerator_m1D4C52DC69E815ABE0F1F1CA0CCBD10A7AB6D2E2(/*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->get_KeyValue_3();
NullCheck(L_1);
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_1, L_2);
goto IL_002e;
}
IL_001e:
{
IL2CPP_RUNTIME_CLASS_INIT(Utils_t026EFC92DF9F36B31A0C7E263ACD8458C3C23348_il2cpp_TypeInfo_var);
RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1 * L_3 = Utils_get_StaticRandomNumberGenerator_m1D4C52DC69E815ABE0F1F1CA0CCBD10A7AB6D2E2(/*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->get_KeyValue_3();
NullCheck(L_3);
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_3, L_4);
}
IL_002e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->get_KeyValue_3();
IL2CPP_RUNTIME_CLASS_INIT(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var);
bool L_6 = DES_IsWeakKey_m172D762DB529259B396017F0392B78486A45CFD5(L_5, /*hidden argument*/NULL);
if (L_6)
{
goto IL_001e;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->get_KeyValue_3();
IL2CPP_RUNTIME_CLASS_INIT(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var);
bool L_8 = DES_IsSemiWeakKey_m30F619E1752B49408D8BD0920001832114D461E4(L_7, /*hidden argument*/NULL);
if (L_8)
{
goto IL_001e;
}
}
{
return;
}
}
// System.Void System.Security.Cryptography.DESCryptoServiceProvider::GenerateIV()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESCryptoServiceProvider_GenerateIV_m348B0A9CAC69F279141EDA008203CE18FF78C444 (DESCryptoServiceProvider_t4970DFD468A963066369D2D518FD0882628649F6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DESCryptoServiceProvider_GenerateIV_m348B0A9CAC69F279141EDA008203CE18FF78C444_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)8);
((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->set_IVValue_2(L_0);
IL2CPP_RUNTIME_CLASS_INIT(Utils_t026EFC92DF9F36B31A0C7E263ACD8458C3C23348_il2cpp_TypeInfo_var);
RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1 * L_1 = Utils_get_StaticRandomNumberGenerator_m1D4C52DC69E815ABE0F1F1CA0CCBD10A7AB6D2E2(/*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ((SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 *)__this)->get_IVValue_2();
NullCheck(L_1);
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_1, L_2);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.DESTransform::.ctor(System.Security.Cryptography.SymmetricAlgorithm,System.Boolean,System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESTransform__ctor_mFC6D834707ED030BD236AFF842227D80E46FA4D2 (DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44 * __this, SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * ___symmAlgo0, bool ___encryption1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___iv3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DESTransform__ctor_mFC6D834707ED030BD236AFF842227D80E46FA4D2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
SymmetricAlgorithm_t0A2EC7E7AD8B8976832B4F0AC432B691F862E789 * L_0 = ___symmAlgo0;
bool L_1 = ___encryption1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___iv3;
SymmetricTransform__ctor_mFB4A57FD66418928944A29FEA8C212D7785C1644(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___key2;
if (L_3)
{
goto IL_0018;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = DESTransform_GetStrongKey_m0B0B7D9EC7956E5F1C072020D363E04A112CE34E(/*hidden argument*/NULL);
___key2 = L_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___key2;
V_0 = L_5;
}
IL_0018:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___key2;
IL2CPP_RUNTIME_CLASS_INIT(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var);
bool L_7 = DES_IsWeakKey_m172D762DB529259B396017F0392B78486A45CFD5(L_6, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0028;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___key2;
IL2CPP_RUNTIME_CLASS_INIT(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var);
bool L_9 = DES_IsSemiWeakKey_m30F619E1752B49408D8BD0920001832114D461E4(L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0038;
}
}
IL_0028:
{
String_t* L_10 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral038A7FA308AD75984DF72DB8ABC5C3E3684CFBB0, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_11 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_11, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, DESTransform__ctor_mFC6D834707ED030BD236AFF842227D80E46FA4D2_RuntimeMethod_var);
}
IL_0038:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = V_0;
if (L_12)
{
goto IL_0047;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___key2;
NullCheck((RuntimeArray *)(RuntimeArray *)L_13);
RuntimeObject * L_14 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_13, /*hidden argument*/NULL);
V_0 = ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_14, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var));
}
IL_0047:
{
IL2CPP_RUNTIME_CLASS_INIT(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var);
int32_t L_15 = ((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->get_KEY_BYTE_SIZE_13();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)((int32_t)16))));
__this->set_keySchedule_16(L_16);
int32_t L_17 = ((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->get_BLOCK_BYTE_SIZE_15();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_17);
__this->set_byteBuff_17(L_18);
int32_t L_19 = ((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->get_BLOCK_BYTE_SIZE_15();
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_20 = (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)SZArrayNew(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_19/(int32_t)4)));
__this->set_dwordBuff_18(L_20);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_0;
DESTransform_SetKey_m4C6F7A7436DA890B16691B942B5E3623CDDF8DBF(__this, L_21, /*hidden argument*/NULL);
return;
}
}
// System.UInt32 System.Security.Cryptography.DESTransform::CipherFunct(System.UInt32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95 (DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44 * __this, uint32_t ___r0, int32_t ___n1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
int32_t V_1 = 0;
uint32_t V_2 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_keySchedule_16();
V_0 = L_0;
int32_t L_1 = ___n1;
V_1 = ((int32_t)((int32_t)L_1<<(int32_t)3));
uint32_t L_2 = ___r0;
uint32_t L_3 = ___r0;
V_2 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_2>>1))|(int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)31)))));
IL2CPP_RUNTIME_CLASS_INIT(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_4 = ((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->get_spBoxes_19();
uint32_t L_5 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_0;
int32_t L_7 = V_1;
int32_t L_8 = L_7;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
NullCheck(L_6);
int32_t L_9 = L_8;
uint8_t L_10 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
NullCheck(L_4);
int32_t L_11 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_5>>((int32_t)26)))^(int32_t)L_10))&(int32_t)((int32_t)63)));
uint32_t L_12 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_13 = ((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->get_spBoxes_19();
uint32_t L_14 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = V_0;
int32_t L_16 = V_1;
int32_t L_17 = L_16;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
NullCheck(L_15);
int32_t L_18 = L_17;
uint8_t L_19 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
NullCheck(L_13);
int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)64), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_14>>((int32_t)22)))^(int32_t)L_19))&(int32_t)((int32_t)63)))));
uint32_t L_21 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_22 = ((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->get_spBoxes_19();
uint32_t L_23 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = V_0;
int32_t L_25 = V_1;
int32_t L_26 = L_25;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
NullCheck(L_24);
int32_t L_27 = L_26;
uint8_t L_28 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
NullCheck(L_22);
int32_t L_29 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)128), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_23>>((int32_t)18)))^(int32_t)L_28))&(int32_t)((int32_t)63)))));
uint32_t L_30 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_31 = ((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->get_spBoxes_19();
uint32_t L_32 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = V_0;
int32_t L_34 = V_1;
int32_t L_35 = L_34;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1));
NullCheck(L_33);
int32_t L_36 = L_35;
uint8_t L_37 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
NullCheck(L_31);
int32_t L_38 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)192), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_32>>((int32_t)14)))^(int32_t)L_37))&(int32_t)((int32_t)63)))));
uint32_t L_39 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_40 = ((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->get_spBoxes_19();
uint32_t L_41 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = V_0;
int32_t L_43 = V_1;
int32_t L_44 = L_43;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1));
NullCheck(L_42);
int32_t L_45 = L_44;
uint8_t L_46 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
NullCheck(L_40);
int32_t L_47 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)256), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_41>>((int32_t)10)))^(int32_t)L_46))&(int32_t)((int32_t)63)))));
uint32_t L_48 = (L_40)->GetAt(static_cast<il2cpp_array_size_t>(L_47));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_49 = ((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->get_spBoxes_19();
uint32_t L_50 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_51 = V_0;
int32_t L_52 = V_1;
int32_t L_53 = L_52;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1));
NullCheck(L_51);
int32_t L_54 = L_53;
uint8_t L_55 = (L_51)->GetAt(static_cast<il2cpp_array_size_t>(L_54));
NullCheck(L_49);
int32_t L_56 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)320), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_50>>6))^(int32_t)L_55))&(int32_t)((int32_t)63)))));
uint32_t L_57 = (L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_56));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_58 = ((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->get_spBoxes_19();
uint32_t L_59 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_60 = V_0;
int32_t L_61 = V_1;
int32_t L_62 = L_61;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1));
NullCheck(L_60);
int32_t L_63 = L_62;
uint8_t L_64 = (L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_63));
NullCheck(L_58);
int32_t L_65 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)384), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_59>>2))^(int32_t)L_64))&(int32_t)((int32_t)63)))));
uint32_t L_66 = (L_58)->GetAt(static_cast<il2cpp_array_size_t>(L_65));
uint32_t L_67 = ___r0;
uint32_t L_68 = ___r0;
V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_67<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_68>>((int32_t)31)))));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_69 = ((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->get_spBoxes_19();
uint32_t L_70 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_71 = V_0;
int32_t L_72 = V_1;
NullCheck(L_71);
int32_t L_73 = L_72;
uint8_t L_74 = (L_71)->GetAt(static_cast<il2cpp_array_size_t>(L_73));
NullCheck(L_69);
int32_t L_75 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)448), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_70^(int32_t)L_74))&(int32_t)((int32_t)63)))));
uint32_t L_76 = (L_69)->GetAt(static_cast<il2cpp_array_size_t>(L_75));
return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)0|(int32_t)L_12))|(int32_t)L_21))|(int32_t)L_30))|(int32_t)L_39))|(int32_t)L_48))|(int32_t)L_57))|(int32_t)L_66))|(int32_t)L_76));
}
}
// System.Void System.Security.Cryptography.DESTransform::Permutation(System.Byte[],System.Byte[],System.UInt32[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESTransform_Permutation_mE318281053CF7C1BAF2D23827D10DE3F1BEC29C2 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___output1, UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___permTab2, bool ___preSwap3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DESTransform_Permutation_mE318281053CF7C1BAF2D23827D10DE3F1BEC29C2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
uint32_t V_2 = 0;
uint32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
{
bool L_0 = ___preSwap3;
if (!L_0)
{
goto IL_0010;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
bool L_1 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0();
if (!L_1)
{
goto IL_0010;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___input0;
IL2CPP_RUNTIME_CLASS_INIT(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var);
DESTransform_BSwap_m08AFB53C67A4FB1F7D644F917E26F1674F5EE7EC(L_2, /*hidden argument*/NULL);
}
IL_0010:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___input0;
NullCheck(L_3);
int32_t L_4 = 0;
uint8_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_5>>(int32_t)4))<<(int32_t)1));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___input0;
NullCheck(L_6);
int32_t L_7 = 0;
uint8_t L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)32), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8&(int32_t)((int32_t)15)))<<(int32_t)1))));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_9 = ___permTab2;
int32_t L_10 = V_0;
int32_t L_11 = L_10;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
NullCheck(L_9);
int32_t L_12 = L_11;
uint32_t L_13 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_14 = ___permTab2;
int32_t L_15 = V_1;
int32_t L_16 = L_15;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
NullCheck(L_14);
int32_t L_17 = L_16;
uint32_t L_18 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
V_2 = ((int32_t)((int32_t)L_13|(int32_t)L_18));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_19 = ___permTab2;
int32_t L_20 = V_0;
NullCheck(L_19);
int32_t L_21 = L_20;
uint32_t L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_23 = ___permTab2;
int32_t L_24 = V_1;
NullCheck(L_23);
int32_t L_25 = L_24;
uint32_t L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
V_3 = ((int32_t)((int32_t)L_22|(int32_t)L_26));
IL2CPP_RUNTIME_CLASS_INIT(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var);
int32_t L_27 = ((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->get_BLOCK_BYTE_SIZE_15();
V_4 = ((int32_t)((int32_t)L_27<<(int32_t)1));
V_5 = 2;
V_6 = 1;
goto IL_0096;
}
IL_004d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = ___input0;
int32_t L_29 = V_6;
NullCheck(L_28);
int32_t L_30 = L_29;
uint8_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
V_7 = L_31;
int32_t L_32 = V_5;
int32_t L_33 = V_7;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_32<<(int32_t)5)), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_33>>(int32_t)4))<<(int32_t)1))));
int32_t L_34 = V_5;
int32_t L_35 = V_7;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1))<<(int32_t)5)), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_35&(int32_t)((int32_t)15)))<<(int32_t)1))));
uint32_t L_36 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_37 = ___permTab2;
int32_t L_38 = V_0;
int32_t L_39 = L_38;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1));
NullCheck(L_37);
int32_t L_40 = L_39;
uint32_t L_41 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_42 = ___permTab2;
int32_t L_43 = V_1;
int32_t L_44 = L_43;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1));
NullCheck(L_42);
int32_t L_45 = L_44;
uint32_t L_46 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
V_2 = ((int32_t)((int32_t)L_36|(int32_t)((int32_t)((int32_t)L_41|(int32_t)L_46))));
uint32_t L_47 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_48 = ___permTab2;
int32_t L_49 = V_0;
NullCheck(L_48);
int32_t L_50 = L_49;
uint32_t L_51 = (L_48)->GetAt(static_cast<il2cpp_array_size_t>(L_50));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_52 = ___permTab2;
int32_t L_53 = V_1;
NullCheck(L_52);
int32_t L_54 = L_53;
uint32_t L_55 = (L_52)->GetAt(static_cast<il2cpp_array_size_t>(L_54));
V_3 = ((int32_t)((int32_t)L_47|(int32_t)((int32_t)((int32_t)L_51|(int32_t)L_55))));
int32_t L_56 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)2));
int32_t L_57 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1));
}
IL_0096:
{
int32_t L_58 = V_5;
int32_t L_59 = V_4;
if ((((int32_t)L_58) < ((int32_t)L_59)))
{
goto IL_004d;
}
}
{
bool L_60 = ___preSwap3;
if (L_60)
{
goto IL_00a6;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
bool L_61 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0();
if (L_61)
{
goto IL_00df;
}
}
IL_00a6:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_62 = ___output1;
uint32_t L_63 = V_2;
NullCheck(L_62);
(L_62)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)(((int32_t)((uint8_t)L_63))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_64 = ___output1;
uint32_t L_65 = V_2;
NullCheck(L_64);
(L_64)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_65>>8))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_66 = ___output1;
uint32_t L_67 = V_2;
NullCheck(L_66);
(L_66)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_67>>((int32_t)16)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_68 = ___output1;
uint32_t L_69 = V_2;
NullCheck(L_68);
(L_68)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_69>>((int32_t)24)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_70 = ___output1;
uint32_t L_71 = V_3;
NullCheck(L_70);
(L_70)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)(((int32_t)((uint8_t)L_71))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_72 = ___output1;
uint32_t L_73 = V_3;
NullCheck(L_72);
(L_72)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_73>>8))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_74 = ___output1;
uint32_t L_75 = V_3;
NullCheck(L_74);
(L_74)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_75>>((int32_t)16)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_76 = ___output1;
uint32_t L_77 = V_3;
NullCheck(L_76);
(L_76)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_77>>((int32_t)24)))))));
return;
}
IL_00df:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_78 = ___output1;
uint32_t L_79 = V_2;
NullCheck(L_78);
(L_78)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_79>>((int32_t)24)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_80 = ___output1;
uint32_t L_81 = V_2;
NullCheck(L_80);
(L_80)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_81>>((int32_t)16)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_82 = ___output1;
uint32_t L_83 = V_2;
NullCheck(L_82);
(L_82)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_83>>8))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_84 = ___output1;
uint32_t L_85 = V_2;
NullCheck(L_84);
(L_84)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)(((int32_t)((uint8_t)L_85))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_86 = ___output1;
uint32_t L_87 = V_3;
NullCheck(L_86);
(L_86)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_87>>((int32_t)24)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_88 = ___output1;
uint32_t L_89 = V_3;
NullCheck(L_88);
(L_88)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_89>>((int32_t)16)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_90 = ___output1;
uint32_t L_91 = V_3;
NullCheck(L_90);
(L_90)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_91>>8))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_92 = ___output1;
uint32_t L_93 = V_3;
NullCheck(L_92);
(L_92)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint8_t)(((int32_t)((uint8_t)L_93))));
return;
}
}
// System.Void System.Security.Cryptography.DESTransform::BSwap(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESTransform_BSwap_m08AFB53C67A4FB1F7D644F917E26F1674F5EE7EC (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteBuff0, const RuntimeMethod* method)
{
uint8_t V_0 = 0x0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___byteBuff0;
NullCheck(L_0);
int32_t L_1 = 0;
uint8_t L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
V_0 = L_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___byteBuff0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___byteBuff0;
NullCheck(L_4);
int32_t L_5 = 3;
uint8_t L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_6);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___byteBuff0;
uint8_t L_8 = V_0;
NullCheck(L_7);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)L_8);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___byteBuff0;
NullCheck(L_9);
int32_t L_10 = 1;
uint8_t L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
V_0 = L_11;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___byteBuff0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___byteBuff0;
NullCheck(L_13);
int32_t L_14 = 2;
uint8_t L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
NullCheck(L_12);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)L_15);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___byteBuff0;
uint8_t L_17 = V_0;
NullCheck(L_16);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)L_17);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ___byteBuff0;
NullCheck(L_18);
int32_t L_19 = 4;
uint8_t L_20 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
V_0 = L_20;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___byteBuff0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = ___byteBuff0;
NullCheck(L_22);
int32_t L_23 = 7;
uint8_t L_24 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
NullCheck(L_21);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)L_24);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = ___byteBuff0;
uint8_t L_26 = V_0;
NullCheck(L_25);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint8_t)L_26);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = ___byteBuff0;
NullCheck(L_27);
int32_t L_28 = 5;
uint8_t L_29 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
V_0 = L_29;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = ___byteBuff0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = ___byteBuff0;
NullCheck(L_31);
int32_t L_32 = 6;
uint8_t L_33 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
NullCheck(L_30);
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)L_33);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = ___byteBuff0;
uint8_t L_35 = V_0;
NullCheck(L_34);
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint8_t)L_35);
return;
}
}
// System.Void System.Security.Cryptography.DESTransform::SetKey(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESTransform_SetKey_m4C6F7A7436DA890B16691B942B5E3623CDDF8DBF (DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DESTransform_SetKey_m4C6F7A7436DA890B16691B942B5E3623CDDF8DBF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL;
int32_t V_6 = 0;
uint8_t V_7 = 0x0;
int32_t V_8 = 0;
int32_t V_9 = 0;
int32_t V_10 = 0;
int32_t V_11 = 0;
int32_t V_12 = 0;
uint8_t V_13 = 0x0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B7_0 = NULL;
int32_t G_B7_1 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B7_2 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B6_0 = NULL;
int32_t G_B6_1 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B6_2 = NULL;
int32_t G_B8_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B8_1 = NULL;
int32_t G_B8_2 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B8_3 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B13_0 = NULL;
int32_t G_B13_1 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B13_2 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B12_0 = NULL;
int32_t G_B12_1 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B12_2 = NULL;
int32_t G_B14_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B14_1 = NULL;
int32_t G_B14_2 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B14_3 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_keySchedule_16();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_keySchedule_16();
NullCheck(L_1);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_0, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->get_PC1_20();
NullCheck(L_2);
V_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))));
int32_t L_3 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_3);
V_1 = L_4;
int32_t L_5 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_5);
V_2 = L_6;
V_3 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->get_PC1_20();
V_5 = L_7;
V_6 = 0;
goto IL_005f;
}
IL_0038:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_5;
int32_t L_9 = V_6;
NullCheck(L_8);
int32_t L_10 = L_9;
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
V_7 = L_11;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = V_1;
int32_t L_13 = V_3;
int32_t L_14 = L_13;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___key0;
uint8_t L_16 = V_7;
NullCheck(L_15);
int32_t L_17 = ((int32_t)((int32_t)L_16>>(int32_t)3));
uint8_t L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
uint8_t L_19 = V_7;
NullCheck(L_12);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(L_14), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_18>>(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)7^(int32_t)((int32_t)((int32_t)L_19&(int32_t)7))))&(int32_t)((int32_t)31)))))&(int32_t)1))))));
int32_t L_20 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
}
IL_005f:
{
int32_t L_21 = V_6;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = V_5;
NullCheck(L_22);
if ((((int32_t)L_21) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))))
{
goto IL_0038;
}
}
{
V_8 = 0;
goto IL_0140;
}
IL_006f:
{
int32_t L_23 = V_0;
V_9 = ((int32_t)((int32_t)L_23>>(int32_t)1));
V_4 = 0;
goto IL_00a1;
}
IL_0079:
{
int32_t L_24 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = ((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->get_leftRotTotal_21();
int32_t L_26 = V_8;
NullCheck(L_25);
int32_t L_27 = L_26;
uint8_t L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_28));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = V_2;
int32_t L_30 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = V_1;
int32_t L_32 = V_11;
int32_t L_33 = V_9;
G_B6_0 = L_31;
G_B6_1 = L_30;
G_B6_2 = L_29;
if ((((int32_t)L_32) < ((int32_t)L_33)))
{
G_B7_0 = L_31;
G_B7_1 = L_30;
G_B7_2 = L_29;
goto IL_0097;
}
}
{
int32_t L_34 = V_11;
int32_t L_35 = V_9;
G_B8_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35));
G_B8_1 = G_B6_0;
G_B8_2 = G_B6_1;
G_B8_3 = G_B6_2;
goto IL_0099;
}
IL_0097:
{
int32_t L_36 = V_11;
G_B8_0 = L_36;
G_B8_1 = G_B7_0;
G_B8_2 = G_B7_1;
G_B8_3 = G_B7_2;
}
IL_0099:
{
NullCheck(G_B8_1);
int32_t L_37 = G_B8_0;
uint8_t L_38 = (G_B8_1)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
NullCheck(G_B8_3);
(G_B8_3)->SetAt(static_cast<il2cpp_array_size_t>(G_B8_2), (uint8_t)L_38);
int32_t L_39 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1));
}
IL_00a1:
{
int32_t L_40 = V_4;
int32_t L_41 = V_9;
if ((((int32_t)L_40) < ((int32_t)L_41)))
{
goto IL_0079;
}
}
{
int32_t L_42 = V_9;
V_4 = L_42;
goto IL_00d4;
}
IL_00ad:
{
int32_t L_43 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = ((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->get_leftRotTotal_21();
int32_t L_45 = V_8;
NullCheck(L_44);
int32_t L_46 = L_45;
uint8_t L_47 = (L_44)->GetAt(static_cast<il2cpp_array_size_t>(L_46));
V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_47));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = V_2;
int32_t L_49 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = V_1;
int32_t L_51 = V_12;
int32_t L_52 = V_0;
G_B12_0 = L_50;
G_B12_1 = L_49;
G_B12_2 = L_48;
if ((((int32_t)L_51) < ((int32_t)L_52)))
{
G_B13_0 = L_50;
G_B13_1 = L_49;
G_B13_2 = L_48;
goto IL_00ca;
}
}
{
int32_t L_53 = V_12;
int32_t L_54 = V_9;
G_B14_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)L_54));
G_B14_1 = G_B12_0;
G_B14_2 = G_B12_1;
G_B14_3 = G_B12_2;
goto IL_00cc;
}
IL_00ca:
{
int32_t L_55 = V_12;
G_B14_0 = L_55;
G_B14_1 = G_B13_0;
G_B14_2 = G_B13_1;
G_B14_3 = G_B13_2;
}
IL_00cc:
{
NullCheck(G_B14_1);
int32_t L_56 = G_B14_0;
uint8_t L_57 = (G_B14_1)->GetAt(static_cast<il2cpp_array_size_t>(L_56));
NullCheck(G_B14_3);
(G_B14_3)->SetAt(static_cast<il2cpp_array_size_t>(G_B14_2), (uint8_t)L_57);
int32_t L_58 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1));
}
IL_00d4:
{
int32_t L_59 = V_4;
int32_t L_60 = V_0;
if ((((int32_t)L_59) < ((int32_t)L_60)))
{
goto IL_00ad;
}
}
{
int32_t L_61 = V_8;
IL2CPP_RUNTIME_CLASS_INIT(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var);
int32_t L_62 = ((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->get_KEY_BYTE_SIZE_13();
V_10 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_61, (int32_t)L_62));
V_4 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_63 = ((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->get_PC2_22();
V_5 = L_63;
V_6 = 0;
goto IL_0132;
}
IL_00f2:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_64 = V_5;
int32_t L_65 = V_6;
NullCheck(L_64);
int32_t L_66 = L_65;
uint8_t L_67 = (L_64)->GetAt(static_cast<il2cpp_array_size_t>(L_66));
V_13 = L_67;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_68 = V_2;
uint8_t L_69 = V_13;
NullCheck(L_68);
uint8_t L_70 = L_69;
uint8_t L_71 = (L_68)->GetAt(static_cast<il2cpp_array_size_t>(L_70));
if (!L_71)
{
goto IL_0126;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_72 = __this->get_keySchedule_16();
int32_t L_73 = V_10;
int32_t L_74 = V_4;
NullCheck(L_72);
uint8_t* L_75 = ((L_72)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)((int32_t)((int32_t)L_74/(int32_t)6)))))));
int32_t L_76 = *((uint8_t*)L_75);
int32_t L_77 = V_4;
*((int8_t*)L_75) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_76|(int32_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)128)>>(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_77%(int32_t)6)), (int32_t)2))&(int32_t)((int32_t)31)))))))))))));
}
IL_0126:
{
int32_t L_78 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1));
int32_t L_79 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1));
}
IL_0132:
{
int32_t L_80 = V_6;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_81 = V_5;
NullCheck(L_81);
if ((((int32_t)L_80) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_81)->max_length)))))))
{
goto IL_00f2;
}
}
{
int32_t L_82 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1));
}
IL_0140:
{
int32_t L_83 = V_8;
IL2CPP_RUNTIME_CLASS_INIT(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var);
int32_t L_84 = ((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->get_KEY_BYTE_SIZE_13();
if ((((int32_t)L_83) < ((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_84, (int32_t)2)))))
{
goto IL_006f;
}
}
{
return;
}
}
// System.Void System.Security.Cryptography.DESTransform::ProcessBlock(System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESTransform_ProcessBlock_m20F8F3100E200473195701E8C3A4FE91215CEC5B (DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___output1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DESTransform_ProcessBlock_m20F8F3100E200473195701E8C3A4FE91215CEC5B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
uint32_t V_1 = 0;
uint32_t V_2 = 0;
uint32_t V_3 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___input0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_1 = __this->get_dwordBuff_18();
IL2CPP_RUNTIME_CLASS_INIT(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var);
int32_t L_2 = ((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->get_BLOCK_BYTE_SIZE_15();
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_0, 0, (RuntimeArray *)(RuntimeArray *)L_1, 0, L_2, /*hidden argument*/NULL);
bool L_3 = ((SymmetricTransform_t413AE9CB2D31AA411A8F189123C15258929AC750 *)__this)->get_encrypt_1();
if (!L_3)
{
goto IL_00fe;
}
}
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_4 = __this->get_dwordBuff_18();
NullCheck(L_4);
int32_t L_5 = 0;
uint32_t L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_0 = L_6;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_7 = __this->get_dwordBuff_18();
NullCheck(L_7);
int32_t L_8 = 1;
uint32_t L_9 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
V_1 = L_9;
uint32_t L_10 = V_0;
uint32_t L_11 = V_1;
uint32_t L_12 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_11, 0, /*hidden argument*/NULL);
V_0 = ((int32_t)((int32_t)L_10^(int32_t)L_12));
uint32_t L_13 = V_1;
uint32_t L_14 = V_0;
uint32_t L_15 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_14, 1, /*hidden argument*/NULL);
V_1 = ((int32_t)((int32_t)L_13^(int32_t)L_15));
uint32_t L_16 = V_0;
uint32_t L_17 = V_1;
uint32_t L_18 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_17, 2, /*hidden argument*/NULL);
V_0 = ((int32_t)((int32_t)L_16^(int32_t)L_18));
uint32_t L_19 = V_1;
uint32_t L_20 = V_0;
uint32_t L_21 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_20, 3, /*hidden argument*/NULL);
V_1 = ((int32_t)((int32_t)L_19^(int32_t)L_21));
uint32_t L_22 = V_0;
uint32_t L_23 = V_1;
uint32_t L_24 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_23, 4, /*hidden argument*/NULL);
V_0 = ((int32_t)((int32_t)L_22^(int32_t)L_24));
uint32_t L_25 = V_1;
uint32_t L_26 = V_0;
uint32_t L_27 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_26, 5, /*hidden argument*/NULL);
V_1 = ((int32_t)((int32_t)L_25^(int32_t)L_27));
uint32_t L_28 = V_0;
uint32_t L_29 = V_1;
uint32_t L_30 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_29, 6, /*hidden argument*/NULL);
V_0 = ((int32_t)((int32_t)L_28^(int32_t)L_30));
uint32_t L_31 = V_1;
uint32_t L_32 = V_0;
uint32_t L_33 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_32, 7, /*hidden argument*/NULL);
V_1 = ((int32_t)((int32_t)L_31^(int32_t)L_33));
uint32_t L_34 = V_0;
uint32_t L_35 = V_1;
uint32_t L_36 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_35, 8, /*hidden argument*/NULL);
V_0 = ((int32_t)((int32_t)L_34^(int32_t)L_36));
uint32_t L_37 = V_1;
uint32_t L_38 = V_0;
uint32_t L_39 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_38, ((int32_t)9), /*hidden argument*/NULL);
V_1 = ((int32_t)((int32_t)L_37^(int32_t)L_39));
uint32_t L_40 = V_0;
uint32_t L_41 = V_1;
uint32_t L_42 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_41, ((int32_t)10), /*hidden argument*/NULL);
V_0 = ((int32_t)((int32_t)L_40^(int32_t)L_42));
uint32_t L_43 = V_1;
uint32_t L_44 = V_0;
uint32_t L_45 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_44, ((int32_t)11), /*hidden argument*/NULL);
V_1 = ((int32_t)((int32_t)L_43^(int32_t)L_45));
uint32_t L_46 = V_0;
uint32_t L_47 = V_1;
uint32_t L_48 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_47, ((int32_t)12), /*hidden argument*/NULL);
V_0 = ((int32_t)((int32_t)L_46^(int32_t)L_48));
uint32_t L_49 = V_1;
uint32_t L_50 = V_0;
uint32_t L_51 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_50, ((int32_t)13), /*hidden argument*/NULL);
V_1 = ((int32_t)((int32_t)L_49^(int32_t)L_51));
uint32_t L_52 = V_0;
uint32_t L_53 = V_1;
uint32_t L_54 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_53, ((int32_t)14), /*hidden argument*/NULL);
V_0 = ((int32_t)((int32_t)L_52^(int32_t)L_54));
uint32_t L_55 = V_1;
uint32_t L_56 = V_0;
uint32_t L_57 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_56, ((int32_t)15), /*hidden argument*/NULL);
V_1 = ((int32_t)((int32_t)L_55^(int32_t)L_57));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_58 = __this->get_dwordBuff_18();
uint32_t L_59 = V_1;
NullCheck(L_58);
(L_58)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint32_t)L_59);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_60 = __this->get_dwordBuff_18();
uint32_t L_61 = V_0;
NullCheck(L_60);
(L_60)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint32_t)L_61);
goto IL_01d9;
}
IL_00fe:
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_62 = __this->get_dwordBuff_18();
NullCheck(L_62);
int32_t L_63 = 0;
uint32_t L_64 = (L_62)->GetAt(static_cast<il2cpp_array_size_t>(L_63));
V_2 = L_64;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_65 = __this->get_dwordBuff_18();
NullCheck(L_65);
int32_t L_66 = 1;
uint32_t L_67 = (L_65)->GetAt(static_cast<il2cpp_array_size_t>(L_66));
V_3 = L_67;
uint32_t L_68 = V_2;
uint32_t L_69 = V_3;
uint32_t L_70 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_69, ((int32_t)15), /*hidden argument*/NULL);
V_2 = ((int32_t)((int32_t)L_68^(int32_t)L_70));
uint32_t L_71 = V_3;
uint32_t L_72 = V_2;
uint32_t L_73 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_72, ((int32_t)14), /*hidden argument*/NULL);
V_3 = ((int32_t)((int32_t)L_71^(int32_t)L_73));
uint32_t L_74 = V_2;
uint32_t L_75 = V_3;
uint32_t L_76 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_75, ((int32_t)13), /*hidden argument*/NULL);
V_2 = ((int32_t)((int32_t)L_74^(int32_t)L_76));
uint32_t L_77 = V_3;
uint32_t L_78 = V_2;
uint32_t L_79 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_78, ((int32_t)12), /*hidden argument*/NULL);
V_3 = ((int32_t)((int32_t)L_77^(int32_t)L_79));
uint32_t L_80 = V_2;
uint32_t L_81 = V_3;
uint32_t L_82 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_81, ((int32_t)11), /*hidden argument*/NULL);
V_2 = ((int32_t)((int32_t)L_80^(int32_t)L_82));
uint32_t L_83 = V_3;
uint32_t L_84 = V_2;
uint32_t L_85 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_84, ((int32_t)10), /*hidden argument*/NULL);
V_3 = ((int32_t)((int32_t)L_83^(int32_t)L_85));
uint32_t L_86 = V_2;
uint32_t L_87 = V_3;
uint32_t L_88 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_87, ((int32_t)9), /*hidden argument*/NULL);
V_2 = ((int32_t)((int32_t)L_86^(int32_t)L_88));
uint32_t L_89 = V_3;
uint32_t L_90 = V_2;
uint32_t L_91 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_90, 8, /*hidden argument*/NULL);
V_3 = ((int32_t)((int32_t)L_89^(int32_t)L_91));
uint32_t L_92 = V_2;
uint32_t L_93 = V_3;
uint32_t L_94 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_93, 7, /*hidden argument*/NULL);
V_2 = ((int32_t)((int32_t)L_92^(int32_t)L_94));
uint32_t L_95 = V_3;
uint32_t L_96 = V_2;
uint32_t L_97 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_96, 6, /*hidden argument*/NULL);
V_3 = ((int32_t)((int32_t)L_95^(int32_t)L_97));
uint32_t L_98 = V_2;
uint32_t L_99 = V_3;
uint32_t L_100 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_99, 5, /*hidden argument*/NULL);
V_2 = ((int32_t)((int32_t)L_98^(int32_t)L_100));
uint32_t L_101 = V_3;
uint32_t L_102 = V_2;
uint32_t L_103 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_102, 4, /*hidden argument*/NULL);
V_3 = ((int32_t)((int32_t)L_101^(int32_t)L_103));
uint32_t L_104 = V_2;
uint32_t L_105 = V_3;
uint32_t L_106 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_105, 3, /*hidden argument*/NULL);
V_2 = ((int32_t)((int32_t)L_104^(int32_t)L_106));
uint32_t L_107 = V_3;
uint32_t L_108 = V_2;
uint32_t L_109 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_108, 2, /*hidden argument*/NULL);
V_3 = ((int32_t)((int32_t)L_107^(int32_t)L_109));
uint32_t L_110 = V_2;
uint32_t L_111 = V_3;
uint32_t L_112 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_111, 1, /*hidden argument*/NULL);
V_2 = ((int32_t)((int32_t)L_110^(int32_t)L_112));
uint32_t L_113 = V_3;
uint32_t L_114 = V_2;
uint32_t L_115 = DESTransform_CipherFunct_mDE6FF63291A8469E5B3B61F7BB6CC211236FBC95(__this, L_114, 0, /*hidden argument*/NULL);
V_3 = ((int32_t)((int32_t)L_113^(int32_t)L_115));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_116 = __this->get_dwordBuff_18();
uint32_t L_117 = V_3;
NullCheck(L_116);
(L_116)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint32_t)L_117);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_118 = __this->get_dwordBuff_18();
uint32_t L_119 = V_2;
NullCheck(L_118);
(L_118)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint32_t)L_119);
}
IL_01d9:
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_120 = __this->get_dwordBuff_18();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_121 = ___output1;
IL2CPP_RUNTIME_CLASS_INIT(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var);
int32_t L_122 = ((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->get_BLOCK_BYTE_SIZE_15();
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_120, 0, (RuntimeArray *)(RuntimeArray *)L_121, 0, L_122, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.DESTransform::ECB(System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESTransform_ECB_mF98E9FB9CD6891DEBB798F6E52D20177C7306AD4 (DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___output1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DESTransform_ECB_mF98E9FB9CD6891DEBB798F6E52D20177C7306AD4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___input0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___output1;
IL2CPP_RUNTIME_CLASS_INIT(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_2 = ((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->get_ipTab_23();
DESTransform_Permutation_mE318281053CF7C1BAF2D23827D10DE3F1BEC29C2(L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___output1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_byteBuff_17();
DESTransform_ProcessBlock_m20F8F3100E200473195701E8C3A4FE91215CEC5B(__this, L_3, L_4, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get_byteBuff_17();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___output1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_7 = ((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->get_fpTab_24();
DESTransform_Permutation_mE318281053CF7C1BAF2D23827D10DE3F1BEC29C2(L_5, L_6, L_7, (bool)1, /*hidden argument*/NULL);
return;
}
}
// System.Byte[] System.Security.Cryptography.DESTransform::GetStrongKey()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DESTransform_GetStrongKey_m0B0B7D9EC7956E5F1C072020D363E04A112CE34E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DESTransform_GetStrongKey_m0B0B7D9EC7956E5F1C072020D363E04A112CE34E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
IL2CPP_RUNTIME_CLASS_INIT(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var);
int32_t L_0 = ((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->get_KEY_BYTE_SIZE_13();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = KeyBuilder_Key_mE2BA9CC6CF77F5A93BC03E878DCB6EFB6E1A0332(L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_0018;
}
IL_000d:
{
IL2CPP_RUNTIME_CLASS_INIT(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var);
int32_t L_2 = ((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->get_KEY_BYTE_SIZE_13();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = KeyBuilder_Key_mE2BA9CC6CF77F5A93BC03E878DCB6EFB6E1A0332(L_2, /*hidden argument*/NULL);
V_0 = L_3;
}
IL_0018:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var);
bool L_5 = DES_IsWeakKey_m172D762DB529259B396017F0392B78486A45CFD5(L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_000d;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DES_tFB993FE8AF9722A555B0737FE730332CCD86F6F0_il2cpp_TypeInfo_var);
bool L_7 = DES_IsSemiWeakKey_m30F619E1752B49408D8BD0920001832114D461E4(L_6, /*hidden argument*/NULL);
if (L_7)
{
goto IL_000d;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_0;
return L_8;
}
}
// System.Void System.Security.Cryptography.DESTransform::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESTransform__cctor_m93849F27A072001DC293650F9DB5B7955F2D1C70 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DESTransform__cctor_m93849F27A072001DC293650F9DB5B7955F2D1C70_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->set_KEY_BIT_SIZE_12(((int32_t)64));
int32_t L_0 = ((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->get_KEY_BIT_SIZE_12();
((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->set_KEY_BYTE_SIZE_13(((int32_t)((int32_t)L_0/(int32_t)8)));
((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->set_BLOCK_BIT_SIZE_14(((int32_t)64));
int32_t L_1 = ((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->get_BLOCK_BIT_SIZE_14();
((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->set_BLOCK_BYTE_SIZE_15(((int32_t)((int32_t)L_1/(int32_t)8)));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_2 = (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)SZArrayNew(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)512));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_3 = L_2;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_4 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____6D797C11E1D4FB68B6570CF2A92B792433527065_58_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_3, L_4, /*hidden argument*/NULL);
((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->set_spBoxes_19(L_3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)56));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = L_5;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_7 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_6, L_7, /*hidden argument*/NULL);
((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->set_PC1_20(L_6);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = L_8;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_10 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_9, L_10, /*hidden argument*/NULL);
((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->set_leftRotTotal_21(L_9);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)48));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = L_11;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_13 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_12, L_13, /*hidden argument*/NULL);
((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->set_PC2_22(L_12);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_14 = (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)SZArrayNew(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)512));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_15 = L_14;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_16 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_15, L_16, /*hidden argument*/NULL);
((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->set_ipTab_23(L_15);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_17 = (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)SZArrayNew(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)512));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_18 = L_17;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_19 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____646036A65DECCD6835C914A46E6E44B729433B60_51_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_18, L_19, /*hidden argument*/NULL);
((DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_StaticFields*)il2cpp_codegen_static_fields_for(DESTransform_tF8FB5CE1B5F3BA1E625663FC143D078D38C81F44_il2cpp_TypeInfo_var))->set_fpTab_24(L_18);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.DSA::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSA__ctor_m6ECB25F328696E0FCCFBBBCDD5B0C5900916EC1D (DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * __this, const RuntimeMethod* method)
{
{
AsymmetricAlgorithm__ctor_m2CC64409B1183D15BF9703D8581233B11D5D11EC(__this, /*hidden argument*/NULL);
return;
}
}
// System.Security.Cryptography.DSA System.Security.Cryptography.DSA::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * DSA_Create_m727400EBC98FEDC4F43DD568D974EDC1CD2868BA (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSA_Create_m727400EBC98FEDC4F43DD568D974EDC1CD2868BA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * L_0 = (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 *)il2cpp_codegen_object_new(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_il2cpp_TypeInfo_var);
DSACryptoServiceProvider__ctor_mFCE50857F38AF469241EFD54DC59A5EFFE3C3586(L_0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Security.Cryptography.DSA System.Security.Cryptography.DSA::Create(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * DSA_Create_mB6ABE3E2DB27753775D3026B0E581B885DC7FBC2 (String_t* ___algName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSA_Create_mB6ABE3E2DB27753775D3026B0E581B885DC7FBC2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___algName0;
RuntimeObject * L_1 = CryptoConfig_CreateFromName_mB7B977E2EFA4B5AAC601FB0E261F4509E341A9B4(L_0, /*hidden argument*/NULL);
return ((DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF *)CastclassClass((RuntimeObject*)L_1, DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF_il2cpp_TypeInfo_var));
}
}
// System.Byte[] System.Security.Cryptography.DSA::HashData(System.Byte[],System.Int32,System.Int32,System.Security.Cryptography.HashAlgorithmName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DSA_HashData_m052BE150ADCE6805B91CEBE15B268FEBC5A0C920 (DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, int32_t ___offset1, int32_t ___count2, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___hashAlgorithm3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSA_HashData_m052BE150ADCE6805B91CEBE15B268FEBC5A0C920_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Exception_t * L_0 = DSA_DerivedClassMustOverride_m78A7B052AD8FE0D61068272D3814446993EF2858(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, DSA_HashData_m052BE150ADCE6805B91CEBE15B268FEBC5A0C920_RuntimeMethod_var);
}
}
// System.Byte[] System.Security.Cryptography.DSA::HashData(System.IO.Stream,System.Security.Cryptography.HashAlgorithmName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DSA_HashData_m1AA9A12FE4634E50E21683B3FD5285838E1EAEE8 (DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___data0, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___hashAlgorithm1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSA_HashData_m1AA9A12FE4634E50E21683B3FD5285838E1EAEE8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Exception_t * L_0 = DSA_DerivedClassMustOverride_m78A7B052AD8FE0D61068272D3814446993EF2858(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, DSA_HashData_m1AA9A12FE4634E50E21683B3FD5285838E1EAEE8_RuntimeMethod_var);
}
}
// System.Byte[] System.Security.Cryptography.DSA::SignData(System.Byte[],System.Security.Cryptography.HashAlgorithmName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DSA_SignData_m26E4EFA4488407C6DFEDAD140510BD9BD93822F5 (DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___hashAlgorithm1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSA_SignData_m26E4EFA4488407C6DFEDAD140510BD9BD93822F5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA17C9AAA61E80A1BF71D0D850AF4E5BAA9800BBD, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DSA_SignData_m26E4EFA4488407C6DFEDAD140510BD9BD93822F5_RuntimeMethod_var);
}
IL_000e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___data0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___data0;
NullCheck(L_3);
HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F L_4 = ___hashAlgorithm1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = VirtFuncInvoker4< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F >::Invoke(17 /* System.Byte[] System.Security.Cryptography.DSA::SignData(System.Byte[],System.Int32,System.Int32,System.Security.Cryptography.HashAlgorithmName) */, __this, L_2, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))), L_4);
return L_5;
}
}
// System.Byte[] System.Security.Cryptography.DSA::SignData(System.Byte[],System.Int32,System.Int32,System.Security.Cryptography.HashAlgorithmName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DSA_SignData_m3EC9755475C28546EF2C3BFCC7CE7BA1FFF8BE21 (DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, int32_t ___offset1, int32_t ___count2, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___hashAlgorithm3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSA_SignData_m3EC9755475C28546EF2C3BFCC7CE7BA1FFF8BE21_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA17C9AAA61E80A1BF71D0D850AF4E5BAA9800BBD, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DSA_SignData_m3EC9755475C28546EF2C3BFCC7CE7BA1FFF8BE21_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___offset1;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_0018;
}
}
{
int32_t L_3 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___data0;
NullCheck(L_4);
if ((((int32_t)L_3) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))))
{
goto IL_0023;
}
}
IL_0018:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_5, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, DSA_SignData_m3EC9755475C28546EF2C3BFCC7CE7BA1FFF8BE21_RuntimeMethod_var);
}
IL_0023:
{
int32_t L_6 = ___count2;
if ((((int32_t)L_6) < ((int32_t)0)))
{
goto IL_002f;
}
}
{
int32_t L_7 = ___count2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___data0;
NullCheck(L_8);
int32_t L_9 = ___offset1;
if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), (int32_t)L_9)))))
{
goto IL_003a;
}
}
IL_002f:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_10 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_10, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, DSA_SignData_m3EC9755475C28546EF2C3BFCC7CE7BA1FFF8BE21_RuntimeMethod_var);
}
IL_003a:
{
String_t* L_11 = HashAlgorithmName_get_Name_mFFCF361D43C64412C96737345AC79B760DF9D237_inline((HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F *)(&___hashAlgorithm3), /*hidden argument*/NULL);
bool L_12 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_11, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_004e;
}
}
{
Exception_t * L_13 = DSA_HashAlgorithmNameNullOrEmpty_mD303065AED79DB4AA2992DD30AF5094B2C3987BC(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, DSA_SignData_m3EC9755475C28546EF2C3BFCC7CE7BA1FFF8BE21_RuntimeMethod_var);
}
IL_004e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___data0;
int32_t L_15 = ___offset1;
int32_t L_16 = ___count2;
HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F L_17 = ___hashAlgorithm3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = VirtFuncInvoker4< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F >::Invoke(15 /* System.Byte[] System.Security.Cryptography.DSA::HashData(System.Byte[],System.Int32,System.Int32,System.Security.Cryptography.HashAlgorithmName) */, __this, L_14, L_15, L_16, L_17);
V_0 = L_18;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.DSA::CreateSignature(System.Byte[]) */, __this, L_19);
return L_20;
}
}
// System.Byte[] System.Security.Cryptography.DSA::SignData(System.IO.Stream,System.Security.Cryptography.HashAlgorithmName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DSA_SignData_m4DE9EAF73256448A9A1B7F1BBA2B2FB01BB36B9F (DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___data0, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___hashAlgorithm1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSA_SignData_m4DE9EAF73256448A9A1B7F1BBA2B2FB01BB36B9F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___data0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA17C9AAA61E80A1BF71D0D850AF4E5BAA9800BBD, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DSA_SignData_m4DE9EAF73256448A9A1B7F1BBA2B2FB01BB36B9F_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = HashAlgorithmName_get_Name_mFFCF361D43C64412C96737345AC79B760DF9D237_inline((HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F *)(&___hashAlgorithm1), /*hidden argument*/NULL);
bool L_3 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0022;
}
}
{
Exception_t * L_4 = DSA_HashAlgorithmNameNullOrEmpty_mD303065AED79DB4AA2992DD30AF5094B2C3987BC(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DSA_SignData_m4DE9EAF73256448A9A1B7F1BBA2B2FB01BB36B9F_RuntimeMethod_var);
}
IL_0022:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = ___data0;
HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F L_6 = ___hashAlgorithm1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = VirtFuncInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F >::Invoke(16 /* System.Byte[] System.Security.Cryptography.DSA::HashData(System.IO.Stream,System.Security.Cryptography.HashAlgorithmName) */, __this, L_5, L_6);
V_0 = L_7;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.DSA::CreateSignature(System.Byte[]) */, __this, L_8);
return L_9;
}
}
// System.Boolean System.Security.Cryptography.DSA::VerifyData(System.Byte[],System.Byte[],System.Security.Cryptography.HashAlgorithmName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSA_VerifyData_m3C0253026987319443F73671D5FAF60A936C01E1 (DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___signature1, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___hashAlgorithm2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSA_VerifyData_m3C0253026987319443F73671D5FAF60A936C01E1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA17C9AAA61E80A1BF71D0D850AF4E5BAA9800BBD, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DSA_VerifyData_m3C0253026987319443F73671D5FAF60A936C01E1_RuntimeMethod_var);
}
IL_000e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___data0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___data0;
NullCheck(L_3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___signature1;
HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F L_5 = ___hashAlgorithm2;
bool L_6 = VirtFuncInvoker5< bool, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F >::Invoke(19 /* System.Boolean System.Security.Cryptography.DSA::VerifyData(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Security.Cryptography.HashAlgorithmName) */, __this, L_2, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))), L_4, L_5);
return L_6;
}
}
// System.Boolean System.Security.Cryptography.DSA::VerifyData(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Security.Cryptography.HashAlgorithmName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSA_VerifyData_m3BA5ED9A93BE20CA22F74B558F6C32333E419569 (DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, int32_t ___offset1, int32_t ___count2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___signature3, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___hashAlgorithm4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSA_VerifyData_m3BA5ED9A93BE20CA22F74B558F6C32333E419569_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA17C9AAA61E80A1BF71D0D850AF4E5BAA9800BBD, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DSA_VerifyData_m3BA5ED9A93BE20CA22F74B558F6C32333E419569_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___offset1;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_0018;
}
}
{
int32_t L_3 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___data0;
NullCheck(L_4);
if ((((int32_t)L_3) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))))
{
goto IL_0023;
}
}
IL_0018:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_5, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, DSA_VerifyData_m3BA5ED9A93BE20CA22F74B558F6C32333E419569_RuntimeMethod_var);
}
IL_0023:
{
int32_t L_6 = ___count2;
if ((((int32_t)L_6) < ((int32_t)0)))
{
goto IL_002f;
}
}
{
int32_t L_7 = ___count2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___data0;
NullCheck(L_8);
int32_t L_9 = ___offset1;
if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), (int32_t)L_9)))))
{
goto IL_003a;
}
}
IL_002f:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_10 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_10, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, DSA_VerifyData_m3BA5ED9A93BE20CA22F74B558F6C32333E419569_RuntimeMethod_var);
}
IL_003a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___signature3;
if (L_11)
{
goto IL_0049;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_12 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_12, _stringLiteralFAB5F62863CDEDC5143552C9D37D6679E3304F7A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, DSA_VerifyData_m3BA5ED9A93BE20CA22F74B558F6C32333E419569_RuntimeMethod_var);
}
IL_0049:
{
String_t* L_13 = HashAlgorithmName_get_Name_mFFCF361D43C64412C96737345AC79B760DF9D237_inline((HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F *)(&___hashAlgorithm4), /*hidden argument*/NULL);
bool L_14 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_13, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_005d;
}
}
{
Exception_t * L_15 = DSA_HashAlgorithmNameNullOrEmpty_mD303065AED79DB4AA2992DD30AF5094B2C3987BC(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, DSA_VerifyData_m3BA5ED9A93BE20CA22F74B558F6C32333E419569_RuntimeMethod_var);
}
IL_005d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___data0;
int32_t L_17 = ___offset1;
int32_t L_18 = ___count2;
HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F L_19 = ___hashAlgorithm4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = VirtFuncInvoker4< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F >::Invoke(15 /* System.Byte[] System.Security.Cryptography.DSA::HashData(System.Byte[],System.Int32,System.Int32,System.Security.Cryptography.HashAlgorithmName) */, __this, L_16, L_17, L_18, L_19);
V_0 = L_20;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = ___signature3;
bool L_23 = VirtFuncInvoker2< bool, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(14 /* System.Boolean System.Security.Cryptography.DSA::VerifySignature(System.Byte[],System.Byte[]) */, __this, L_21, L_22);
return L_23;
}
}
// System.Boolean System.Security.Cryptography.DSA::VerifyData(System.IO.Stream,System.Byte[],System.Security.Cryptography.HashAlgorithmName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSA_VerifyData_m5A99F3545A28C31DEE58AE230FE3B964FAC9FCBF (DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___data0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___signature1, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___hashAlgorithm2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSA_VerifyData_m5A99F3545A28C31DEE58AE230FE3B964FAC9FCBF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___data0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA17C9AAA61E80A1BF71D0D850AF4E5BAA9800BBD, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DSA_VerifyData_m5A99F3545A28C31DEE58AE230FE3B964FAC9FCBF_RuntimeMethod_var);
}
IL_000e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___signature1;
if (L_2)
{
goto IL_001c;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralFAB5F62863CDEDC5143552C9D37D6679E3304F7A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, DSA_VerifyData_m5A99F3545A28C31DEE58AE230FE3B964FAC9FCBF_RuntimeMethod_var);
}
IL_001c:
{
String_t* L_4 = HashAlgorithmName_get_Name_mFFCF361D43C64412C96737345AC79B760DF9D237_inline((HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F *)(&___hashAlgorithm2), /*hidden argument*/NULL);
bool L_5 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0030;
}
}
{
Exception_t * L_6 = DSA_HashAlgorithmNameNullOrEmpty_mD303065AED79DB4AA2992DD30AF5094B2C3987BC(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, DSA_VerifyData_m5A99F3545A28C31DEE58AE230FE3B964FAC9FCBF_RuntimeMethod_var);
}
IL_0030:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_7 = ___data0;
HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F L_8 = ___hashAlgorithm2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = VirtFuncInvoker2< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F >::Invoke(16 /* System.Byte[] System.Security.Cryptography.DSA::HashData(System.IO.Stream,System.Security.Cryptography.HashAlgorithmName) */, __this, L_7, L_8);
V_0 = L_9;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___signature1;
bool L_12 = VirtFuncInvoker2< bool, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(14 /* System.Boolean System.Security.Cryptography.DSA::VerifySignature(System.Byte[],System.Byte[]) */, __this, L_10, L_11);
return L_12;
}
}
// System.Void System.Security.Cryptography.DSA::FromXmlString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSA_FromXmlString_m2A254D2578FF649DF2B8A12AABF9B2EE8ABA8A27 (DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * __this, String_t* ___xmlString0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSA_FromXmlString_m2A254D2578FF649DF2B8A12AABF9B2EE8ABA8A27_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 V_0;
memset((&V_0), 0, sizeof(V_0));
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * V_1 = NULL;
String_t* V_2 = NULL;
String_t* V_3 = NULL;
String_t* V_4 = NULL;
String_t* V_5 = NULL;
String_t* V_6 = NULL;
String_t* V_7 = NULL;
String_t* V_8 = NULL;
String_t* V_9 = NULL;
{
String_t* L_0 = ___xmlString0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral79BF07EDD356DA6068338BA1CC5CF20EA1997F6C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DSA_FromXmlString_m2A254D2578FF649DF2B8A12AABF9B2EE8ABA8A27_RuntimeMethod_var);
}
IL_000e:
{
il2cpp_codegen_initobj((&V_0), sizeof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 ));
String_t* L_2 = ___xmlString0;
Parser_tD4E1A3DB8457E4F97C6B057B01BADD8319821281 * L_3 = (Parser_tD4E1A3DB8457E4F97C6B057B01BADD8319821281 *)il2cpp_codegen_object_new(Parser_tD4E1A3DB8457E4F97C6B057B01BADD8319821281_il2cpp_TypeInfo_var);
Parser__ctor_m0CDE29B2C7F6A81A38EB4D0C708C442512BB66E2(L_3, L_2, /*hidden argument*/NULL);
NullCheck(L_3);
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_4 = Parser_GetTopElement_m7BB8E2C60CC98EAEB8A8DBC324A1AE087E784873(L_3, /*hidden argument*/NULL);
V_1 = L_4;
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_5 = V_1;
NullCheck(L_5);
String_t* L_6 = SecurityElement_SearchForTextOfLocalName_m7FDD6508D1B4DED92CAEB7F8D6E0B9EF48B97FE8(L_5, _stringLiteral511993D3C99719E38A6779073019DACD7178DDB9, /*hidden argument*/NULL);
V_2 = L_6;
String_t* L_7 = V_2;
if (L_7)
{
goto IL_0057;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_8;
NullCheck(L_9);
ArrayElementTypeCheck (L_9, _stringLiteral3DBF83FF89B0BB283CED3C1E49B246AB5743B7C5);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral3DBF83FF89B0BB283CED3C1E49B246AB5743B7C5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_9;
NullCheck(L_10);
ArrayElementTypeCheck (L_10, _stringLiteral511993D3C99719E38A6779073019DACD7178DDB9);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral511993D3C99719E38A6779073019DACD7178DDB9);
String_t* L_11 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral2C5845B07FB5729480F251C5DFEC3B02BA43EA98, L_10, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_12 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, DSA_FromXmlString_m2A254D2578FF649DF2B8A12AABF9B2EE8ABA8A27_RuntimeMethod_var);
}
IL_0057:
{
String_t* L_13 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Utils_t026EFC92DF9F36B31A0C7E263ACD8458C3C23348_il2cpp_TypeInfo_var);
String_t* L_14 = Utils_DiscardWhiteSpaces_mA5C5623B47212515790DDB1B0201FA27C06C2A50(L_13, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = Convert_FromBase64String_m079F788D000703E8018DA39BE9C05F1CBF60B156(L_14, /*hidden argument*/NULL);
(&V_0)->set_P_0(L_15);
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_16 = V_1;
NullCheck(L_16);
String_t* L_17 = SecurityElement_SearchForTextOfLocalName_m7FDD6508D1B4DED92CAEB7F8D6E0B9EF48B97FE8(L_16, _stringLiteralC3156E00D3C2588C639E0D3CF6821258B05761C7, /*hidden argument*/NULL);
V_3 = L_17;
String_t* L_18 = V_3;
if (L_18)
{
goto IL_009e;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = L_19;
NullCheck(L_20);
ArrayElementTypeCheck (L_20, _stringLiteral3DBF83FF89B0BB283CED3C1E49B246AB5743B7C5);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral3DBF83FF89B0BB283CED3C1E49B246AB5743B7C5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = L_20;
NullCheck(L_21);
ArrayElementTypeCheck (L_21, _stringLiteralC3156E00D3C2588C639E0D3CF6821258B05761C7);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralC3156E00D3C2588C639E0D3CF6821258B05761C7);
String_t* L_22 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral2C5845B07FB5729480F251C5DFEC3B02BA43EA98, L_21, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_23 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_23, L_22, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, DSA_FromXmlString_m2A254D2578FF649DF2B8A12AABF9B2EE8ABA8A27_RuntimeMethod_var);
}
IL_009e:
{
String_t* L_24 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Utils_t026EFC92DF9F36B31A0C7E263ACD8458C3C23348_il2cpp_TypeInfo_var);
String_t* L_25 = Utils_DiscardWhiteSpaces_mA5C5623B47212515790DDB1B0201FA27C06C2A50(L_24, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = Convert_FromBase64String_m079F788D000703E8018DA39BE9C05F1CBF60B156(L_25, /*hidden argument*/NULL);
(&V_0)->set_Q_1(L_26);
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_27 = V_1;
NullCheck(L_27);
String_t* L_28 = SecurityElement_SearchForTextOfLocalName_m7FDD6508D1B4DED92CAEB7F8D6E0B9EF48B97FE8(L_27, _stringLiteralA36A6718F54524D846894FB04B5B885B4E43E63B, /*hidden argument*/NULL);
V_4 = L_28;
String_t* L_29 = V_4;
if (L_29)
{
goto IL_00e7;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_30 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = L_30;
NullCheck(L_31);
ArrayElementTypeCheck (L_31, _stringLiteral3DBF83FF89B0BB283CED3C1E49B246AB5743B7C5);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral3DBF83FF89B0BB283CED3C1E49B246AB5743B7C5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_32 = L_31;
NullCheck(L_32);
ArrayElementTypeCheck (L_32, _stringLiteralA36A6718F54524D846894FB04B5B885B4E43E63B);
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralA36A6718F54524D846894FB04B5B885B4E43E63B);
String_t* L_33 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral2C5845B07FB5729480F251C5DFEC3B02BA43EA98, L_32, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_34 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_34, L_33, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, DSA_FromXmlString_m2A254D2578FF649DF2B8A12AABF9B2EE8ABA8A27_RuntimeMethod_var);
}
IL_00e7:
{
String_t* L_35 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(Utils_t026EFC92DF9F36B31A0C7E263ACD8458C3C23348_il2cpp_TypeInfo_var);
String_t* L_36 = Utils_DiscardWhiteSpaces_mA5C5623B47212515790DDB1B0201FA27C06C2A50(L_35, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = Convert_FromBase64String_m079F788D000703E8018DA39BE9C05F1CBF60B156(L_36, /*hidden argument*/NULL);
(&V_0)->set_G_2(L_37);
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_38 = V_1;
NullCheck(L_38);
String_t* L_39 = SecurityElement_SearchForTextOfLocalName_m7FDD6508D1B4DED92CAEB7F8D6E0B9EF48B97FE8(L_38, _stringLiteral23EB4D3F4155395A74E9D534F97FF4C1908F5AAC, /*hidden argument*/NULL);
V_5 = L_39;
String_t* L_40 = V_5;
if (L_40)
{
goto IL_0131;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_41 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_42 = L_41;
NullCheck(L_42);
ArrayElementTypeCheck (L_42, _stringLiteral3DBF83FF89B0BB283CED3C1E49B246AB5743B7C5);
(L_42)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral3DBF83FF89B0BB283CED3C1E49B246AB5743B7C5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_43 = L_42;
NullCheck(L_43);
ArrayElementTypeCheck (L_43, _stringLiteral23EB4D3F4155395A74E9D534F97FF4C1908F5AAC);
(L_43)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral23EB4D3F4155395A74E9D534F97FF4C1908F5AAC);
String_t* L_44 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral2C5845B07FB5729480F251C5DFEC3B02BA43EA98, L_43, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_45 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_45, L_44, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_45, DSA_FromXmlString_m2A254D2578FF649DF2B8A12AABF9B2EE8ABA8A27_RuntimeMethod_var);
}
IL_0131:
{
String_t* L_46 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(Utils_t026EFC92DF9F36B31A0C7E263ACD8458C3C23348_il2cpp_TypeInfo_var);
String_t* L_47 = Utils_DiscardWhiteSpaces_mA5C5623B47212515790DDB1B0201FA27C06C2A50(L_46, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = Convert_FromBase64String_m079F788D000703E8018DA39BE9C05F1CBF60B156(L_47, /*hidden argument*/NULL);
(&V_0)->set_Y_3(L_48);
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_49 = V_1;
NullCheck(L_49);
String_t* L_50 = SecurityElement_SearchForTextOfLocalName_m7FDD6508D1B4DED92CAEB7F8D6E0B9EF48B97FE8(L_49, _stringLiteral58668E7669FD564D99DB5D581FCDB6A5618440B5, /*hidden argument*/NULL);
V_6 = L_50;
String_t* L_51 = V_6;
if (!L_51)
{
goto IL_0168;
}
}
{
String_t* L_52 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(Utils_t026EFC92DF9F36B31A0C7E263ACD8458C3C23348_il2cpp_TypeInfo_var);
String_t* L_53 = Utils_DiscardWhiteSpaces_mA5C5623B47212515790DDB1B0201FA27C06C2A50(L_52, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_54 = Convert_FromBase64String_m079F788D000703E8018DA39BE9C05F1CBF60B156(L_53, /*hidden argument*/NULL);
(&V_0)->set_J_4(L_54);
}
IL_0168:
{
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_55 = V_1;
NullCheck(L_55);
String_t* L_56 = SecurityElement_SearchForTextOfLocalName_m7FDD6508D1B4DED92CAEB7F8D6E0B9EF48B97FE8(L_55, _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B, /*hidden argument*/NULL);
V_7 = L_56;
String_t* L_57 = V_7;
if (!L_57)
{
goto IL_018c;
}
}
{
String_t* L_58 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(Utils_t026EFC92DF9F36B31A0C7E263ACD8458C3C23348_il2cpp_TypeInfo_var);
String_t* L_59 = Utils_DiscardWhiteSpaces_mA5C5623B47212515790DDB1B0201FA27C06C2A50(L_58, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_60 = Convert_FromBase64String_m079F788D000703E8018DA39BE9C05F1CBF60B156(L_59, /*hidden argument*/NULL);
(&V_0)->set_X_5(L_60);
}
IL_018c:
{
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_61 = V_1;
NullCheck(L_61);
String_t* L_62 = SecurityElement_SearchForTextOfLocalName_m7FDD6508D1B4DED92CAEB7F8D6E0B9EF48B97FE8(L_61, _stringLiteral32FE9F5BDA708F956B34E6513BBED17121F39547, /*hidden argument*/NULL);
V_8 = L_62;
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_63 = V_1;
NullCheck(L_63);
String_t* L_64 = SecurityElement_SearchForTextOfLocalName_m7FDD6508D1B4DED92CAEB7F8D6E0B9EF48B97FE8(L_63, _stringLiteral904677252D839576579CC9FA9C60FEC7CF818DDC, /*hidden argument*/NULL);
V_9 = L_64;
String_t* L_65 = V_8;
if (!L_65)
{
goto IL_01db;
}
}
{
String_t* L_66 = V_9;
if (!L_66)
{
goto IL_01db;
}
}
{
String_t* L_67 = V_8;
IL2CPP_RUNTIME_CLASS_INIT(Utils_t026EFC92DF9F36B31A0C7E263ACD8458C3C23348_il2cpp_TypeInfo_var);
String_t* L_68 = Utils_DiscardWhiteSpaces_mA5C5623B47212515790DDB1B0201FA27C06C2A50(L_67, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_69 = Convert_FromBase64String_m079F788D000703E8018DA39BE9C05F1CBF60B156(L_68, /*hidden argument*/NULL);
(&V_0)->set_Seed_6(L_69);
String_t* L_70 = V_9;
String_t* L_71 = Utils_DiscardWhiteSpaces_mA5C5623B47212515790DDB1B0201FA27C06C2A50(L_70, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_72 = Convert_FromBase64String_m079F788D000703E8018DA39BE9C05F1CBF60B156(L_71, /*hidden argument*/NULL);
int32_t L_73 = Utils_ConvertByteArrayToInt_m26A11EE0CF377BFBF17FBADF8A29D1F08851A019(L_72, /*hidden argument*/NULL);
(&V_0)->set_Counter_7(L_73);
goto IL_0233;
}
IL_01db:
{
String_t* L_74 = V_8;
if (L_74)
{
goto IL_01e3;
}
}
{
String_t* L_75 = V_9;
if (!L_75)
{
goto IL_0233;
}
}
IL_01e3:
{
String_t* L_76 = V_8;
if (L_76)
{
goto IL_020d;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_77 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_78 = L_77;
NullCheck(L_78);
ArrayElementTypeCheck (L_78, _stringLiteral3DBF83FF89B0BB283CED3C1E49B246AB5743B7C5);
(L_78)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral3DBF83FF89B0BB283CED3C1E49B246AB5743B7C5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_79 = L_78;
NullCheck(L_79);
ArrayElementTypeCheck (L_79, _stringLiteral32FE9F5BDA708F956B34E6513BBED17121F39547);
(L_79)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral32FE9F5BDA708F956B34E6513BBED17121F39547);
String_t* L_80 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral2C5845B07FB5729480F251C5DFEC3B02BA43EA98, L_79, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_81 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_81, L_80, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_81, DSA_FromXmlString_m2A254D2578FF649DF2B8A12AABF9B2EE8ABA8A27_RuntimeMethod_var);
}
IL_020d:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_82 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_83 = L_82;
NullCheck(L_83);
ArrayElementTypeCheck (L_83, _stringLiteral3DBF83FF89B0BB283CED3C1E49B246AB5743B7C5);
(L_83)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral3DBF83FF89B0BB283CED3C1E49B246AB5743B7C5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_84 = L_83;
NullCheck(L_84);
ArrayElementTypeCheck (L_84, _stringLiteral904677252D839576579CC9FA9C60FEC7CF818DDC);
(L_84)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral904677252D839576579CC9FA9C60FEC7CF818DDC);
String_t* L_85 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral2C5845B07FB5729480F251C5DFEC3B02BA43EA98, L_84, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_86 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_86, L_85, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_86, DSA_FromXmlString_m2A254D2578FF649DF2B8A12AABF9B2EE8ABA8A27_RuntimeMethod_var);
}
IL_0233:
{
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_87 = V_0;
VirtActionInvoker1< DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 >::Invoke(22 /* System.Void System.Security.Cryptography.DSA::ImportParameters(System.Security.Cryptography.DSAParameters) */, __this, L_87);
return;
}
}
// System.String System.Security.Cryptography.DSA::ToXmlString(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DSA_ToXmlString_mB0B0B0909675B52001D3399A51F9D74C5B01532A (DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * __this, bool ___includePrivateParameters0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSA_ToXmlString_mB0B0B0909675B52001D3399A51F9D74C5B01532A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 V_0;
memset((&V_0), 0, sizeof(V_0));
StringBuilder_t * V_1 = NULL;
{
bool L_0 = ___includePrivateParameters0;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_1 = VirtFuncInvoker1< DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 , bool >::Invoke(21 /* System.Security.Cryptography.DSAParameters System.Security.Cryptography.DSA::ExportParameters(System.Boolean) */, __this, L_0);
V_0 = L_1;
StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_2, /*hidden argument*/NULL);
V_1 = L_2;
StringBuilder_t * L_3 = V_1;
NullCheck(L_3);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_3, _stringLiteralF2B73D50C0399BB8C7BB9DBF53936CF45AFD841F, /*hidden argument*/NULL);
StringBuilder_t * L_4 = V_1;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_5 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = L_5.get_P_0();
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
String_t* L_7 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_6, /*hidden argument*/NULL);
String_t* L_8 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral2CB0A92636DB3A3A9D187F27C6DE24B5B2F91B92, L_7, _stringLiteral2684A7EF111863B200C834E7572390FA05F109E3, /*hidden argument*/NULL);
NullCheck(L_4);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_4, L_8, /*hidden argument*/NULL);
StringBuilder_t * L_9 = V_1;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_10 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = L_10.get_Q_1();
String_t* L_12 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_11, /*hidden argument*/NULL);
String_t* L_13 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral2D91E9980B38E82DF8F787AB449DF0E2AADFF84A, L_12, _stringLiteralBC4CD0294E0999F20205970C2B199983C3C0B0A5, /*hidden argument*/NULL);
NullCheck(L_9);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_9, L_13, /*hidden argument*/NULL);
StringBuilder_t * L_14 = V_1;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_15 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = L_15.get_G_2();
String_t* L_17 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_16, /*hidden argument*/NULL);
String_t* L_18 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral259DFF6E1C8B5E8C82D2F95E5857D55C4E73F705, L_17, _stringLiteral0F332B11E0777B2648EE5191CE2F6D00DB34F768, /*hidden argument*/NULL);
NullCheck(L_14);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_14, L_18, /*hidden argument*/NULL);
StringBuilder_t * L_19 = V_1;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_20 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = L_20.get_Y_3();
String_t* L_22 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_21, /*hidden argument*/NULL);
String_t* L_23 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral1AFF74793B6D43BB3253C12CF4B1DDD1585C1C54, L_22, _stringLiteralB80FCCCF58C9E017A9D783303E4BF24EA8120779, /*hidden argument*/NULL);
NullCheck(L_19);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_19, L_23, /*hidden argument*/NULL);
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_24 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = L_24.get_J_4();
if (!L_25)
{
goto IL_00c7;
}
}
{
StringBuilder_t * L_26 = V_1;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_27 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = L_27.get_J_4();
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
String_t* L_29 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_28, /*hidden argument*/NULL);
String_t* L_30 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral1D15C44A31A976ADD45F436651297A94872BD143, L_29, _stringLiteralE8BDA9A329A46872168492A6287FACF927FB9D7F, /*hidden argument*/NULL);
NullCheck(L_26);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_26, L_30, /*hidden argument*/NULL);
}
IL_00c7:
{
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_31 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = L_31.get_Seed_6();
if (!L_32)
{
goto IL_0116;
}
}
{
StringBuilder_t * L_33 = V_1;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_34 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = L_34.get_Seed_6();
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
String_t* L_36 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_35, /*hidden argument*/NULL);
String_t* L_37 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteralB538E71A145DB2DF0992C6A9882A072D1CA407FE, L_36, _stringLiteral8CBA9BAF4069B2AB93151870C8BBB33404531F18, /*hidden argument*/NULL);
NullCheck(L_33);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_33, L_37, /*hidden argument*/NULL);
StringBuilder_t * L_38 = V_1;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_39 = V_0;
int32_t L_40 = L_39.get_Counter_7();
IL2CPP_RUNTIME_CLASS_INIT(Utils_t026EFC92DF9F36B31A0C7E263ACD8458C3C23348_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = Utils_ConvertIntToByteArray_mE72CEEEFF655612CE6B76FD30C38F3420A2FCDCE(L_40, /*hidden argument*/NULL);
String_t* L_42 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_41, /*hidden argument*/NULL);
String_t* L_43 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteralEA3DDA9369A2F6BD5A542860BEADE1187A9FCE29, L_42, _stringLiteral0AA762A3448BD193674E004E2AF5DCC399C58016, /*hidden argument*/NULL);
NullCheck(L_38);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_38, L_43, /*hidden argument*/NULL);
}
IL_0116:
{
bool L_44 = ___includePrivateParameters0;
if (!L_44)
{
goto IL_013a;
}
}
{
StringBuilder_t * L_45 = V_1;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_46 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_47 = L_46.get_X_5();
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
String_t* L_48 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_47, /*hidden argument*/NULL);
String_t* L_49 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral5C3B88959EDA541C1EAC4EFB45BC47CF23236D36, L_48, _stringLiteralBD7A72B2126E6FA40F3DBCE326C92AF1CBB86380, /*hidden argument*/NULL);
NullCheck(L_45);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_45, L_49, /*hidden argument*/NULL);
}
IL_013a:
{
StringBuilder_t * L_50 = V_1;
NullCheck(L_50);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_50, _stringLiteral8A69987CEA8C9A1F96FEECFE4E20B67F51110F5F, /*hidden argument*/NULL);
StringBuilder_t * L_51 = V_1;
NullCheck(L_51);
String_t* L_52 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_51);
return L_52;
}
}
// System.Exception System.Security.Cryptography.DSA::DerivedClassMustOverride()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * DSA_DerivedClassMustOverride_m78A7B052AD8FE0D61068272D3814446993EF2858 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSA_DerivedClassMustOverride_m78A7B052AD8FE0D61068272D3814446993EF2858_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3B2735839D1797305D98210526CD0E0525FA22A9, /*hidden argument*/NULL);
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_1 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C(L_1, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Exception System.Security.Cryptography.DSA::HashAlgorithmNameNullOrEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * DSA_HashAlgorithmNameNullOrEmpty_mD303065AED79DB4AA2992DD30AF5094B2C3987BC (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSA_HashAlgorithmNameNullOrEmpty_mD303065AED79DB4AA2992DD30AF5094B2C3987BC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC36C0A8A3DE1B2632DA106BBCF3DA5C116047F5B, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_1 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_1, L_0, _stringLiteral6D05961B9849CF93805E8A652823D1C25F3E0A30, /*hidden argument*/NULL);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider__ctor_mFCE50857F38AF469241EFD54DC59A5EFFE3C3586 (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, const RuntimeMethod* method)
{
{
DSACryptoServiceProvider__ctor_m7543CB44E8F80ADC129572DD56E4C11F4C18B790(__this, ((int32_t)1024), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::.ctor(System.Security.Cryptography.CspParameters)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider__ctor_mB43F9B0EB3BEE4C4C04C7236B62EE10AF4454BA6 (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___parameters0, const RuntimeMethod* method)
{
{
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_0 = ___parameters0;
DSACryptoServiceProvider__ctor_m49E7B43FB4F9AA71DF3CB3AAFF9C8F0C1583CD82(__this, ((int32_t)1024), L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider__ctor_m7543CB44E8F80ADC129572DD56E4C11F4C18B790 (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, int32_t ___dwKeySize0, const RuntimeMethod* method)
{
{
__this->set_privateKeyExportable_6((bool)1);
DSA__ctor_m6ECB25F328696E0FCCFBBBCDD5B0C5900916EC1D(__this, /*hidden argument*/NULL);
int32_t L_0 = ___dwKeySize0;
DSACryptoServiceProvider_Common_m29E236440B0F93C86796FA279034378DD01881CE(__this, L_0, (bool)0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::.ctor(System.Int32,System.Security.Cryptography.CspParameters)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider__ctor_m49E7B43FB4F9AA71DF3CB3AAFF9C8F0C1583CD82 (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, int32_t ___dwKeySize0, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___parameters1, const RuntimeMethod* method)
{
bool V_0 = false;
{
__this->set_privateKeyExportable_6((bool)1);
DSA__ctor_m6ECB25F328696E0FCCFBBBCDD5B0C5900916EC1D(__this, /*hidden argument*/NULL);
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_0 = ___parameters1;
V_0 = (bool)((!(((RuntimeObject*)(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
int32_t L_1 = ___dwKeySize0;
bool L_2 = V_0;
DSACryptoServiceProvider_Common_m29E236440B0F93C86796FA279034378DD01881CE(__this, L_1, L_2, /*hidden argument*/NULL);
bool L_3 = V_0;
if (!L_3)
{
goto IL_0024;
}
}
{
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_4 = ___parameters1;
DSACryptoServiceProvider_Common_m79AE8E83350B6B3ECA2EC9D23CBA3EE1EC8AA543(__this, L_4, /*hidden argument*/NULL);
}
IL_0024:
{
return;
}
}
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::Common(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider_Common_m29E236440B0F93C86796FA279034378DD01881CE (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, int32_t ___dwKeySize0, bool ___parameters1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSACryptoServiceProvider_Common_m29E236440B0F93C86796FA279034378DD01881CE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * V_0 = NULL;
{
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_0 = (KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E*)SZArrayNew(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E_il2cpp_TypeInfo_var, (uint32_t)1);
((AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB *)__this)->set_LegalKeySizesValue_1(L_0);
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_1 = ((AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB *)__this)->get_LegalKeySizesValue_1();
KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * L_2 = (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)il2cpp_codegen_object_new(KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75_il2cpp_TypeInfo_var);
KeySizes__ctor_m82BEC3FBD67588FCBA0BDD6DCC0412DA20730A51(L_2, ((int32_t)512), ((int32_t)1024), ((int32_t)64), /*hidden argument*/NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 *)L_2);
int32_t L_3 = ___dwKeySize0;
VirtActionInvoker1< int32_t >::Invoke(7 /* System.Void System.Security.Cryptography.AsymmetricAlgorithm::set_KeySize(System.Int32) */, __this, L_3);
int32_t L_4 = ___dwKeySize0;
DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * L_5 = (DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA *)il2cpp_codegen_object_new(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA_il2cpp_TypeInfo_var);
DSAManaged__ctor_mDBC531DC0D297B2EBCBF08D01DBE86AF6F24E7F5(L_5, L_4, /*hidden argument*/NULL);
__this->set_dsa_8(L_5);
DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * L_6 = __this->get_dsa_8();
KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 * L_7 = (KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56 *)il2cpp_codegen_object_new(KeyGeneratedEventHandler_t36CD2B15BF8D022140C805D571133AB597C17A56_il2cpp_TypeInfo_var);
KeyGeneratedEventHandler__ctor_mAC5DCAED1B491FEC31D937FC49ACB98B2A574FE6(L_7, __this, (intptr_t)((intptr_t)DSACryptoServiceProvider_OnKeyGenerated_m6A79FA58E92BA4277993943AD687892EC4C936BC_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_6);
DSAManaged_add_KeyGenerated_m1D65F5AEF80E120ADCDF722765628B48175C409C(L_6, L_7, /*hidden argument*/NULL);
bool L_8 = ___parameters1;
__this->set_persistKey_4(L_8);
bool L_9 = ___parameters1;
if (!L_9)
{
goto IL_005a;
}
}
{
return;
}
IL_005a:
{
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_10 = (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 *)il2cpp_codegen_object_new(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7_il2cpp_TypeInfo_var);
CspParameters__ctor_mCF1596FACB433FF5F246034B3A2C24B435759BCB(L_10, ((int32_t)13), /*hidden argument*/NULL);
V_0 = L_10;
bool L_11 = ((DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_StaticFields*)il2cpp_codegen_static_fields_for(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_il2cpp_TypeInfo_var))->get_useMachineKeyStore_9();
if (!L_11)
{
goto IL_0077;
}
}
{
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_12 = V_0;
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_13 = L_12;
NullCheck(L_13);
int32_t L_14 = CspParameters_get_Flags_mE608E41F1F3E31E1E99920231849E14A786CCAFA_inline(L_13, /*hidden argument*/NULL);
NullCheck(L_13);
CspParameters_set_Flags_m4982C5960E9DE0BE5FA72E859B5DF0FB803B9E1F(L_13, ((int32_t)((int32_t)L_14|(int32_t)1)), /*hidden argument*/NULL);
}
IL_0077:
{
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_15 = V_0;
KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * L_16 = (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 *)il2cpp_codegen_object_new(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
KeyPairPersistence__ctor_m802EA749564E205BC8FAD14D1BD080028C9C4121(L_16, L_15, /*hidden argument*/NULL);
__this->set_store_3(L_16);
return;
}
}
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::Common(System.Security.Cryptography.CspParameters)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider_Common_m79AE8E83350B6B3ECA2EC9D23CBA3EE1EC8AA543 (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___parameters0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSACryptoServiceProvider_Common_m79AE8E83350B6B3ECA2EC9D23CBA3EE1EC8AA543_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_0 = ___parameters0;
KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * L_1 = (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 *)il2cpp_codegen_object_new(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2_il2cpp_TypeInfo_var);
KeyPairPersistence__ctor_m802EA749564E205BC8FAD14D1BD080028C9C4121(L_1, L_0, /*hidden argument*/NULL);
__this->set_store_3(L_1);
KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * L_2 = __this->get_store_3();
NullCheck(L_2);
KeyPairPersistence_Load_m578C063A9363BBDC8E0D09D2D11374D5BDB11256(L_2, /*hidden argument*/NULL);
KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * L_3 = __this->get_store_3();
NullCheck(L_3);
String_t* L_4 = KeyPairPersistence_get_KeyValue_m5D5242329B83D59857627BE579B61F5F6FBAA2D1_inline(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_003d;
}
}
{
__this->set_persisted_5((bool)1);
KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * L_5 = __this->get_store_3();
NullCheck(L_5);
String_t* L_6 = KeyPairPersistence_get_KeyValue_m5D5242329B83D59857627BE579B61F5F6FBAA2D1_inline(L_5, /*hidden argument*/NULL);
VirtActionInvoker1< String_t* >::Invoke(11 /* System.Void System.Security.Cryptography.AsymmetricAlgorithm::FromXmlString(System.String) */, __this, L_6);
}
IL_003d:
{
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_7 = ___parameters0;
NullCheck(L_7);
int32_t L_8 = CspParameters_get_Flags_mE608E41F1F3E31E1E99920231849E14A786CCAFA_inline(L_7, /*hidden argument*/NULL);
__this->set_privateKeyExportable_6((bool)((((int32_t)((int32_t)((int32_t)L_8&(int32_t)4))) == ((int32_t)0))? 1 : 0));
return;
}
}
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider_Finalize_m972DBB87003FA0380C3D35E8F49A57384194231E (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, const RuntimeMethod* method)
{
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.AsymmetricAlgorithm::Dispose(System.Boolean) */, __this, (bool)0);
IL2CPP_LEAVE(0x10, FINALLY_0009);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0009;
}
FINALLY_0009:
{ // begin finally (depth: 1)
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(9)
} // end finally (depth: 1)
IL2CPP_CLEANUP(9)
{
IL2CPP_JUMP_TBL(0x10, IL_0010)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0010:
{
return;
}
}
// System.String System.Security.Cryptography.DSACryptoServiceProvider::get_KeyExchangeAlgorithm()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DSACryptoServiceProvider_get_KeyExchangeAlgorithm_mCD305A4972B722BF71589F92868B959B762312D4 (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, const RuntimeMethod* method)
{
{
return (String_t*)NULL;
}
}
// System.Int32 System.Security.Cryptography.DSACryptoServiceProvider::get_KeySize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSACryptoServiceProvider_get_KeySize_m3723E7B6F894F0EB3EE9F25EB81A14079CC595CE (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, const RuntimeMethod* method)
{
{
DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * L_0 = __this->get_dsa_8();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, L_0);
return L_1;
}
}
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::get_PersistKeyInCsp()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSACryptoServiceProvider_get_PersistKeyInCsp_mE840AF2E35B0615D9AE77E774CE454D030BBAE73 (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_persistKey_4();
return L_0;
}
}
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::set_PersistKeyInCsp(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider_set_PersistKeyInCsp_m817DF4AF505DE8C4B79EFA3E427E4952670D1142 (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_persistKey_4(L_0);
return;
}
}
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::get_PublicOnly()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSACryptoServiceProvider_get_PublicOnly_mB458AF682DACF7816951AB5FE5C8AB30F046DEFA (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, const RuntimeMethod* method)
{
{
DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * L_0 = __this->get_dsa_8();
NullCheck(L_0);
bool L_1 = DSAManaged_get_PublicOnly_m801BFD37476D7EF19E5544078D48CB6EB05857E6(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Security.Cryptography.DSACryptoServiceProvider::get_SignatureAlgorithm()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DSACryptoServiceProvider_get_SignatureAlgorithm_mE2A0E606A798DFCD0EE63CFCE9BA3D3FF0E7D2D3 (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSACryptoServiceProvider_get_SignatureAlgorithm_mE2A0E606A798DFCD0EE63CFCE9BA3D3FF0E7D2D3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralBA443BD433770FD1FF9A9F228975BA77391CE319;
}
}
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::get_UseMachineKeyStore()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSACryptoServiceProvider_get_UseMachineKeyStore_m66F81719D51C134ADC52B1BE309C590212CAEBAD (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSACryptoServiceProvider_get_UseMachineKeyStore_m66F81719D51C134ADC52B1BE309C590212CAEBAD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ((DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_StaticFields*)il2cpp_codegen_static_fields_for(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_il2cpp_TypeInfo_var))->get_useMachineKeyStore_9();
return L_0;
}
}
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::set_UseMachineKeyStore(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider_set_UseMachineKeyStore_mA2AE6248FD7D6EA1C863968754E94B73921D0189 (bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSACryptoServiceProvider_set_UseMachineKeyStore_mA2AE6248FD7D6EA1C863968754E94B73921D0189_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___value0;
((DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_StaticFields*)il2cpp_codegen_static_fields_for(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_il2cpp_TypeInfo_var))->set_useMachineKeyStore_9(L_0);
return;
}
}
// System.Security.Cryptography.DSAParameters System.Security.Cryptography.DSACryptoServiceProvider::ExportParameters(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 DSACryptoServiceProvider_ExportParameters_mC6D6E9C42DAA6D914CC2470FA4B58A87FBAB56C6 (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, bool ___includePrivateParameters0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSACryptoServiceProvider_ExportParameters_mC6D6E9C42DAA6D914CC2470FA4B58A87FBAB56C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___includePrivateParameters0;
if (!L_0)
{
goto IL_001b;
}
}
{
bool L_1 = __this->get_privateKeyExportable_6();
if (L_1)
{
goto IL_001b;
}
}
{
String_t* L_2 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralC515C0282160B64A48B37BAF8508AE6D09307BF6, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_3 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, DSACryptoServiceProvider_ExportParameters_mC6D6E9C42DAA6D914CC2470FA4B58A87FBAB56C6_RuntimeMethod_var);
}
IL_001b:
{
DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * L_4 = __this->get_dsa_8();
bool L_5 = ___includePrivateParameters0;
NullCheck(L_4);
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_6 = VirtFuncInvoker1< DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 , bool >::Invoke(21 /* System.Security.Cryptography.DSAParameters System.Security.Cryptography.DSA::ExportParameters(System.Boolean) */, L_4, L_5);
return L_6;
}
}
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::ImportParameters(System.Security.Cryptography.DSAParameters)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider_ImportParameters_mA0E3A6B4C3661033079BFDD8A9F64F018F7866EA (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 ___parameters0, const RuntimeMethod* method)
{
{
DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * L_0 = __this->get_dsa_8();
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_1 = ___parameters0;
NullCheck(L_0);
VirtActionInvoker1< DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 >::Invoke(22 /* System.Void System.Security.Cryptography.DSA::ImportParameters(System.Security.Cryptography.DSAParameters) */, L_0, L_1);
return;
}
}
// System.Byte[] System.Security.Cryptography.DSACryptoServiceProvider::CreateSignature(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DSACryptoServiceProvider_CreateSignature_mA552EF8EE89586A714E9AC1F60DAF513D6E2F420 (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbHash0, const RuntimeMethod* method)
{
{
DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * L_0 = __this->get_dsa_8();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___rgbHash0;
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.DSA::CreateSignature(System.Byte[]) */, L_0, L_1);
return L_2;
}
}
// System.Byte[] System.Security.Cryptography.DSACryptoServiceProvider::SignData(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DSACryptoServiceProvider_SignData_mE44DCFCD27E2761B265A105DD444A0ECB7A8EFE1 (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, const RuntimeMethod* method)
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * L_0 = SHA1_Create_m5ECE86DE88BB9CDD4674000066642BA7FDF466E4(/*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0;
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122(L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * L_3 = __this->get_dsa_8();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0;
NullCheck(L_3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.DSA::CreateSignature(System.Byte[]) */, L_3, L_4);
return L_5;
}
}
// System.Byte[] System.Security.Cryptography.DSACryptoServiceProvider::SignData(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DSACryptoServiceProvider_SignData_mDC166DB9B7E4FD49455D45922D1850B67C2CC15C (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method)
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * L_0 = SHA1_Create_m5ECE86DE88BB9CDD4674000066642BA7FDF466E4(/*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0;
int32_t L_2 = ___offset1;
int32_t L_3 = ___count2;
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = HashAlgorithm_ComputeHash_m944CD5B5BF66F170C9ACD2674E258E62ED297819(L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * L_5 = __this->get_dsa_8();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_0;
NullCheck(L_5);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.DSA::CreateSignature(System.Byte[]) */, L_5, L_6);
return L_7;
}
}
// System.Byte[] System.Security.Cryptography.DSACryptoServiceProvider::SignData(System.IO.Stream)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DSACryptoServiceProvider_SignData_m21072C8D06D23C0BBEC2B7CA9D2367C9950F663E (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___inputStream0, const RuntimeMethod* method)
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * L_0 = SHA1_Create_m5ECE86DE88BB9CDD4674000066642BA7FDF466E4(/*hidden argument*/NULL);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = ___inputStream0;
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = HashAlgorithm_ComputeHash_m8CEDC01FA48DE9E68CF04C1CAE31977DA3C6D2C5(L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * L_3 = __this->get_dsa_8();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0;
NullCheck(L_3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.DSA::CreateSignature(System.Byte[]) */, L_3, L_4);
return L_5;
}
}
// System.Byte[] System.Security.Cryptography.DSACryptoServiceProvider::SignHash(System.Byte[],System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DSACryptoServiceProvider_SignHash_m684737F66363A6C08FB841EC58D2F3943365A1FA (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbHash0, String_t* ___str1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSACryptoServiceProvider_SignHash_m684737F66363A6C08FB841EC58D2F3943365A1FA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___str1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
int32_t L_2 = String_Compare_mA1D43767F882FE677F238637A8785FCCEE7173D9(L_0, _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939, (bool)1, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0023;
}
}
{
String_t* L_3 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralF6DAA773BC3288329661E8EDCF4D85322B66247C, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_4 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DSACryptoServiceProvider_SignHash_m684737F66363A6C08FB841EC58D2F3943365A1FA_RuntimeMethod_var);
}
IL_0023:
{
DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * L_5 = __this->get_dsa_8();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___rgbHash0;
NullCheck(L_5);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.DSA::CreateSignature(System.Byte[]) */, L_5, L_6);
return L_7;
}
}
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::VerifyData(System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSACryptoServiceProvider_VerifyData_mD214D702A4DE47F52E07DD1D44D2BE4EE53E78C4 (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbData0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbSignature1, const RuntimeMethod* method)
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * L_0 = SHA1_Create_m5ECE86DE88BB9CDD4674000066642BA7FDF466E4(/*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___rgbData0;
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122(L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * L_3 = __this->get_dsa_8();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___rgbSignature1;
NullCheck(L_3);
bool L_6 = VirtFuncInvoker2< bool, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(14 /* System.Boolean System.Security.Cryptography.DSA::VerifySignature(System.Byte[],System.Byte[]) */, L_3, L_4, L_5);
return L_6;
}
}
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::VerifyHash(System.Byte[],System.String,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSACryptoServiceProvider_VerifyHash_m66594B940ACC0AB7C73A58A0DE82967CF2D45E53 (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbHash0, String_t* ___str1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbSignature2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSACryptoServiceProvider_VerifyHash_m66594B940ACC0AB7C73A58A0DE82967CF2D45E53_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___str1;
if (L_0)
{
goto IL_000a;
}
}
{
___str1 = _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939;
}
IL_000a:
{
String_t* L_1 = ___str1;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
int32_t L_3 = String_Compare_mA1D43767F882FE677F238637A8785FCCEE7173D9(L_1, _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939, (bool)1, L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_002d;
}
}
{
String_t* L_4 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralF6DAA773BC3288329661E8EDCF4D85322B66247C, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_5 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, DSACryptoServiceProvider_VerifyHash_m66594B940ACC0AB7C73A58A0DE82967CF2D45E53_RuntimeMethod_var);
}
IL_002d:
{
DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * L_6 = __this->get_dsa_8();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___rgbHash0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___rgbSignature2;
NullCheck(L_6);
bool L_9 = VirtFuncInvoker2< bool, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(14 /* System.Boolean System.Security.Cryptography.DSA::VerifySignature(System.Byte[],System.Byte[]) */, L_6, L_7, L_8);
return L_9;
}
}
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::VerifySignature(System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSACryptoServiceProvider_VerifySignature_m3C835F91A28556880CD0C1229E7C4A7AB7659D6F (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbHash0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbSignature1, const RuntimeMethod* method)
{
{
DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * L_0 = __this->get_dsa_8();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___rgbHash0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___rgbSignature1;
NullCheck(L_0);
bool L_3 = VirtFuncInvoker2< bool, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(14 /* System.Boolean System.Security.Cryptography.DSA::VerifySignature(System.Byte[],System.Byte[]) */, L_0, L_1, L_2);
return L_3;
}
}
// System.Byte[] System.Security.Cryptography.DSACryptoServiceProvider::HashData(System.Byte[],System.Int32,System.Int32,System.Security.Cryptography.HashAlgorithmName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DSACryptoServiceProvider_HashData_m45FC974C3A97F428DB4385F03CD6986DC0CE6778 (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, int32_t ___offset1, int32_t ___count2, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___hashAlgorithm3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSACryptoServiceProvider_HashData_m45FC974C3A97F428DB4385F03CD6986DC0CE6778_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F L_0 = ___hashAlgorithm3;
HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F L_1 = HashAlgorithmName_get_SHA1_m356FC989D0CADA971C92FEAF920453320CDD37BA(/*hidden argument*/NULL);
bool L_2 = HashAlgorithmName_op_Inequality_m3C982F8BBEF400CAFF24671F87A5EE5D2AE25245(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_002e;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3;
String_t* L_5 = HashAlgorithmName_get_Name_mFFCF361D43C64412C96737345AC79B760DF9D237_inline((HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F *)(&___hashAlgorithm3), /*hidden argument*/NULL);
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_5);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_5);
String_t* L_6 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral2A85218C1454A4FDA25AB5904A6853351DA24AEF, L_4, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_7 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_7, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, DSACryptoServiceProvider_HashData_m45FC974C3A97F428DB4385F03CD6986DC0CE6778_RuntimeMethod_var);
}
IL_002e:
{
String_t* L_8 = HashAlgorithmName_get_Name_mFFCF361D43C64412C96737345AC79B760DF9D237_inline((HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F *)(&___hashAlgorithm3), /*hidden argument*/NULL);
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_9 = HashAlgorithm_Create_m59501B2C523DE8B6F3F19755D50B4E4D9ECF7365(L_8, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___data0;
int32_t L_11 = ___offset1;
int32_t L_12 = ___count2;
NullCheck(L_9);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = HashAlgorithm_ComputeHash_m944CD5B5BF66F170C9ACD2674E258E62ED297819(L_9, L_10, L_11, L_12, /*hidden argument*/NULL);
return L_13;
}
}
// System.Byte[] System.Security.Cryptography.DSACryptoServiceProvider::HashData(System.IO.Stream,System.Security.Cryptography.HashAlgorithmName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DSACryptoServiceProvider_HashData_mB6A6F225CDC2E9BBCCF99526FBC9D5C685A234CE (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___data0, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___hashAlgorithm1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSACryptoServiceProvider_HashData_mB6A6F225CDC2E9BBCCF99526FBC9D5C685A234CE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F L_0 = ___hashAlgorithm1;
HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F L_1 = HashAlgorithmName_get_SHA1_m356FC989D0CADA971C92FEAF920453320CDD37BA(/*hidden argument*/NULL);
bool L_2 = HashAlgorithmName_op_Inequality_m3C982F8BBEF400CAFF24671F87A5EE5D2AE25245(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_002d;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3;
String_t* L_5 = HashAlgorithmName_get_Name_mFFCF361D43C64412C96737345AC79B760DF9D237_inline((HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F *)(&___hashAlgorithm1), /*hidden argument*/NULL);
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_5);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_5);
String_t* L_6 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral2A85218C1454A4FDA25AB5904A6853351DA24AEF, L_4, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_7 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_7, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, DSACryptoServiceProvider_HashData_mB6A6F225CDC2E9BBCCF99526FBC9D5C685A234CE_RuntimeMethod_var);
}
IL_002d:
{
String_t* L_8 = HashAlgorithmName_get_Name_mFFCF361D43C64412C96737345AC79B760DF9D237_inline((HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F *)(&___hashAlgorithm1), /*hidden argument*/NULL);
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_9 = HashAlgorithm_Create_m59501B2C523DE8B6F3F19755D50B4E4D9ECF7365(L_8, /*hidden argument*/NULL);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_10 = ___data0;
NullCheck(L_9);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = HashAlgorithm_ComputeHash_m8CEDC01FA48DE9E68CF04C1CAE31977DA3C6D2C5(L_9, L_10, /*hidden argument*/NULL);
return L_11;
}
}
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider_Dispose_m85DFE4AF944C1A95B575E342254391A8C1494F05 (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, bool ___disposing0, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_disposed_7();
if (L_0)
{
goto IL_003d;
}
}
{
bool L_1 = __this->get_persisted_5();
if (!L_1)
{
goto IL_0023;
}
}
{
bool L_2 = __this->get_persistKey_4();
if (L_2)
{
goto IL_0023;
}
}
{
KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * L_3 = __this->get_store_3();
NullCheck(L_3);
KeyPairPersistence_Remove_mCD1DF15E2AF5F6551D3B24B5203232C1177B7404(L_3, /*hidden argument*/NULL);
}
IL_0023:
{
DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * L_4 = __this->get_dsa_8();
if (!L_4)
{
goto IL_0036;
}
}
{
DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * L_5 = __this->get_dsa_8();
NullCheck(L_5);
AsymmetricAlgorithm_Clear_m6B49796597BF5B1532F3D5D50C241808E24B15BA(L_5, /*hidden argument*/NULL);
}
IL_0036:
{
__this->set_m_disposed_7((bool)1);
}
IL_003d:
{
return;
}
}
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::OnKeyGenerated(System.Object,System.EventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider_OnKeyGenerated_m6A79FA58E92BA4277993943AD687892EC4C936BC (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, RuntimeObject * ___sender0, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___e1, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_persistKey_4();
if (!L_0)
{
goto IL_0041;
}
}
{
bool L_1 = __this->get_persisted_5();
if (L_1)
{
goto IL_0041;
}
}
{
KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * L_2 = __this->get_store_3();
DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * L_3 = __this->get_dsa_8();
NullCheck(L_3);
bool L_4 = DSAManaged_get_PublicOnly_m801BFD37476D7EF19E5544078D48CB6EB05857E6(L_3, /*hidden argument*/NULL);
String_t* L_5 = VirtFuncInvoker1< String_t*, bool >::Invoke(12 /* System.String System.Security.Cryptography.AsymmetricAlgorithm::ToXmlString(System.Boolean) */, __this, (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0));
NullCheck(L_2);
KeyPairPersistence_set_KeyValue_mB8F4E9B2C56360730779015B15BAAB98AB4BD05C(L_2, L_5, /*hidden argument*/NULL);
KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * L_6 = __this->get_store_3();
NullCheck(L_6);
KeyPairPersistence_Save_m0F7EC314BE632A7B3002C1E5E9D09D838B37DE55(L_6, /*hidden argument*/NULL);
__this->set_persisted_5((bool)1);
}
IL_0041:
{
return;
}
}
// System.Security.Cryptography.CspKeyContainerInfo System.Security.Cryptography.DSACryptoServiceProvider::get_CspKeyContainerInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CspKeyContainerInfo_t33C2F72A9669DA4DD0F18DFD52F8D0B3586EC6E0 * DSACryptoServiceProvider_get_CspKeyContainerInfo_m4E3596693C99A66C08B625859E550B1B7C59F896 (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, const RuntimeMethod* method)
{
{
return (CspKeyContainerInfo_t33C2F72A9669DA4DD0F18DFD52F8D0B3586EC6E0 *)NULL;
}
}
// System.Byte[] System.Security.Cryptography.DSACryptoServiceProvider::ExportCspBlob(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DSACryptoServiceProvider_ExportCspBlob_m2C559BA456D25C44D31EEF7FAD34FF4306F73558 (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, bool ___includePrivateParameters0, const RuntimeMethod* method)
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
V_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
bool L_0 = ___includePrivateParameters0;
if (!L_0)
{
goto IL_000e;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = CryptoConvert_ToCapiPrivateKeyBlob_m2E0AFF160F534C164C3C84A7FA1426B3FEDC112C(__this, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_0015;
}
IL_000e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = CryptoConvert_ToCapiPublicKeyBlob_m5C402348A0B620650CDD16B98F30131FA9A81CB2(__this, /*hidden argument*/NULL);
V_0 = L_2;
}
IL_0015:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0;
return L_3;
}
}
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::ImportCspBlob(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider_ImportCspBlob_mB7D483B0FF77072AF503CB50BF33707A5957AC15 (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___keyBlob0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSACryptoServiceProvider_ImportCspBlob_mB7D483B0FF77072AF503CB50BF33707A5957AC15_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * V_0 = NULL;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 V_1;
memset((&V_1), 0, sizeof(V_1));
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 V_2;
memset((&V_2), 0, sizeof(V_2));
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 V_3;
memset((&V_3), 0, sizeof(V_3));
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___keyBlob0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA7E1CFC2241A1540DD061C8A292F24D250F7C70D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DSACryptoServiceProvider_ImportCspBlob_mB7D483B0FF77072AF503CB50BF33707A5957AC15_RuntimeMethod_var);
}
IL_000e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___keyBlob0;
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_3 = CryptoConvert_FromCapiKeyBlobDSA_m103989D1BE402735BC20E019D1793323AE493376(L_2, /*hidden argument*/NULL);
V_0 = L_3;
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_4 = V_0;
if (!((DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 *)IsInstSealed((RuntimeObject*)L_4, DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_il2cpp_TypeInfo_var)))
{
goto IL_003a;
}
}
{
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_5 = V_0;
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_6 = V_0;
NullCheck(((DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 *)IsInstSealed((RuntimeObject*)L_6, DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_il2cpp_TypeInfo_var)));
bool L_7 = DSACryptoServiceProvider_get_PublicOnly_mB458AF682DACF7816951AB5FE5C8AB30F046DEFA(((DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 *)IsInstSealed((RuntimeObject*)L_6, DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
NullCheck(L_5);
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_8 = VirtFuncInvoker1< DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 , bool >::Invoke(21 /* System.Security.Cryptography.DSAParameters System.Security.Cryptography.DSA::ExportParameters(System.Boolean) */, L_5, (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0));
V_1 = L_8;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_9 = V_1;
VirtActionInvoker1< DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 >::Invoke(22 /* System.Void System.Security.Cryptography.DSA::ImportParameters(System.Security.Cryptography.DSAParameters) */, __this, L_9);
return;
}
IL_003a:
{
}
IL_003b:
try
{ // begin try (depth: 1)
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_10 = V_0;
NullCheck(L_10);
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_11 = VirtFuncInvoker1< DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 , bool >::Invoke(21 /* System.Security.Cryptography.DSAParameters System.Security.Cryptography.DSA::ExportParameters(System.Boolean) */, L_10, (bool)1);
V_2 = L_11;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_12 = V_2;
VirtActionInvoker1< DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 >::Invoke(22 /* System.Void System.Security.Cryptography.DSA::ImportParameters(System.Security.Cryptography.DSAParameters) */, __this, L_12);
goto IL_005e;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_004c;
throw e;
}
CATCH_004c:
{ // begin catch(System.Object)
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_13 = V_0;
NullCheck(L_13);
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_14 = VirtFuncInvoker1< DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 , bool >::Invoke(21 /* System.Security.Cryptography.DSAParameters System.Security.Cryptography.DSA::ExportParameters(System.Boolean) */, L_13, (bool)0);
V_3 = L_14;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_15 = V_3;
VirtActionInvoker1< DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 >::Invoke(22 /* System.Void System.Security.Cryptography.DSA::ImportParameters(System.Security.Cryptography.DSAParameters) */, __this, L_15);
goto IL_005e;
} // end catch (depth: 1)
IL_005e:
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.Security.Cryptography.DSAParameters
IL2CPP_EXTERN_C void DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6_marshal_pinvoke(const DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6& unmarshaled, DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6_marshaled_pinvoke& marshaled)
{
marshaled.___P_0 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_P_0());
marshaled.___Q_1 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_Q_1());
marshaled.___G_2 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_G_2());
marshaled.___Y_3 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_Y_3());
marshaled.___J_4 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_J_4());
marshaled.___X_5 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_X_5());
marshaled.___Seed_6 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_Seed_6());
marshaled.___Counter_7 = unmarshaled.get_Counter_7();
}
IL2CPP_EXTERN_C void DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6_marshal_pinvoke_back(const DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6_marshaled_pinvoke& marshaled, DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6_pinvoke_FromNativeMethodDefinition_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
unmarshaled.set_P_0((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, marshaled.___P_0));
unmarshaled.set_Q_1((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, marshaled.___Q_1));
unmarshaled.set_G_2((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, marshaled.___G_2));
unmarshaled.set_Y_3((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, marshaled.___Y_3));
unmarshaled.set_J_4((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, marshaled.___J_4));
unmarshaled.set_X_5((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, marshaled.___X_5));
unmarshaled.set_Seed_6((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, marshaled.___Seed_6));
int32_t unmarshaled_Counter_temp_7 = 0;
unmarshaled_Counter_temp_7 = marshaled.___Counter_7;
unmarshaled.set_Counter_7(unmarshaled_Counter_temp_7);
}
// Conversion method for clean up from marshalling of: System.Security.Cryptography.DSAParameters
IL2CPP_EXTERN_C void DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6_marshal_pinvoke_cleanup(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_com_destroy_safe_array(marshaled.___P_0);
marshaled.___P_0 = NULL;
il2cpp_codegen_com_destroy_safe_array(marshaled.___Q_1);
marshaled.___Q_1 = NULL;
il2cpp_codegen_com_destroy_safe_array(marshaled.___G_2);
marshaled.___G_2 = NULL;
il2cpp_codegen_com_destroy_safe_array(marshaled.___Y_3);
marshaled.___Y_3 = NULL;
il2cpp_codegen_com_destroy_safe_array(marshaled.___J_4);
marshaled.___J_4 = NULL;
il2cpp_codegen_com_destroy_safe_array(marshaled.___X_5);
marshaled.___X_5 = NULL;
il2cpp_codegen_com_destroy_safe_array(marshaled.___Seed_6);
marshaled.___Seed_6 = NULL;
}
// Conversion methods for marshalling of: System.Security.Cryptography.DSAParameters
IL2CPP_EXTERN_C void DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6_marshal_com(const DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6& unmarshaled, DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6_marshaled_com& marshaled)
{
marshaled.___P_0 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_P_0());
marshaled.___Q_1 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_Q_1());
marshaled.___G_2 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_G_2());
marshaled.___Y_3 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_Y_3());
marshaled.___J_4 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_J_4());
marshaled.___X_5 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_X_5());
marshaled.___Seed_6 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_Seed_6());
marshaled.___Counter_7 = unmarshaled.get_Counter_7();
}
IL2CPP_EXTERN_C void DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6_marshal_com_back(const DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6_marshaled_com& marshaled, DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6_com_FromNativeMethodDefinition_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
unmarshaled.set_P_0((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, marshaled.___P_0));
unmarshaled.set_Q_1((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, marshaled.___Q_1));
unmarshaled.set_G_2((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, marshaled.___G_2));
unmarshaled.set_Y_3((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, marshaled.___Y_3));
unmarshaled.set_J_4((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, marshaled.___J_4));
unmarshaled.set_X_5((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, marshaled.___X_5));
unmarshaled.set_Seed_6((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, marshaled.___Seed_6));
int32_t unmarshaled_Counter_temp_7 = 0;
unmarshaled_Counter_temp_7 = marshaled.___Counter_7;
unmarshaled.set_Counter_7(unmarshaled_Counter_temp_7);
}
// Conversion method for clean up from marshalling of: System.Security.Cryptography.DSAParameters
IL2CPP_EXTERN_C void DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6_marshal_com_cleanup(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6_marshaled_com& marshaled)
{
il2cpp_codegen_com_destroy_safe_array(marshaled.___P_0);
marshaled.___P_0 = NULL;
il2cpp_codegen_com_destroy_safe_array(marshaled.___Q_1);
marshaled.___Q_1 = NULL;
il2cpp_codegen_com_destroy_safe_array(marshaled.___G_2);
marshaled.___G_2 = NULL;
il2cpp_codegen_com_destroy_safe_array(marshaled.___Y_3);
marshaled.___Y_3 = NULL;
il2cpp_codegen_com_destroy_safe_array(marshaled.___J_4);
marshaled.___J_4 = NULL;
il2cpp_codegen_com_destroy_safe_array(marshaled.___X_5);
marshaled.___X_5 = NULL;
il2cpp_codegen_com_destroy_safe_array(marshaled.___Seed_6);
marshaled.___Seed_6 = NULL;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.DSASignatureDeformatter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSASignatureDeformatter__ctor_m8E7DEE311992CE6C639D9F137F4E925C803A9339 (DSASignatureDeformatter_tC4F6EE7636F9BD85197A80563E80DD1138A82372 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSASignatureDeformatter__ctor_m8E7DEE311992CE6C639D9F137F4E925C803A9339_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
AsymmetricSignatureDeformatter__ctor_m656D0E64C9E6B3FF5D07E118F06EA95F16363AED(__this, /*hidden argument*/NULL);
int32_t L_0 = ((int32_t)1);
RuntimeObject * L_1 = Box(OidGroup_t0A45655E8D1AB87306F19A918E98DE4D61E86BF7_il2cpp_TypeInfo_var, &L_0);
String_t* L_2 = CryptoConfig_MapNameToOID_m4588979B3B67C0D41F0E72D916B5736E957255A8(_stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939, L_1, /*hidden argument*/NULL);
__this->set__oid_1(L_2);
return;
}
}
// System.Void System.Security.Cryptography.DSASignatureDeformatter::.ctor(System.Security.Cryptography.AsymmetricAlgorithm)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSASignatureDeformatter__ctor_m1D5A9C1114FBCE4C2DCC0C35DA94B77ECF3BD661 (DSASignatureDeformatter_tC4F6EE7636F9BD85197A80563E80DD1138A82372 * __this, AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSASignatureDeformatter__ctor_m1D5A9C1114FBCE4C2DCC0C35DA94B77ECF3BD661_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DSASignatureDeformatter__ctor_m8E7DEE311992CE6C639D9F137F4E925C803A9339(__this, /*hidden argument*/NULL);
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_0 = ___key0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DSASignatureDeformatter__ctor_m1D5A9C1114FBCE4C2DCC0C35DA94B77ECF3BD661_RuntimeMethod_var);
}
IL_0014:
{
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_2 = ___key0;
__this->set__dsaKey_0(((DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF *)CastclassClass((RuntimeObject*)L_2, DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF_il2cpp_TypeInfo_var)));
return;
}
}
// System.Void System.Security.Cryptography.DSASignatureDeformatter::SetKey(System.Security.Cryptography.AsymmetricAlgorithm)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSASignatureDeformatter_SetKey_m9CEEAD198C36946E50C0B460008B97B79E3B3FC5 (DSASignatureDeformatter_tC4F6EE7636F9BD85197A80563E80DD1138A82372 * __this, AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSASignatureDeformatter_SetKey_m9CEEAD198C36946E50C0B460008B97B79E3B3FC5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_0 = ___key0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DSASignatureDeformatter_SetKey_m9CEEAD198C36946E50C0B460008B97B79E3B3FC5_RuntimeMethod_var);
}
IL_000e:
{
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_2 = ___key0;
__this->set__dsaKey_0(((DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF *)CastclassClass((RuntimeObject*)L_2, DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF_il2cpp_TypeInfo_var)));
return;
}
}
// System.Void System.Security.Cryptography.DSASignatureDeformatter::SetHashAlgorithm(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSASignatureDeformatter_SetHashAlgorithm_m253F3588EE9B73035FC17E173E32562AACE46E4F (DSASignatureDeformatter_tC4F6EE7636F9BD85197A80563E80DD1138A82372 * __this, String_t* ___strName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSASignatureDeformatter_SetHashAlgorithm_m253F3588EE9B73035FC17E173E32562AACE46E4F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___strName0;
int32_t L_1 = ((int32_t)1);
RuntimeObject * L_2 = Box(OidGroup_t0A45655E8D1AB87306F19A918E98DE4D61E86BF7_il2cpp_TypeInfo_var, &L_1);
String_t* L_3 = CryptoConfig_MapNameToOID_m4588979B3B67C0D41F0E72D916B5736E957255A8(L_0, L_2, /*hidden argument*/NULL);
String_t* L_4 = __this->get__oid_1();
bool L_5 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0029;
}
}
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD0F2215BC803A642114FE14639877805BFB6C704, /*hidden argument*/NULL);
CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE * L_7 = (CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE_il2cpp_TypeInfo_var);
CryptographicUnexpectedOperationException__ctor_mBBDF264CFD6435CEC4994D4DE065BA91CC7D38EE(L_7, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, DSASignatureDeformatter_SetHashAlgorithm_m253F3588EE9B73035FC17E173E32562AACE46E4F_RuntimeMethod_var);
}
IL_0029:
{
return;
}
}
// System.Boolean System.Security.Cryptography.DSASignatureDeformatter::VerifySignature(System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSASignatureDeformatter_VerifySignature_mD1941FA00B47A061062576ACB61B43BFE54D2F00 (DSASignatureDeformatter_tC4F6EE7636F9BD85197A80563E80DD1138A82372 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbHash0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbSignature1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSASignatureDeformatter_VerifySignature_mD1941FA00B47A061062576ACB61B43BFE54D2F00_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___rgbHash0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral4445A06EBC92C6FB2CD4DBB7E6BC35A1A42855CF, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DSASignatureDeformatter_VerifySignature_mD1941FA00B47A061062576ACB61B43BFE54D2F00_RuntimeMethod_var);
}
IL_000e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___rgbSignature1;
if (L_2)
{
goto IL_001c;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteral86829FC0DE3D324E35FF13062CC9A78C63B98431, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, DSASignatureDeformatter_VerifySignature_mD1941FA00B47A061062576ACB61B43BFE54D2F00_RuntimeMethod_var);
}
IL_001c:
{
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_4 = __this->get__dsaKey_0();
if (L_4)
{
goto IL_0034;
}
}
{
String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral29C1F3CF671868CF7CF94FA12D4170A37C8C1543, /*hidden argument*/NULL);
CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE * L_6 = (CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE_il2cpp_TypeInfo_var);
CryptographicUnexpectedOperationException__ctor_mBBDF264CFD6435CEC4994D4DE065BA91CC7D38EE(L_6, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, DSASignatureDeformatter_VerifySignature_mD1941FA00B47A061062576ACB61B43BFE54D2F00_RuntimeMethod_var);
}
IL_0034:
{
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_7 = __this->get__dsaKey_0();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___rgbHash0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___rgbSignature1;
NullCheck(L_7);
bool L_10 = VirtFuncInvoker2< bool, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(14 /* System.Boolean System.Security.Cryptography.DSA::VerifySignature(System.Byte[],System.Byte[]) */, L_7, L_8, L_9);
return L_10;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.DSASignatureDescription::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSASignatureDescription__ctor_m760E369C55BFFC133EFB06E1BAFC45CB303BB327 (DSASignatureDescription_t71AB8FDAC84C28BCCA886EB888A59534631DB07A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSASignatureDescription__ctor_m760E369C55BFFC133EFB06E1BAFC45CB303BB327_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SignatureDescription__ctor_m0C296E29CBA529CB0FEE7F32A0EF4557DE56A801(__this, /*hidden argument*/NULL);
SignatureDescription_set_KeyAlgorithm_mC858F8B4D83C8E177C0F6EB31E38438C23515BBA_inline(__this, _stringLiteralB89C033E4B016222445A14303870AE92C56801BB, /*hidden argument*/NULL);
SignatureDescription_set_DigestAlgorithm_m3CAA84C5D222A326641B921453F815AA32BE567B_inline(__this, _stringLiteral081D837E0A82FC538891ECFD0AA738A56F753735, /*hidden argument*/NULL);
SignatureDescription_set_FormatterAlgorithm_m1749CD8420B481A9D466D69CF164347E270989B2_inline(__this, _stringLiteral2520E1CB04F9EC221D70E2B76F6DEECBE952E1EC, /*hidden argument*/NULL);
SignatureDescription_set_DeformatterAlgorithm_mF2D5C29348CA2D1C037B8C5BE9B70C96A397A573_inline(__this, _stringLiteral72076DCDB50BDCF1D35600C86FAA560E730A552F, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.DSASignatureFormatter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSASignatureFormatter__ctor_m6CEFE3C963790DFBE33A5E7B15FBDAF36926269D (DSASignatureFormatter_tFEE16240E774EC2338F2B0292CB850CDEE735421 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSASignatureFormatter__ctor_m6CEFE3C963790DFBE33A5E7B15FBDAF36926269D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
AsymmetricSignatureFormatter__ctor_m4581CBC81F10A82465AF491B8C8C32A44D4EBB43(__this, /*hidden argument*/NULL);
int32_t L_0 = ((int32_t)1);
RuntimeObject * L_1 = Box(OidGroup_t0A45655E8D1AB87306F19A918E98DE4D61E86BF7_il2cpp_TypeInfo_var, &L_0);
String_t* L_2 = CryptoConfig_MapNameToOID_m4588979B3B67C0D41F0E72D916B5736E957255A8(_stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939, L_1, /*hidden argument*/NULL);
__this->set__oid_1(L_2);
return;
}
}
// System.Void System.Security.Cryptography.DSASignatureFormatter::.ctor(System.Security.Cryptography.AsymmetricAlgorithm)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSASignatureFormatter__ctor_m8931CCBBE730F2B0D13B28D70853718AEB59A587 (DSASignatureFormatter_tFEE16240E774EC2338F2B0292CB850CDEE735421 * __this, AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSASignatureFormatter__ctor_m8931CCBBE730F2B0D13B28D70853718AEB59A587_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DSASignatureFormatter__ctor_m6CEFE3C963790DFBE33A5E7B15FBDAF36926269D(__this, /*hidden argument*/NULL);
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_0 = ___key0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DSASignatureFormatter__ctor_m8931CCBBE730F2B0D13B28D70853718AEB59A587_RuntimeMethod_var);
}
IL_0014:
{
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_2 = ___key0;
__this->set__dsaKey_0(((DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF *)CastclassClass((RuntimeObject*)L_2, DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF_il2cpp_TypeInfo_var)));
return;
}
}
// System.Void System.Security.Cryptography.DSASignatureFormatter::SetKey(System.Security.Cryptography.AsymmetricAlgorithm)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSASignatureFormatter_SetKey_m748B6247CE2087CE13BE3D5E9DF2EF22198FE4B5 (DSASignatureFormatter_tFEE16240E774EC2338F2B0292CB850CDEE735421 * __this, AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSASignatureFormatter_SetKey_m748B6247CE2087CE13BE3D5E9DF2EF22198FE4B5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_0 = ___key0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DSASignatureFormatter_SetKey_m748B6247CE2087CE13BE3D5E9DF2EF22198FE4B5_RuntimeMethod_var);
}
IL_000e:
{
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_2 = ___key0;
__this->set__dsaKey_0(((DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF *)CastclassClass((RuntimeObject*)L_2, DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF_il2cpp_TypeInfo_var)));
return;
}
}
// System.Void System.Security.Cryptography.DSASignatureFormatter::SetHashAlgorithm(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSASignatureFormatter_SetHashAlgorithm_mFE934BF6B5B800DC119213B9C7148EE8F3AF6246 (DSASignatureFormatter_tFEE16240E774EC2338F2B0292CB850CDEE735421 * __this, String_t* ___strName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSASignatureFormatter_SetHashAlgorithm_mFE934BF6B5B800DC119213B9C7148EE8F3AF6246_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___strName0;
int32_t L_1 = ((int32_t)1);
RuntimeObject * L_2 = Box(OidGroup_t0A45655E8D1AB87306F19A918E98DE4D61E86BF7_il2cpp_TypeInfo_var, &L_1);
String_t* L_3 = CryptoConfig_MapNameToOID_m4588979B3B67C0D41F0E72D916B5736E957255A8(L_0, L_2, /*hidden argument*/NULL);
String_t* L_4 = __this->get__oid_1();
bool L_5 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0029;
}
}
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD0F2215BC803A642114FE14639877805BFB6C704, /*hidden argument*/NULL);
CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE * L_7 = (CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE_il2cpp_TypeInfo_var);
CryptographicUnexpectedOperationException__ctor_mBBDF264CFD6435CEC4994D4DE065BA91CC7D38EE(L_7, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, DSASignatureFormatter_SetHashAlgorithm_mFE934BF6B5B800DC119213B9C7148EE8F3AF6246_RuntimeMethod_var);
}
IL_0029:
{
return;
}
}
// System.Byte[] System.Security.Cryptography.DSASignatureFormatter::CreateSignature(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* DSASignatureFormatter_CreateSignature_mC15BB37181C8230C71752DEA3B4B54FBD2C5DD1D (DSASignatureFormatter_tFEE16240E774EC2338F2B0292CB850CDEE735421 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbHash0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSASignatureFormatter_CreateSignature_mC15BB37181C8230C71752DEA3B4B54FBD2C5DD1D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___rgbHash0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral4445A06EBC92C6FB2CD4DBB7E6BC35A1A42855CF, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DSASignatureFormatter_CreateSignature_mC15BB37181C8230C71752DEA3B4B54FBD2C5DD1D_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = __this->get__oid_1();
if (L_2)
{
goto IL_0026;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral61BC9767AF0DF0DF38787CEC39C487629964C923, /*hidden argument*/NULL);
CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE * L_4 = (CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE_il2cpp_TypeInfo_var);
CryptographicUnexpectedOperationException__ctor_mBBDF264CFD6435CEC4994D4DE065BA91CC7D38EE(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DSASignatureFormatter_CreateSignature_mC15BB37181C8230C71752DEA3B4B54FBD2C5DD1D_RuntimeMethod_var);
}
IL_0026:
{
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_5 = __this->get__dsaKey_0();
if (L_5)
{
goto IL_003e;
}
}
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral29C1F3CF671868CF7CF94FA12D4170A37C8C1543, /*hidden argument*/NULL);
CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE * L_7 = (CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE_il2cpp_TypeInfo_var);
CryptographicUnexpectedOperationException__ctor_mBBDF264CFD6435CEC4994D4DE065BA91CC7D38EE(L_7, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, DSASignatureFormatter_CreateSignature_mC15BB37181C8230C71752DEA3B4B54FBD2C5DD1D_RuntimeMethod_var);
}
IL_003e:
{
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_8 = __this->get__dsaKey_0();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___rgbHash0;
NullCheck(L_8);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.DSA::CreateSignature(System.Byte[]) */, L_8, L_9);
return L_10;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.DeriveBytes::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeriveBytes_Dispose_mCA32A44DD9545C755E620B2EA326B977A9C88591 (DeriveBytes_t0D69F51DA669F265FD23E7B5E5CCA3F26EDCB58A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DeriveBytes_Dispose_mCA32A44DD9545C755E620B2EA326B977A9C88591_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
VirtActionInvoker1< bool >::Invoke(7 /* System.Void System.Security.Cryptography.DeriveBytes::Dispose(System.Boolean) */, __this, (bool)1);
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.DeriveBytes::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeriveBytes_Dispose_m937B4C99B20CDBD7C1872C50276E2F373CEA3F7A (DeriveBytes_t0D69F51DA669F265FD23E7B5E5CCA3F26EDCB58A * __this, bool ___disposing0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void System.Security.Cryptography.DeriveBytes::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeriveBytes__ctor_m02757DA4B7F8337AAC6B3766CE720A6391623DE0 (DeriveBytes_t0D69F51DA669F265FD23E7B5E5CCA3F26EDCB58A * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.FromBase64Transform::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FromBase64Transform__ctor_m1793A329E46DA87D8444F5CAE44012851962E233 (FromBase64Transform_tDF2D9BD8F6E3313924B81AB982F8A396471F0C8D * __this, const RuntimeMethod* method)
{
{
FromBase64Transform__ctor_mB75667B4FE4F37C6BDC38C23BBF04B3CD1CAB3F4(__this, 0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.FromBase64Transform::.ctor(System.Security.Cryptography.FromBase64TransformMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FromBase64Transform__ctor_mB75667B4FE4F37C6BDC38C23BBF04B3CD1CAB3F4 (FromBase64Transform_tDF2D9BD8F6E3313924B81AB982F8A396471F0C8D * __this, int32_t ___whitespaces0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FromBase64Transform__ctor_mB75667B4FE4F37C6BDC38C23BBF04B3CD1CAB3F4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)4);
__this->set__inputBuffer_0(L_0);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_1 = ___whitespaces0;
__this->set__whitespaces_2(L_1);
__this->set__inputIndex_1(0);
return;
}
}
// System.Int32 System.Security.Cryptography.FromBase64Transform::get_InputBlockSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FromBase64Transform_get_InputBlockSize_mEA08A0EEA7576436B5DCC87C7387453AE3DA1DBF (FromBase64Transform_tDF2D9BD8F6E3313924B81AB982F8A396471F0C8D * __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.Int32 System.Security.Cryptography.FromBase64Transform::get_OutputBlockSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FromBase64Transform_get_OutputBlockSize_m5E77585BFC8E815829E990079A63CE9AA08BCFD3 (FromBase64Transform_tDF2D9BD8F6E3313924B81AB982F8A396471F0C8D * __this, const RuntimeMethod* method)
{
{
return 3;
}
}
// System.Boolean System.Security.Cryptography.FromBase64Transform::get_CanTransformMultipleBlocks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FromBase64Transform_get_CanTransformMultipleBlocks_m20E56F2D35B73426E96020142FACD7DE40BB2CA6 (FromBase64Transform_tDF2D9BD8F6E3313924B81AB982F8A396471F0C8D * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Boolean System.Security.Cryptography.FromBase64Transform::get_CanReuseTransform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FromBase64Transform_get_CanReuseTransform_m2E6965833E9A2933A588E6DE3CCD778C3BF4C436 (FromBase64Transform_tDF2D9BD8F6E3313924B81AB982F8A396471F0C8D * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Int32 System.Security.Cryptography.FromBase64Transform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FromBase64Transform_TransformBlock_m21BB8D4144732BF8416CDF2952D8BF2729F6EE67 (FromBase64Transform_tDF2D9BD8F6E3313924B81AB982F8A396471F0C8D * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FromBase64Transform_TransformBlock_m21BB8D4144732BF8416CDF2952D8BF2729F6EE67_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___inputBuffer0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA3DCECB3E79C8239C051C4ACE256716A86AAF14F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, FromBase64Transform_TransformBlock_m21BB8D4144732BF8416CDF2952D8BF2729F6EE67_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___inputOffset1;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_0027;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteralF2435E7DF6B834FC7043D5254116CBEC698F042B, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, FromBase64Transform_TransformBlock_m21BB8D4144732BF8416CDF2952D8BF2729F6EE67_RuntimeMethod_var);
}
IL_0027:
{
int32_t L_5 = ___inputCount2;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_0031;
}
}
{
int32_t L_6 = ___inputCount2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___inputBuffer0;
NullCheck(L_7);
if ((((int32_t)L_6) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))))
{
goto IL_0041;
}
}
IL_0031:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3B2B13D765299FF4FA55E6D08D981167BAAF9E42, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_9, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, FromBase64Transform_TransformBlock_m21BB8D4144732BF8416CDF2952D8BF2729F6EE67_RuntimeMethod_var);
}
IL_0041:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___inputBuffer0;
NullCheck(L_10);
int32_t L_11 = ___inputCount2;
int32_t L_12 = ___inputOffset1;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))), (int32_t)L_11))) >= ((int32_t)L_12)))
{
goto IL_0059;
}
}
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral063F5BA07B9A8319201C127A47193BF92C67599A, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_14, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, FromBase64Transform_TransformBlock_m21BB8D4144732BF8416CDF2952D8BF2729F6EE67_RuntimeMethod_var);
}
IL_0059:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = __this->get__inputBuffer_0();
if (L_15)
{
goto IL_0072;
}
}
{
String_t* L_16 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4A9B136550890770D29DF6A00FAA574C173789AD, /*hidden argument*/NULL);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_17 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m303CFD09E4B541C36C60AE7B7CBC8B1B7EED66DC(L_17, (String_t*)NULL, L_16, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, FromBase64Transform_TransformBlock_m21BB8D4144732BF8416CDF2952D8BF2729F6EE67_RuntimeMethod_var);
}
IL_0072:
{
int32_t L_18 = ___inputCount2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_18);
V_0 = L_19;
int32_t L_20 = __this->get__whitespaces_2();
if (L_20)
{
goto IL_0091;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___inputBuffer0;
int32_t L_22 = ___inputOffset1;
int32_t L_23 = ___inputCount2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = FromBase64Transform_DiscardWhiteSpaces_m235F042520B83820D1C974334DB336C2CF5ADEBF(__this, L_21, L_22, L_23, /*hidden argument*/NULL);
V_0 = L_24;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = V_0;
NullCheck(L_25);
V_1 = (((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length))));
goto IL_009e;
}
IL_0091:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___inputBuffer0;
int32_t L_27 = ___inputOffset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = V_0;
int32_t L_29 = ___inputCount2;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_26, L_27, (RuntimeArray *)(RuntimeArray *)L_28, 0, L_29, /*hidden argument*/NULL);
int32_t L_30 = ___inputCount2;
V_1 = L_30;
}
IL_009e:
{
int32_t L_31 = V_1;
int32_t L_32 = __this->get__inputIndex_1();
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32))) >= ((int32_t)4)))
{
goto IL_00ce;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = __this->get__inputBuffer_0();
int32_t L_35 = __this->get__inputIndex_1();
int32_t L_36 = V_1;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_33, 0, (RuntimeArray *)(RuntimeArray *)L_34, L_35, L_36, /*hidden argument*/NULL);
int32_t L_37 = __this->get__inputIndex_1();
int32_t L_38 = V_1;
__this->set__inputIndex_1(((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)L_38)));
return 0;
}
IL_00ce:
{
int32_t L_39 = V_1;
int32_t L_40 = __this->get__inputIndex_1();
V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40))/(int32_t)4));
int32_t L_41 = __this->get__inputIndex_1();
int32_t L_42 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)L_42)));
V_3 = L_43;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = __this->get__inputBuffer_0();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = V_3;
int32_t L_46 = __this->get__inputIndex_1();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_44, 0, (RuntimeArray *)(RuntimeArray *)L_45, 0, L_46, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_47 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = V_3;
int32_t L_49 = __this->get__inputIndex_1();
int32_t L_50 = V_1;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_47, 0, (RuntimeArray *)(RuntimeArray *)L_48, L_49, L_50, /*hidden argument*/NULL);
int32_t L_51 = V_1;
int32_t L_52 = __this->get__inputIndex_1();
__this->set__inputIndex_1(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)L_52))%(int32_t)4)));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = V_0;
int32_t L_54 = V_1;
int32_t L_55 = __this->get__inputIndex_1();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_56 = __this->get__inputBuffer_0();
int32_t L_57 = __this->get__inputIndex_1();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_53, ((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)L_55)), (RuntimeArray *)(RuntimeArray *)L_56, 0, L_57, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_58 = Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E(/*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_59 = V_3;
int32_t L_60 = V_2;
NullCheck(L_58);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_61 = VirtFuncInvoker3< CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(25 /* System.Char[] System.Text.Encoding::GetChars(System.Byte[],System.Int32,System.Int32) */, L_58, L_59, 0, ((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_60)));
int32_t L_62 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_63 = Convert_FromBase64CharArray_mADF67BA394607E583C0522964181A115209F578F(L_61, 0, ((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_62)), /*hidden argument*/NULL);
V_4 = L_63;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_64 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_65 = ___outputBuffer3;
int32_t L_66 = ___outputOffset4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_67 = V_4;
NullCheck(L_67);
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_64, 0, (RuntimeArray *)(RuntimeArray *)L_65, L_66, (((int32_t)((int32_t)(((RuntimeArray*)L_67)->max_length)))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_68 = V_4;
NullCheck(L_68);
return (((int32_t)((int32_t)(((RuntimeArray*)L_68)->max_length))));
}
}
// System.Byte[] System.Security.Cryptography.FromBase64Transform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* FromBase64Transform_TransformFinalBlock_m4D48C169EEC20B3F98896863CF08235D8B3ADCD4 (FromBase64Transform_tDF2D9BD8F6E3313924B81AB982F8A396471F0C8D * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FromBase64Transform_TransformFinalBlock_m4D48C169EEC20B3F98896863CF08235D8B3ADCD4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___inputBuffer0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA3DCECB3E79C8239C051C4ACE256716A86AAF14F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, FromBase64Transform_TransformFinalBlock_m4D48C169EEC20B3F98896863CF08235D8B3ADCD4_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___inputOffset1;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_0027;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteralF2435E7DF6B834FC7043D5254116CBEC698F042B, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, FromBase64Transform_TransformFinalBlock_m4D48C169EEC20B3F98896863CF08235D8B3ADCD4_RuntimeMethod_var);
}
IL_0027:
{
int32_t L_5 = ___inputCount2;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_0031;
}
}
{
int32_t L_6 = ___inputCount2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___inputBuffer0;
NullCheck(L_7);
if ((((int32_t)L_6) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))))
{
goto IL_0041;
}
}
IL_0031:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3B2B13D765299FF4FA55E6D08D981167BAAF9E42, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_9, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, FromBase64Transform_TransformFinalBlock_m4D48C169EEC20B3F98896863CF08235D8B3ADCD4_RuntimeMethod_var);
}
IL_0041:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___inputBuffer0;
NullCheck(L_10);
int32_t L_11 = ___inputCount2;
int32_t L_12 = ___inputOffset1;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))), (int32_t)L_11))) >= ((int32_t)L_12)))
{
goto IL_0059;
}
}
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral063F5BA07B9A8319201C127A47193BF92C67599A, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_14, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, FromBase64Transform_TransformFinalBlock_m4D48C169EEC20B3F98896863CF08235D8B3ADCD4_RuntimeMethod_var);
}
IL_0059:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = __this->get__inputBuffer_0();
if (L_15)
{
goto IL_0072;
}
}
{
String_t* L_16 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4A9B136550890770D29DF6A00FAA574C173789AD, /*hidden argument*/NULL);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_17 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m303CFD09E4B541C36C60AE7B7CBC8B1B7EED66DC(L_17, (String_t*)NULL, L_16, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, FromBase64Transform_TransformFinalBlock_m4D48C169EEC20B3F98896863CF08235D8B3ADCD4_RuntimeMethod_var);
}
IL_0072:
{
int32_t L_18 = ___inputCount2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_18);
V_0 = L_19;
int32_t L_20 = __this->get__whitespaces_2();
if (L_20)
{
goto IL_0091;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___inputBuffer0;
int32_t L_22 = ___inputOffset1;
int32_t L_23 = ___inputCount2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = FromBase64Transform_DiscardWhiteSpaces_m235F042520B83820D1C974334DB336C2CF5ADEBF(__this, L_21, L_22, L_23, /*hidden argument*/NULL);
V_0 = L_24;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = V_0;
NullCheck(L_25);
V_1 = (((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length))));
goto IL_009e;
}
IL_0091:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___inputBuffer0;
int32_t L_27 = ___inputOffset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = V_0;
int32_t L_29 = ___inputCount2;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_26, L_27, (RuntimeArray *)(RuntimeArray *)L_28, 0, L_29, /*hidden argument*/NULL);
int32_t L_30 = ___inputCount2;
V_1 = L_30;
}
IL_009e:
{
int32_t L_31 = V_1;
int32_t L_32 = __this->get__inputIndex_1();
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32))) >= ((int32_t)4)))
{
goto IL_00b5;
}
}
{
FromBase64Transform_Reset_m420E46B6B411E669A0E9E85A43DF424D8422D5E3(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = ((EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var))->get_Value_0();
return L_33;
}
IL_00b5:
{
int32_t L_34 = V_1;
int32_t L_35 = __this->get__inputIndex_1();
V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35))/(int32_t)4));
int32_t L_36 = __this->get__inputIndex_1();
int32_t L_37 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)L_37)));
V_3 = L_38;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = __this->get__inputBuffer_0();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = V_3;
int32_t L_41 = __this->get__inputIndex_1();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_39, 0, (RuntimeArray *)(RuntimeArray *)L_40, 0, L_41, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = V_3;
int32_t L_44 = __this->get__inputIndex_1();
int32_t L_45 = V_1;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_42, 0, (RuntimeArray *)(RuntimeArray *)L_43, L_44, L_45, /*hidden argument*/NULL);
int32_t L_46 = V_1;
int32_t L_47 = __this->get__inputIndex_1();
__this->set__inputIndex_1(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)L_47))%(int32_t)4)));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = V_0;
int32_t L_49 = V_1;
int32_t L_50 = __this->get__inputIndex_1();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_51 = __this->get__inputBuffer_0();
int32_t L_52 = __this->get__inputIndex_1();
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_48, ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)L_50)), (RuntimeArray *)(RuntimeArray *)L_51, 0, L_52, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_53 = Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E(/*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_54 = V_3;
int32_t L_55 = V_2;
NullCheck(L_53);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_56 = VirtFuncInvoker3< CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(25 /* System.Char[] System.Text.Encoding::GetChars(System.Byte[],System.Int32,System.Int32) */, L_53, L_54, 0, ((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_55)));
int32_t L_57 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = Convert_FromBase64CharArray_mADF67BA394607E583C0522964181A115209F578F(L_56, 0, ((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_57)), /*hidden argument*/NULL);
FromBase64Transform_Reset_m420E46B6B411E669A0E9E85A43DF424D8422D5E3(__this, /*hidden argument*/NULL);
return L_58;
}
}
// System.Byte[] System.Security.Cryptography.FromBase64Transform::DiscardWhiteSpaces(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* FromBase64Transform_DiscardWhiteSpaces_m235F042520B83820D1C974334DB336C2CF5ADEBF (FromBase64Transform_tDF2D9BD8F6E3313924B81AB982F8A396471F0C8D * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FromBase64Transform_DiscardWhiteSpaces_m235F042520B83820D1C974334DB336C2CF5ADEBF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
{
V_1 = 0;
V_0 = 0;
goto IL_001a;
}
IL_0006:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___inputBuffer0;
int32_t L_1 = ___inputOffset1;
int32_t L_2 = V_0;
NullCheck(L_0);
int32_t L_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2));
uint8_t L_4 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_5 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0016;
}
}
{
int32_t L_6 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
}
IL_0016:
{
int32_t L_7 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
}
IL_001a:
{
int32_t L_8 = V_0;
int32_t L_9 = ___inputCount2;
if ((((int32_t)L_8) < ((int32_t)L_9)))
{
goto IL_0006;
}
}
{
int32_t L_10 = ___inputCount2;
int32_t L_11 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)));
V_2 = L_12;
V_1 = 0;
V_0 = 0;
goto IL_0049;
}
IL_002d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___inputBuffer0;
int32_t L_14 = ___inputOffset1;
int32_t L_15 = V_0;
NullCheck(L_13);
int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15));
uint8_t L_17 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_18 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_17, /*hidden argument*/NULL);
if (L_18)
{
goto IL_0045;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = V_2;
int32_t L_20 = V_1;
int32_t L_21 = L_20;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = ___inputBuffer0;
int32_t L_23 = ___inputOffset1;
int32_t L_24 = V_0;
NullCheck(L_22);
int32_t L_25 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24));
uint8_t L_26 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
NullCheck(L_19);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(L_21), (uint8_t)L_26);
}
IL_0045:
{
int32_t L_27 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
}
IL_0049:
{
int32_t L_28 = V_0;
int32_t L_29 = ___inputCount2;
if ((((int32_t)L_28) < ((int32_t)L_29)))
{
goto IL_002d;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = V_2;
return L_30;
}
}
// System.Void System.Security.Cryptography.FromBase64Transform::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FromBase64Transform_Dispose_mC11631FE3807C3BF4AC166E44737FA96317EC91D (FromBase64Transform_tDF2D9BD8F6E3313924B81AB982F8A396471F0C8D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FromBase64Transform_Dispose_mC11631FE3807C3BF4AC166E44737FA96317EC91D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
VirtActionInvoker1< bool >::Invoke(12 /* System.Void System.Security.Cryptography.FromBase64Transform::Dispose(System.Boolean) */, __this, (bool)1);
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.FromBase64Transform::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FromBase64Transform_Reset_m420E46B6B411E669A0E9E85A43DF424D8422D5E3 (FromBase64Transform_tDF2D9BD8F6E3313924B81AB982F8A396471F0C8D * __this, const RuntimeMethod* method)
{
{
__this->set__inputIndex_1(0);
return;
}
}
// System.Void System.Security.Cryptography.FromBase64Transform::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FromBase64Transform_Clear_m1D893E641DE4E2B1C9FD01D7DC6B2F5DDF77AB66 (FromBase64Transform_tDF2D9BD8F6E3313924B81AB982F8A396471F0C8D * __this, const RuntimeMethod* method)
{
{
FromBase64Transform_Dispose_mC11631FE3807C3BF4AC166E44737FA96317EC91D(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.FromBase64Transform::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FromBase64Transform_Dispose_m82BBCC5FA6A55F8A08DB7563A274BA63E11DFB97 (FromBase64Transform_tDF2D9BD8F6E3313924B81AB982F8A396471F0C8D * __this, bool ___disposing0, const RuntimeMethod* method)
{
{
bool L_0 = ___disposing0;
if (!L_0)
{
goto IL_002d;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get__inputBuffer_0();
if (!L_1)
{
goto IL_001f;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get__inputBuffer_0();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get__inputBuffer_0();
NullCheck(L_3);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_2, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))), /*hidden argument*/NULL);
}
IL_001f:
{
__this->set__inputBuffer_0((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
__this->set__inputIndex_1(0);
}
IL_002d:
{
return;
}
}
// System.Void System.Security.Cryptography.FromBase64Transform::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FromBase64Transform_Finalize_m4BC3A5C59516095BCDC16330843A0432A8DA36DB (FromBase64Transform_tDF2D9BD8F6E3313924B81AB982F8A396471F0C8D * __this, const RuntimeMethod* method)
{
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
VirtActionInvoker1< bool >::Invoke(12 /* System.Void System.Security.Cryptography.FromBase64Transform::Dispose(System.Boolean) */, __this, (bool)0);
IL2CPP_LEAVE(0x10, FINALLY_0009);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0009;
}
FINALLY_0009:
{ // begin finally (depth: 1)
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(9)
} // end finally (depth: 1)
IL2CPP_CLEANUP(9)
{
IL2CPP_JUMP_TBL(0x10, IL_0010)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0010:
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 System.Security.Cryptography.HMAC::get_BlockSizeValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HMAC_get_BlockSizeValue_mC791A9B6CDC8B10DE4676B79626A2B262E499C56 (HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_blockSizeValue_5();
return L_0;
}
}
// System.Void System.Security.Cryptography.HMAC::set_BlockSizeValue(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMAC_set_BlockSizeValue_m36D47CC19D535596DDF623F27DD8C63A74862C80 (HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_blockSizeValue_5(L_0);
return;
}
}
// System.Void System.Security.Cryptography.HMAC::UpdateIOPadBuffers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMAC_UpdateIOPadBuffers_m6814BB26AF00F58292FD3C5697B3ACB0593FBB73 (HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HMAC_UpdateIOPadBuffers_m6814BB26AF00F58292FD3C5697B3ACB0593FBB73_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_m_inner_9();
if (L_0)
{
goto IL_0019;
}
}
{
int32_t L_1 = HMAC_get_BlockSizeValue_mC791A9B6CDC8B10DE4676B79626A2B262E499C56_inline(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_1);
__this->set_m_inner_9(L_2);
}
IL_0019:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_m_outer_10();
if (L_3)
{
goto IL_0032;
}
}
{
int32_t L_4 = HMAC_get_BlockSizeValue_mC791A9B6CDC8B10DE4676B79626A2B262E499C56_inline(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_4);
__this->set_m_outer_10(L_5);
}
IL_0032:
{
V_0 = 0;
goto IL_004e;
}
IL_0036:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get_m_inner_9();
int32_t L_7 = V_0;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (uint8_t)((int32_t)54));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = __this->get_m_outer_10();
int32_t L_9 = V_0;
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_9), (uint8_t)((int32_t)92));
int32_t L_10 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_004e:
{
int32_t L_11 = V_0;
int32_t L_12 = HMAC_get_BlockSizeValue_mC791A9B6CDC8B10DE4676B79626A2B262E499C56_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_11) < ((int32_t)L_12)))
{
goto IL_0036;
}
}
{
V_0 = 0;
goto IL_0091;
}
IL_005b:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = __this->get_m_inner_9();
int32_t L_14 = V_0;
NullCheck(L_13);
uint8_t* L_15 = ((L_13)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_14)));
int32_t L_16 = *((uint8_t*)L_15);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ((KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B *)__this)->get_KeyValue_4();
int32_t L_18 = V_0;
NullCheck(L_17);
int32_t L_19 = L_18;
uint8_t L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
*((int8_t*)L_15) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_16^(int32_t)L_20)))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = __this->get_m_outer_10();
int32_t L_22 = V_0;
NullCheck(L_21);
uint8_t* L_23 = ((L_21)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_22)));
int32_t L_24 = *((uint8_t*)L_23);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = ((KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B *)__this)->get_KeyValue_4();
int32_t L_26 = V_0;
NullCheck(L_25);
int32_t L_27 = L_26;
uint8_t L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
*((int8_t*)L_23) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_24^(int32_t)L_28)))));
int32_t L_29 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
}
IL_0091:
{
int32_t L_30 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = ((KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B *)__this)->get_KeyValue_4();
NullCheck(L_31);
if ((((int32_t)L_30) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length)))))))
{
goto IL_005b;
}
}
{
return;
}
}
// System.Void System.Security.Cryptography.HMAC::InitializeKey(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMAC_InitializeKey_m4C0FA53AEC78671620FA3E37F549EA475C0D989F (HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HMAC_InitializeKey_m4C0FA53AEC78671620FA3E37F549EA475C0D989F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set_m_inner_9((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
__this->set_m_outer_10((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___key0;
NullCheck(L_0);
int32_t L_1 = HMAC_get_BlockSizeValue_mC791A9B6CDC8B10DE4676B79626A2B262E499C56_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))) <= ((int32_t)L_1)))
{
goto IL_002d;
}
}
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_2 = __this->get_m_hash1_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___key0;
NullCheck(L_2);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122(L_2, L_3, /*hidden argument*/NULL);
((KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B *)__this)->set_KeyValue_4(L_4);
goto IL_003e;
}
IL_002d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___key0;
NullCheck((RuntimeArray *)(RuntimeArray *)L_5);
RuntimeObject * L_6 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_5, /*hidden argument*/NULL);
((KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B *)__this)->set_KeyValue_4(((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_6, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)));
}
IL_003e:
{
HMAC_UpdateIOPadBuffers_m6814BB26AF00F58292FD3C5697B3ACB0593FBB73(__this, /*hidden argument*/NULL);
return;
}
}
// System.Byte[] System.Security.Cryptography.HMAC::get_Key()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HMAC_get_Key_m604C77FEFF8753E9578553C3DF42094031104A63 (HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HMAC_get_Key_m604C77FEFF8753E9578553C3DF42094031104A63_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ((KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B *)__this)->get_KeyValue_4();
NullCheck((RuntimeArray *)(RuntimeArray *)L_0);
RuntimeObject * L_1 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_0, /*hidden argument*/NULL);
return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var));
}
}
// System.Void System.Security.Cryptography.HMAC::set_Key(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMAC_set_Key_m046340B46E16F874CF9C48997CC06167CCC30E05 (HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HMAC_set_Key_m046340B46E16F874CF9C48997CC06167CCC30E05_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_m_hashing_11();
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral301E27C175882258AF76A9028BB2CC7752652744, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_2 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, HMAC_set_Key_m046340B46E16F874CF9C48997CC06167CCC30E05_RuntimeMethod_var);
}
IL_0018:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___value0;
HMAC_InitializeKey_m4C0FA53AEC78671620FA3E37F549EA475C0D989F(__this, L_3, /*hidden argument*/NULL);
return;
}
}
// System.String System.Security.Cryptography.HMAC::get_HashName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HMAC_get_HashName_m5BE20A604D5AE1D828E72923E5F415268C938A68 (HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_hashName_6();
return L_0;
}
}
// System.Void System.Security.Cryptography.HMAC::set_HashName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMAC_set_HashName_m89549DA57B2D642604AB67E381EFF3BFDA77B842 (HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HMAC_set_HashName_m89549DA57B2D642604AB67E381EFF3BFDA77B842_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_m_hashing_11();
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral780255AE9FB965E3DA7A719C25DB446CD7E363A6, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_2 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, HMAC_set_HashName_m89549DA57B2D642604AB67E381EFF3BFDA77B842_RuntimeMethod_var);
}
IL_0018:
{
String_t* L_3 = ___value0;
__this->set_m_hashName_6(L_3);
String_t* L_4 = __this->get_m_hashName_6();
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_5 = HashAlgorithm_Create_m59501B2C523DE8B6F3F19755D50B4E4D9ECF7365(L_4, /*hidden argument*/NULL);
__this->set_m_hash1_7(L_5);
String_t* L_6 = __this->get_m_hashName_6();
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_7 = HashAlgorithm_Create_m59501B2C523DE8B6F3F19755D50B4E4D9ECF7365(L_6, /*hidden argument*/NULL);
__this->set_m_hash2_8(L_7);
return;
}
}
// System.Security.Cryptography.HMAC System.Security.Cryptography.HMAC::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 * HMAC_Create_m865273728E60831137927C36E23E6F584383FD2B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HMAC_Create_m865273728E60831137927C36E23E6F584383FD2B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5 * L_0 = (HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5 *)il2cpp_codegen_object_new(HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5_il2cpp_TypeInfo_var);
HMACSHA1__ctor_m1B63EC00D993F8321E617B509220C7A7874403B7(L_0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Security.Cryptography.HMAC System.Security.Cryptography.HMAC::Create(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 * HMAC_Create_m798B506E5EA08BFEF28D7721287BE476E01C76EB (String_t* ___algorithmName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HMAC_Create_m798B506E5EA08BFEF28D7721287BE476E01C76EB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___algorithmName0;
RuntimeObject * L_1 = CryptoConfig_CreateFromName_mB7B977E2EFA4B5AAC601FB0E261F4509E341A9B4(L_0, /*hidden argument*/NULL);
return ((HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 *)CastclassClass((RuntimeObject*)L_1, HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90_il2cpp_TypeInfo_var));
}
}
// System.Void System.Security.Cryptography.HMAC::Initialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMAC_Initialize_m8EDB836B26D19A8E41D02F9605A2A45CA7E40CEB (HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 * __this, const RuntimeMethod* method)
{
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_0 = __this->get_m_hash1_7();
NullCheck(L_0);
VirtActionInvoker0::Invoke(18 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, L_0);
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_1 = __this->get_m_hash2_8();
NullCheck(L_1);
VirtActionInvoker0::Invoke(18 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, L_1);
__this->set_m_hashing_11((bool)0);
return;
}
}
// System.Void System.Security.Cryptography.HMAC::HashCore(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMAC_HashCore_mEC52A10BB3A2D1DF3679D9B5E49F2274552B2836 (HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgb0, int32_t ___ib1, int32_t ___cb2, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_hashing_11();
if (L_0)
{
goto IL_0031;
}
}
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_1 = __this->get_m_hash1_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_m_inner_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_m_inner_9();
NullCheck(L_3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_m_inner_9();
NullCheck(L_1);
HashAlgorithm_TransformBlock_m500873E221BF1E4278C23D3DD113FA36711CBE22(L_1, L_2, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))), L_4, 0, /*hidden argument*/NULL);
__this->set_m_hashing_11((bool)1);
}
IL_0031:
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_5 = __this->get_m_hash1_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___rgb0;
int32_t L_7 = ___ib1;
int32_t L_8 = ___cb2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___rgb0;
int32_t L_10 = ___ib1;
NullCheck(L_5);
HashAlgorithm_TransformBlock_m500873E221BF1E4278C23D3DD113FA36711CBE22(L_5, L_6, L_7, L_8, L_9, L_10, /*hidden argument*/NULL);
return;
}
}
// System.Byte[] System.Security.Cryptography.HMAC::HashFinal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HMAC_HashFinal_m6664752B06AC17618F97DD5A988082C1FF90DE03 (HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HMAC_HashFinal_m6664752B06AC17618F97DD5A988082C1FF90DE03_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
bool L_0 = __this->get_m_hashing_11();
if (L_0)
{
goto IL_0031;
}
}
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_1 = __this->get_m_hash1_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_m_inner_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_m_inner_9();
NullCheck(L_3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_m_inner_9();
NullCheck(L_1);
HashAlgorithm_TransformBlock_m500873E221BF1E4278C23D3DD113FA36711CBE22(L_1, L_2, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))), L_4, 0, /*hidden argument*/NULL);
__this->set_m_hashing_11((bool)1);
}
IL_0031:
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_5 = __this->get_m_hash1_7();
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ((EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var))->get_Value_0();
NullCheck(L_5);
HashAlgorithm_TransformFinalBlock_mC9CB1BD6A8E410BE986650C1478A93378F138177(L_5, L_6, 0, 0, /*hidden argument*/NULL);
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_7 = __this->get_m_hash1_7();
NullCheck(L_7);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = L_7->get_HashValue_1();
V_0 = L_8;
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_9 = __this->get_m_hash2_8();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get_m_outer_10();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get_m_outer_10();
NullCheck(L_11);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get_m_outer_10();
NullCheck(L_9);
HashAlgorithm_TransformBlock_m500873E221BF1E4278C23D3DD113FA36711CBE22(L_9, L_10, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))), L_12, 0, /*hidden argument*/NULL);
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_13 = __this->get_m_hash2_8();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = V_0;
NullCheck(L_15);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_0;
NullCheck(L_13);
HashAlgorithm_TransformBlock_m500873E221BF1E4278C23D3DD113FA36711CBE22(L_13, L_14, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))), L_16, 0, /*hidden argument*/NULL);
__this->set_m_hashing_11((bool)0);
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_17 = __this->get_m_hash2_8();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ((EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var))->get_Value_0();
NullCheck(L_17);
HashAlgorithm_TransformFinalBlock_mC9CB1BD6A8E410BE986650C1478A93378F138177(L_17, L_18, 0, 0, /*hidden argument*/NULL);
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_19 = __this->get_m_hash2_8();
NullCheck(L_19);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = L_19->get_HashValue_1();
return L_20;
}
}
// System.Void System.Security.Cryptography.HMAC::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMAC_Dispose_m84E2D1ACCBB79BA7E3E1114B7038CE6214BDF580 (HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 * __this, bool ___disposing0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HMAC_Dispose_m84E2D1ACCBB79BA7E3E1114B7038CE6214BDF580_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___disposing0;
if (!L_0)
{
goto IL_0061;
}
}
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_1 = __this->get_m_hash1_7();
if (!L_1)
{
goto IL_0016;
}
}
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_2 = __this->get_m_hash1_7();
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_2);
}
IL_0016:
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_3 = __this->get_m_hash2_8();
if (!L_3)
{
goto IL_0029;
}
}
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_4 = __this->get_m_hash2_8();
NullCheck(L_4);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_4);
}
IL_0029:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get_m_inner_9();
if (!L_5)
{
goto IL_0045;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get_m_inner_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = __this->get_m_inner_9();
NullCheck(L_7);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_6, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))), /*hidden argument*/NULL);
}
IL_0045:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = __this->get_m_outer_10();
if (!L_8)
{
goto IL_0061;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = __this->get_m_outer_10();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get_m_outer_10();
NullCheck(L_10);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_9, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))), /*hidden argument*/NULL);
}
IL_0061:
{
bool L_11 = ___disposing0;
KeyedHashAlgorithm_Dispose_m5AEFA5DD1C33BA92A500568C5226183F993E736C(__this, L_11, /*hidden argument*/NULL);
return;
}
}
// System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.HMAC::GetHashAlgorithmWithFipsFallback(System.Func`1<System.Security.Cryptography.HashAlgorithm>,System.Func`1<System.Security.Cryptography.HashAlgorithm>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * HMAC_GetHashAlgorithmWithFipsFallback_mC2D487EB86FFA461CC76B6610263C29F008179F1 (Func_1_tDBEDAF41976324748D970819AF910F6D9C59C226 * ___createStandardHashAlgorithmCallback0, Func_1_tDBEDAF41976324748D970819AF910F6D9C59C226 * ___createFipsHashAlgorithmCallback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HMAC_GetHashAlgorithmWithFipsFallback_mC2D487EB86FFA461CC76B6610263C29F008179F1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * V_0 = NULL;
PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
bool L_0 = CryptoConfig_get_AllowOnlyFipsAlgorithms_mAB638CADB33E72823271E1FA51421DEBDB41AD5E(/*hidden argument*/NULL);
if (!L_0)
{
goto IL_001e;
}
}
IL_0007:
try
{ // begin try (depth: 1)
Func_1_tDBEDAF41976324748D970819AF910F6D9C59C226 * L_1 = ___createFipsHashAlgorithmCallback1;
NullCheck(L_1);
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_2 = Func_1_Invoke_m7A84433CCCC848CA9E67D63CC7872D08900E2E14(L_1, /*hidden argument*/Func_1_Invoke_m7A84433CCCC848CA9E67D63CC7872D08900E2E14_RuntimeMethod_var);
V_0 = L_2;
goto IL_0025;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.PlatformNotSupportedException)
V_1 = ((PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 *)__exception_local);
PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 * L_3 = V_1;
NullCheck(L_3);
String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_3);
PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 * L_5 = V_1;
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_6 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_mC40AA9579B996C6FBAE023590139C16304D81DC6(L_6, L_4, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, HMAC_GetHashAlgorithmWithFipsFallback_mC2D487EB86FFA461CC76B6610263C29F008179F1_RuntimeMethod_var);
} // end catch (depth: 1)
IL_001e:
{
Func_1_tDBEDAF41976324748D970819AF910F6D9C59C226 * L_7 = ___createStandardHashAlgorithmCallback0;
NullCheck(L_7);
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_8 = Func_1_Invoke_m7A84433CCCC848CA9E67D63CC7872D08900E2E14(L_7, /*hidden argument*/Func_1_Invoke_m7A84433CCCC848CA9E67D63CC7872D08900E2E14_RuntimeMethod_var);
return L_8;
}
IL_0025:
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_9 = V_0;
return L_9;
}
}
// System.Void System.Security.Cryptography.HMAC::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMAC__ctor_m847E778BE6F14719A2300E308AD4C92C336966D9 (HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 * __this, const RuntimeMethod* method)
{
{
__this->set_blockSizeValue_5(((int32_t)64));
KeyedHashAlgorithm__ctor_m05AB1F341BBC9517ED73EC6DB1FDC96DB27CB0B4(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.HMACMD5::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACMD5__ctor_mA2C65541E2EAC52AFACBA80E18DD65645F4DA2FD (HMACMD5_t8C6693E41EEA9BF26BBAF880B405CC170C43F11B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HMACMD5__ctor_mA2C65541E2EAC52AFACBA80E18DD65645F4DA2FD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Utils_t026EFC92DF9F36B31A0C7E263ACD8458C3C23348_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = Utils_GenerateRandom_mD0EC1F91B7DB667433EE7684CE1D2122CE3F9425(((int32_t)64), /*hidden argument*/NULL);
HMACMD5__ctor_m246E639FCF66A7C0A443CF06F461A3C5C26EB6F9(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.HMACMD5::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACMD5__ctor_m246E639FCF66A7C0A443CF06F461A3C5C26EB6F9 (HMACMD5_t8C6693E41EEA9BF26BBAF880B405CC170C43F11B * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HMACMD5__ctor_m246E639FCF66A7C0A443CF06F461A3C5C26EB6F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
HMAC__ctor_m847E778BE6F14719A2300E308AD4C92C336966D9(__this, /*hidden argument*/NULL);
((HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 *)__this)->set_m_hashName_6(_stringLiteralB773BED04A48DE200B96981BB79467413A222066);
MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * L_0 = (MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 *)il2cpp_codegen_object_new(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var);
MD5CryptoServiceProvider__ctor_m44F02FCA0F830601738D9672ACA342719C8CD823(L_0, /*hidden argument*/NULL);
((HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 *)__this)->set_m_hash1_7(L_0);
MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * L_1 = (MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 *)il2cpp_codegen_object_new(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var);
MD5CryptoServiceProvider__ctor_m44F02FCA0F830601738D9672ACA342719C8CD823(L_1, /*hidden argument*/NULL);
((HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 *)__this)->set_m_hash2_8(L_1);
((HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA *)__this)->set_HashSizeValue_0(((int32_t)128));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___key0;
HMAC_InitializeKey_m4C0FA53AEC78671620FA3E37F549EA475C0D989F(__this, L_2, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.HMACRIPEMD160::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACRIPEMD160__ctor_m5986F562451144C1D4393C9B9269631B77E22E7D (HMACRIPEMD160_t52BA0101B60F21F4C0BB62E6F37E4E8B169DAD71 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HMACRIPEMD160__ctor_m5986F562451144C1D4393C9B9269631B77E22E7D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Utils_t026EFC92DF9F36B31A0C7E263ACD8458C3C23348_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = Utils_GenerateRandom_mD0EC1F91B7DB667433EE7684CE1D2122CE3F9425(((int32_t)64), /*hidden argument*/NULL);
HMACRIPEMD160__ctor_m627846997C9A813E5E2BE4716F8127C934D663C6(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.HMACRIPEMD160::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACRIPEMD160__ctor_m627846997C9A813E5E2BE4716F8127C934D663C6 (HMACRIPEMD160_t52BA0101B60F21F4C0BB62E6F37E4E8B169DAD71 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HMACRIPEMD160__ctor_m627846997C9A813E5E2BE4716F8127C934D663C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
HMAC__ctor_m847E778BE6F14719A2300E308AD4C92C336966D9(__this, /*hidden argument*/NULL);
((HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 *)__this)->set_m_hashName_6(_stringLiteralB40D6CD4CF673AC976ECA2909907795C34BC177E);
RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77 * L_0 = (RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77 *)il2cpp_codegen_object_new(RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77_il2cpp_TypeInfo_var);
RIPEMD160Managed__ctor_m62F44985E773461D1CD493D01FAB75B684E8AE6C(L_0, /*hidden argument*/NULL);
((HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 *)__this)->set_m_hash1_7(L_0);
RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77 * L_1 = (RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77 *)il2cpp_codegen_object_new(RIPEMD160Managed_t2EB0A97DA0D0784F0B155CFFFACD00820E400A77_il2cpp_TypeInfo_var);
RIPEMD160Managed__ctor_m62F44985E773461D1CD493D01FAB75B684E8AE6C(L_1, /*hidden argument*/NULL);
((HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 *)__this)->set_m_hash2_8(L_1);
((HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA *)__this)->set_HashSizeValue_0(((int32_t)160));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___key0;
HMAC_InitializeKey_m4C0FA53AEC78671620FA3E37F549EA475C0D989F(__this, L_2, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.HMACSHA1::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA1__ctor_m1B63EC00D993F8321E617B509220C7A7874403B7 (HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HMACSHA1__ctor_m1B63EC00D993F8321E617B509220C7A7874403B7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Utils_t026EFC92DF9F36B31A0C7E263ACD8458C3C23348_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = Utils_GenerateRandom_mD0EC1F91B7DB667433EE7684CE1D2122CE3F9425(((int32_t)64), /*hidden argument*/NULL);
HMACSHA1__ctor_mEEB735A11CFB02B58E1A6EE9DA1954489B27ADAD(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.HMACSHA1::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA1__ctor_mEEB735A11CFB02B58E1A6EE9DA1954489B27ADAD (HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key0, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___key0;
HMACSHA1__ctor_m12DCE18006975CA94BD112972A9AB6A2CFF806F8(__this, L_0, (bool)0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.HMACSHA1::.ctor(System.Byte[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA1__ctor_m12DCE18006975CA94BD112972A9AB6A2CFF806F8 (HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key0, bool ___useManagedSha11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HMACSHA1__ctor_m12DCE18006975CA94BD112972A9AB6A2CFF806F8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
HMAC__ctor_m847E778BE6F14719A2300E308AD4C92C336966D9(__this, /*hidden argument*/NULL);
((HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 *)__this)->set_m_hashName_6(_stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939);
SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D * L_0 = (SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D *)il2cpp_codegen_object_new(SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D_il2cpp_TypeInfo_var);
SHA1Managed__ctor_m7565B5C5B9F0B2A4BECF3B704D87C865FCDEF358(L_0, /*hidden argument*/NULL);
((HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 *)__this)->set_m_hash1_7(L_0);
SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D * L_1 = (SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D *)il2cpp_codegen_object_new(SHA1Managed_t50D9E35F6A7A9656CC48CC0C62528738074DA60D_il2cpp_TypeInfo_var);
SHA1Managed__ctor_m7565B5C5B9F0B2A4BECF3B704D87C865FCDEF358(L_1, /*hidden argument*/NULL);
((HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 *)__this)->set_m_hash2_8(L_1);
((HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA *)__this)->set_HashSizeValue_0(((int32_t)160));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___key0;
HMAC_InitializeKey_m4C0FA53AEC78671620FA3E37F549EA475C0D989F(__this, L_2, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.HMACSHA256::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA256__ctor_mA6B0165D77CF7868A4F6C2BCED68B0E3D0D5C7A7 (HMACSHA256_t597088501D2683C794DD40CBCC54FA0E6D93E414 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HMACSHA256__ctor_mA6B0165D77CF7868A4F6C2BCED68B0E3D0D5C7A7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Utils_t026EFC92DF9F36B31A0C7E263ACD8458C3C23348_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = Utils_GenerateRandom_mD0EC1F91B7DB667433EE7684CE1D2122CE3F9425(((int32_t)64), /*hidden argument*/NULL);
HMACSHA256__ctor_m880C3D37A09AABDD9A031268BE8403DF6E22B602(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.HMACSHA256::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA256__ctor_m880C3D37A09AABDD9A031268BE8403DF6E22B602 (HMACSHA256_t597088501D2683C794DD40CBCC54FA0E6D93E414 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HMACSHA256__ctor_m880C3D37A09AABDD9A031268BE8403DF6E22B602_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
HMAC__ctor_m847E778BE6F14719A2300E308AD4C92C336966D9(__this, /*hidden argument*/NULL);
((HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 *)__this)->set_m_hashName_6(_stringLiteralB92E713B21B29946A52E5FFE714C82EB670E98F9);
SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2 * L_0 = (SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2 *)il2cpp_codegen_object_new(SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2_il2cpp_TypeInfo_var);
SHA256Managed__ctor_mE7ED908AA6371B0BA6184B06894171B10A589529(L_0, /*hidden argument*/NULL);
((HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 *)__this)->set_m_hash1_7(L_0);
SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2 * L_1 = (SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2 *)il2cpp_codegen_object_new(SHA256Managed_tC093E6558E9FD287F00C58DE11B758F4779FB3A2_il2cpp_TypeInfo_var);
SHA256Managed__ctor_mE7ED908AA6371B0BA6184B06894171B10A589529(L_1, /*hidden argument*/NULL);
((HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 *)__this)->set_m_hash2_8(L_1);
((HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA *)__this)->set_HashSizeValue_0(((int32_t)256));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___key0;
HMAC_InitializeKey_m4C0FA53AEC78671620FA3E37F549EA475C0D989F(__this, L_2, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.HMACSHA384::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA384__ctor_mE3E283CAA7D53044E99A46E9A8C6E4D11B9F0B37 (HMACSHA384_t4AB70A19F033E20CFD5C3E53D9B4745165F4AB09 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HMACSHA384__ctor_mE3E283CAA7D53044E99A46E9A8C6E4D11B9F0B37_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Utils_t026EFC92DF9F36B31A0C7E263ACD8458C3C23348_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = Utils_GenerateRandom_mD0EC1F91B7DB667433EE7684CE1D2122CE3F9425(((int32_t)128), /*hidden argument*/NULL);
HMACSHA384__ctor_mB4F34614F30702C11BE1A82EA4EA7FD1FABC4558(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.HMACSHA384::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA384__ctor_mB4F34614F30702C11BE1A82EA4EA7FD1FABC4558 (HMACSHA384_t4AB70A19F033E20CFD5C3E53D9B4745165F4AB09 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HMACSHA384__ctor_mB4F34614F30702C11BE1A82EA4EA7FD1FABC4558_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Utils_t026EFC92DF9F36B31A0C7E263ACD8458C3C23348_il2cpp_TypeInfo_var);
bool L_0 = Utils__ProduceLegacyHmacValues_m92ACF35DB95BBBF4B2E5B8D70DFF5C6C3F43DD46(/*hidden argument*/NULL);
__this->set_m_useLegacyBlockSize_12(L_0);
HMAC__ctor_m847E778BE6F14719A2300E308AD4C92C336966D9(__this, /*hidden argument*/NULL);
((HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 *)__this)->set_m_hashName_6(_stringLiteral5AB8FB3BA84C84C0B9929FD9B6D13F639D3078BB);
SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160 * L_1 = (SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160 *)il2cpp_codegen_object_new(SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160_il2cpp_TypeInfo_var);
SHA384Managed__ctor_m2E394905D81228BDFE17F3970C55709DBBB7EE3B(L_1, /*hidden argument*/NULL);
((HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 *)__this)->set_m_hash1_7(L_1);
SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160 * L_2 = (SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160 *)il2cpp_codegen_object_new(SHA384Managed_t8DAA891CBECB3AAF7FB9C01C1C7826B71993D160_il2cpp_TypeInfo_var);
SHA384Managed__ctor_m2E394905D81228BDFE17F3970C55709DBBB7EE3B(L_2, /*hidden argument*/NULL);
((HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 *)__this)->set_m_hash2_8(L_2);
((HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA *)__this)->set_HashSizeValue_0(((int32_t)384));
int32_t L_3 = HMACSHA384_get_BlockSize_m626E9EF88C0859B21B6785A69D989AD071B83D19(__this, /*hidden argument*/NULL);
HMAC_set_BlockSizeValue_m36D47CC19D535596DDF623F27DD8C63A74862C80_inline(__this, L_3, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___key0;
HMAC_InitializeKey_m4C0FA53AEC78671620FA3E37F549EA475C0D989F(__this, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.Security.Cryptography.HMACSHA384::get_BlockSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HMACSHA384_get_BlockSize_m626E9EF88C0859B21B6785A69D989AD071B83D19 (HMACSHA384_t4AB70A19F033E20CFD5C3E53D9B4745165F4AB09 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_useLegacyBlockSize_12();
if (L_0)
{
goto IL_000e;
}
}
{
return ((int32_t)128);
}
IL_000e:
{
return ((int32_t)64);
}
}
// System.Boolean System.Security.Cryptography.HMACSHA384::get_ProduceLegacyHmacValues()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HMACSHA384_get_ProduceLegacyHmacValues_m9CE3CCB5CE378A39910D55F94C5722877527B0BB (HMACSHA384_t4AB70A19F033E20CFD5C3E53D9B4745165F4AB09 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_useLegacyBlockSize_12();
return L_0;
}
}
// System.Void System.Security.Cryptography.HMACSHA384::set_ProduceLegacyHmacValues(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA384_set_ProduceLegacyHmacValues_mCA4362F1F27CC72743EC05D943FD45E15D9FCAC6 (HMACSHA384_t4AB70A19F033E20CFD5C3E53D9B4745165F4AB09 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_m_useLegacyBlockSize_12(L_0);
int32_t L_1 = HMACSHA384_get_BlockSize_m626E9EF88C0859B21B6785A69D989AD071B83D19(__this, /*hidden argument*/NULL);
HMAC_set_BlockSizeValue_m36D47CC19D535596DDF623F27DD8C63A74862C80_inline(__this, L_1, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ((KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B *)__this)->get_KeyValue_4();
HMAC_InitializeKey_m4C0FA53AEC78671620FA3E37F549EA475C0D989F(__this, L_2, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.HMACSHA512::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA512__ctor_m5F7BF4FA9FAF90E6479E77FF55EE71200A260757 (HMACSHA512_t2E9505616EE76E773A963928F94B750C6A52070D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HMACSHA512__ctor_m5F7BF4FA9FAF90E6479E77FF55EE71200A260757_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Utils_t026EFC92DF9F36B31A0C7E263ACD8458C3C23348_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = Utils_GenerateRandom_mD0EC1F91B7DB667433EE7684CE1D2122CE3F9425(((int32_t)128), /*hidden argument*/NULL);
HMACSHA512__ctor_m4A45DEA22347E5BFECFADA21A85BC2D4A79A3BF0(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.HMACSHA512::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA512__ctor_m4A45DEA22347E5BFECFADA21A85BC2D4A79A3BF0 (HMACSHA512_t2E9505616EE76E773A963928F94B750C6A52070D * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HMACSHA512__ctor_m4A45DEA22347E5BFECFADA21A85BC2D4A79A3BF0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Utils_t026EFC92DF9F36B31A0C7E263ACD8458C3C23348_il2cpp_TypeInfo_var);
bool L_0 = Utils__ProduceLegacyHmacValues_m92ACF35DB95BBBF4B2E5B8D70DFF5C6C3F43DD46(/*hidden argument*/NULL);
__this->set_m_useLegacyBlockSize_12(L_0);
HMAC__ctor_m847E778BE6F14719A2300E308AD4C92C336966D9(__this, /*hidden argument*/NULL);
((HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 *)__this)->set_m_hashName_6(_stringLiteral42CC065F07E499226AC12F2671F652ACFDAF3D73);
SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2 * L_1 = (SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2 *)il2cpp_codegen_object_new(SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2_il2cpp_TypeInfo_var);
SHA512Managed__ctor_m69C0B4F5849CF1D2B3C1D244F853A952434476DF(L_1, /*hidden argument*/NULL);
((HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 *)__this)->set_m_hash1_7(L_1);
SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2 * L_2 = (SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2 *)il2cpp_codegen_object_new(SHA512Managed_t2260445422BD94B3BE7B921BAD68DE6B0983A4F2_il2cpp_TypeInfo_var);
SHA512Managed__ctor_m69C0B4F5849CF1D2B3C1D244F853A952434476DF(L_2, /*hidden argument*/NULL);
((HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 *)__this)->set_m_hash2_8(L_2);
((HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA *)__this)->set_HashSizeValue_0(((int32_t)512));
int32_t L_3 = HMACSHA512_get_BlockSize_m37844B268BC2A42C7FFD883697C8B9D5CBB72A19(__this, /*hidden argument*/NULL);
HMAC_set_BlockSizeValue_m36D47CC19D535596DDF623F27DD8C63A74862C80_inline(__this, L_3, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___key0;
HMAC_InitializeKey_m4C0FA53AEC78671620FA3E37F549EA475C0D989F(__this, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.Security.Cryptography.HMACSHA512::get_BlockSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HMACSHA512_get_BlockSize_m37844B268BC2A42C7FFD883697C8B9D5CBB72A19 (HMACSHA512_t2E9505616EE76E773A963928F94B750C6A52070D * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_useLegacyBlockSize_12();
if (L_0)
{
goto IL_000e;
}
}
{
return ((int32_t)128);
}
IL_000e:
{
return ((int32_t)64);
}
}
// System.Boolean System.Security.Cryptography.HMACSHA512::get_ProduceLegacyHmacValues()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HMACSHA512_get_ProduceLegacyHmacValues_m17C3A8FDB80EFEEB5E8B9E8D9458BAC009C3F847 (HMACSHA512_t2E9505616EE76E773A963928F94B750C6A52070D * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_useLegacyBlockSize_12();
return L_0;
}
}
// System.Void System.Security.Cryptography.HMACSHA512::set_ProduceLegacyHmacValues(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA512_set_ProduceLegacyHmacValues_m1BE46F42EF2AB447E62B0C2111C602DB1E129670 (HMACSHA512_t2E9505616EE76E773A963928F94B750C6A52070D * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_m_useLegacyBlockSize_12(L_0);
int32_t L_1 = HMACSHA512_get_BlockSize_m37844B268BC2A42C7FFD883697C8B9D5CBB72A19(__this, /*hidden argument*/NULL);
HMAC_set_BlockSizeValue_m36D47CC19D535596DDF623F27DD8C63A74862C80_inline(__this, L_1, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ((KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B *)__this)->get_KeyValue_4();
HMAC_InitializeKey_m4C0FA53AEC78671620FA3E37F549EA475C0D989F(__this, L_2, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.HashAlgorithm::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashAlgorithm__ctor_mC0C923AB8904FC11889F63B39177507FBB35AA43 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.Security.Cryptography.HashAlgorithm::get_HashSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashAlgorithm_get_HashSize_m9DB211B3B3198F9DCB702F7A891928A2A283DF54 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_HashSizeValue_0();
return L_0;
}
}
// System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HashAlgorithm_get_Hash_mE388536C89DA41BF4AA6935A9B121E9454126630 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HashAlgorithm_get_Hash_mE388536C89DA41BF4AA6935A9B121E9454126630_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_m_bDisposed_3();
if (!L_0)
{
goto IL_000f;
}
}
{
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, (String_t*)NULL, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, HashAlgorithm_get_Hash_mE388536C89DA41BF4AA6935A9B121E9454126630_RuntimeMethod_var);
}
IL_000f:
{
int32_t L_2 = __this->get_State_2();
if (!L_2)
{
goto IL_0027;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral679E09EF0A5553CB21382C3BD3F85600BB011CC5, /*hidden argument*/NULL);
CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE * L_4 = (CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE *)il2cpp_codegen_object_new(CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE_il2cpp_TypeInfo_var);
CryptographicUnexpectedOperationException__ctor_mBBDF264CFD6435CEC4994D4DE065BA91CC7D38EE(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, HashAlgorithm_get_Hash_mE388536C89DA41BF4AA6935A9B121E9454126630_RuntimeMethod_var);
}
IL_0027:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get_HashValue_1();
NullCheck((RuntimeArray *)(RuntimeArray *)L_5);
RuntimeObject * L_6 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_5, /*hidden argument*/NULL);
return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_6, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var));
}
}
// System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.HashAlgorithm::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * HashAlgorithm_Create_m3D929D76A7B343742CAE90720673B2B71473F8FE (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HashAlgorithm_Create_m3D929D76A7B343742CAE90720673B2B71473F8FE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D * L_0 = (SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D *)il2cpp_codegen_object_new(SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D_il2cpp_TypeInfo_var);
SHA1CryptoServiceProvider__ctor_mBF42658CD66193D7FF26F04B4FFB81BB385C5A6F(L_0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.HashAlgorithm::Create(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * HashAlgorithm_Create_m59501B2C523DE8B6F3F19755D50B4E4D9ECF7365 (String_t* ___hashName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HashAlgorithm_Create_m59501B2C523DE8B6F3F19755D50B4E4D9ECF7365_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___hashName0;
RuntimeObject * L_1 = CryptoConfig_CreateFromName_mB7B977E2EFA4B5AAC601FB0E261F4509E341A9B4(L_0, /*hidden argument*/NULL);
return ((HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA *)CastclassClass((RuntimeObject*)L_1, HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA_il2cpp_TypeInfo_var));
}
}
// System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.IO.Stream)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HashAlgorithm_ComputeHash_m8CEDC01FA48DE9E68CF04C1CAE31977DA3C6D2C5 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___inputStream0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HashAlgorithm_ComputeHash_m8CEDC01FA48DE9E68CF04C1CAE31977DA3C6D2C5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
int32_t V_1 = 0;
{
bool L_0 = __this->get_m_bDisposed_3();
if (!L_0)
{
goto IL_000f;
}
}
{
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, (String_t*)NULL, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, HashAlgorithm_ComputeHash_m8CEDC01FA48DE9E68CF04C1CAE31977DA3C6D2C5_RuntimeMethod_var);
}
IL_000f:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096));
V_0 = L_2;
}
IL_001a:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = ___inputStream0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0;
NullCheck(L_3);
int32_t L_5 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_3, L_4, 0, ((int32_t)4096));
V_1 = L_5;
int32_t L_6 = V_1;
if ((((int32_t)L_6) <= ((int32_t)0)))
{
goto IL_0035;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_0;
int32_t L_8 = V_1;
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(19 /* System.Void System.Security.Cryptography.HashAlgorithm::HashCore(System.Byte[],System.Int32,System.Int32) */, __this, L_7, 0, L_8);
}
IL_0035:
{
int32_t L_9 = V_1;
if ((((int32_t)L_9) > ((int32_t)0)))
{
goto IL_001a;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(20 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::HashFinal() */, __this);
__this->set_HashValue_1(L_10);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get_HashValue_1();
NullCheck((RuntimeArray *)(RuntimeArray *)L_11);
RuntimeObject * L_12 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_11, /*hidden argument*/NULL);
VirtActionInvoker0::Invoke(18 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, __this);
return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_12, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var));
}
}
// System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_m_bDisposed_3();
if (!L_0)
{
goto IL_000f;
}
}
{
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, (String_t*)NULL, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122_RuntimeMethod_var);
}
IL_000f:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer0;
if (L_2)
{
goto IL_001d;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122_RuntimeMethod_var);
}
IL_001d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___buffer0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___buffer0;
NullCheck(L_5);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(19 /* System.Void System.Security.Cryptography.HashAlgorithm::HashCore(System.Byte[],System.Int32,System.Int32) */, __this, L_4, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(20 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::HashFinal() */, __this);
__this->set_HashValue_1(L_6);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = __this->get_HashValue_1();
NullCheck((RuntimeArray *)(RuntimeArray *)L_7);
RuntimeObject * L_8 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_7, /*hidden argument*/NULL);
VirtActionInvoker0::Invoke(18 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, __this);
return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_8, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var));
}
}
// System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HashAlgorithm_ComputeHash_m944CD5B5BF66F170C9ACD2674E258E62ED297819 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HashAlgorithm_ComputeHash_m944CD5B5BF66F170C9ACD2674E258E62ED297819_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, HashAlgorithm_ComputeHash_m944CD5B5BF66F170C9ACD2674E258E62ED297819_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___offset1;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_0027;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, HashAlgorithm_ComputeHash_m944CD5B5BF66F170C9ACD2674E258E62ED297819_RuntimeMethod_var);
}
IL_0027:
{
int32_t L_5 = ___count2;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_0031;
}
}
{
int32_t L_6 = ___count2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___buffer0;
NullCheck(L_7);
if ((((int32_t)L_6) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))))
{
goto IL_0041;
}
}
IL_0031:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3B2B13D765299FF4FA55E6D08D981167BAAF9E42, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_9, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, HashAlgorithm_ComputeHash_m944CD5B5BF66F170C9ACD2674E258E62ED297819_RuntimeMethod_var);
}
IL_0041:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___buffer0;
NullCheck(L_10);
int32_t L_11 = ___count2;
int32_t L_12 = ___offset1;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))), (int32_t)L_11))) >= ((int32_t)L_12)))
{
goto IL_0059;
}
}
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral063F5BA07B9A8319201C127A47193BF92C67599A, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_14, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, HashAlgorithm_ComputeHash_m944CD5B5BF66F170C9ACD2674E258E62ED297819_RuntimeMethod_var);
}
IL_0059:
{
bool L_15 = __this->get_m_bDisposed_3();
if (!L_15)
{
goto IL_0068;
}
}
{
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_16 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_16, (String_t*)NULL, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, HashAlgorithm_ComputeHash_m944CD5B5BF66F170C9ACD2674E258E62ED297819_RuntimeMethod_var);
}
IL_0068:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___buffer0;
int32_t L_18 = ___offset1;
int32_t L_19 = ___count2;
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(19 /* System.Void System.Security.Cryptography.HashAlgorithm::HashCore(System.Byte[],System.Int32,System.Int32) */, __this, L_17, L_18, L_19);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(20 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::HashFinal() */, __this);
__this->set_HashValue_1(L_20);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = __this->get_HashValue_1();
NullCheck((RuntimeArray *)(RuntimeArray *)L_21);
RuntimeObject * L_22 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_21, /*hidden argument*/NULL);
VirtActionInvoker0::Invoke(18 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, __this);
return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_22, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var));
}
}
// System.Int32 System.Security.Cryptography.HashAlgorithm::get_InputBlockSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashAlgorithm_get_InputBlockSize_m52885B4744E66AC9146C27CF7B8891D58529792E (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.Int32 System.Security.Cryptography.HashAlgorithm::get_OutputBlockSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashAlgorithm_get_OutputBlockSize_m20374CFBC9C58E05961A799E8CA823B6E8ED03B4 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.Boolean System.Security.Cryptography.HashAlgorithm::get_CanTransformMultipleBlocks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashAlgorithm_get_CanTransformMultipleBlocks_m2875757A128DFA2B0CACCE28B58C3E07E8047561 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Boolean System.Security.Cryptography.HashAlgorithm::get_CanReuseTransform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashAlgorithm_get_CanReuseTransform_mB54AA3EBE7429311007173A38ABF1CF4B0846B71 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Int32 System.Security.Cryptography.HashAlgorithm::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashAlgorithm_TransformBlock_m500873E221BF1E4278C23D3DD113FA36711CBE22 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HashAlgorithm_TransformBlock_m500873E221BF1E4278C23D3DD113FA36711CBE22_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___inputBuffer0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA3DCECB3E79C8239C051C4ACE256716A86AAF14F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, HashAlgorithm_TransformBlock_m500873E221BF1E4278C23D3DD113FA36711CBE22_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___inputOffset1;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_0027;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteralF2435E7DF6B834FC7043D5254116CBEC698F042B, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, HashAlgorithm_TransformBlock_m500873E221BF1E4278C23D3DD113FA36711CBE22_RuntimeMethod_var);
}
IL_0027:
{
int32_t L_5 = ___inputCount2;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_0031;
}
}
{
int32_t L_6 = ___inputCount2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___inputBuffer0;
NullCheck(L_7);
if ((((int32_t)L_6) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))))
{
goto IL_0041;
}
}
IL_0031:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3B2B13D765299FF4FA55E6D08D981167BAAF9E42, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_9, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, HashAlgorithm_TransformBlock_m500873E221BF1E4278C23D3DD113FA36711CBE22_RuntimeMethod_var);
}
IL_0041:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___inputBuffer0;
NullCheck(L_10);
int32_t L_11 = ___inputCount2;
int32_t L_12 = ___inputOffset1;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))), (int32_t)L_11))) >= ((int32_t)L_12)))
{
goto IL_0059;
}
}
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral063F5BA07B9A8319201C127A47193BF92C67599A, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_14, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, HashAlgorithm_TransformBlock_m500873E221BF1E4278C23D3DD113FA36711CBE22_RuntimeMethod_var);
}
IL_0059:
{
bool L_15 = __this->get_m_bDisposed_3();
if (!L_15)
{
goto IL_0068;
}
}
{
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_16 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_16, (String_t*)NULL, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, HashAlgorithm_TransformBlock_m500873E221BF1E4278C23D3DD113FA36711CBE22_RuntimeMethod_var);
}
IL_0068:
{
__this->set_State_2(1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___inputBuffer0;
int32_t L_18 = ___inputOffset1;
int32_t L_19 = ___inputCount2;
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(19 /* System.Void System.Security.Cryptography.HashAlgorithm::HashCore(System.Byte[],System.Int32,System.Int32) */, __this, L_17, L_18, L_19);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = ___outputBuffer3;
if (!L_20)
{
goto IL_0092;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___inputBuffer0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = ___outputBuffer3;
if ((!(((RuntimeObject*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)L_21) == ((RuntimeObject*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)L_22))))
{
goto IL_0086;
}
}
{
int32_t L_23 = ___inputOffset1;
int32_t L_24 = ___outputOffset4;
if ((((int32_t)L_23) == ((int32_t)L_24)))
{
goto IL_0092;
}
}
IL_0086:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = ___inputBuffer0;
int32_t L_26 = ___inputOffset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = ___outputBuffer3;
int32_t L_28 = ___outputOffset4;
int32_t L_29 = ___inputCount2;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_25, L_26, (RuntimeArray *)(RuntimeArray *)L_27, L_28, L_29, /*hidden argument*/NULL);
}
IL_0092:
{
int32_t L_30 = ___inputCount2;
return L_30;
}
}
// System.Byte[] System.Security.Cryptography.HashAlgorithm::TransformFinalBlock(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HashAlgorithm_TransformFinalBlock_mC9CB1BD6A8E410BE986650C1478A93378F138177 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HashAlgorithm_TransformFinalBlock_mC9CB1BD6A8E410BE986650C1478A93378F138177_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___inputBuffer0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA3DCECB3E79C8239C051C4ACE256716A86AAF14F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, HashAlgorithm_TransformFinalBlock_mC9CB1BD6A8E410BE986650C1478A93378F138177_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___inputOffset1;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_0027;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteralF2435E7DF6B834FC7043D5254116CBEC698F042B, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, HashAlgorithm_TransformFinalBlock_mC9CB1BD6A8E410BE986650C1478A93378F138177_RuntimeMethod_var);
}
IL_0027:
{
int32_t L_5 = ___inputCount2;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_0031;
}
}
{
int32_t L_6 = ___inputCount2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___inputBuffer0;
NullCheck(L_7);
if ((((int32_t)L_6) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))))
{
goto IL_0041;
}
}
IL_0031:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3B2B13D765299FF4FA55E6D08D981167BAAF9E42, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_9, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, HashAlgorithm_TransformFinalBlock_mC9CB1BD6A8E410BE986650C1478A93378F138177_RuntimeMethod_var);
}
IL_0041:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___inputBuffer0;
NullCheck(L_10);
int32_t L_11 = ___inputCount2;
int32_t L_12 = ___inputOffset1;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))), (int32_t)L_11))) >= ((int32_t)L_12)))
{
goto IL_0059;
}
}
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral063F5BA07B9A8319201C127A47193BF92C67599A, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_14, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, HashAlgorithm_TransformFinalBlock_mC9CB1BD6A8E410BE986650C1478A93378F138177_RuntimeMethod_var);
}
IL_0059:
{
bool L_15 = __this->get_m_bDisposed_3();
if (!L_15)
{
goto IL_0068;
}
}
{
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_16 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_16, (String_t*)NULL, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, HashAlgorithm_TransformFinalBlock_mC9CB1BD6A8E410BE986650C1478A93378F138177_RuntimeMethod_var);
}
IL_0068:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___inputBuffer0;
int32_t L_18 = ___inputOffset1;
int32_t L_19 = ___inputCount2;
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(19 /* System.Void System.Security.Cryptography.HashAlgorithm::HashCore(System.Byte[],System.Int32,System.Int32) */, __this, L_17, L_18, L_19);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(20 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::HashFinal() */, __this);
__this->set_HashValue_1(L_20);
int32_t L_21 = ___inputCount2;
if (!L_21)
{
goto IL_0094;
}
}
{
int32_t L_22 = ___inputCount2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_22);
V_0 = L_23;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = ___inputBuffer0;
int32_t L_25 = ___inputOffset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = V_0;
int32_t L_27 = ___inputCount2;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_24, L_25, (RuntimeArray *)(RuntimeArray *)L_26, 0, L_27, /*hidden argument*/NULL);
goto IL_009a;
}
IL_0094:
{
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = ((EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var))->get_Value_0();
V_0 = L_28;
}
IL_009a:
{
__this->set_State_2(0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = V_0;
return L_29;
}
}
// System.Void System.Security.Cryptography.HashAlgorithm::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashAlgorithm_Dispose_m77EB776131F2A1F27AAB8757237DF0D95B11C773 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HashAlgorithm_Dispose_m77EB776131F2A1F27AAB8757237DF0D95B11C773_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
VirtActionInvoker1< bool >::Invoke(17 /* System.Void System.Security.Cryptography.HashAlgorithm::Dispose(System.Boolean) */, __this, (bool)1);
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.HashAlgorithm::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashAlgorithm_Clear_m2E975EB7B42C1E241B24578CDF15AD41F35A5A8D (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HashAlgorithm_Clear_m2E975EB7B42C1E241B24578CDF15AD41F35A5A8D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, __this);
return;
}
}
// System.Void System.Security.Cryptography.HashAlgorithm::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashAlgorithm_Dispose_m082315758B5E7BEDA2C1E14409A1FF7412F363AC (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, bool ___disposing0, const RuntimeMethod* method)
{
{
bool L_0 = ___disposing0;
if (!L_0)
{
goto IL_002d;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_HashValue_1();
if (!L_1)
{
goto IL_001f;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_HashValue_1();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_HashValue_1();
NullCheck(L_3);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_2, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))), /*hidden argument*/NULL);
}
IL_001f:
{
__this->set_HashValue_1((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
__this->set_m_bDisposed_3((bool)1);
}
IL_002d:
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.Security.Cryptography.HashAlgorithmName
IL2CPP_EXTERN_C void HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F_marshal_pinvoke(const HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F& unmarshaled, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F_marshaled_pinvoke& marshaled)
{
marshaled.____name_0 = il2cpp_codegen_marshal_string(unmarshaled.get__name_0());
}
IL2CPP_EXTERN_C void HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F_marshal_pinvoke_back(const HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F_marshaled_pinvoke& marshaled, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F& unmarshaled)
{
unmarshaled.set__name_0(il2cpp_codegen_marshal_string_result(marshaled.____name_0));
}
// Conversion method for clean up from marshalling of: System.Security.Cryptography.HashAlgorithmName
IL2CPP_EXTERN_C void HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F_marshal_pinvoke_cleanup(HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.____name_0);
marshaled.____name_0 = NULL;
}
// Conversion methods for marshalling of: System.Security.Cryptography.HashAlgorithmName
IL2CPP_EXTERN_C void HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F_marshal_com(const HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F& unmarshaled, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F_marshaled_com& marshaled)
{
marshaled.____name_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get__name_0());
}
IL2CPP_EXTERN_C void HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F_marshal_com_back(const HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F_marshaled_com& marshaled, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F& unmarshaled)
{
unmarshaled.set__name_0(il2cpp_codegen_marshal_bstring_result(marshaled.____name_0));
}
// Conversion method for clean up from marshalling of: System.Security.Cryptography.HashAlgorithmName
IL2CPP_EXTERN_C void HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F_marshal_com_cleanup(HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.____name_0);
marshaled.____name_0 = NULL;
}
// System.Security.Cryptography.HashAlgorithmName System.Security.Cryptography.HashAlgorithmName::get_MD5()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F HashAlgorithmName_get_MD5_mC75987B21FEFA534B6C8CC63880C6B2A2A09B9F6 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HashAlgorithmName_get_MD5_mC75987B21FEFA534B6C8CC63880C6B2A2A09B9F6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F L_0;
memset((&L_0), 0, sizeof(L_0));
HashAlgorithmName__ctor_m894A3C6FE998B3464E562A5F93B55A4A59CFB082_inline((&L_0), _stringLiteralB773BED04A48DE200B96981BB79467413A222066, /*hidden argument*/NULL);
return L_0;
}
}
// System.Security.Cryptography.HashAlgorithmName System.Security.Cryptography.HashAlgorithmName::get_SHA1()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F HashAlgorithmName_get_SHA1_m356FC989D0CADA971C92FEAF920453320CDD37BA (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HashAlgorithmName_get_SHA1_m356FC989D0CADA971C92FEAF920453320CDD37BA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F L_0;
memset((&L_0), 0, sizeof(L_0));
HashAlgorithmName__ctor_m894A3C6FE998B3464E562A5F93B55A4A59CFB082_inline((&L_0), _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939, /*hidden argument*/NULL);
return L_0;
}
}
// System.Security.Cryptography.HashAlgorithmName System.Security.Cryptography.HashAlgorithmName::get_SHA256()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F HashAlgorithmName_get_SHA256_m3B8E2C2A086E21B959319102C66DD634C17A6A33 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HashAlgorithmName_get_SHA256_m3B8E2C2A086E21B959319102C66DD634C17A6A33_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F L_0;
memset((&L_0), 0, sizeof(L_0));
HashAlgorithmName__ctor_m894A3C6FE998B3464E562A5F93B55A4A59CFB082_inline((&L_0), _stringLiteralB92E713B21B29946A52E5FFE714C82EB670E98F9, /*hidden argument*/NULL);
return L_0;
}
}
// System.Security.Cryptography.HashAlgorithmName System.Security.Cryptography.HashAlgorithmName::get_SHA384()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F HashAlgorithmName_get_SHA384_m4D1B3156BE24087B28AF392E10E2887ED50D8ADC (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HashAlgorithmName_get_SHA384_m4D1B3156BE24087B28AF392E10E2887ED50D8ADC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F L_0;
memset((&L_0), 0, sizeof(L_0));
HashAlgorithmName__ctor_m894A3C6FE998B3464E562A5F93B55A4A59CFB082_inline((&L_0), _stringLiteral5AB8FB3BA84C84C0B9929FD9B6D13F639D3078BB, /*hidden argument*/NULL);
return L_0;
}
}
// System.Security.Cryptography.HashAlgorithmName System.Security.Cryptography.HashAlgorithmName::get_SHA512()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F HashAlgorithmName_get_SHA512_mB134C0C3904479EB38703C4B2D5F57C2DD4B327B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HashAlgorithmName_get_SHA512_mB134C0C3904479EB38703C4B2D5F57C2DD4B327B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F L_0;
memset((&L_0), 0, sizeof(L_0));
HashAlgorithmName__ctor_m894A3C6FE998B3464E562A5F93B55A4A59CFB082_inline((&L_0), _stringLiteral42CC065F07E499226AC12F2671F652ACFDAF3D73, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.Security.Cryptography.HashAlgorithmName::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashAlgorithmName__ctor_m894A3C6FE998B3464E562A5F93B55A4A59CFB082 (HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F * __this, String_t* ___name0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___name0;
__this->set__name_0(L_0);
return;
}
}
IL2CPP_EXTERN_C void HashAlgorithmName__ctor_m894A3C6FE998B3464E562A5F93B55A4A59CFB082_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, const RuntimeMethod* method)
{
int32_t _offset = 1;
HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F * _thisAdjusted = reinterpret_cast<HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F *>(__this + _offset);
HashAlgorithmName__ctor_m894A3C6FE998B3464E562A5F93B55A4A59CFB082_inline(_thisAdjusted, ___name0, method);
}
// System.String System.Security.Cryptography.HashAlgorithmName::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HashAlgorithmName_get_Name_mFFCF361D43C64412C96737345AC79B760DF9D237 (HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__name_0();
return L_0;
}
}
IL2CPP_EXTERN_C String_t* HashAlgorithmName_get_Name_mFFCF361D43C64412C96737345AC79B760DF9D237_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F * _thisAdjusted = reinterpret_cast<HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F *>(__this + _offset);
return HashAlgorithmName_get_Name_mFFCF361D43C64412C96737345AC79B760DF9D237_inline(_thisAdjusted, method);
}
// System.String System.Security.Cryptography.HashAlgorithmName::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HashAlgorithmName_ToString_mF6A01CA33A0AD1A3BF9289C393B870D08A4CF0D7 (HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HashAlgorithmName_ToString_mF6A01CA33A0AD1A3BF9289C393B870D08A4CF0D7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B2_0 = NULL;
String_t* G_B1_0 = NULL;
{
String_t* L_0 = __this->get__name_0();
String_t* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000f;
}
}
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
G_B2_0 = L_2;
}
IL_000f:
{
return G_B2_0;
}
}
IL2CPP_EXTERN_C String_t* HashAlgorithmName_ToString_mF6A01CA33A0AD1A3BF9289C393B870D08A4CF0D7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F * _thisAdjusted = reinterpret_cast<HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F *>(__this + _offset);
return HashAlgorithmName_ToString_mF6A01CA33A0AD1A3BF9289C393B870D08A4CF0D7(_thisAdjusted, method);
}
// System.Boolean System.Security.Cryptography.HashAlgorithmName::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashAlgorithmName_Equals_mA69889B6557FDB1DDF01FC5B958CB214C449300A (HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HashAlgorithmName_Equals_mA69889B6557FDB1DDF01FC5B958CB214C449300A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___obj0;
if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F_il2cpp_TypeInfo_var)))
{
goto IL_0015;
}
}
{
RuntimeObject * L_1 = ___obj0;
bool L_2 = HashAlgorithmName_Equals_m29A7F6A22C841C4B16904A25A2B38954B4EC7C15((HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F *)__this, ((*(HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F *)((HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F *)UnBox(L_1, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
return L_2;
}
IL_0015:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool HashAlgorithmName_Equals_mA69889B6557FDB1DDF01FC5B958CB214C449300A_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F * _thisAdjusted = reinterpret_cast<HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F *>(__this + _offset);
return HashAlgorithmName_Equals_mA69889B6557FDB1DDF01FC5B958CB214C449300A(_thisAdjusted, ___obj0, method);
}
// System.Boolean System.Security.Cryptography.HashAlgorithmName::Equals(System.Security.Cryptography.HashAlgorithmName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashAlgorithmName_Equals_m29A7F6A22C841C4B16904A25A2B38954B4EC7C15 (HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F * __this, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___other0, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__name_0();
HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F L_1 = ___other0;
String_t* L_2 = L_1.get__name_0();
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_0, L_2, /*hidden argument*/NULL);
return L_3;
}
}
IL2CPP_EXTERN_C bool HashAlgorithmName_Equals_m29A7F6A22C841C4B16904A25A2B38954B4EC7C15_AdjustorThunk (RuntimeObject * __this, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___other0, const RuntimeMethod* method)
{
int32_t _offset = 1;
HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F * _thisAdjusted = reinterpret_cast<HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F *>(__this + _offset);
return HashAlgorithmName_Equals_m29A7F6A22C841C4B16904A25A2B38954B4EC7C15(_thisAdjusted, ___other0, method);
}
// System.Int32 System.Security.Cryptography.HashAlgorithmName::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashAlgorithmName_GetHashCode_m84C4F5467311E12A712C9272251E77B2356B1D39 (HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__name_0();
if (!L_0)
{
goto IL_0014;
}
}
{
String_t* L_1 = __this->get__name_0();
NullCheck(L_1);
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1);
return L_2;
}
IL_0014:
{
return 0;
}
}
IL2CPP_EXTERN_C int32_t HashAlgorithmName_GetHashCode_m84C4F5467311E12A712C9272251E77B2356B1D39_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F * _thisAdjusted = reinterpret_cast<HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F *>(__this + _offset);
return HashAlgorithmName_GetHashCode_m84C4F5467311E12A712C9272251E77B2356B1D39(_thisAdjusted, method);
}
// System.Boolean System.Security.Cryptography.HashAlgorithmName::op_Equality(System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.HashAlgorithmName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashAlgorithmName_op_Equality_m7573C9E8FC934CD4D113AA5DE5842D8DB76054F9 (HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___left0, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___right1, const RuntimeMethod* method)
{
{
HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F L_0 = ___right1;
bool L_1 = HashAlgorithmName_Equals_m29A7F6A22C841C4B16904A25A2B38954B4EC7C15((HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F *)(&___left0), L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.Security.Cryptography.HashAlgorithmName::op_Inequality(System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.HashAlgorithmName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashAlgorithmName_op_Inequality_m3C982F8BBEF400CAFF24671F87A5EE5D2AE25245 (HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___left0, HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F ___right1, const RuntimeMethod* method)
{
{
HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F L_0 = ___left0;
HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F L_1 = ___right1;
bool L_2 = HashAlgorithmName_op_Equality_m7573C9E8FC934CD4D113AA5DE5842D8DB76054F9(L_0, L_1, /*hidden argument*/NULL);
return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 System.Security.Cryptography.KeySizes::get_MinSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeySizes_get_MinSize_m1160A46CAEE9F589C22B82440CDFBBD3085CB47B (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_minSize_0();
return L_0;
}
}
// System.Int32 System.Security.Cryptography.KeySizes::get_MaxSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeySizes_get_MaxSize_m0DA99EB5B5DE65B27B83EC85F634BBC6382E1691 (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_maxSize_1();
return L_0;
}
}
// System.Int32 System.Security.Cryptography.KeySizes::get_SkipSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeySizes_get_SkipSize_m1749DBFABF927033CA1F790DDE1A25EB9A377E33 (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_skipSize_2();
return L_0;
}
}
// System.Void System.Security.Cryptography.KeySizes::.ctor(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeySizes__ctor_m82BEC3FBD67588FCBA0BDD6DCC0412DA20730A51 (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * __this, int32_t ___minSize0, int32_t ___maxSize1, int32_t ___skipSize2, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___minSize0;
__this->set_m_minSize_0(L_0);
int32_t L_1 = ___maxSize1;
__this->set_m_maxSize_1(L_1);
int32_t L_2 = ___skipSize2;
__this->set_m_skipSize_2(L_2);
return;
}
}
// System.Boolean System.Security.Cryptography.KeySizes::IsLegal(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeySizes_IsLegal_mE978CF47F19B09F60C0C8759F0E5C35787818281 (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * __this, int32_t ___keySize0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
int32_t G_B3_0 = 0;
{
int32_t L_0 = ___keySize0;
int32_t L_1 = KeySizes_get_MinSize_m1160A46CAEE9F589C22B82440CDFBBD3085CB47B_inline(__this, /*hidden argument*/NULL);
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1));
int32_t L_2 = V_0;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_001b;
}
}
{
int32_t L_3 = ___keySize0;
int32_t L_4 = KeySizes_get_MaxSize_m0DA99EB5B5DE65B27B83EC85F634BBC6382E1691_inline(__this, /*hidden argument*/NULL);
G_B3_0 = ((((int32_t)((((int32_t)L_3) > ((int32_t)L_4))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_001c;
}
IL_001b:
{
G_B3_0 = 0;
}
IL_001c:
{
V_1 = (bool)G_B3_0;
int32_t L_5 = KeySizes_get_SkipSize_m1749DBFABF927033CA1F790DDE1A25EB9A377E33_inline(__this, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0036;
}
}
{
bool L_6 = V_1;
if (!L_6)
{
goto IL_0034;
}
}
{
int32_t L_7 = V_0;
int32_t L_8 = KeySizes_get_SkipSize_m1749DBFABF927033CA1F790DDE1A25EB9A377E33_inline(__this, /*hidden argument*/NULL);
return (bool)((((int32_t)((int32_t)((int32_t)L_7%(int32_t)L_8))) == ((int32_t)0))? 1 : 0);
}
IL_0034:
{
return (bool)0;
}
IL_0036:
{
bool L_9 = V_1;
return L_9;
}
}
// System.Boolean System.Security.Cryptography.KeySizes::IsLegalKeySize(System.Security.Cryptography.KeySizes[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeySizes_IsLegalKeySize_mF8A1B4424CA992BE1EBD15AC50038F4A0A509F46 (KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___legalKeys0, int32_t ___size1, const RuntimeMethod* method)
{
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* V_0 = NULL;
int32_t V_1 = 0;
{
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_0 = ___legalKeys0;
V_0 = L_0;
V_1 = 0;
goto IL_0017;
}
IL_0006:
{
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_1 = V_0;
int32_t L_2 = V_1;
NullCheck(L_1);
int32_t L_3 = L_2;
KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
int32_t L_5 = ___size1;
NullCheck(L_4);
bool L_6 = KeySizes_IsLegal_mE978CF47F19B09F60C0C8759F0E5C35787818281(L_4, L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0013;
}
}
{
return (bool)1;
}
IL_0013:
{
int32_t L_7 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
}
IL_0017:
{
int32_t L_8 = V_1;
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* L_9 = V_0;
NullCheck(L_9);
if ((((int32_t)L_8) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))))
{
goto IL_0006;
}
}
{
return (bool)0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.KeyedHashAlgorithm::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyedHashAlgorithm__ctor_m05AB1F341BBC9517ED73EC6DB1FDC96DB27CB0B4 (KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B * __this, const RuntimeMethod* method)
{
{
HashAlgorithm__ctor_mC0C923AB8904FC11889F63B39177507FBB35AA43(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.KeyedHashAlgorithm::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyedHashAlgorithm_Dispose_m5AEFA5DD1C33BA92A500568C5226183F993E736C (KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B * __this, bool ___disposing0, const RuntimeMethod* method)
{
{
bool L_0 = ___disposing0;
if (!L_0)
{
goto IL_0026;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_KeyValue_4();
if (!L_1)
{
goto IL_001f;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_KeyValue_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_KeyValue_4();
NullCheck(L_3);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_2, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))), /*hidden argument*/NULL);
}
IL_001f:
{
__this->set_KeyValue_4((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
}
IL_0026:
{
bool L_4 = ___disposing0;
HashAlgorithm_Dispose_m082315758B5E7BEDA2C1E14409A1FF7412F363AC(__this, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Byte[] System.Security.Cryptography.KeyedHashAlgorithm::get_Key()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* KeyedHashAlgorithm_get_Key_m8108163F59219B8FB8169984E66A71D123357A02 (KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (KeyedHashAlgorithm_get_Key_m8108163F59219B8FB8169984E66A71D123357A02_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_KeyValue_4();
NullCheck((RuntimeArray *)(RuntimeArray *)L_0);
RuntimeObject * L_1 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_0, /*hidden argument*/NULL);
return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var));
}
}
// System.Void System.Security.Cryptography.KeyedHashAlgorithm::set_Key(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyedHashAlgorithm_set_Key_m9783D8A01F3323941E9C812A4663205DD4B11C6D (KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (KeyedHashAlgorithm_set_Key_m9783D8A01F3323941E9C812A4663205DD4B11C6D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ((HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA *)__this)->get_State_2();
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral301E27C175882258AF76A9028BB2CC7752652744, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_2 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, KeyedHashAlgorithm_set_Key_m9783D8A01F3323941E9C812A4663205DD4B11C6D_RuntimeMethod_var);
}
IL_0018:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___value0;
NullCheck((RuntimeArray *)(RuntimeArray *)L_3);
RuntimeObject * L_4 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_3, /*hidden argument*/NULL);
__this->set_KeyValue_4(((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_4, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)));
return;
}
}
// System.Security.Cryptography.KeyedHashAlgorithm System.Security.Cryptography.KeyedHashAlgorithm::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B * KeyedHashAlgorithm_Create_m0A0B7C8C542B21B752135740C60BCEBFCAEA63EF (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (KeyedHashAlgorithm_Create_m0A0B7C8C542B21B752135740C60BCEBFCAEA63EF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5 * L_0 = (HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5 *)il2cpp_codegen_object_new(HMACSHA1_t4E10C259BBC525A8E0ABEAE9EF01C8589F51FEE5_il2cpp_TypeInfo_var);
HMACSHA1__ctor_m1B63EC00D993F8321E617B509220C7A7874403B7(L_0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Security.Cryptography.KeyedHashAlgorithm System.Security.Cryptography.KeyedHashAlgorithm::Create(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B * KeyedHashAlgorithm_Create_m6F1FE39D1A759655A54727E2D7D468BE3D7B28BA (String_t* ___algName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (KeyedHashAlgorithm_Create_m6F1FE39D1A759655A54727E2D7D468BE3D7B28BA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___algName0;
RuntimeObject * L_1 = CryptoConfig_CreateFromName_mB7B977E2EFA4B5AAC601FB0E261F4509E341A9B4(L_0, /*hidden argument*/NULL);
return ((KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B *)CastclassClass((RuntimeObject*)L_1, KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B_il2cpp_TypeInfo_var));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.MACTripleDES::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MACTripleDES__ctor_mB0D7FBC6A89C4295715545BE4CC8C7C224404974 (MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MACTripleDES__ctor_mB0D7FBC6A89C4295715545BE4CC8C7C224404974_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
KeyedHashAlgorithm__ctor_m05AB1F341BBC9517ED73EC6DB1FDC96DB27CB0B4(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)24));
((KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B *)__this)->set_KeyValue_4(L_0);
IL2CPP_RUNTIME_CLASS_INIT(Utils_t026EFC92DF9F36B31A0C7E263ACD8458C3C23348_il2cpp_TypeInfo_var);
RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1 * L_1 = Utils_get_StaticRandomNumberGenerator_m1D4C52DC69E815ABE0F1F1CA0CCBD10A7AB6D2E2(/*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ((KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B *)__this)->get_KeyValue_4();
NullCheck(L_1);
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_1, L_2);
IL2CPP_RUNTIME_CLASS_INIT(TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1_il2cpp_TypeInfo_var);
TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * L_3 = TripleDES_Create_m4C06DB2092C00A059E7FEF40D2A1033B9CD4AF9A(/*hidden argument*/NULL);
__this->set_des_10(L_3);
TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * L_4 = __this->get_des_10();
NullCheck(L_4);
int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.SymmetricAlgorithm::get_BlockSize() */, L_4);
((HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA *)__this)->set_HashSizeValue_0(L_5);
TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * L_6 = __this->get_des_10();
NullCheck(L_6);
int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.SymmetricAlgorithm::get_BlockSize() */, L_6);
__this->set_m_bytesPerBlock_9(((int32_t)((int32_t)L_7/(int32_t)8)));
TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * L_8 = __this->get_des_10();
int32_t L_9 = __this->get_m_bytesPerBlock_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_9);
NullCheck(L_8);
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(11 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_IV(System.Byte[]) */, L_8, L_10);
TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * L_11 = __this->get_des_10();
NullCheck(L_11);
VirtActionInvoker1< int32_t >::Invoke(21 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Padding(System.Security.Cryptography.PaddingMode) */, L_11, 3);
__this->set_m_encryptor_5((RuntimeObject*)NULL);
return;
}
}
// System.Void System.Security.Cryptography.MACTripleDES::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MACTripleDES__ctor_m2ACDE970F3EB766A4487A1157FD5708CC98A3DA9 (MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbKey0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MACTripleDES__ctor_m2ACDE970F3EB766A4487A1157FD5708CC98A3DA9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___rgbKey0;
MACTripleDES__ctor_m373DB4A54F8D25C4DBDB3EAFAA408C9CE6D1FBCD(__this, _stringLiteralC9E8E5C65D39ED6224895229A5E315DDE8FB2F43, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.MACTripleDES::.ctor(System.String,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MACTripleDES__ctor_m373DB4A54F8D25C4DBDB3EAFAA408C9CE6D1FBCD (MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE * __this, String_t* ___strTripleDES0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbKey1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MACTripleDES__ctor_m373DB4A54F8D25C4DBDB3EAFAA408C9CE6D1FBCD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
KeyedHashAlgorithm__ctor_m05AB1F341BBC9517ED73EC6DB1FDC96DB27CB0B4(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___rgbKey1;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralED50428635AF159E7FC84FB6F7C9B4D19D639BBA, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, MACTripleDES__ctor_m373DB4A54F8D25C4DBDB3EAFAA408C9CE6D1FBCD_RuntimeMethod_var);
}
IL_0014:
{
String_t* L_2 = ___strTripleDES0;
if (L_2)
{
goto IL_0024;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1_il2cpp_TypeInfo_var);
TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * L_3 = TripleDES_Create_m4C06DB2092C00A059E7FEF40D2A1033B9CD4AF9A(/*hidden argument*/NULL);
__this->set_des_10(L_3);
goto IL_0030;
}
IL_0024:
{
String_t* L_4 = ___strTripleDES0;
IL2CPP_RUNTIME_CLASS_INIT(TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1_il2cpp_TypeInfo_var);
TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * L_5 = TripleDES_Create_m14EACA7E75E3F9D9096056C58EBCD504A4C47731(L_4, /*hidden argument*/NULL);
__this->set_des_10(L_5);
}
IL_0030:
{
TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * L_6 = __this->get_des_10();
NullCheck(L_6);
int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.SymmetricAlgorithm::get_BlockSize() */, L_6);
((HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA *)__this)->set_HashSizeValue_0(L_7);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___rgbKey1;
NullCheck((RuntimeArray *)(RuntimeArray *)L_8);
RuntimeObject * L_9 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_8, /*hidden argument*/NULL);
((KeyedHashAlgorithm_t83CFA2CA5A4F0F39B747E61D013CB5EB919D218B *)__this)->set_KeyValue_4(((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_9, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)));
TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * L_10 = __this->get_des_10();
NullCheck(L_10);
int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.SymmetricAlgorithm::get_BlockSize() */, L_10);
__this->set_m_bytesPerBlock_9(((int32_t)((int32_t)L_11/(int32_t)8)));
TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * L_12 = __this->get_des_10();
int32_t L_13 = __this->get_m_bytesPerBlock_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_13);
NullCheck(L_12);
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(11 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_IV(System.Byte[]) */, L_12, L_14);
TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * L_15 = __this->get_des_10();
NullCheck(L_15);
VirtActionInvoker1< int32_t >::Invoke(21 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Padding(System.Security.Cryptography.PaddingMode) */, L_15, 3);
__this->set_m_encryptor_5((RuntimeObject*)NULL);
return;
}
}
// System.Void System.Security.Cryptography.MACTripleDES::Initialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MACTripleDES_Initialize_mFE3C97FF1CF4E0B786DC80D44D1DD9F2286030DB (MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE * __this, const RuntimeMethod* method)
{
{
__this->set_m_encryptor_5((RuntimeObject*)NULL);
return;
}
}
// System.Security.Cryptography.PaddingMode System.Security.Cryptography.MACTripleDES::get_Padding()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MACTripleDES_get_Padding_mE0E1C5DDC30E99A43B516A5A2FBEC8EE6020252E (MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE * __this, const RuntimeMethod* method)
{
{
TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * L_0 = __this->get_des_10();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::get_Padding() */, L_0);
return L_1;
}
}
// System.Void System.Security.Cryptography.MACTripleDES::set_Padding(System.Security.Cryptography.PaddingMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MACTripleDES_set_Padding_m1CBCCFA5E1F4C5D0124752ED40B4E377293EE205 (MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MACTripleDES_set_Padding_m1CBCCFA5E1F4C5D0124752ED40B4E377293EE205_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) < ((int32_t)1)))
{
goto IL_0008;
}
}
{
int32_t L_1 = ___value0;
if ((((int32_t)5) >= ((int32_t)L_1)))
{
goto IL_0018;
}
}
IL_0008:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral8FDF73DD4B60178D8D76722A318B1944340F72F8, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_3 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, MACTripleDES_set_Padding_m1CBCCFA5E1F4C5D0124752ED40B4E377293EE205_RuntimeMethod_var);
}
IL_0018:
{
TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * L_4 = __this->get_des_10();
int32_t L_5 = ___value0;
NullCheck(L_4);
VirtActionInvoker1< int32_t >::Invoke(21 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Padding(System.Security.Cryptography.PaddingMode) */, L_4, L_5);
return;
}
}
// System.Void System.Security.Cryptography.MACTripleDES::HashCore(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MACTripleDES_HashCore_m01E33930D352660DE396696EBAFFE3AABEBD6EC9 (MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbData0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MACTripleDES_HashCore_m01E33930D352660DE396696EBAFFE3AABEBD6EC9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_m_encryptor_5();
if (L_0)
{
goto IL_005a;
}
}
{
TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * L_1 = __this->get_des_10();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(21 /* System.Byte[] System.Security.Cryptography.KeyedHashAlgorithm::get_Key() */, __this);
NullCheck(L_1);
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(13 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Key(System.Byte[]) */, L_1, L_2);
TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * L_3 = __this->get_des_10();
NullCheck(L_3);
RuntimeObject* L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(22 /* System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateEncryptor() */, L_3);
__this->set_m_encryptor_5(L_4);
TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * L_5 = __this->get_des_10();
NullCheck(L_5);
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.SymmetricAlgorithm::get_BlockSize() */, L_5);
TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89 * L_7 = (TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89 *)il2cpp_codegen_object_new(TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89_il2cpp_TypeInfo_var);
TailStream__ctor_m0FF2623918DB2146BAE4F819F2160A3E8E88F40B(L_7, ((int32_t)((int32_t)L_6/(int32_t)8)), /*hidden argument*/NULL);
__this->set__ts_7(L_7);
TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89 * L_8 = __this->get__ts_7();
RuntimeObject* L_9 = __this->get_m_encryptor_5();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_10 = (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC *)il2cpp_codegen_object_new(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC_il2cpp_TypeInfo_var);
CryptoStream__ctor_m2BDDB23BFAAB929B9141061367EDAC0524990A5D(L_10, L_8, L_9, 1, /*hidden argument*/NULL);
__this->set__cs_6(L_10);
}
IL_005a:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_11 = __this->get__cs_6();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___rgbData0;
int32_t L_13 = ___ibStart1;
int32_t L_14 = ___cbSize2;
NullCheck(L_11);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_11, L_12, L_13, L_14);
return;
}
}
// System.Byte[] System.Security.Cryptography.MACTripleDES::HashFinal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* MACTripleDES_HashFinal_m98FDB9858D68F9ED026F96782A2CF17DA6AA0D2B (MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MACTripleDES_HashFinal_m98FDB9858D68F9ED026F96782A2CF17DA6AA0D2B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_m_encryptor_5();
if (L_0)
{
goto IL_005a;
}
}
{
TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * L_1 = __this->get_des_10();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(21 /* System.Byte[] System.Security.Cryptography.KeyedHashAlgorithm::get_Key() */, __this);
NullCheck(L_1);
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(13 /* System.Void System.Security.Cryptography.SymmetricAlgorithm::set_Key(System.Byte[]) */, L_1, L_2);
TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * L_3 = __this->get_des_10();
NullCheck(L_3);
RuntimeObject* L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(22 /* System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.SymmetricAlgorithm::CreateEncryptor() */, L_3);
__this->set_m_encryptor_5(L_4);
TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * L_5 = __this->get_des_10();
NullCheck(L_5);
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.SymmetricAlgorithm::get_BlockSize() */, L_5);
TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89 * L_7 = (TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89 *)il2cpp_codegen_object_new(TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89_il2cpp_TypeInfo_var);
TailStream__ctor_m0FF2623918DB2146BAE4F819F2160A3E8E88F40B(L_7, ((int32_t)((int32_t)L_6/(int32_t)8)), /*hidden argument*/NULL);
__this->set__ts_7(L_7);
TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89 * L_8 = __this->get__ts_7();
RuntimeObject* L_9 = __this->get_m_encryptor_5();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_10 = (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC *)il2cpp_codegen_object_new(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC_il2cpp_TypeInfo_var);
CryptoStream__ctor_m2BDDB23BFAAB929B9141061367EDAC0524990A5D(L_10, L_8, L_9, 1, /*hidden argument*/NULL);
__this->set__cs_6(L_10);
}
IL_005a:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_11 = __this->get__cs_6();
NullCheck(L_11);
CryptoStream_FlushFinalBlock_mCB6AE6FCC4ECBFB864B259B39701B31C2811DED9(L_11, /*hidden argument*/NULL);
TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89 * L_12 = __this->get__ts_7();
NullCheck(L_12);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = TailStream_get_Buffer_mD76F0501814B0B5726E5BF7BDEF24A350B9C2991(L_12, /*hidden argument*/NULL);
return L_13;
}
}
// System.Void System.Security.Cryptography.MACTripleDES::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MACTripleDES_Dispose_m4FC0EE4DFE943216A926AA76DD4EA5C8F02FD322 (MACTripleDES_t43631D1228F1207543A1CAE3EBF4E5006296ABDE * __this, bool ___disposing0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MACTripleDES_Dispose_m4FC0EE4DFE943216A926AA76DD4EA5C8F02FD322_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___disposing0;
if (!L_0)
{
goto IL_004f;
}
}
{
TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * L_1 = __this->get_des_10();
if (!L_1)
{
goto IL_0016;
}
}
{
TripleDES_t807A21E6EC7CEC2736DB60738256174326BE4DE1 * L_2 = __this->get_des_10();
NullCheck(L_2);
SymmetricAlgorithm_Clear_m8487379B135918E72684597CFE388EF7FCA733D2(L_2, /*hidden argument*/NULL);
}
IL_0016:
{
RuntimeObject* L_3 = __this->get_m_encryptor_5();
if (!L_3)
{
goto IL_0029;
}
}
{
RuntimeObject* L_4 = __this->get_m_encryptor_5();
NullCheck(L_4);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_4);
}
IL_0029:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_5 = __this->get__cs_6();
if (!L_5)
{
goto IL_003c;
}
}
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_6 = __this->get__cs_6();
NullCheck(L_6);
CryptoStream_Clear_m1AA884F52A16073ABEC7FED27032AFBD120977C6(L_6, /*hidden argument*/NULL);
}
IL_003c:
{
TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89 * L_7 = __this->get__ts_7();
if (!L_7)
{
goto IL_004f;
}
}
{
TailStream_tA9AD8A51DF6741A5BBFB78BFF1624FD0D869FB89 * L_8 = __this->get__ts_7();
NullCheck(L_8);
TailStream_Clear_mDFC936E9659E5F9F7DA741D9CF836EA9A2120302(L_8, /*hidden argument*/NULL);
}
IL_004f:
{
bool L_9 = ___disposing0;
KeyedHashAlgorithm_Dispose_m5AEFA5DD1C33BA92A500568C5226183F993E736C(__this, L_9, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.MD5::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5__ctor_m4DA92CCE459686E5A755C7F6E008C61547E58315 (MD5_tCED753745572EC20FE5D31D15F132736B5343EE6 * __this, const RuntimeMethod* method)
{
{
HashAlgorithm__ctor_mC0C923AB8904FC11889F63B39177507FBB35AA43(__this, /*hidden argument*/NULL);
((HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA *)__this)->set_HashSizeValue_0(((int32_t)128));
return;
}
}
// System.Security.Cryptography.MD5 System.Security.Cryptography.MD5::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MD5_tCED753745572EC20FE5D31D15F132736B5343EE6 * MD5_Create_m87EB14601AD6AF168032C29DA938E18454CA05AE (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MD5_Create_m87EB14601AD6AF168032C29DA938E18454CA05AE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * L_0 = (MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 *)il2cpp_codegen_object_new(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var);
MD5CryptoServiceProvider__ctor_m44F02FCA0F830601738D9672ACA342719C8CD823(L_0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Security.Cryptography.MD5 System.Security.Cryptography.MD5::Create(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MD5_tCED753745572EC20FE5D31D15F132736B5343EE6 * MD5_Create_m45BF6720FAC463AF2092BE6532FC9B2C037CF17B (String_t* ___algName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MD5_Create_m45BF6720FAC463AF2092BE6532FC9B2C037CF17B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___algName0;
RuntimeObject * L_1 = CryptoConfig_CreateFromName_mB7B977E2EFA4B5AAC601FB0E261F4509E341A9B4(L_0, /*hidden argument*/NULL);
return ((MD5_tCED753745572EC20FE5D31D15F132736B5343EE6 *)CastclassClass((RuntimeObject*)L_1, MD5_tCED753745572EC20FE5D31D15F132736B5343EE6_il2cpp_TypeInfo_var));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider__ctor_m44F02FCA0F830601738D9672ACA342719C8CD823 (MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MD5CryptoServiceProvider__ctor_m44F02FCA0F830601738D9672ACA342719C8CD823_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
MD5__ctor_m4DA92CCE459686E5A755C7F6E008C61547E58315(__this, /*hidden argument*/NULL);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_0 = (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)SZArrayNew(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var, (uint32_t)4);
__this->set__H_5(L_0);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_1 = (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)SZArrayNew(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
__this->set_buff_6(L_1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64));
__this->set__ProcessingBuffer_8(L_2);
VirtActionInvoker0::Invoke(18 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, __this);
return;
}
}
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider_Finalize_m8282368F8D125B020886E2630145E23DD925ABE0 (MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * __this, const RuntimeMethod* method)
{
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
VirtActionInvoker1< bool >::Invoke(17 /* System.Void System.Security.Cryptography.HashAlgorithm::Dispose(System.Boolean) */, __this, (bool)0);
IL2CPP_LEAVE(0x10, FINALLY_0009);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0009;
}
FINALLY_0009:
{ // begin finally (depth: 1)
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(9)
} // end finally (depth: 1)
IL2CPP_CLEANUP(9)
{
IL2CPP_JUMP_TBL(0x10, IL_0010)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0010:
{
return;
}
}
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider_Dispose_m149F53CE11E01E679C4A0445242E54B8F2ADBE47 (MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * __this, bool ___disposing0, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__ProcessingBuffer_8();
if (!L_0)
{
goto IL_001c;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get__ProcessingBuffer_8();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get__ProcessingBuffer_8();
NullCheck(L_2);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_1, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))), /*hidden argument*/NULL);
}
IL_001c:
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_3 = __this->get__H_5();
if (!L_3)
{
goto IL_0038;
}
}
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_4 = __this->get__H_5();
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_5 = __this->get__H_5();
NullCheck(L_5);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_4, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))), /*hidden argument*/NULL);
}
IL_0038:
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_6 = __this->get_buff_6();
if (!L_6)
{
goto IL_0054;
}
}
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_7 = __this->get_buff_6();
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_8 = __this->get_buff_6();
NullCheck(L_8);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_7, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), /*hidden argument*/NULL);
}
IL_0054:
{
bool L_9 = ___disposing0;
HashAlgorithm_Dispose_m082315758B5E7BEDA2C1E14409A1FF7412F363AC(__this, L_9, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::HashCore(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider_HashCore_m0DB471FE2295EFEC401928B5706DDB549474F0BD (MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgb0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->get__ProcessingBufferCount_9();
if (!L_0)
{
goto IL_0073;
}
}
{
int32_t L_1 = ___cbSize2;
int32_t L_2 = __this->get__ProcessingBufferCount_9();
if ((((int32_t)L_1) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_2)))))
{
goto IL_0037;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___rgb0;
int32_t L_4 = ___ibStart1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get__ProcessingBuffer_8();
int32_t L_6 = __this->get__ProcessingBufferCount_9();
int32_t L_7 = ___cbSize2;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_3, L_4, (RuntimeArray *)(RuntimeArray *)L_5, L_6, L_7, /*hidden argument*/NULL);
int32_t L_8 = __this->get__ProcessingBufferCount_9();
int32_t L_9 = ___cbSize2;
__this->set__ProcessingBufferCount_9(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)));
return;
}
IL_0037:
{
int32_t L_10 = __this->get__ProcessingBufferCount_9();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_10));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___rgb0;
int32_t L_12 = ___ibStart1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = __this->get__ProcessingBuffer_8();
int32_t L_14 = __this->get__ProcessingBufferCount_9();
int32_t L_15 = V_0;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_11, L_12, (RuntimeArray *)(RuntimeArray *)L_13, L_14, L_15, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = __this->get__ProcessingBuffer_8();
MD5CryptoServiceProvider_ProcessBlock_m28263BFCAB2B4F07E53C5A6A70C6ED800C668611(__this, L_16, 0, /*hidden argument*/NULL);
__this->set__ProcessingBufferCount_9(0);
int32_t L_17 = ___ibStart1;
int32_t L_18 = V_0;
___ibStart1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18));
int32_t L_19 = ___cbSize2;
int32_t L_20 = V_0;
___cbSize2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20));
}
IL_0073:
{
V_0 = 0;
goto IL_0086;
}
IL_0077:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___rgb0;
int32_t L_22 = ___ibStart1;
int32_t L_23 = V_0;
MD5CryptoServiceProvider_ProcessBlock_m28263BFCAB2B4F07E53C5A6A70C6ED800C668611(__this, L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23)), /*hidden argument*/NULL);
int32_t L_24 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)((int32_t)64)));
}
IL_0086:
{
int32_t L_25 = V_0;
int32_t L_26 = ___cbSize2;
int32_t L_27 = ___cbSize2;
if ((((int32_t)L_25) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)((int32_t)((int32_t)L_27%(int32_t)((int32_t)64))))))))
{
goto IL_0077;
}
}
{
int32_t L_28 = ___cbSize2;
if (!((int32_t)((int32_t)L_28%(int32_t)((int32_t)64))))
{
goto IL_00b8;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = ___rgb0;
int32_t L_30 = ___cbSize2;
int32_t L_31 = ___cbSize2;
int32_t L_32 = ___ibStart1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = __this->get__ProcessingBuffer_8();
int32_t L_34 = ___cbSize2;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_29, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)((int32_t)((int32_t)L_31%(int32_t)((int32_t)64))))), (int32_t)L_32)), (RuntimeArray *)(RuntimeArray *)L_33, 0, ((int32_t)((int32_t)L_34%(int32_t)((int32_t)64))), /*hidden argument*/NULL);
int32_t L_35 = ___cbSize2;
__this->set__ProcessingBufferCount_9(((int32_t)((int32_t)L_35%(int32_t)((int32_t)64))));
}
IL_00b8:
{
return;
}
}
// System.Byte[] System.Security.Cryptography.MD5CryptoServiceProvider::HashFinal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* MD5CryptoServiceProvider_HashFinal_m29DF6D31B29F67DE08334DD6E1E19A734F5DE212 (MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MD5CryptoServiceProvider_HashFinal_m29DF6D31B29F67DE08334DD6E1E19A734F5DE212_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
V_0 = L_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get__ProcessingBuffer_8();
int32_t L_2 = __this->get__ProcessingBufferCount_9();
MD5CryptoServiceProvider_ProcessFinalBlock_m8FEC1292775A3C670EFCE1631CC9C7485EE3333C(__this, L_1, 0, L_2, /*hidden argument*/NULL);
V_1 = 0;
goto IL_0046;
}
IL_001f:
{
V_2 = 0;
goto IL_003e;
}
IL_0023:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0;
int32_t L_4 = V_1;
int32_t L_5 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_6 = __this->get__H_5();
int32_t L_7 = V_1;
NullCheck(L_6);
int32_t L_8 = L_7;
uint32_t L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
int32_t L_10 = V_2;
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)4)), (int32_t)L_5))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_9>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)8))&(int32_t)((int32_t)31)))))))));
int32_t L_11 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_003e:
{
int32_t L_12 = V_2;
if ((((int32_t)L_12) < ((int32_t)4)))
{
goto IL_0023;
}
}
{
int32_t L_13 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0046:
{
int32_t L_14 = V_1;
if ((((int32_t)L_14) < ((int32_t)4)))
{
goto IL_001f;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = V_0;
return L_15;
}
}
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::Initialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider_Initialize_mFAB1F864C487EE263C6BB2C237CBBF2D577F6512 (MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * __this, const RuntimeMethod* method)
{
{
__this->set_count_7((((int64_t)((int64_t)0))));
__this->set__ProcessingBufferCount_9(0);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_0 = __this->get__H_5();
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint32_t)((int32_t)1732584193));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_1 = __this->get__H_5();
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint32_t)((int32_t)-271733879));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_2 = __this->get__H_5();
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint32_t)((int32_t)-1732584194));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_3 = __this->get__H_5();
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint32_t)((int32_t)271733878));
return;
}
}
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::ProcessBlock(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider_ProcessBlock_m28263BFCAB2B4F07E53C5A6A70C6ED800C668611 (MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MD5CryptoServiceProvider_ProcessBlock_m28263BFCAB2B4F07E53C5A6A70C6ED800C668611_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
uint32_t V_1 = 0;
uint32_t V_2 = 0;
uint32_t V_3 = 0;
int32_t V_4 = 0;
{
uint64_t L_0 = __this->get_count_7();
__this->set_count_7(((int64_t)il2cpp_codegen_add((int64_t)L_0, (int64_t)(((int64_t)((int64_t)((int32_t)64)))))));
V_4 = 0;
goto IL_0055;
}
IL_0015:
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_1 = __this->get_buff_6();
int32_t L_2 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___inputBuffer0;
int32_t L_4 = ___inputOffset1;
int32_t L_5 = V_4;
NullCheck(L_3);
int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_5))));
uint8_t L_7 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___inputBuffer0;
int32_t L_9 = ___inputOffset1;
int32_t L_10 = V_4;
NullCheck(L_8);
int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_10)))), (int32_t)1));
uint8_t L_12 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___inputBuffer0;
int32_t L_14 = ___inputOffset1;
int32_t L_15 = V_4;
NullCheck(L_13);
int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_15)))), (int32_t)2));
uint8_t L_17 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ___inputBuffer0;
int32_t L_19 = ___inputOffset1;
int32_t L_20 = V_4;
NullCheck(L_18);
int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_20)))), (int32_t)3));
uint8_t L_22 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7|(int32_t)((int32_t)((int32_t)L_12<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_17<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_22<<(int32_t)((int32_t)24))))));
int32_t L_23 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
}
IL_0055:
{
int32_t L_24 = V_4;
if ((((int32_t)L_24) < ((int32_t)((int32_t)16))))
{
goto IL_0015;
}
}
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_25 = __this->get__H_5();
NullCheck(L_25);
int32_t L_26 = 0;
uint32_t L_27 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
V_0 = L_27;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_28 = __this->get__H_5();
NullCheck(L_28);
int32_t L_29 = 1;
uint32_t L_30 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
V_1 = L_30;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_31 = __this->get__H_5();
NullCheck(L_31);
int32_t L_32 = 2;
uint32_t L_33 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
V_2 = L_33;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_34 = __this->get__H_5();
NullCheck(L_34);
int32_t L_35 = 3;
uint32_t L_36 = (L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
V_3 = L_36;
uint32_t L_37 = V_0;
uint32_t L_38 = V_2;
uint32_t L_39 = V_3;
uint32_t L_40 = V_1;
uint32_t L_41 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_42 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_42);
int32_t L_43 = 0;
uint32_t L_44 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_45 = __this->get_buff_6();
NullCheck(L_45);
int32_t L_46 = 0;
uint32_t L_47 = (L_45)->GetAt(static_cast<il2cpp_array_size_t>(L_46));
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_38^(int32_t)L_39))&(int32_t)L_40))^(int32_t)L_41)), (int32_t)L_44)), (int32_t)L_47))));
uint32_t L_48 = V_0;
uint32_t L_49 = V_0;
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_48<<(int32_t)7))|(int32_t)((int32_t)((uint32_t)L_49>>((int32_t)25)))));
uint32_t L_50 = V_0;
uint32_t L_51 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)L_51));
uint32_t L_52 = V_3;
uint32_t L_53 = V_1;
uint32_t L_54 = V_2;
uint32_t L_55 = V_0;
uint32_t L_56 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_57 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_57);
int32_t L_58 = 1;
uint32_t L_59 = (L_57)->GetAt(static_cast<il2cpp_array_size_t>(L_58));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_60 = __this->get_buff_6();
NullCheck(L_60);
int32_t L_61 = 1;
uint32_t L_62 = (L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_61));
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_53^(int32_t)L_54))&(int32_t)L_55))^(int32_t)L_56)), (int32_t)L_59)), (int32_t)L_62))));
uint32_t L_63 = V_3;
uint32_t L_64 = V_3;
V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_63<<(int32_t)((int32_t)12)))|(int32_t)((int32_t)((uint32_t)L_64>>((int32_t)20)))));
uint32_t L_65 = V_3;
uint32_t L_66 = V_0;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)L_66));
uint32_t L_67 = V_2;
uint32_t L_68 = V_0;
uint32_t L_69 = V_1;
uint32_t L_70 = V_3;
uint32_t L_71 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_72 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_72);
int32_t L_73 = 2;
uint32_t L_74 = (L_72)->GetAt(static_cast<il2cpp_array_size_t>(L_73));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_75 = __this->get_buff_6();
NullCheck(L_75);
int32_t L_76 = 2;
uint32_t L_77 = (L_75)->GetAt(static_cast<il2cpp_array_size_t>(L_76));
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_68^(int32_t)L_69))&(int32_t)L_70))^(int32_t)L_71)), (int32_t)L_74)), (int32_t)L_77))));
uint32_t L_78 = V_2;
uint32_t L_79 = V_2;
V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_78<<(int32_t)((int32_t)17)))|(int32_t)((int32_t)((uint32_t)L_79>>((int32_t)15)))));
uint32_t L_80 = V_2;
uint32_t L_81 = V_3;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)L_81));
uint32_t L_82 = V_1;
uint32_t L_83 = V_3;
uint32_t L_84 = V_0;
uint32_t L_85 = V_2;
uint32_t L_86 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_87 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_87);
int32_t L_88 = 3;
uint32_t L_89 = (L_87)->GetAt(static_cast<il2cpp_array_size_t>(L_88));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_90 = __this->get_buff_6();
NullCheck(L_90);
int32_t L_91 = 3;
uint32_t L_92 = (L_90)->GetAt(static_cast<il2cpp_array_size_t>(L_91));
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_83^(int32_t)L_84))&(int32_t)L_85))^(int32_t)L_86)), (int32_t)L_89)), (int32_t)L_92))));
uint32_t L_93 = V_1;
uint32_t L_94 = V_1;
V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_93<<(int32_t)((int32_t)22)))|(int32_t)((int32_t)((uint32_t)L_94>>((int32_t)10)))));
uint32_t L_95 = V_1;
uint32_t L_96 = V_2;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)L_96));
uint32_t L_97 = V_0;
uint32_t L_98 = V_2;
uint32_t L_99 = V_3;
uint32_t L_100 = V_1;
uint32_t L_101 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_102 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_102);
int32_t L_103 = 4;
uint32_t L_104 = (L_102)->GetAt(static_cast<il2cpp_array_size_t>(L_103));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_105 = __this->get_buff_6();
NullCheck(L_105);
int32_t L_106 = 4;
uint32_t L_107 = (L_105)->GetAt(static_cast<il2cpp_array_size_t>(L_106));
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_98^(int32_t)L_99))&(int32_t)L_100))^(int32_t)L_101)), (int32_t)L_104)), (int32_t)L_107))));
uint32_t L_108 = V_0;
uint32_t L_109 = V_0;
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_108<<(int32_t)7))|(int32_t)((int32_t)((uint32_t)L_109>>((int32_t)25)))));
uint32_t L_110 = V_0;
uint32_t L_111 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)L_111));
uint32_t L_112 = V_3;
uint32_t L_113 = V_1;
uint32_t L_114 = V_2;
uint32_t L_115 = V_0;
uint32_t L_116 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_117 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_117);
int32_t L_118 = 5;
uint32_t L_119 = (L_117)->GetAt(static_cast<il2cpp_array_size_t>(L_118));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_120 = __this->get_buff_6();
NullCheck(L_120);
int32_t L_121 = 5;
uint32_t L_122 = (L_120)->GetAt(static_cast<il2cpp_array_size_t>(L_121));
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_113^(int32_t)L_114))&(int32_t)L_115))^(int32_t)L_116)), (int32_t)L_119)), (int32_t)L_122))));
uint32_t L_123 = V_3;
uint32_t L_124 = V_3;
V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_123<<(int32_t)((int32_t)12)))|(int32_t)((int32_t)((uint32_t)L_124>>((int32_t)20)))));
uint32_t L_125 = V_3;
uint32_t L_126 = V_0;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)L_126));
uint32_t L_127 = V_2;
uint32_t L_128 = V_0;
uint32_t L_129 = V_1;
uint32_t L_130 = V_3;
uint32_t L_131 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_132 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_132);
int32_t L_133 = 6;
uint32_t L_134 = (L_132)->GetAt(static_cast<il2cpp_array_size_t>(L_133));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_135 = __this->get_buff_6();
NullCheck(L_135);
int32_t L_136 = 6;
uint32_t L_137 = (L_135)->GetAt(static_cast<il2cpp_array_size_t>(L_136));
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_128^(int32_t)L_129))&(int32_t)L_130))^(int32_t)L_131)), (int32_t)L_134)), (int32_t)L_137))));
uint32_t L_138 = V_2;
uint32_t L_139 = V_2;
V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_138<<(int32_t)((int32_t)17)))|(int32_t)((int32_t)((uint32_t)L_139>>((int32_t)15)))));
uint32_t L_140 = V_2;
uint32_t L_141 = V_3;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_140, (int32_t)L_141));
uint32_t L_142 = V_1;
uint32_t L_143 = V_3;
uint32_t L_144 = V_0;
uint32_t L_145 = V_2;
uint32_t L_146 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_147 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_147);
int32_t L_148 = 7;
uint32_t L_149 = (L_147)->GetAt(static_cast<il2cpp_array_size_t>(L_148));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_150 = __this->get_buff_6();
NullCheck(L_150);
int32_t L_151 = 7;
uint32_t L_152 = (L_150)->GetAt(static_cast<il2cpp_array_size_t>(L_151));
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_142, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_143^(int32_t)L_144))&(int32_t)L_145))^(int32_t)L_146)), (int32_t)L_149)), (int32_t)L_152))));
uint32_t L_153 = V_1;
uint32_t L_154 = V_1;
V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_153<<(int32_t)((int32_t)22)))|(int32_t)((int32_t)((uint32_t)L_154>>((int32_t)10)))));
uint32_t L_155 = V_1;
uint32_t L_156 = V_2;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_155, (int32_t)L_156));
uint32_t L_157 = V_0;
uint32_t L_158 = V_2;
uint32_t L_159 = V_3;
uint32_t L_160 = V_1;
uint32_t L_161 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_162 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_162);
int32_t L_163 = 8;
uint32_t L_164 = (L_162)->GetAt(static_cast<il2cpp_array_size_t>(L_163));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_165 = __this->get_buff_6();
NullCheck(L_165);
int32_t L_166 = 8;
uint32_t L_167 = (L_165)->GetAt(static_cast<il2cpp_array_size_t>(L_166));
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_157, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_158^(int32_t)L_159))&(int32_t)L_160))^(int32_t)L_161)), (int32_t)L_164)), (int32_t)L_167))));
uint32_t L_168 = V_0;
uint32_t L_169 = V_0;
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_168<<(int32_t)7))|(int32_t)((int32_t)((uint32_t)L_169>>((int32_t)25)))));
uint32_t L_170 = V_0;
uint32_t L_171 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_170, (int32_t)L_171));
uint32_t L_172 = V_3;
uint32_t L_173 = V_1;
uint32_t L_174 = V_2;
uint32_t L_175 = V_0;
uint32_t L_176 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_177 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_177);
int32_t L_178 = ((int32_t)9);
uint32_t L_179 = (L_177)->GetAt(static_cast<il2cpp_array_size_t>(L_178));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_180 = __this->get_buff_6();
NullCheck(L_180);
int32_t L_181 = ((int32_t)9);
uint32_t L_182 = (L_180)->GetAt(static_cast<il2cpp_array_size_t>(L_181));
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_172, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_173^(int32_t)L_174))&(int32_t)L_175))^(int32_t)L_176)), (int32_t)L_179)), (int32_t)L_182))));
uint32_t L_183 = V_3;
uint32_t L_184 = V_3;
V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_183<<(int32_t)((int32_t)12)))|(int32_t)((int32_t)((uint32_t)L_184>>((int32_t)20)))));
uint32_t L_185 = V_3;
uint32_t L_186 = V_0;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_185, (int32_t)L_186));
uint32_t L_187 = V_2;
uint32_t L_188 = V_0;
uint32_t L_189 = V_1;
uint32_t L_190 = V_3;
uint32_t L_191 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_192 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_192);
int32_t L_193 = ((int32_t)10);
uint32_t L_194 = (L_192)->GetAt(static_cast<il2cpp_array_size_t>(L_193));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_195 = __this->get_buff_6();
NullCheck(L_195);
int32_t L_196 = ((int32_t)10);
uint32_t L_197 = (L_195)->GetAt(static_cast<il2cpp_array_size_t>(L_196));
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_187, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_188^(int32_t)L_189))&(int32_t)L_190))^(int32_t)L_191)), (int32_t)L_194)), (int32_t)L_197))));
uint32_t L_198 = V_2;
uint32_t L_199 = V_2;
V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_198<<(int32_t)((int32_t)17)))|(int32_t)((int32_t)((uint32_t)L_199>>((int32_t)15)))));
uint32_t L_200 = V_2;
uint32_t L_201 = V_3;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_200, (int32_t)L_201));
uint32_t L_202 = V_1;
uint32_t L_203 = V_3;
uint32_t L_204 = V_0;
uint32_t L_205 = V_2;
uint32_t L_206 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_207 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_207);
int32_t L_208 = ((int32_t)11);
uint32_t L_209 = (L_207)->GetAt(static_cast<il2cpp_array_size_t>(L_208));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_210 = __this->get_buff_6();
NullCheck(L_210);
int32_t L_211 = ((int32_t)11);
uint32_t L_212 = (L_210)->GetAt(static_cast<il2cpp_array_size_t>(L_211));
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_202, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_203^(int32_t)L_204))&(int32_t)L_205))^(int32_t)L_206)), (int32_t)L_209)), (int32_t)L_212))));
uint32_t L_213 = V_1;
uint32_t L_214 = V_1;
V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_213<<(int32_t)((int32_t)22)))|(int32_t)((int32_t)((uint32_t)L_214>>((int32_t)10)))));
uint32_t L_215 = V_1;
uint32_t L_216 = V_2;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_215, (int32_t)L_216));
uint32_t L_217 = V_0;
uint32_t L_218 = V_2;
uint32_t L_219 = V_3;
uint32_t L_220 = V_1;
uint32_t L_221 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_222 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_222);
int32_t L_223 = ((int32_t)12);
uint32_t L_224 = (L_222)->GetAt(static_cast<il2cpp_array_size_t>(L_223));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_225 = __this->get_buff_6();
NullCheck(L_225);
int32_t L_226 = ((int32_t)12);
uint32_t L_227 = (L_225)->GetAt(static_cast<il2cpp_array_size_t>(L_226));
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_217, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_218^(int32_t)L_219))&(int32_t)L_220))^(int32_t)L_221)), (int32_t)L_224)), (int32_t)L_227))));
uint32_t L_228 = V_0;
uint32_t L_229 = V_0;
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_228<<(int32_t)7))|(int32_t)((int32_t)((uint32_t)L_229>>((int32_t)25)))));
uint32_t L_230 = V_0;
uint32_t L_231 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_230, (int32_t)L_231));
uint32_t L_232 = V_3;
uint32_t L_233 = V_1;
uint32_t L_234 = V_2;
uint32_t L_235 = V_0;
uint32_t L_236 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_237 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_237);
int32_t L_238 = ((int32_t)13);
uint32_t L_239 = (L_237)->GetAt(static_cast<il2cpp_array_size_t>(L_238));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_240 = __this->get_buff_6();
NullCheck(L_240);
int32_t L_241 = ((int32_t)13);
uint32_t L_242 = (L_240)->GetAt(static_cast<il2cpp_array_size_t>(L_241));
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_232, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_233^(int32_t)L_234))&(int32_t)L_235))^(int32_t)L_236)), (int32_t)L_239)), (int32_t)L_242))));
uint32_t L_243 = V_3;
uint32_t L_244 = V_3;
V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_243<<(int32_t)((int32_t)12)))|(int32_t)((int32_t)((uint32_t)L_244>>((int32_t)20)))));
uint32_t L_245 = V_3;
uint32_t L_246 = V_0;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_245, (int32_t)L_246));
uint32_t L_247 = V_2;
uint32_t L_248 = V_0;
uint32_t L_249 = V_1;
uint32_t L_250 = V_3;
uint32_t L_251 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_252 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_252);
int32_t L_253 = ((int32_t)14);
uint32_t L_254 = (L_252)->GetAt(static_cast<il2cpp_array_size_t>(L_253));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_255 = __this->get_buff_6();
NullCheck(L_255);
int32_t L_256 = ((int32_t)14);
uint32_t L_257 = (L_255)->GetAt(static_cast<il2cpp_array_size_t>(L_256));
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_247, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_248^(int32_t)L_249))&(int32_t)L_250))^(int32_t)L_251)), (int32_t)L_254)), (int32_t)L_257))));
uint32_t L_258 = V_2;
uint32_t L_259 = V_2;
V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_258<<(int32_t)((int32_t)17)))|(int32_t)((int32_t)((uint32_t)L_259>>((int32_t)15)))));
uint32_t L_260 = V_2;
uint32_t L_261 = V_3;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_260, (int32_t)L_261));
uint32_t L_262 = V_1;
uint32_t L_263 = V_3;
uint32_t L_264 = V_0;
uint32_t L_265 = V_2;
uint32_t L_266 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_267 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_267);
int32_t L_268 = ((int32_t)15);
uint32_t L_269 = (L_267)->GetAt(static_cast<il2cpp_array_size_t>(L_268));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_270 = __this->get_buff_6();
NullCheck(L_270);
int32_t L_271 = ((int32_t)15);
uint32_t L_272 = (L_270)->GetAt(static_cast<il2cpp_array_size_t>(L_271));
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_262, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_263^(int32_t)L_264))&(int32_t)L_265))^(int32_t)L_266)), (int32_t)L_269)), (int32_t)L_272))));
uint32_t L_273 = V_1;
uint32_t L_274 = V_1;
V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_273<<(int32_t)((int32_t)22)))|(int32_t)((int32_t)((uint32_t)L_274>>((int32_t)10)))));
uint32_t L_275 = V_1;
uint32_t L_276 = V_2;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_275, (int32_t)L_276));
uint32_t L_277 = V_0;
uint32_t L_278 = V_1;
uint32_t L_279 = V_2;
uint32_t L_280 = V_3;
uint32_t L_281 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_282 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_282);
int32_t L_283 = ((int32_t)16);
uint32_t L_284 = (L_282)->GetAt(static_cast<il2cpp_array_size_t>(L_283));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_285 = __this->get_buff_6();
NullCheck(L_285);
int32_t L_286 = 1;
uint32_t L_287 = (L_285)->GetAt(static_cast<il2cpp_array_size_t>(L_286));
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_277, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_278^(int32_t)L_279))&(int32_t)L_280))^(int32_t)L_281)), (int32_t)L_284)), (int32_t)L_287))));
uint32_t L_288 = V_0;
uint32_t L_289 = V_0;
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_288<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_289>>((int32_t)27)))));
uint32_t L_290 = V_0;
uint32_t L_291 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_290, (int32_t)L_291));
uint32_t L_292 = V_3;
uint32_t L_293 = V_0;
uint32_t L_294 = V_1;
uint32_t L_295 = V_2;
uint32_t L_296 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_297 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_297);
int32_t L_298 = ((int32_t)17);
uint32_t L_299 = (L_297)->GetAt(static_cast<il2cpp_array_size_t>(L_298));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_300 = __this->get_buff_6();
NullCheck(L_300);
int32_t L_301 = 6;
uint32_t L_302 = (L_300)->GetAt(static_cast<il2cpp_array_size_t>(L_301));
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_292, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_293^(int32_t)L_294))&(int32_t)L_295))^(int32_t)L_296)), (int32_t)L_299)), (int32_t)L_302))));
uint32_t L_303 = V_3;
uint32_t L_304 = V_3;
V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_303<<(int32_t)((int32_t)9)))|(int32_t)((int32_t)((uint32_t)L_304>>((int32_t)23)))));
uint32_t L_305 = V_3;
uint32_t L_306 = V_0;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_305, (int32_t)L_306));
uint32_t L_307 = V_2;
uint32_t L_308 = V_3;
uint32_t L_309 = V_0;
uint32_t L_310 = V_1;
uint32_t L_311 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_312 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_312);
int32_t L_313 = ((int32_t)18);
uint32_t L_314 = (L_312)->GetAt(static_cast<il2cpp_array_size_t>(L_313));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_315 = __this->get_buff_6();
NullCheck(L_315);
int32_t L_316 = ((int32_t)11);
uint32_t L_317 = (L_315)->GetAt(static_cast<il2cpp_array_size_t>(L_316));
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_307, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_308^(int32_t)L_309))&(int32_t)L_310))^(int32_t)L_311)), (int32_t)L_314)), (int32_t)L_317))));
uint32_t L_318 = V_2;
uint32_t L_319 = V_2;
V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_318<<(int32_t)((int32_t)14)))|(int32_t)((int32_t)((uint32_t)L_319>>((int32_t)18)))));
uint32_t L_320 = V_2;
uint32_t L_321 = V_3;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_320, (int32_t)L_321));
uint32_t L_322 = V_1;
uint32_t L_323 = V_2;
uint32_t L_324 = V_3;
uint32_t L_325 = V_0;
uint32_t L_326 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_327 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_327);
int32_t L_328 = ((int32_t)19);
uint32_t L_329 = (L_327)->GetAt(static_cast<il2cpp_array_size_t>(L_328));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_330 = __this->get_buff_6();
NullCheck(L_330);
int32_t L_331 = 0;
uint32_t L_332 = (L_330)->GetAt(static_cast<il2cpp_array_size_t>(L_331));
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_322, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_323^(int32_t)L_324))&(int32_t)L_325))^(int32_t)L_326)), (int32_t)L_329)), (int32_t)L_332))));
uint32_t L_333 = V_1;
uint32_t L_334 = V_1;
V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_333<<(int32_t)((int32_t)20)))|(int32_t)((int32_t)((uint32_t)L_334>>((int32_t)12)))));
uint32_t L_335 = V_1;
uint32_t L_336 = V_2;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_335, (int32_t)L_336));
uint32_t L_337 = V_0;
uint32_t L_338 = V_1;
uint32_t L_339 = V_2;
uint32_t L_340 = V_3;
uint32_t L_341 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_342 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_342);
int32_t L_343 = ((int32_t)20);
uint32_t L_344 = (L_342)->GetAt(static_cast<il2cpp_array_size_t>(L_343));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_345 = __this->get_buff_6();
NullCheck(L_345);
int32_t L_346 = 5;
uint32_t L_347 = (L_345)->GetAt(static_cast<il2cpp_array_size_t>(L_346));
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_337, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_338^(int32_t)L_339))&(int32_t)L_340))^(int32_t)L_341)), (int32_t)L_344)), (int32_t)L_347))));
uint32_t L_348 = V_0;
uint32_t L_349 = V_0;
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_348<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_349>>((int32_t)27)))));
uint32_t L_350 = V_0;
uint32_t L_351 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_350, (int32_t)L_351));
uint32_t L_352 = V_3;
uint32_t L_353 = V_0;
uint32_t L_354 = V_1;
uint32_t L_355 = V_2;
uint32_t L_356 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_357 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_357);
int32_t L_358 = ((int32_t)21);
uint32_t L_359 = (L_357)->GetAt(static_cast<il2cpp_array_size_t>(L_358));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_360 = __this->get_buff_6();
NullCheck(L_360);
int32_t L_361 = ((int32_t)10);
uint32_t L_362 = (L_360)->GetAt(static_cast<il2cpp_array_size_t>(L_361));
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_352, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_353^(int32_t)L_354))&(int32_t)L_355))^(int32_t)L_356)), (int32_t)L_359)), (int32_t)L_362))));
uint32_t L_363 = V_3;
uint32_t L_364 = V_3;
V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_363<<(int32_t)((int32_t)9)))|(int32_t)((int32_t)((uint32_t)L_364>>((int32_t)23)))));
uint32_t L_365 = V_3;
uint32_t L_366 = V_0;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_365, (int32_t)L_366));
uint32_t L_367 = V_2;
uint32_t L_368 = V_3;
uint32_t L_369 = V_0;
uint32_t L_370 = V_1;
uint32_t L_371 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_372 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_372);
int32_t L_373 = ((int32_t)22);
uint32_t L_374 = (L_372)->GetAt(static_cast<il2cpp_array_size_t>(L_373));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_375 = __this->get_buff_6();
NullCheck(L_375);
int32_t L_376 = ((int32_t)15);
uint32_t L_377 = (L_375)->GetAt(static_cast<il2cpp_array_size_t>(L_376));
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_367, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_368^(int32_t)L_369))&(int32_t)L_370))^(int32_t)L_371)), (int32_t)L_374)), (int32_t)L_377))));
uint32_t L_378 = V_2;
uint32_t L_379 = V_2;
V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_378<<(int32_t)((int32_t)14)))|(int32_t)((int32_t)((uint32_t)L_379>>((int32_t)18)))));
uint32_t L_380 = V_2;
uint32_t L_381 = V_3;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_380, (int32_t)L_381));
uint32_t L_382 = V_1;
uint32_t L_383 = V_2;
uint32_t L_384 = V_3;
uint32_t L_385 = V_0;
uint32_t L_386 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_387 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_387);
int32_t L_388 = ((int32_t)23);
uint32_t L_389 = (L_387)->GetAt(static_cast<il2cpp_array_size_t>(L_388));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_390 = __this->get_buff_6();
NullCheck(L_390);
int32_t L_391 = 4;
uint32_t L_392 = (L_390)->GetAt(static_cast<il2cpp_array_size_t>(L_391));
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_382, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_383^(int32_t)L_384))&(int32_t)L_385))^(int32_t)L_386)), (int32_t)L_389)), (int32_t)L_392))));
uint32_t L_393 = V_1;
uint32_t L_394 = V_1;
V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_393<<(int32_t)((int32_t)20)))|(int32_t)((int32_t)((uint32_t)L_394>>((int32_t)12)))));
uint32_t L_395 = V_1;
uint32_t L_396 = V_2;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_395, (int32_t)L_396));
uint32_t L_397 = V_0;
uint32_t L_398 = V_1;
uint32_t L_399 = V_2;
uint32_t L_400 = V_3;
uint32_t L_401 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_402 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_402);
int32_t L_403 = ((int32_t)24);
uint32_t L_404 = (L_402)->GetAt(static_cast<il2cpp_array_size_t>(L_403));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_405 = __this->get_buff_6();
NullCheck(L_405);
int32_t L_406 = ((int32_t)9);
uint32_t L_407 = (L_405)->GetAt(static_cast<il2cpp_array_size_t>(L_406));
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_397, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_398^(int32_t)L_399))&(int32_t)L_400))^(int32_t)L_401)), (int32_t)L_404)), (int32_t)L_407))));
uint32_t L_408 = V_0;
uint32_t L_409 = V_0;
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_408<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_409>>((int32_t)27)))));
uint32_t L_410 = V_0;
uint32_t L_411 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_410, (int32_t)L_411));
uint32_t L_412 = V_3;
uint32_t L_413 = V_0;
uint32_t L_414 = V_1;
uint32_t L_415 = V_2;
uint32_t L_416 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_417 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_417);
int32_t L_418 = ((int32_t)25);
uint32_t L_419 = (L_417)->GetAt(static_cast<il2cpp_array_size_t>(L_418));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_420 = __this->get_buff_6();
NullCheck(L_420);
int32_t L_421 = ((int32_t)14);
uint32_t L_422 = (L_420)->GetAt(static_cast<il2cpp_array_size_t>(L_421));
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_412, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_413^(int32_t)L_414))&(int32_t)L_415))^(int32_t)L_416)), (int32_t)L_419)), (int32_t)L_422))));
uint32_t L_423 = V_3;
uint32_t L_424 = V_3;
V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_423<<(int32_t)((int32_t)9)))|(int32_t)((int32_t)((uint32_t)L_424>>((int32_t)23)))));
uint32_t L_425 = V_3;
uint32_t L_426 = V_0;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_425, (int32_t)L_426));
uint32_t L_427 = V_2;
uint32_t L_428 = V_3;
uint32_t L_429 = V_0;
uint32_t L_430 = V_1;
uint32_t L_431 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_432 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_432);
int32_t L_433 = ((int32_t)26);
uint32_t L_434 = (L_432)->GetAt(static_cast<il2cpp_array_size_t>(L_433));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_435 = __this->get_buff_6();
NullCheck(L_435);
int32_t L_436 = 3;
uint32_t L_437 = (L_435)->GetAt(static_cast<il2cpp_array_size_t>(L_436));
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_427, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_428^(int32_t)L_429))&(int32_t)L_430))^(int32_t)L_431)), (int32_t)L_434)), (int32_t)L_437))));
uint32_t L_438 = V_2;
uint32_t L_439 = V_2;
V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_438<<(int32_t)((int32_t)14)))|(int32_t)((int32_t)((uint32_t)L_439>>((int32_t)18)))));
uint32_t L_440 = V_2;
uint32_t L_441 = V_3;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_440, (int32_t)L_441));
uint32_t L_442 = V_1;
uint32_t L_443 = V_2;
uint32_t L_444 = V_3;
uint32_t L_445 = V_0;
uint32_t L_446 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_447 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_447);
int32_t L_448 = ((int32_t)27);
uint32_t L_449 = (L_447)->GetAt(static_cast<il2cpp_array_size_t>(L_448));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_450 = __this->get_buff_6();
NullCheck(L_450);
int32_t L_451 = 8;
uint32_t L_452 = (L_450)->GetAt(static_cast<il2cpp_array_size_t>(L_451));
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_442, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_443^(int32_t)L_444))&(int32_t)L_445))^(int32_t)L_446)), (int32_t)L_449)), (int32_t)L_452))));
uint32_t L_453 = V_1;
uint32_t L_454 = V_1;
V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_453<<(int32_t)((int32_t)20)))|(int32_t)((int32_t)((uint32_t)L_454>>((int32_t)12)))));
uint32_t L_455 = V_1;
uint32_t L_456 = V_2;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_455, (int32_t)L_456));
uint32_t L_457 = V_0;
uint32_t L_458 = V_1;
uint32_t L_459 = V_2;
uint32_t L_460 = V_3;
uint32_t L_461 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_462 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_462);
int32_t L_463 = ((int32_t)28);
uint32_t L_464 = (L_462)->GetAt(static_cast<il2cpp_array_size_t>(L_463));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_465 = __this->get_buff_6();
NullCheck(L_465);
int32_t L_466 = ((int32_t)13);
uint32_t L_467 = (L_465)->GetAt(static_cast<il2cpp_array_size_t>(L_466));
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_457, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_458^(int32_t)L_459))&(int32_t)L_460))^(int32_t)L_461)), (int32_t)L_464)), (int32_t)L_467))));
uint32_t L_468 = V_0;
uint32_t L_469 = V_0;
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_468<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_469>>((int32_t)27)))));
uint32_t L_470 = V_0;
uint32_t L_471 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_470, (int32_t)L_471));
uint32_t L_472 = V_3;
uint32_t L_473 = V_0;
uint32_t L_474 = V_1;
uint32_t L_475 = V_2;
uint32_t L_476 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_477 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_477);
int32_t L_478 = ((int32_t)29);
uint32_t L_479 = (L_477)->GetAt(static_cast<il2cpp_array_size_t>(L_478));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_480 = __this->get_buff_6();
NullCheck(L_480);
int32_t L_481 = 2;
uint32_t L_482 = (L_480)->GetAt(static_cast<il2cpp_array_size_t>(L_481));
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_472, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_473^(int32_t)L_474))&(int32_t)L_475))^(int32_t)L_476)), (int32_t)L_479)), (int32_t)L_482))));
uint32_t L_483 = V_3;
uint32_t L_484 = V_3;
V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_483<<(int32_t)((int32_t)9)))|(int32_t)((int32_t)((uint32_t)L_484>>((int32_t)23)))));
uint32_t L_485 = V_3;
uint32_t L_486 = V_0;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_485, (int32_t)L_486));
uint32_t L_487 = V_2;
uint32_t L_488 = V_3;
uint32_t L_489 = V_0;
uint32_t L_490 = V_1;
uint32_t L_491 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_492 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_492);
int32_t L_493 = ((int32_t)30);
uint32_t L_494 = (L_492)->GetAt(static_cast<il2cpp_array_size_t>(L_493));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_495 = __this->get_buff_6();
NullCheck(L_495);
int32_t L_496 = 7;
uint32_t L_497 = (L_495)->GetAt(static_cast<il2cpp_array_size_t>(L_496));
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_487, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_488^(int32_t)L_489))&(int32_t)L_490))^(int32_t)L_491)), (int32_t)L_494)), (int32_t)L_497))));
uint32_t L_498 = V_2;
uint32_t L_499 = V_2;
V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_498<<(int32_t)((int32_t)14)))|(int32_t)((int32_t)((uint32_t)L_499>>((int32_t)18)))));
uint32_t L_500 = V_2;
uint32_t L_501 = V_3;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_500, (int32_t)L_501));
uint32_t L_502 = V_1;
uint32_t L_503 = V_2;
uint32_t L_504 = V_3;
uint32_t L_505 = V_0;
uint32_t L_506 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_507 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_507);
int32_t L_508 = ((int32_t)31);
uint32_t L_509 = (L_507)->GetAt(static_cast<il2cpp_array_size_t>(L_508));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_510 = __this->get_buff_6();
NullCheck(L_510);
int32_t L_511 = ((int32_t)12);
uint32_t L_512 = (L_510)->GetAt(static_cast<il2cpp_array_size_t>(L_511));
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_502, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_503^(int32_t)L_504))&(int32_t)L_505))^(int32_t)L_506)), (int32_t)L_509)), (int32_t)L_512))));
uint32_t L_513 = V_1;
uint32_t L_514 = V_1;
V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_513<<(int32_t)((int32_t)20)))|(int32_t)((int32_t)((uint32_t)L_514>>((int32_t)12)))));
uint32_t L_515 = V_1;
uint32_t L_516 = V_2;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_515, (int32_t)L_516));
uint32_t L_517 = V_0;
uint32_t L_518 = V_1;
uint32_t L_519 = V_2;
uint32_t L_520 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_521 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_521);
int32_t L_522 = ((int32_t)32);
uint32_t L_523 = (L_521)->GetAt(static_cast<il2cpp_array_size_t>(L_522));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_524 = __this->get_buff_6();
NullCheck(L_524);
int32_t L_525 = 5;
uint32_t L_526 = (L_524)->GetAt(static_cast<il2cpp_array_size_t>(L_525));
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_517, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_518^(int32_t)L_519))^(int32_t)L_520)), (int32_t)L_523)), (int32_t)L_526))));
uint32_t L_527 = V_0;
uint32_t L_528 = V_0;
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_527<<(int32_t)4))|(int32_t)((int32_t)((uint32_t)L_528>>((int32_t)28)))));
uint32_t L_529 = V_0;
uint32_t L_530 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_529, (int32_t)L_530));
uint32_t L_531 = V_3;
uint32_t L_532 = V_0;
uint32_t L_533 = V_1;
uint32_t L_534 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_535 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_535);
int32_t L_536 = ((int32_t)33);
uint32_t L_537 = (L_535)->GetAt(static_cast<il2cpp_array_size_t>(L_536));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_538 = __this->get_buff_6();
NullCheck(L_538);
int32_t L_539 = 8;
uint32_t L_540 = (L_538)->GetAt(static_cast<il2cpp_array_size_t>(L_539));
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_531, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_532^(int32_t)L_533))^(int32_t)L_534)), (int32_t)L_537)), (int32_t)L_540))));
uint32_t L_541 = V_3;
uint32_t L_542 = V_3;
V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_541<<(int32_t)((int32_t)11)))|(int32_t)((int32_t)((uint32_t)L_542>>((int32_t)21)))));
uint32_t L_543 = V_3;
uint32_t L_544 = V_0;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_543, (int32_t)L_544));
uint32_t L_545 = V_2;
uint32_t L_546 = V_3;
uint32_t L_547 = V_0;
uint32_t L_548 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_549 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_549);
int32_t L_550 = ((int32_t)34);
uint32_t L_551 = (L_549)->GetAt(static_cast<il2cpp_array_size_t>(L_550));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_552 = __this->get_buff_6();
NullCheck(L_552);
int32_t L_553 = ((int32_t)11);
uint32_t L_554 = (L_552)->GetAt(static_cast<il2cpp_array_size_t>(L_553));
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_545, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_546^(int32_t)L_547))^(int32_t)L_548)), (int32_t)L_551)), (int32_t)L_554))));
uint32_t L_555 = V_2;
uint32_t L_556 = V_2;
V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_555<<(int32_t)((int32_t)16)))|(int32_t)((int32_t)((uint32_t)L_556>>((int32_t)16)))));
uint32_t L_557 = V_2;
uint32_t L_558 = V_3;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_557, (int32_t)L_558));
uint32_t L_559 = V_1;
uint32_t L_560 = V_2;
uint32_t L_561 = V_3;
uint32_t L_562 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_563 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_563);
int32_t L_564 = ((int32_t)35);
uint32_t L_565 = (L_563)->GetAt(static_cast<il2cpp_array_size_t>(L_564));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_566 = __this->get_buff_6();
NullCheck(L_566);
int32_t L_567 = ((int32_t)14);
uint32_t L_568 = (L_566)->GetAt(static_cast<il2cpp_array_size_t>(L_567));
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_559, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_560^(int32_t)L_561))^(int32_t)L_562)), (int32_t)L_565)), (int32_t)L_568))));
uint32_t L_569 = V_1;
uint32_t L_570 = V_1;
V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_569<<(int32_t)((int32_t)23)))|(int32_t)((int32_t)((uint32_t)L_570>>((int32_t)9)))));
uint32_t L_571 = V_1;
uint32_t L_572 = V_2;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_571, (int32_t)L_572));
uint32_t L_573 = V_0;
uint32_t L_574 = V_1;
uint32_t L_575 = V_2;
uint32_t L_576 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_577 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_577);
int32_t L_578 = ((int32_t)36);
uint32_t L_579 = (L_577)->GetAt(static_cast<il2cpp_array_size_t>(L_578));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_580 = __this->get_buff_6();
NullCheck(L_580);
int32_t L_581 = 1;
uint32_t L_582 = (L_580)->GetAt(static_cast<il2cpp_array_size_t>(L_581));
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_573, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_574^(int32_t)L_575))^(int32_t)L_576)), (int32_t)L_579)), (int32_t)L_582))));
uint32_t L_583 = V_0;
uint32_t L_584 = V_0;
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_583<<(int32_t)4))|(int32_t)((int32_t)((uint32_t)L_584>>((int32_t)28)))));
uint32_t L_585 = V_0;
uint32_t L_586 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_585, (int32_t)L_586));
uint32_t L_587 = V_3;
uint32_t L_588 = V_0;
uint32_t L_589 = V_1;
uint32_t L_590 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_591 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_591);
int32_t L_592 = ((int32_t)37);
uint32_t L_593 = (L_591)->GetAt(static_cast<il2cpp_array_size_t>(L_592));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_594 = __this->get_buff_6();
NullCheck(L_594);
int32_t L_595 = 4;
uint32_t L_596 = (L_594)->GetAt(static_cast<il2cpp_array_size_t>(L_595));
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_587, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_588^(int32_t)L_589))^(int32_t)L_590)), (int32_t)L_593)), (int32_t)L_596))));
uint32_t L_597 = V_3;
uint32_t L_598 = V_3;
V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_597<<(int32_t)((int32_t)11)))|(int32_t)((int32_t)((uint32_t)L_598>>((int32_t)21)))));
uint32_t L_599 = V_3;
uint32_t L_600 = V_0;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_599, (int32_t)L_600));
uint32_t L_601 = V_2;
uint32_t L_602 = V_3;
uint32_t L_603 = V_0;
uint32_t L_604 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_605 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_605);
int32_t L_606 = ((int32_t)38);
uint32_t L_607 = (L_605)->GetAt(static_cast<il2cpp_array_size_t>(L_606));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_608 = __this->get_buff_6();
NullCheck(L_608);
int32_t L_609 = 7;
uint32_t L_610 = (L_608)->GetAt(static_cast<il2cpp_array_size_t>(L_609));
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_601, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_602^(int32_t)L_603))^(int32_t)L_604)), (int32_t)L_607)), (int32_t)L_610))));
uint32_t L_611 = V_2;
uint32_t L_612 = V_2;
V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_611<<(int32_t)((int32_t)16)))|(int32_t)((int32_t)((uint32_t)L_612>>((int32_t)16)))));
uint32_t L_613 = V_2;
uint32_t L_614 = V_3;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_613, (int32_t)L_614));
uint32_t L_615 = V_1;
uint32_t L_616 = V_2;
uint32_t L_617 = V_3;
uint32_t L_618 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_619 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_619);
int32_t L_620 = ((int32_t)39);
uint32_t L_621 = (L_619)->GetAt(static_cast<il2cpp_array_size_t>(L_620));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_622 = __this->get_buff_6();
NullCheck(L_622);
int32_t L_623 = ((int32_t)10);
uint32_t L_624 = (L_622)->GetAt(static_cast<il2cpp_array_size_t>(L_623));
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_615, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_616^(int32_t)L_617))^(int32_t)L_618)), (int32_t)L_621)), (int32_t)L_624))));
uint32_t L_625 = V_1;
uint32_t L_626 = V_1;
V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_625<<(int32_t)((int32_t)23)))|(int32_t)((int32_t)((uint32_t)L_626>>((int32_t)9)))));
uint32_t L_627 = V_1;
uint32_t L_628 = V_2;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_627, (int32_t)L_628));
uint32_t L_629 = V_0;
uint32_t L_630 = V_1;
uint32_t L_631 = V_2;
uint32_t L_632 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_633 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_633);
int32_t L_634 = ((int32_t)40);
uint32_t L_635 = (L_633)->GetAt(static_cast<il2cpp_array_size_t>(L_634));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_636 = __this->get_buff_6();
NullCheck(L_636);
int32_t L_637 = ((int32_t)13);
uint32_t L_638 = (L_636)->GetAt(static_cast<il2cpp_array_size_t>(L_637));
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_629, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_630^(int32_t)L_631))^(int32_t)L_632)), (int32_t)L_635)), (int32_t)L_638))));
uint32_t L_639 = V_0;
uint32_t L_640 = V_0;
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_639<<(int32_t)4))|(int32_t)((int32_t)((uint32_t)L_640>>((int32_t)28)))));
uint32_t L_641 = V_0;
uint32_t L_642 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_641, (int32_t)L_642));
uint32_t L_643 = V_3;
uint32_t L_644 = V_0;
uint32_t L_645 = V_1;
uint32_t L_646 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_647 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_647);
int32_t L_648 = ((int32_t)41);
uint32_t L_649 = (L_647)->GetAt(static_cast<il2cpp_array_size_t>(L_648));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_650 = __this->get_buff_6();
NullCheck(L_650);
int32_t L_651 = 0;
uint32_t L_652 = (L_650)->GetAt(static_cast<il2cpp_array_size_t>(L_651));
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_643, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_644^(int32_t)L_645))^(int32_t)L_646)), (int32_t)L_649)), (int32_t)L_652))));
uint32_t L_653 = V_3;
uint32_t L_654 = V_3;
V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_653<<(int32_t)((int32_t)11)))|(int32_t)((int32_t)((uint32_t)L_654>>((int32_t)21)))));
uint32_t L_655 = V_3;
uint32_t L_656 = V_0;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_655, (int32_t)L_656));
uint32_t L_657 = V_2;
uint32_t L_658 = V_3;
uint32_t L_659 = V_0;
uint32_t L_660 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_661 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_661);
int32_t L_662 = ((int32_t)42);
uint32_t L_663 = (L_661)->GetAt(static_cast<il2cpp_array_size_t>(L_662));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_664 = __this->get_buff_6();
NullCheck(L_664);
int32_t L_665 = 3;
uint32_t L_666 = (L_664)->GetAt(static_cast<il2cpp_array_size_t>(L_665));
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_657, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_658^(int32_t)L_659))^(int32_t)L_660)), (int32_t)L_663)), (int32_t)L_666))));
uint32_t L_667 = V_2;
uint32_t L_668 = V_2;
V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_667<<(int32_t)((int32_t)16)))|(int32_t)((int32_t)((uint32_t)L_668>>((int32_t)16)))));
uint32_t L_669 = V_2;
uint32_t L_670 = V_3;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_669, (int32_t)L_670));
uint32_t L_671 = V_1;
uint32_t L_672 = V_2;
uint32_t L_673 = V_3;
uint32_t L_674 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_675 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_675);
int32_t L_676 = ((int32_t)43);
uint32_t L_677 = (L_675)->GetAt(static_cast<il2cpp_array_size_t>(L_676));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_678 = __this->get_buff_6();
NullCheck(L_678);
int32_t L_679 = 6;
uint32_t L_680 = (L_678)->GetAt(static_cast<il2cpp_array_size_t>(L_679));
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_671, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_672^(int32_t)L_673))^(int32_t)L_674)), (int32_t)L_677)), (int32_t)L_680))));
uint32_t L_681 = V_1;
uint32_t L_682 = V_1;
V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_681<<(int32_t)((int32_t)23)))|(int32_t)((int32_t)((uint32_t)L_682>>((int32_t)9)))));
uint32_t L_683 = V_1;
uint32_t L_684 = V_2;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_683, (int32_t)L_684));
uint32_t L_685 = V_0;
uint32_t L_686 = V_1;
uint32_t L_687 = V_2;
uint32_t L_688 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_689 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_689);
int32_t L_690 = ((int32_t)44);
uint32_t L_691 = (L_689)->GetAt(static_cast<il2cpp_array_size_t>(L_690));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_692 = __this->get_buff_6();
NullCheck(L_692);
int32_t L_693 = ((int32_t)9);
uint32_t L_694 = (L_692)->GetAt(static_cast<il2cpp_array_size_t>(L_693));
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_685, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_686^(int32_t)L_687))^(int32_t)L_688)), (int32_t)L_691)), (int32_t)L_694))));
uint32_t L_695 = V_0;
uint32_t L_696 = V_0;
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_695<<(int32_t)4))|(int32_t)((int32_t)((uint32_t)L_696>>((int32_t)28)))));
uint32_t L_697 = V_0;
uint32_t L_698 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_697, (int32_t)L_698));
uint32_t L_699 = V_3;
uint32_t L_700 = V_0;
uint32_t L_701 = V_1;
uint32_t L_702 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_703 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_703);
int32_t L_704 = ((int32_t)45);
uint32_t L_705 = (L_703)->GetAt(static_cast<il2cpp_array_size_t>(L_704));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_706 = __this->get_buff_6();
NullCheck(L_706);
int32_t L_707 = ((int32_t)12);
uint32_t L_708 = (L_706)->GetAt(static_cast<il2cpp_array_size_t>(L_707));
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_699, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_700^(int32_t)L_701))^(int32_t)L_702)), (int32_t)L_705)), (int32_t)L_708))));
uint32_t L_709 = V_3;
uint32_t L_710 = V_3;
V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_709<<(int32_t)((int32_t)11)))|(int32_t)((int32_t)((uint32_t)L_710>>((int32_t)21)))));
uint32_t L_711 = V_3;
uint32_t L_712 = V_0;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_711, (int32_t)L_712));
uint32_t L_713 = V_2;
uint32_t L_714 = V_3;
uint32_t L_715 = V_0;
uint32_t L_716 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_717 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_717);
int32_t L_718 = ((int32_t)46);
uint32_t L_719 = (L_717)->GetAt(static_cast<il2cpp_array_size_t>(L_718));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_720 = __this->get_buff_6();
NullCheck(L_720);
int32_t L_721 = ((int32_t)15);
uint32_t L_722 = (L_720)->GetAt(static_cast<il2cpp_array_size_t>(L_721));
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_713, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_714^(int32_t)L_715))^(int32_t)L_716)), (int32_t)L_719)), (int32_t)L_722))));
uint32_t L_723 = V_2;
uint32_t L_724 = V_2;
V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_723<<(int32_t)((int32_t)16)))|(int32_t)((int32_t)((uint32_t)L_724>>((int32_t)16)))));
uint32_t L_725 = V_2;
uint32_t L_726 = V_3;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_725, (int32_t)L_726));
uint32_t L_727 = V_1;
uint32_t L_728 = V_2;
uint32_t L_729 = V_3;
uint32_t L_730 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_731 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_731);
int32_t L_732 = ((int32_t)47);
uint32_t L_733 = (L_731)->GetAt(static_cast<il2cpp_array_size_t>(L_732));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_734 = __this->get_buff_6();
NullCheck(L_734);
int32_t L_735 = 2;
uint32_t L_736 = (L_734)->GetAt(static_cast<il2cpp_array_size_t>(L_735));
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_727, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_728^(int32_t)L_729))^(int32_t)L_730)), (int32_t)L_733)), (int32_t)L_736))));
uint32_t L_737 = V_1;
uint32_t L_738 = V_1;
V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_737<<(int32_t)((int32_t)23)))|(int32_t)((int32_t)((uint32_t)L_738>>((int32_t)9)))));
uint32_t L_739 = V_1;
uint32_t L_740 = V_2;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_739, (int32_t)L_740));
uint32_t L_741 = V_0;
uint32_t L_742 = V_3;
uint32_t L_743 = V_1;
uint32_t L_744 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_745 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_745);
int32_t L_746 = ((int32_t)48);
uint32_t L_747 = (L_745)->GetAt(static_cast<il2cpp_array_size_t>(L_746));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_748 = __this->get_buff_6();
NullCheck(L_748);
int32_t L_749 = 0;
uint32_t L_750 = (L_748)->GetAt(static_cast<il2cpp_array_size_t>(L_749));
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_741, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((~L_742))|(int32_t)L_743))^(int32_t)L_744)), (int32_t)L_747)), (int32_t)L_750))));
uint32_t L_751 = V_0;
uint32_t L_752 = V_0;
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_751<<(int32_t)6))|(int32_t)((int32_t)((uint32_t)L_752>>((int32_t)26)))));
uint32_t L_753 = V_0;
uint32_t L_754 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_753, (int32_t)L_754));
uint32_t L_755 = V_3;
uint32_t L_756 = V_2;
uint32_t L_757 = V_0;
uint32_t L_758 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_759 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_759);
int32_t L_760 = ((int32_t)49);
uint32_t L_761 = (L_759)->GetAt(static_cast<il2cpp_array_size_t>(L_760));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_762 = __this->get_buff_6();
NullCheck(L_762);
int32_t L_763 = 7;
uint32_t L_764 = (L_762)->GetAt(static_cast<il2cpp_array_size_t>(L_763));
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_755, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((~L_756))|(int32_t)L_757))^(int32_t)L_758)), (int32_t)L_761)), (int32_t)L_764))));
uint32_t L_765 = V_3;
uint32_t L_766 = V_3;
V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_765<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_766>>((int32_t)22)))));
uint32_t L_767 = V_3;
uint32_t L_768 = V_0;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_767, (int32_t)L_768));
uint32_t L_769 = V_2;
uint32_t L_770 = V_1;
uint32_t L_771 = V_3;
uint32_t L_772 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_773 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_773);
int32_t L_774 = ((int32_t)50);
uint32_t L_775 = (L_773)->GetAt(static_cast<il2cpp_array_size_t>(L_774));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_776 = __this->get_buff_6();
NullCheck(L_776);
int32_t L_777 = ((int32_t)14);
uint32_t L_778 = (L_776)->GetAt(static_cast<il2cpp_array_size_t>(L_777));
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_769, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((~L_770))|(int32_t)L_771))^(int32_t)L_772)), (int32_t)L_775)), (int32_t)L_778))));
uint32_t L_779 = V_2;
uint32_t L_780 = V_2;
V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_779<<(int32_t)((int32_t)15)))|(int32_t)((int32_t)((uint32_t)L_780>>((int32_t)17)))));
uint32_t L_781 = V_2;
uint32_t L_782 = V_3;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_781, (int32_t)L_782));
uint32_t L_783 = V_1;
uint32_t L_784 = V_0;
uint32_t L_785 = V_2;
uint32_t L_786 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_787 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_787);
int32_t L_788 = ((int32_t)51);
uint32_t L_789 = (L_787)->GetAt(static_cast<il2cpp_array_size_t>(L_788));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_790 = __this->get_buff_6();
NullCheck(L_790);
int32_t L_791 = 5;
uint32_t L_792 = (L_790)->GetAt(static_cast<il2cpp_array_size_t>(L_791));
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_783, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((~L_784))|(int32_t)L_785))^(int32_t)L_786)), (int32_t)L_789)), (int32_t)L_792))));
uint32_t L_793 = V_1;
uint32_t L_794 = V_1;
V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_793<<(int32_t)((int32_t)21)))|(int32_t)((int32_t)((uint32_t)L_794>>((int32_t)11)))));
uint32_t L_795 = V_1;
uint32_t L_796 = V_2;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_795, (int32_t)L_796));
uint32_t L_797 = V_0;
uint32_t L_798 = V_3;
uint32_t L_799 = V_1;
uint32_t L_800 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_801 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_801);
int32_t L_802 = ((int32_t)52);
uint32_t L_803 = (L_801)->GetAt(static_cast<il2cpp_array_size_t>(L_802));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_804 = __this->get_buff_6();
NullCheck(L_804);
int32_t L_805 = ((int32_t)12);
uint32_t L_806 = (L_804)->GetAt(static_cast<il2cpp_array_size_t>(L_805));
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_797, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((~L_798))|(int32_t)L_799))^(int32_t)L_800)), (int32_t)L_803)), (int32_t)L_806))));
uint32_t L_807 = V_0;
uint32_t L_808 = V_0;
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_807<<(int32_t)6))|(int32_t)((int32_t)((uint32_t)L_808>>((int32_t)26)))));
uint32_t L_809 = V_0;
uint32_t L_810 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_809, (int32_t)L_810));
uint32_t L_811 = V_3;
uint32_t L_812 = V_2;
uint32_t L_813 = V_0;
uint32_t L_814 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_815 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_815);
int32_t L_816 = ((int32_t)53);
uint32_t L_817 = (L_815)->GetAt(static_cast<il2cpp_array_size_t>(L_816));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_818 = __this->get_buff_6();
NullCheck(L_818);
int32_t L_819 = 3;
uint32_t L_820 = (L_818)->GetAt(static_cast<il2cpp_array_size_t>(L_819));
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_811, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((~L_812))|(int32_t)L_813))^(int32_t)L_814)), (int32_t)L_817)), (int32_t)L_820))));
uint32_t L_821 = V_3;
uint32_t L_822 = V_3;
V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_821<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_822>>((int32_t)22)))));
uint32_t L_823 = V_3;
uint32_t L_824 = V_0;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_823, (int32_t)L_824));
uint32_t L_825 = V_2;
uint32_t L_826 = V_1;
uint32_t L_827 = V_3;
uint32_t L_828 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_829 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_829);
int32_t L_830 = ((int32_t)54);
uint32_t L_831 = (L_829)->GetAt(static_cast<il2cpp_array_size_t>(L_830));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_832 = __this->get_buff_6();
NullCheck(L_832);
int32_t L_833 = ((int32_t)10);
uint32_t L_834 = (L_832)->GetAt(static_cast<il2cpp_array_size_t>(L_833));
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_825, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((~L_826))|(int32_t)L_827))^(int32_t)L_828)), (int32_t)L_831)), (int32_t)L_834))));
uint32_t L_835 = V_2;
uint32_t L_836 = V_2;
V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_835<<(int32_t)((int32_t)15)))|(int32_t)((int32_t)((uint32_t)L_836>>((int32_t)17)))));
uint32_t L_837 = V_2;
uint32_t L_838 = V_3;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_837, (int32_t)L_838));
uint32_t L_839 = V_1;
uint32_t L_840 = V_0;
uint32_t L_841 = V_2;
uint32_t L_842 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_843 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_843);
int32_t L_844 = ((int32_t)55);
uint32_t L_845 = (L_843)->GetAt(static_cast<il2cpp_array_size_t>(L_844));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_846 = __this->get_buff_6();
NullCheck(L_846);
int32_t L_847 = 1;
uint32_t L_848 = (L_846)->GetAt(static_cast<il2cpp_array_size_t>(L_847));
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_839, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((~L_840))|(int32_t)L_841))^(int32_t)L_842)), (int32_t)L_845)), (int32_t)L_848))));
uint32_t L_849 = V_1;
uint32_t L_850 = V_1;
V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_849<<(int32_t)((int32_t)21)))|(int32_t)((int32_t)((uint32_t)L_850>>((int32_t)11)))));
uint32_t L_851 = V_1;
uint32_t L_852 = V_2;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_851, (int32_t)L_852));
uint32_t L_853 = V_0;
uint32_t L_854 = V_3;
uint32_t L_855 = V_1;
uint32_t L_856 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_857 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_857);
int32_t L_858 = ((int32_t)56);
uint32_t L_859 = (L_857)->GetAt(static_cast<il2cpp_array_size_t>(L_858));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_860 = __this->get_buff_6();
NullCheck(L_860);
int32_t L_861 = 8;
uint32_t L_862 = (L_860)->GetAt(static_cast<il2cpp_array_size_t>(L_861));
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_853, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((~L_854))|(int32_t)L_855))^(int32_t)L_856)), (int32_t)L_859)), (int32_t)L_862))));
uint32_t L_863 = V_0;
uint32_t L_864 = V_0;
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_863<<(int32_t)6))|(int32_t)((int32_t)((uint32_t)L_864>>((int32_t)26)))));
uint32_t L_865 = V_0;
uint32_t L_866 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_865, (int32_t)L_866));
uint32_t L_867 = V_3;
uint32_t L_868 = V_2;
uint32_t L_869 = V_0;
uint32_t L_870 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_871 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_871);
int32_t L_872 = ((int32_t)57);
uint32_t L_873 = (L_871)->GetAt(static_cast<il2cpp_array_size_t>(L_872));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_874 = __this->get_buff_6();
NullCheck(L_874);
int32_t L_875 = ((int32_t)15);
uint32_t L_876 = (L_874)->GetAt(static_cast<il2cpp_array_size_t>(L_875));
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_867, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((~L_868))|(int32_t)L_869))^(int32_t)L_870)), (int32_t)L_873)), (int32_t)L_876))));
uint32_t L_877 = V_3;
uint32_t L_878 = V_3;
V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_877<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_878>>((int32_t)22)))));
uint32_t L_879 = V_3;
uint32_t L_880 = V_0;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_879, (int32_t)L_880));
uint32_t L_881 = V_2;
uint32_t L_882 = V_1;
uint32_t L_883 = V_3;
uint32_t L_884 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_885 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_885);
int32_t L_886 = ((int32_t)58);
uint32_t L_887 = (L_885)->GetAt(static_cast<il2cpp_array_size_t>(L_886));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_888 = __this->get_buff_6();
NullCheck(L_888);
int32_t L_889 = 6;
uint32_t L_890 = (L_888)->GetAt(static_cast<il2cpp_array_size_t>(L_889));
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_881, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((~L_882))|(int32_t)L_883))^(int32_t)L_884)), (int32_t)L_887)), (int32_t)L_890))));
uint32_t L_891 = V_2;
uint32_t L_892 = V_2;
V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_891<<(int32_t)((int32_t)15)))|(int32_t)((int32_t)((uint32_t)L_892>>((int32_t)17)))));
uint32_t L_893 = V_2;
uint32_t L_894 = V_3;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_893, (int32_t)L_894));
uint32_t L_895 = V_1;
uint32_t L_896 = V_0;
uint32_t L_897 = V_2;
uint32_t L_898 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_899 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_899);
int32_t L_900 = ((int32_t)59);
uint32_t L_901 = (L_899)->GetAt(static_cast<il2cpp_array_size_t>(L_900));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_902 = __this->get_buff_6();
NullCheck(L_902);
int32_t L_903 = ((int32_t)13);
uint32_t L_904 = (L_902)->GetAt(static_cast<il2cpp_array_size_t>(L_903));
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_895, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((~L_896))|(int32_t)L_897))^(int32_t)L_898)), (int32_t)L_901)), (int32_t)L_904))));
uint32_t L_905 = V_1;
uint32_t L_906 = V_1;
V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_905<<(int32_t)((int32_t)21)))|(int32_t)((int32_t)((uint32_t)L_906>>((int32_t)11)))));
uint32_t L_907 = V_1;
uint32_t L_908 = V_2;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_907, (int32_t)L_908));
uint32_t L_909 = V_0;
uint32_t L_910 = V_3;
uint32_t L_911 = V_1;
uint32_t L_912 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_913 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_913);
int32_t L_914 = ((int32_t)60);
uint32_t L_915 = (L_913)->GetAt(static_cast<il2cpp_array_size_t>(L_914));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_916 = __this->get_buff_6();
NullCheck(L_916);
int32_t L_917 = 4;
uint32_t L_918 = (L_916)->GetAt(static_cast<il2cpp_array_size_t>(L_917));
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_909, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((~L_910))|(int32_t)L_911))^(int32_t)L_912)), (int32_t)L_915)), (int32_t)L_918))));
uint32_t L_919 = V_0;
uint32_t L_920 = V_0;
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_919<<(int32_t)6))|(int32_t)((int32_t)((uint32_t)L_920>>((int32_t)26)))));
uint32_t L_921 = V_0;
uint32_t L_922 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_921, (int32_t)L_922));
uint32_t L_923 = V_3;
uint32_t L_924 = V_2;
uint32_t L_925 = V_0;
uint32_t L_926 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_927 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_927);
int32_t L_928 = ((int32_t)61);
uint32_t L_929 = (L_927)->GetAt(static_cast<il2cpp_array_size_t>(L_928));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_930 = __this->get_buff_6();
NullCheck(L_930);
int32_t L_931 = ((int32_t)11);
uint32_t L_932 = (L_930)->GetAt(static_cast<il2cpp_array_size_t>(L_931));
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_923, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((~L_924))|(int32_t)L_925))^(int32_t)L_926)), (int32_t)L_929)), (int32_t)L_932))));
uint32_t L_933 = V_3;
uint32_t L_934 = V_3;
V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_933<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((uint32_t)L_934>>((int32_t)22)))));
uint32_t L_935 = V_3;
uint32_t L_936 = V_0;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_935, (int32_t)L_936));
uint32_t L_937 = V_2;
uint32_t L_938 = V_1;
uint32_t L_939 = V_3;
uint32_t L_940 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_941 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_941);
int32_t L_942 = ((int32_t)62);
uint32_t L_943 = (L_941)->GetAt(static_cast<il2cpp_array_size_t>(L_942));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_944 = __this->get_buff_6();
NullCheck(L_944);
int32_t L_945 = 2;
uint32_t L_946 = (L_944)->GetAt(static_cast<il2cpp_array_size_t>(L_945));
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_937, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((~L_938))|(int32_t)L_939))^(int32_t)L_940)), (int32_t)L_943)), (int32_t)L_946))));
uint32_t L_947 = V_2;
uint32_t L_948 = V_2;
V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_947<<(int32_t)((int32_t)15)))|(int32_t)((int32_t)((uint32_t)L_948>>((int32_t)17)))));
uint32_t L_949 = V_2;
uint32_t L_950 = V_3;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_949, (int32_t)L_950));
uint32_t L_951 = V_1;
uint32_t L_952 = V_0;
uint32_t L_953 = V_2;
uint32_t L_954 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_955 = ((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->get_K_10();
NullCheck(L_955);
int32_t L_956 = ((int32_t)63);
uint32_t L_957 = (L_955)->GetAt(static_cast<il2cpp_array_size_t>(L_956));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_958 = __this->get_buff_6();
NullCheck(L_958);
int32_t L_959 = ((int32_t)9);
uint32_t L_960 = (L_958)->GetAt(static_cast<il2cpp_array_size_t>(L_959));
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_951, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((~L_952))|(int32_t)L_953))^(int32_t)L_954)), (int32_t)L_957)), (int32_t)L_960))));
uint32_t L_961 = V_1;
uint32_t L_962 = V_1;
V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_961<<(int32_t)((int32_t)21)))|(int32_t)((int32_t)((uint32_t)L_962>>((int32_t)11)))));
uint32_t L_963 = V_1;
uint32_t L_964 = V_2;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_963, (int32_t)L_964));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_965 = __this->get__H_5();
NullCheck(L_965);
uint32_t* L_966 = ((L_965)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)));
int32_t L_967 = *((uint32_t*)L_966);
uint32_t L_968 = V_0;
*((int32_t*)L_966) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_967, (int32_t)L_968));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_969 = __this->get__H_5();
NullCheck(L_969);
uint32_t* L_970 = ((L_969)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)));
int32_t L_971 = *((uint32_t*)L_970);
uint32_t L_972 = V_1;
*((int32_t*)L_970) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_971, (int32_t)L_972));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_973 = __this->get__H_5();
NullCheck(L_973);
uint32_t* L_974 = ((L_973)->GetAddressAt(static_cast<il2cpp_array_size_t>(2)));
int32_t L_975 = *((uint32_t*)L_974);
uint32_t L_976 = V_2;
*((int32_t*)L_974) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_975, (int32_t)L_976));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_977 = __this->get__H_5();
NullCheck(L_977);
uint32_t* L_978 = ((L_977)->GetAddressAt(static_cast<il2cpp_array_size_t>(3)));
int32_t L_979 = *((uint32_t*)L_978);
uint32_t L_980 = V_3;
*((int32_t*)L_978) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_979, (int32_t)L_980));
return;
}
}
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::ProcessFinalBlock(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider_ProcessFinalBlock_m8FEC1292775A3C670EFCE1631CC9C7485EE3333C (MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MD5CryptoServiceProvider_ProcessFinalBlock_m8FEC1292775A3C670EFCE1631CC9C7485EE3333C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint64_t V_0 = 0;
int32_t V_1 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
uint64_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
uint64_t L_0 = __this->get_count_7();
int32_t L_1 = ___inputCount2;
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_0, (int64_t)(((int64_t)((int64_t)L_1)))));
uint64_t L_2 = V_0;
V_1 = (((int32_t)((int32_t)((int64_t)il2cpp_codegen_subtract((int64_t)(((int64_t)((int64_t)((int32_t)56)))), (int64_t)((int64_t)((uint64_t)(int64_t)L_2%(uint64_t)(int64_t)(((int64_t)((int64_t)((int32_t)64)))))))))));
int32_t L_3 = V_1;
if ((((int32_t)L_3) >= ((int32_t)1)))
{
goto IL_001e;
}
}
{
int32_t L_4 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)((int32_t)64)));
}
IL_001e:
{
int32_t L_5 = ___inputCount2;
int32_t L_6 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)8)));
V_2 = L_7;
V_4 = 0;
goto IL_003e;
}
IL_002e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_2;
int32_t L_9 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___inputBuffer0;
int32_t L_11 = V_4;
int32_t L_12 = ___inputOffset1;
NullCheck(L_10);
int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12));
uint8_t L_14 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_9), (uint8_t)L_14);
int32_t L_15 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
}
IL_003e:
{
int32_t L_16 = V_4;
int32_t L_17 = ___inputCount2;
if ((((int32_t)L_16) < ((int32_t)L_17)))
{
goto IL_002e;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = V_2;
int32_t L_19 = ___inputCount2;
NullCheck(L_18);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(L_19), (uint8_t)((int32_t)128));
int32_t L_20 = ___inputCount2;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
goto IL_005d;
}
IL_0052:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_2;
int32_t L_22 = V_5;
NullCheck(L_21);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(L_22), (uint8_t)0);
int32_t L_23 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
}
IL_005d:
{
int32_t L_24 = V_5;
int32_t L_25 = ___inputCount2;
int32_t L_26 = V_1;
if ((((int32_t)L_24) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26)))))
{
goto IL_0052;
}
}
{
uint64_t L_27 = V_0;
V_3 = ((int64_t)((int64_t)L_27<<(int32_t)3));
uint64_t L_28 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = V_2;
int32_t L_30 = ___inputCount2;
int32_t L_31 = V_1;
MD5CryptoServiceProvider_AddLength_m50DFFFB99259F92B2BE45000F7A0CEE505C80134(__this, L_28, L_29, ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)L_31)), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = V_2;
MD5CryptoServiceProvider_ProcessBlock_m28263BFCAB2B4F07E53C5A6A70C6ED800C668611(__this, L_32, 0, /*hidden argument*/NULL);
int32_t L_33 = ___inputCount2;
int32_t L_34 = V_1;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_34)), (int32_t)8))) == ((uint32_t)((int32_t)128)))))
{
goto IL_0090;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = V_2;
MD5CryptoServiceProvider_ProcessBlock_m28263BFCAB2B4F07E53C5A6A70C6ED800C668611(__this, L_35, ((int32_t)64), /*hidden argument*/NULL);
}
IL_0090:
{
return;
}
}
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::AddLength(System.UInt64,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider_AddLength_m50DFFFB99259F92B2BE45000F7A0CEE505C80134 (MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42 * __this, uint64_t ___length0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, int32_t ___position2, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer1;
int32_t L_1 = ___position2;
int32_t L_2 = L_1;
___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1));
uint64_t L_3 = ___length0;
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (uint8_t)(((int32_t)((uint8_t)L_3))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___buffer1;
int32_t L_5 = ___position2;
int32_t L_6 = L_5;
___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
uint64_t L_7 = ___length0;
NullCheck(L_4);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_7>>8))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___buffer1;
int32_t L_9 = ___position2;
int32_t L_10 = L_9;
___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
uint64_t L_11 = ___length0;
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_10), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_11>>((int32_t)16)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___buffer1;
int32_t L_13 = ___position2;
int32_t L_14 = L_13;
___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
uint64_t L_15 = ___length0;
NullCheck(L_12);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(L_14), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_15>>((int32_t)24)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___buffer1;
int32_t L_17 = ___position2;
int32_t L_18 = L_17;
___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
uint64_t L_19 = ___length0;
NullCheck(L_16);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(L_18), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_19>>((int32_t)32)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = ___buffer1;
int32_t L_21 = ___position2;
int32_t L_22 = L_21;
___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
uint64_t L_23 = ___length0;
NullCheck(L_20);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(L_22), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_23>>((int32_t)40)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = ___buffer1;
int32_t L_25 = ___position2;
int32_t L_26 = L_25;
___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
uint64_t L_27 = ___length0;
NullCheck(L_24);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(L_26), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_27>>((int32_t)48)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = ___buffer1;
int32_t L_29 = ___position2;
uint64_t L_30 = ___length0;
NullCheck(L_28);
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(L_29), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_30>>((int32_t)56)))))));
return;
}
}
// System.Void System.Security.Cryptography.MD5CryptoServiceProvider::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider__cctor_m66CFA04A729A076B07A41AD70966588F07A5741C (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MD5CryptoServiceProvider__cctor_m66CFA04A729A076B07A41AD70966588F07A5741C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_0 = (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)SZArrayNew(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_1 = L_0;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL);
((MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_StaticFields*)il2cpp_codegen_static_fields_for(MD5CryptoServiceProvider_t99447E76D4ED1F3F4DF0F976CB4A8E0FD7148D42_il2cpp_TypeInfo_var))->set_K_10(L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.MaskGenerationMethod::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskGenerationMethod__ctor_mAB880081972D534D78848612E818D72E71FC6EF5 (MaskGenerationMethod_t643AAADDD596DC55BEA50BF8D374987DAAA11A38 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.PKCS1MaskGenerationMethod::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS1MaskGenerationMethod__ctor_m52A5F2803EF7780E55829345820E4E23ECFE4748 (PKCS1MaskGenerationMethod_tAEE6368F586EC97A58EB7CDAEDEB50F02ED17137 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS1MaskGenerationMethod__ctor_m52A5F2803EF7780E55829345820E4E23ECFE4748_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
MaskGenerationMethod__ctor_mAB880081972D534D78848612E818D72E71FC6EF5(__this, /*hidden argument*/NULL);
__this->set_HashNameValue_0(_stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939);
return;
}
}
// System.String System.Security.Cryptography.PKCS1MaskGenerationMethod::get_HashName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PKCS1MaskGenerationMethod_get_HashName_mFD1436F1CDA7B7E94ED35936A6B7FFCBFEFEFF7B (PKCS1MaskGenerationMethod_tAEE6368F586EC97A58EB7CDAEDEB50F02ED17137 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_HashNameValue_0();
return L_0;
}
}
// System.Void System.Security.Cryptography.PKCS1MaskGenerationMethod::set_HashName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS1MaskGenerationMethod_set_HashName_m71C1E597575543721790089A594F2DBF18DD6BD9 (PKCS1MaskGenerationMethod_tAEE6368F586EC97A58EB7CDAEDEB50F02ED17137 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS1MaskGenerationMethod_set_HashName_m71C1E597575543721790089A594F2DBF18DD6BD9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
__this->set_HashNameValue_0(L_0);
String_t* L_1 = __this->get_HashNameValue_0();
if (L_1)
{
goto IL_001a;
}
}
{
__this->set_HashNameValue_0(_stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939);
}
IL_001a:
{
return;
}
}
// System.Byte[] System.Security.Cryptography.PKCS1MaskGenerationMethod::GenerateMask(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PKCS1MaskGenerationMethod_GenerateMask_mC0EAADA6C252C1E93ED17E650AAFEE21744B8AE3 (PKCS1MaskGenerationMethod_tAEE6368F586EC97A58EB7CDAEDEB50F02ED17137 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbSeed0, int32_t ___cbReturn1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PKCS1MaskGenerationMethod_GenerateMask_mC0EAADA6C252C1E93ED17E650AAFEE21744B8AE3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = __this->get_HashNameValue_0();
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_1 = HashAlgorithm_Create_m59501B2C523DE8B6F3F19755D50B4E4D9ECF7365(L_0, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___rgbSeed0;
int32_t L_3 = ___cbReturn1;
IL2CPP_RUNTIME_CLASS_INIT(PKCS1_tD10817843EC300450DF0869873961943DE7E0E49_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = PKCS1_MGF1_mAC9BAA272A0EBE5B297ABCDB87B18BF98E2157BE(L_1, L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.PasswordDeriveBytes::.ctor(System.String,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes__ctor_mE70D39E8FA1CBC5FD1FBE6FCECEAD6C8E8C47A70 (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, String_t* ___strPassword0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbSalt1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PasswordDeriveBytes__ctor_mE70D39E8FA1CBC5FD1FBE6FCECEAD6C8E8C47A70_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___strPassword0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___rgbSalt1;
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_2 = (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 *)il2cpp_codegen_object_new(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7_il2cpp_TypeInfo_var);
CspParameters__ctor_m6C7ED4CF3021168DC6CEFB0FECC591547DCE4342(L_2, /*hidden argument*/NULL);
PasswordDeriveBytes__ctor_m261884627FC3C49568D8F9EFD84F7C89E9E5593A(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.PasswordDeriveBytes::.ctor(System.Byte[],System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes__ctor_m0CC0E50D58FF729ECA3CFF6AD6C523079386EA96 (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___password0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___salt1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PasswordDeriveBytes__ctor_m0CC0E50D58FF729ECA3CFF6AD6C523079386EA96_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___password0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___salt1;
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_2 = (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 *)il2cpp_codegen_object_new(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7_il2cpp_TypeInfo_var);
CspParameters__ctor_m6C7ED4CF3021168DC6CEFB0FECC591547DCE4342(L_2, /*hidden argument*/NULL);
PasswordDeriveBytes__ctor_m67253CE20134D50F9AE48B841C77B666307AD3F2(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.PasswordDeriveBytes::.ctor(System.String,System.Byte[],System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes__ctor_m3216ADCE9EB913BDC0384C014AFB9BC122E13D60 (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, String_t* ___strPassword0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbSalt1, String_t* ___strHashName2, int32_t ___iterations3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PasswordDeriveBytes__ctor_m3216ADCE9EB913BDC0384C014AFB9BC122E13D60_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___strPassword0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___rgbSalt1;
String_t* L_2 = ___strHashName2;
int32_t L_3 = ___iterations3;
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_4 = (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 *)il2cpp_codegen_object_new(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7_il2cpp_TypeInfo_var);
CspParameters__ctor_m6C7ED4CF3021168DC6CEFB0FECC591547DCE4342(L_4, /*hidden argument*/NULL);
PasswordDeriveBytes__ctor_m15B5B95A3B90B33C69EEBC04B4B82F95227F582E(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.PasswordDeriveBytes::.ctor(System.Byte[],System.Byte[],System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes__ctor_m90060C199E6124C7AEBF9EC7FC0BD07C1B6C7A48 (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___password0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___salt1, String_t* ___hashName2, int32_t ___iterations3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PasswordDeriveBytes__ctor_m90060C199E6124C7AEBF9EC7FC0BD07C1B6C7A48_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___password0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___salt1;
String_t* L_2 = ___hashName2;
int32_t L_3 = ___iterations3;
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_4 = (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 *)il2cpp_codegen_object_new(CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7_il2cpp_TypeInfo_var);
CspParameters__ctor_m6C7ED4CF3021168DC6CEFB0FECC591547DCE4342(L_4, /*hidden argument*/NULL);
PasswordDeriveBytes__ctor_mDB3153E7172BD87425900B79FDB20177A99C44EF(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.PasswordDeriveBytes::.ctor(System.String,System.Byte[],System.Security.Cryptography.CspParameters)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes__ctor_m261884627FC3C49568D8F9EFD84F7C89E9E5593A (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, String_t* ___strPassword0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbSalt1, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___cspParams2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PasswordDeriveBytes__ctor_m261884627FC3C49568D8F9EFD84F7C89E9E5593A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___strPassword0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___rgbSalt1;
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_2 = ___cspParams2;
PasswordDeriveBytes__ctor_m15B5B95A3B90B33C69EEBC04B4B82F95227F582E(__this, L_0, L_1, _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939, ((int32_t)100), L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.PasswordDeriveBytes::.ctor(System.Byte[],System.Byte[],System.Security.Cryptography.CspParameters)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes__ctor_m67253CE20134D50F9AE48B841C77B666307AD3F2 (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___password0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___salt1, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___cspParams2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PasswordDeriveBytes__ctor_m67253CE20134D50F9AE48B841C77B666307AD3F2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___password0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___salt1;
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_2 = ___cspParams2;
PasswordDeriveBytes__ctor_mDB3153E7172BD87425900B79FDB20177A99C44EF(__this, L_0, L_1, _stringLiteralE1744A525099D9A53C0460EF9CB7AB0E4C4FC939, ((int32_t)100), L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.PasswordDeriveBytes::.ctor(System.String,System.Byte[],System.String,System.Int32,System.Security.Cryptography.CspParameters)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes__ctor_m15B5B95A3B90B33C69EEBC04B4B82F95227F582E (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, String_t* ___strPassword0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbSalt1, String_t* ___strHashName2, int32_t ___iterations3, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___cspParams4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PasswordDeriveBytes__ctor_m15B5B95A3B90B33C69EEBC04B4B82F95227F582E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * L_0 = (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE *)il2cpp_codegen_object_new(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE_il2cpp_TypeInfo_var);
UTF8Encoding__ctor_m27389C5A707DE2AA997362ED250BEB946CB6B076(L_0, (bool)0, /*hidden argument*/NULL);
String_t* L_1 = ___strPassword0;
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_0, L_1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___rgbSalt1;
String_t* L_4 = ___strHashName2;
int32_t L_5 = ___iterations3;
CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * L_6 = ___cspParams4;
PasswordDeriveBytes__ctor_mDB3153E7172BD87425900B79FDB20177A99C44EF(__this, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.PasswordDeriveBytes::.ctor(System.Byte[],System.Byte[],System.String,System.Int32,System.Security.Cryptography.CspParameters)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes__ctor_mDB3153E7172BD87425900B79FDB20177A99C44EF (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___password0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___salt1, String_t* ___hashName2, int32_t ___iterations3, CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * ___cspParams4, const RuntimeMethod* method)
{
{
DeriveBytes__ctor_m02757DA4B7F8337AAC6B3766CE720A6391623DE0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___iterations3;
PasswordDeriveBytes_set_IterationCount_m1A56123947C3AB3F9EE23B1B7402D1601CB7A425(__this, L_0, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___salt1;
PasswordDeriveBytes_set_Salt_mA32DD4CF78D35BC56282CB00A91AD1F9FEA92631(__this, L_1, /*hidden argument*/NULL);
String_t* L_2 = ___hashName2;
PasswordDeriveBytes_set_HashName_m516125257448A201CE4D50503EA454AA62181CA5(__this, L_2, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___password0;
__this->set__password_7(L_3);
return;
}
}
// System.String System.Security.Cryptography.PasswordDeriveBytes::get_HashName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PasswordDeriveBytes_get_HashName_m5BFF6E5D1FF0F76167920C388D6DCCD7CE506B46 (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__hashName_6();
return L_0;
}
}
// System.Void System.Security.Cryptography.PasswordDeriveBytes::set_HashName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes_set_HashName_m516125257448A201CE4D50503EA454AA62181CA5 (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PasswordDeriveBytes_set_HashName_m516125257448A201CE4D50503EA454AA62181CA5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__baseValue_3();
if (!L_0)
{
goto IL_0026;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteralEE136D8694F2B40B0D9EE0092117EEC4FC7105F1);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralEE136D8694F2B40B0D9EE0092117EEC4FC7105F1);
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral70AB865B353A2ED51DA72409EB88F60EFE27D0C0, L_2, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_4 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, PasswordDeriveBytes_set_HashName_m516125257448A201CE4D50503EA454AA62181CA5_RuntimeMethod_var);
}
IL_0026:
{
String_t* L_5 = ___value0;
__this->set__hashName_6(L_5);
String_t* L_6 = __this->get__hashName_6();
RuntimeObject * L_7 = CryptoConfig_CreateFromName_mB7B977E2EFA4B5AAC601FB0E261F4509E341A9B4(L_6, /*hidden argument*/NULL);
__this->set__hash_8(((HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA *)CastclassClass((RuntimeObject*)L_7, HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA_il2cpp_TypeInfo_var)));
return;
}
}
// System.Int32 System.Security.Cryptography.PasswordDeriveBytes::get_IterationCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PasswordDeriveBytes_get_IterationCount_mC923C0160832054B45EB1880E91AC03ED58F6937 (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__iterations_2();
return L_0;
}
}
// System.Void System.Security.Cryptography.PasswordDeriveBytes::set_IterationCount(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes_set_IterationCount_m1A56123947C3AB3F9EE23B1B7402D1601CB7A425 (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PasswordDeriveBytes_set_IterationCount_m1A56123947C3AB3F9EE23B1B7402D1601CB7A425_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) > ((int32_t)0)))
{
goto IL_0019;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD5DF16A053AC14B040C62E79CA35CBD99E8BA7C8, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, PasswordDeriveBytes_set_IterationCount_m1A56123947C3AB3F9EE23B1B7402D1601CB7A425_RuntimeMethod_var);
}
IL_0019:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get__baseValue_3();
if (!L_3)
{
goto IL_003f;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, _stringLiteralF47AE1698E7479AC3AB62023657BA00C2BCC1426);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralF47AE1698E7479AC3AB62023657BA00C2BCC1426);
String_t* L_6 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral70AB865B353A2ED51DA72409EB88F60EFE27D0C0, L_5, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_7 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_7, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, PasswordDeriveBytes_set_IterationCount_m1A56123947C3AB3F9EE23B1B7402D1601CB7A425_RuntimeMethod_var);
}
IL_003f:
{
int32_t L_8 = ___value0;
__this->set__iterations_2(L_8);
return;
}
}
// System.Byte[] System.Security.Cryptography.PasswordDeriveBytes::get_Salt()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PasswordDeriveBytes_get_Salt_mEB680406D596D5B337711D8656DCC7620B8ECA84 (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PasswordDeriveBytes_get_Salt_mEB680406D596D5B337711D8656DCC7620B8ECA84_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__salt_5();
if (L_0)
{
goto IL_000a;
}
}
{
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
IL_000a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get__salt_5();
NullCheck((RuntimeArray *)(RuntimeArray *)L_1);
RuntimeObject * L_2 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL);
return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var));
}
}
// System.Void System.Security.Cryptography.PasswordDeriveBytes::set_Salt(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes_set_Salt_mA32DD4CF78D35BC56282CB00A91AD1F9FEA92631 (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PasswordDeriveBytes_set_Salt_mA32DD4CF78D35BC56282CB00A91AD1F9FEA92631_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__baseValue_3();
if (!L_0)
{
goto IL_0026;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteral49F8EDC3EB21C8EF5D93BA9DFC2E27C34C23BF06);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral49F8EDC3EB21C8EF5D93BA9DFC2E27C34C23BF06);
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral70AB865B353A2ED51DA72409EB88F60EFE27D0C0, L_2, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_4 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, PasswordDeriveBytes_set_Salt_mA32DD4CF78D35BC56282CB00A91AD1F9FEA92631_RuntimeMethod_var);
}
IL_0026:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___value0;
if (L_5)
{
goto IL_0031;
}
}
{
__this->set__salt_5((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
return;
}
IL_0031:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___value0;
NullCheck((RuntimeArray *)(RuntimeArray *)L_6);
RuntimeObject * L_7 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_6, /*hidden argument*/NULL);
__this->set__salt_5(((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_7, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)));
return;
}
}
// System.Byte[] System.Security.Cryptography.PasswordDeriveBytes::GetBytes(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PasswordDeriveBytes_GetBytes_m35BF52CE0FD2B1AA7782735DEECF5965A38138E2 (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, int32_t ___cb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PasswordDeriveBytes_GetBytes_m35BF52CE0FD2B1AA7782735DEECF5965A38138E2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
{
int32_t L_0 = ___cb0;
if ((((int32_t)L_0) >= ((int32_t)1)))
{
goto IL_000f;
}
}
{
IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * L_1 = (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF *)il2cpp_codegen_object_new(IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var);
IndexOutOfRangeException__ctor_mCCE2EFF47A0ACB4B2636F63140F94FCEA71A9BCA(L_1, _stringLiteral85D56CB41A65761DCEA36D0CEB2F0EC45F184419, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, PasswordDeriveBytes_GetBytes_m35BF52CE0FD2B1AA7782735DEECF5965A38138E2_RuntimeMethod_var);
}
IL_000f:
{
V_0 = 0;
int32_t L_2 = ___cb0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_2);
V_2 = L_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get__baseValue_3();
if (L_4)
{
goto IL_0029;
}
}
{
PasswordDeriveBytes_ComputeBaseValue_m8FFBAB07765AF43374749E3B232343736B103F0B(__this, /*hidden argument*/NULL);
goto IL_008e;
}
IL_0029:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get__extra_4();
if (!L_5)
{
goto IL_008e;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get__extra_4();
NullCheck(L_6);
int32_t L_7 = __this->get__extraCount_0();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))), (int32_t)L_7));
int32_t L_8 = V_0;
int32_t L_9 = ___cb0;
if ((((int32_t)L_8) < ((int32_t)L_9)))
{
goto IL_0077;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get__extra_4();
int32_t L_11 = __this->get__extraCount_0();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = V_2;
int32_t L_13 = ___cb0;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_10, L_11, (RuntimeArray *)(RuntimeArray *)L_12, 0, L_13, /*hidden argument*/NULL);
int32_t L_14 = V_0;
int32_t L_15 = ___cb0;
if ((((int32_t)L_14) <= ((int32_t)L_15)))
{
goto IL_006e;
}
}
{
int32_t L_16 = __this->get__extraCount_0();
int32_t L_17 = ___cb0;
__this->set__extraCount_0(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)));
goto IL_0075;
}
IL_006e:
{
__this->set__extra_4((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
}
IL_0075:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = V_2;
return L_18;
}
IL_0077:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = __this->get__extra_4();
int32_t L_20 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_2;
int32_t L_22 = V_0;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_19, L_20, (RuntimeArray *)(RuntimeArray *)L_21, 0, L_22, /*hidden argument*/NULL);
__this->set__extra_4((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
}
IL_008e:
{
int32_t L_23 = ___cb0;
int32_t L_24 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = PasswordDeriveBytes_ComputeBytes_m84B0DD74DF108AC319388158E92A14839E056096(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)L_24)), /*hidden argument*/NULL);
V_1 = L_25;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = V_2;
int32_t L_28 = V_0;
int32_t L_29 = ___cb0;
int32_t L_30 = V_0;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_26, 0, (RuntimeArray *)(RuntimeArray *)L_27, L_28, ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)L_30)), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = V_1;
NullCheck(L_31);
int32_t L_32 = V_0;
int32_t L_33 = ___cb0;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length)))), (int32_t)L_32))) <= ((int32_t)L_33)))
{
goto IL_00bd;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = V_1;
__this->set__extra_4(L_34);
int32_t L_35 = ___cb0;
int32_t L_36 = V_0;
__this->set__extraCount_0(((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)L_36)));
}
IL_00bd:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = V_2;
return L_37;
}
}
// System.Void System.Security.Cryptography.PasswordDeriveBytes::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes_Reset_mA9D48869CF540491D2E22A7D5B724DAA8B18474B (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, const RuntimeMethod* method)
{
{
__this->set__prefix_1(0);
__this->set__extra_4((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
__this->set__baseValue_3((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
return;
}
}
// System.Void System.Security.Cryptography.PasswordDeriveBytes::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes_Dispose_m1D8FE3F5AB815D6CCA438BF9615F71EF14E00B80 (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, bool ___disposing0, const RuntimeMethod* method)
{
{
bool L_0 = ___disposing0;
DeriveBytes_Dispose_m937B4C99B20CDBD7C1872C50276E2F373CEA3F7A(__this, L_0, /*hidden argument*/NULL);
bool L_1 = ___disposing0;
if (!L_1)
{
goto IL_0090;
}
}
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_2 = __this->get__hash_8();
if (!L_2)
{
goto IL_0020;
}
}
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_3 = __this->get__hash_8();
NullCheck(L_3);
HashAlgorithm_Dispose_m77EB776131F2A1F27AAB8757237DF0D95B11C773(L_3, /*hidden argument*/NULL);
}
IL_0020:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get__baseValue_3();
if (!L_4)
{
goto IL_003c;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get__baseValue_3();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get__baseValue_3();
NullCheck(L_6);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_5, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))), /*hidden argument*/NULL);
}
IL_003c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = __this->get__extra_4();
if (!L_7)
{
goto IL_0058;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = __this->get__extra_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = __this->get__extra_4();
NullCheck(L_9);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_8, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))), /*hidden argument*/NULL);
}
IL_0058:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get__password_7();
if (!L_10)
{
goto IL_0074;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get__password_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get__password_7();
NullCheck(L_12);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_11, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))), /*hidden argument*/NULL);
}
IL_0074:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = __this->get__salt_5();
if (!L_13)
{
goto IL_0090;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get__salt_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = __this->get__salt_5();
NullCheck(L_15);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_14, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))), /*hidden argument*/NULL);
}
IL_0090:
{
return;
}
}
// System.Byte[] System.Security.Cryptography.PasswordDeriveBytes::CryptDeriveKey(System.String,System.String,System.Int32,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PasswordDeriveBytes_CryptDeriveKey_mF95E109A1CE2C48BCA6A4A6EF56C61A0E2DCD684 (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, String_t* ___algname0, String_t* ___alghashname1, int32_t ___keySize2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgbIV3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PasswordDeriveBytes_CryptDeriveKey_mF95E109A1CE2C48BCA6A4A6EF56C61A0E2DCD684_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___keySize2;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0014;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD99687D6E2A05AB86D82EB88F617BB3A6D262286, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_2 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, PasswordDeriveBytes_CryptDeriveKey_mF95E109A1CE2C48BCA6A4A6EF56C61A0E2DCD684_RuntimeMethod_var);
}
IL_0014:
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_3 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_3, _stringLiteralE7A9426F4ACE1139FF2DEEEB7672871CCE61048E, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, PasswordDeriveBytes_CryptDeriveKey_mF95E109A1CE2C48BCA6A4A6EF56C61A0E2DCD684_RuntimeMethod_var);
}
}
// System.Byte[] System.Security.Cryptography.PasswordDeriveBytes::ComputeBaseValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PasswordDeriveBytes_ComputeBaseValue_m8FFBAB07765AF43374749E3B232343736B103F0B (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PasswordDeriveBytes_ComputeBaseValue_m8FFBAB07765AF43374749E3B232343736B103F0B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_0 = __this->get__hash_8();
NullCheck(L_0);
VirtActionInvoker0::Invoke(18 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, L_0);
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_1 = __this->get__hash_8();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get__password_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get__password_7();
NullCheck(L_3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get__password_7();
NullCheck(L_1);
HashAlgorithm_TransformBlock_m500873E221BF1E4278C23D3DD113FA36711CBE22(L_1, L_2, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))), L_4, 0, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get__salt_5();
if (!L_5)
{
goto IL_0057;
}
}
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_6 = __this->get__hash_8();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = __this->get__salt_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = __this->get__salt_5();
NullCheck(L_8);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = __this->get__salt_5();
NullCheck(L_6);
HashAlgorithm_TransformBlock_m500873E221BF1E4278C23D3DD113FA36711CBE22(L_6, L_7, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), L_9, 0, /*hidden argument*/NULL);
}
IL_0057:
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_10 = __this->get__hash_8();
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ((EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var))->get_Value_0();
NullCheck(L_10);
HashAlgorithm_TransformFinalBlock_mC9CB1BD6A8E410BE986650C1478A93378F138177(L_10, L_11, 0, 0, /*hidden argument*/NULL);
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_12 = __this->get__hash_8();
NullCheck(L_12);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(12 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_12);
__this->set__baseValue_3(L_13);
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_14 = __this->get__hash_8();
NullCheck(L_14);
VirtActionInvoker0::Invoke(18 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, L_14);
V_0 = 1;
goto IL_00b1;
}
IL_008a:
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_15 = __this->get__hash_8();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = __this->get__baseValue_3();
NullCheck(L_15);
HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122(L_15, L_16, /*hidden argument*/NULL);
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_17 = __this->get__hash_8();
NullCheck(L_17);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(12 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_17);
__this->set__baseValue_3(L_18);
int32_t L_19 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
}
IL_00b1:
{
int32_t L_20 = V_0;
int32_t L_21 = __this->get__iterations_2();
if ((((int32_t)L_20) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1)))))
{
goto IL_008a;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = __this->get__baseValue_3();
return L_22;
}
}
// System.Byte[] System.Security.Cryptography.PasswordDeriveBytes::ComputeBytes(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PasswordDeriveBytes_ComputeBytes_m84B0DD74DF108AC319388158E92A14839E056096 (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, int32_t ___cb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PasswordDeriveBytes_ComputeBytes_m84B0DD74DF108AC319388158E92A14839E056096_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * V_3 = NULL;
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * V_4 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
V_1 = 0;
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_0 = __this->get__hash_8();
NullCheck(L_0);
VirtActionInvoker0::Invoke(18 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, L_0);
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_1 = __this->get__hash_8();
NullCheck(L_1);
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.Security.Cryptography.HashAlgorithm::get_HashSize() */, L_1);
V_0 = ((int32_t)((int32_t)L_2/(int32_t)8));
int32_t L_3 = ___cb0;
int32_t L_4 = V_0;
int32_t L_5 = V_0;
int32_t L_6 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)), (int32_t)1))/(int32_t)L_5)), (int32_t)L_6)));
V_2 = L_7;
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_8 = ((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields*)il2cpp_codegen_static_fields_for(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var))->get_Null_1();
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_9 = __this->get__hash_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_10 = (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC *)il2cpp_codegen_object_new(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC_il2cpp_TypeInfo_var);
CryptoStream__ctor_m2BDDB23BFAAB929B9141061367EDAC0524990A5D(L_10, L_8, L_9, 1, /*hidden argument*/NULL);
V_3 = L_10;
}
IL_003c:
try
{ // begin try (depth: 1)
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_11 = V_3;
PasswordDeriveBytes_HashPrefix_m899976C9FE9AA54F0DF2EC56B0F60F11C98EDD2C(__this, L_11, /*hidden argument*/NULL);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_12 = V_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = __this->get__baseValue_3();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get__baseValue_3();
NullCheck(L_14);
NullCheck(L_12);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_12, L_13, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))));
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_15 = V_3;
NullCheck(L_15);
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_15);
IL2CPP_LEAVE(0x6A, FINALLY_0060);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0060;
}
FINALLY_0060:
{ // begin finally (depth: 1)
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_16 = V_3;
if (!L_16)
{
goto IL_0069;
}
}
IL_0063:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_17 = V_3;
NullCheck(L_17);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_17);
}
IL_0069:
{
IL2CPP_END_FINALLY(96)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(96)
{
IL2CPP_JUMP_TBL(0x6A, IL_006a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_006a:
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_18 = __this->get__hash_8();
NullCheck(L_18);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(12 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_18);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = V_2;
int32_t L_21 = V_1;
int32_t L_22 = V_0;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_19, 0, (RuntimeArray *)(RuntimeArray *)L_20, L_21, L_22, /*hidden argument*/NULL);
int32_t L_23 = V_1;
int32_t L_24 = V_0;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24));
goto IL_00ef;
}
IL_0085:
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_25 = __this->get__hash_8();
NullCheck(L_25);
VirtActionInvoker0::Invoke(18 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, L_25);
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_26 = ((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields*)il2cpp_codegen_static_fields_for(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var))->get_Null_1();
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_27 = __this->get__hash_8();
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_28 = (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC *)il2cpp_codegen_object_new(CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC_il2cpp_TypeInfo_var);
CryptoStream__ctor_m2BDDB23BFAAB929B9141061367EDAC0524990A5D(L_28, L_26, L_27, 1, /*hidden argument*/NULL);
V_4 = L_28;
}
IL_00a3:
try
{ // begin try (depth: 1)
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_29 = V_4;
PasswordDeriveBytes_HashPrefix_m899976C9FE9AA54F0DF2EC56B0F60F11C98EDD2C(__this, L_29, /*hidden argument*/NULL);
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_30 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = __this->get__baseValue_3();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = __this->get__baseValue_3();
NullCheck(L_32);
NullCheck(L_30);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_30, L_31, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length)))));
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_33 = V_4;
NullCheck(L_33);
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_33);
IL2CPP_LEAVE(0xD6, FINALLY_00ca);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00ca;
}
FINALLY_00ca:
{ // begin finally (depth: 1)
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_34 = V_4;
if (!L_34)
{
goto IL_00d5;
}
}
IL_00ce:
{
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_35 = V_4;
NullCheck(L_35);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_35);
}
IL_00d5:
{
IL2CPP_END_FINALLY(202)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(202)
{
IL2CPP_JUMP_TBL(0xD6, IL_00d6)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00d6:
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_36 = __this->get__hash_8();
NullCheck(L_36);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(12 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::get_Hash() */, L_36);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = V_2;
int32_t L_39 = V_1;
int32_t L_40 = V_0;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_37, 0, (RuntimeArray *)(RuntimeArray *)L_38, L_39, L_40, /*hidden argument*/NULL);
int32_t L_41 = V_1;
int32_t L_42 = V_0;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)L_42));
}
IL_00ef:
{
int32_t L_43 = ___cb0;
int32_t L_44 = V_1;
if ((((int32_t)L_43) > ((int32_t)L_44)))
{
goto IL_0085;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = V_2;
return L_45;
}
}
// System.Void System.Security.Cryptography.PasswordDeriveBytes::HashPrefix(System.Security.Cryptography.CryptoStream)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordDeriveBytes_HashPrefix_m899976C9FE9AA54F0DF2EC56B0F60F11C98EDD2C (PasswordDeriveBytes_t0B43E28D8B48CC5DCBEA0A34BBE4CF02BDC191CC * __this, CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * ___cs0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PasswordDeriveBytes_HashPrefix_m899976C9FE9AA54F0DF2EC56B0F60F11C98EDD2C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
{
V_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____8AEFB06C426E07A0A671A1E2488B4858D694A730_75_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL);
V_1 = L_1;
int32_t L_3 = __this->get__prefix_1();
if ((((int32_t)L_3) <= ((int32_t)((int32_t)999))))
{
goto IL_0031;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral1885B40296C072C74A7520BC8639DA0FEDA99A16, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_5 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, PasswordDeriveBytes_HashPrefix_m899976C9FE9AA54F0DF2EC56B0F60F11C98EDD2C_RuntimeMethod_var);
}
IL_0031:
{
int32_t L_6 = __this->get__prefix_1();
if ((((int32_t)L_6) < ((int32_t)((int32_t)100))))
{
goto IL_0055;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_1;
NullCheck(L_7);
uint8_t* L_8 = ((L_7)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)));
int32_t L_9 = *((uint8_t*)L_8);
int32_t L_10 = __this->get__prefix_1();
*((int8_t*)L_8) = (int8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_10/(int32_t)((int32_t)100)))))))))));
int32_t L_11 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_0055:
{
int32_t L_12 = __this->get__prefix_1();
if ((((int32_t)L_12) < ((int32_t)((int32_t)10))))
{
goto IL_007c;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = V_1;
int32_t L_14 = V_0;
NullCheck(L_13);
uint8_t* L_15 = ((L_13)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_14)));
int32_t L_16 = *((uint8_t*)L_15);
int32_t L_17 = __this->get__prefix_1();
*((int8_t*)L_15) = (int8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_17%(int32_t)((int32_t)100)))/(int32_t)((int32_t)10)))))))))));
int32_t L_18 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
}
IL_007c:
{
int32_t L_19 = __this->get__prefix_1();
if ((((int32_t)L_19) <= ((int32_t)0)))
{
goto IL_00a8;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = V_1;
int32_t L_21 = V_0;
NullCheck(L_20);
uint8_t* L_22 = ((L_20)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_21)));
int32_t L_23 = *((uint8_t*)L_22);
int32_t L_24 = __this->get__prefix_1();
*((int8_t*)L_22) = (int8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_24%(int32_t)((int32_t)10)))))))))));
int32_t L_25 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * L_26 = ___cs0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = V_1;
int32_t L_28 = V_0;
NullCheck(L_26);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_26, L_27, 0, L_28);
}
IL_00a8:
{
int32_t L_29 = __this->get__prefix_1();
__this->set__prefix_1(((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)));
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t OperatingSystem_get_Platform_m36635DD0A3D5442E515AB8D2EA3C7092348A5181_inline (OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__platform_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NativeObjectSecurity_get_ResourceType_m7EC971BA4FDBA1219CA9D1136F541E291F72CEBD_inline (NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_resource_type_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_stringLength_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void KnownAce_set_AccessMask_m9F4390BD828ED4D7EC8C2011BC614F7BB0F67771_inline (KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_access_mask_2(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void KnownAce_set_SecurityIdentifier_m6B9E64CBB21F892BDF99FC2625CC4CA492F80490_inline (KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * __this, SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * ___value0, const RuntimeMethod* method)
{
{
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_0 = ___value0;
__this->set_identifier_3(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ObjectAce_set_ObjectAceFlags_mE52E17879B29EA3ECD432B5D1FE4690A346F31BC_inline (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_object_ace_flags_7(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ObjectAce_set_ObjectAceType_m3D450EE8ABA07C1CA77F94CC6DD439D2047B7A65_inline (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, Guid_t ___value0, const RuntimeMethod* method)
{
{
Guid_t L_0 = ___value0;
__this->set_object_ace_type_5(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ObjectAce_set_InheritedObjectAceType_mAC3F3D9191BEF49C430109BEE113FE792FF3357E_inline (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, Guid_t ___value0, const RuntimeMethod* method)
{
{
Guid_t L_0 = ___value0;
__this->set_inherited_object_type_6(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * KnownAce_get_SecurityIdentifier_mCB19F441A27D354C1313298AFDB6B984119B8454_inline (KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * __this, const RuntimeMethod* method)
{
{
SecurityIdentifier_t567EED7E566FF0FBCDCF3C559A21836D7BD742BE * L_0 = __this->get_identifier_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ObjectAce_get_ObjectAceFlags_mB753AD2314BB5BEFAD21943928852AC10C063545_inline (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_object_ace_flags_7();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint8_t GenericAce_get_AceType_m0868DBA834C12D4646D26BAE195361DF72FCF037_inline (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * __this, const RuntimeMethod* method)
{
{
uint8_t L_0 = __this->get_ace_type_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint8_t GenericAce_get_AceFlags_m739DFEF208355207EB179BC7022C819CD75F3011_inline (GenericAce_t5A002CB820EC119BF1291C9D908955C732E519EA * __this, const RuntimeMethod* method)
{
{
uint8_t L_0 = __this->get_ace_flags_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KnownAce_get_AccessMask_mADE66B04303B8A63969CF045F63674BE4784BB49_inline (KnownAce_t440C27C57259601A000EDF9D2F9D46B05EA3C5EA * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_access_mask_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Guid_t ObjectAce_get_ObjectAceType_m07AE269B542364C13FAAD9F2D19CF35AECF7B73C_inline (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, const RuntimeMethod* method)
{
{
Guid_t L_0 = __this->get_object_ace_type_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Guid_t ObjectAce_get_InheritedObjectAceType_mB21B003BCA610E21265704B7D1AEAFE4BB37E714_inline (ObjectAce_t6D8F06422075958E340E04147497B60F48D063A8 * __this, const RuntimeMethod* method)
{
{
Guid_t L_0 = __this->get_inherited_object_type_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CommonSecurityDescriptor_get_IsContainer_mB4ADC8B13E0218DA38E54D983DC2D95FC77E1E68_inline (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_is_container_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CommonSecurityDescriptor_get_IsDS_m41886ECFD6797054FDB83C440665BC83AE0D23A7_inline (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_is_ds_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * CommonSecurityDescriptor_get_SystemAcl_mDF0FDA356302E2FD9E7DE71204D936C6F2C90FDC_inline (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, const RuntimeMethod* method)
{
{
SystemAcl_t33F341406EE754E1DC5304F8EC20C802974069F3 * L_0 = __this->get_system_acl_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * CommonSecurityDescriptor_get_DiscretionaryAcl_mB02F53CEC82209F8906E13CF99CB8D836447773D_inline (CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * __this, const RuntimeMethod* method)
{
{
DiscretionaryAcl_tFAF7C15009CD9F2634B779CFA17C4C7791C59725 * L_0 = __this->get_discretionary_acl_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeySizes_get_SkipSize_m1749DBFABF927033CA1F790DDE1A25EB9A377E33_inline (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_skipSize_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeySizes_get_MinSize_m1160A46CAEE9F589C22B82440CDFBBD3085CB47B_inline (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_minSize_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeySizes_get_MaxSize_m0DA99EB5B5DE65B27B83EC85F634BBC6382E1691_inline (KeySizes_t31A4CA5111E43FA9857959B01555DA3A768F8D75 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_maxSize_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CryptoStream_get_HasFlushedFinalBlock_mCA9C75EE30F8F809D0A1C11E867988E7B380146D_inline (CryptoStream_t02F19D004439DD03FD7FA81169B58FC3AA05C9FC * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__finalBlockTransformed_15();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 ConfiguredTaskAwaitable_GetAwaiter_m1EF40F198D32924E2D0F41E20B99CADBF5DDD303_inline (ConfiguredTaskAwaitable_t24DE1415466EE20060BE5AD528DC5C812CFA53A9 * __this, const RuntimeMethod* method)
{
{
ConfiguredTaskAwaiter_tF1AAA16B8A1250CA037E32157A3424CD2BA47874 L_0 = __this->get_m_configuredTaskAwaiter_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t CspParameters_get_Flags_mE608E41F1F3E31E1E99920231849E14A786CCAFA_inline (CspParameters_t7DDB44526A2A9693723C2FA915D9DCF2848998C7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_flags_4();
return (int32_t)(L_0);
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* HashAlgorithmName_get_Name_mFFCF361D43C64412C96737345AC79B760DF9D237_inline (HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__name_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_KeyValue_m5D5242329B83D59857627BE579B61F5F6FBAA2D1_inline (KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__keyvalue_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SignatureDescription_set_KeyAlgorithm_mC858F8B4D83C8E177C0F6EB31E38438C23515BBA_inline (SignatureDescription_tB231FA82A9D19469390933853DE38CCB0C0A873F * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set__strKey_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SignatureDescription_set_DigestAlgorithm_m3CAA84C5D222A326641B921453F815AA32BE567B_inline (SignatureDescription_tB231FA82A9D19469390933853DE38CCB0C0A873F * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set__strDigest_1(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SignatureDescription_set_FormatterAlgorithm_m1749CD8420B481A9D466D69CF164347E270989B2_inline (SignatureDescription_tB231FA82A9D19469390933853DE38CCB0C0A873F * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set__strFormatter_2(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SignatureDescription_set_DeformatterAlgorithm_mF2D5C29348CA2D1C037B8C5BE9B70C96A397A573_inline (SignatureDescription_tB231FA82A9D19469390933853DE38CCB0C0A873F * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set__strDeformatter_3(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HMAC_get_BlockSizeValue_mC791A9B6CDC8B10DE4676B79626A2B262E499C56_inline (HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_blockSizeValue_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HMAC_set_BlockSizeValue_m36D47CC19D535596DDF623F27DD8C63A74862C80_inline (HMAC_t85BE56AD7946F3A3D42B52448301D8995DEB7C90 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_blockSizeValue_5(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HashAlgorithmName__ctor_m894A3C6FE998B3464E562A5F93B55A4A59CFB082_inline (HashAlgorithmName_tD62515D9082F4E5599534680DC6E20D5B638A18F * __this, String_t* ___name0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___name0;
__this->set__name_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
int32_t L_1 = (int32_t)__this->get__size_2();
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
{
goto IL_000e;
}
}
{
ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL);
}
IL_000e:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get__items_1();
int32_t L_3 = ___index0;
RuntimeObject * L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_2, (int32_t)L_3);
return L_4;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E ConfiguredTaskAwaitable_1_GetAwaiter_m10B0B84F72A27E623BD94882380E582459F8B8DE_gshared_inline (ConfiguredTaskAwaitable_1_t10E65A50D6EC08956E9F550CD64330F4DED0D38A * __this, const RuntimeMethod* method)
{
{
ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E L_0 = (ConfiguredTaskAwaiter_t18D0589F789FFE82A30A223888FB7C5BED32C63E )__this->get_m_configuredTaskAwaiter_0();
return L_0;
}
}