#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include template struct VirtualActionInvoker1 { 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 struct VirtualActionInvoker2 { 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 struct VirtualFuncInvoker0 { 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 struct VirtualFuncInvoker1 { 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 struct VirtualFuncInvoker2 { 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 struct VirtualFuncInvoker3 { 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 struct VirtualFuncInvoker4 { 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 struct GenericVirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, 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 struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template 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 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); } }; // System.Converter`2 struct Converter_2_t8CB0E5F7BA474A0143CA95667A6A593E635EE3B3; // System.Converter`2 struct Converter_2_t4B17AB465CCCBF8031AD47129A5261C88F1F6907; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tF4468D80E7CE97788C2E325EC65E231981A653F6; // System.Func`2,System.Double>>,o0.Geometry.Vector`1> struct Func_2_t64F5324EB44268D70D2CE48F3906FB279CE34BFE; // System.Func`2>,o0.Geometry.Vector`1> struct Func_2_tCD042A7ED7B4939C6DED096A15989D3AC8F5B28C; // System.Func`2,o0.Geometry.Vector`1> struct Func_2_t54F85B71721D7E2C4B2A1DF18FB292F079695D6A; // System.Func`3,o0.Geometry.Vector`1,o0.Geometry.Vector`1> struct Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98; // System.Func`3,System.Double,o0.Geometry.Vector`1> struct Func_3_t08089D11BE19E3E0A0B8EB839F69753F6B4E1D27; // System.Collections.Generic.HashSet`1 struct HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229; // System.Collections.Generic.List`1 struct List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t77BA6B368D40DAB759A8A757EE4032C4882536FB; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Byte[][] struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // System.UInt32[][] struct UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.Admissions[] struct AdmissionsU5BU5D_tDBCB7A3A945AF71D3AFD40DB0B2DF80B08A1CD8C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] struct DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] struct ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // MenuBackInterface[] struct MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo[] struct ProfessionInfoU5BU5D_t62DBD6C69B65BF5100F2B55E9AD0C60EE9AF5396; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerName[] struct ServerNameU5BU5D_tCE7D8F62D9CE2B948C3176B0E4A2BBA7479B4FCA; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // UnityEngine.Texture2D[] struct Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316; // System.UInt16[] struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // UnityEngine.WheelCollider[] struct WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure[] struct X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator/ControlSurface[] struct ControlSurfaceU5BU5D_t09C2F2631D1F263F2D5F2642B8117E7E1B3BA349; // UnityStandardAssets.Characters.ThirdPerson.AICharacterControl struct AICharacterControl_tA62B9BAC89BE0154E813894EC27C998B55977CA4; // AOTAdapter struct AOTAdapter_tA966ECE5175B60F3FA0AB940479D4B66FA9479FA; // AboutUsView struct AboutUsView_t8DD9725C51188B1B28CBD5F4F53449A7C6164D75; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.AbstractECMultiplier struct AbstractECMultiplier_t54253743E31DE46FD22E58679B9792D44DA770B5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve struct AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mFieldElement struct AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint struct AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpCurve struct AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpFieldElement struct AbstractFpFieldElement_tD2C80C5CF9EBE12D131C5D8D967229FF84510820; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpPoint struct AbstractFpPoint_t799A86CC9DA46A0A95F2372E8027786F40B8E987; // UnityStandardAssets.Cameras.AbstractTargetFollower struct AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsAgreementCredentials struct AbstractTlsAgreementCredentials_t2D38BAF91A1ADA5ACD2D147A82F78A22DC91139C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsCipherFactory struct AbstractTlsCipherFactory_tA8785BCE606A193A288216A22E1D0169431076DE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient struct AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext struct AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsCredentials struct AbstractTlsCredentials_tDB92B39DD1CD54CC841E54091FB947734ECD1664; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsEncryptionCredentials struct AbstractTlsEncryptionCredentials_t2EFED10EB5F6A19463E3D0689B6A8120A90A442C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange struct AbstractTlsKeyExchange_t469056906A1F384443B6EA3D807B76A8ABCF5EDA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsPeer struct AbstractTlsPeer_t3589DDB3C9CBD13D650BADDC95A1814D4A5D6A5A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer struct AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsSigner struct AbstractTlsSigner_t24989BA8F6A4C023621CCF4C4B42BDF8648B0BE1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsSignerCredentials struct AbstractTlsSignerCredentials_t25C57E69FD0FDFF448390F69B6E470CE4D8476F4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AccessDescription struct AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Tsp.Accuracy struct Accuracy_t67B98FC0FBCDCDB47CAE2BE835EC666EB5DA39C8; // UnityStandardAssets.Utility.ActivateTrigger struct ActivateTrigger_t381325415988DBD12B2599B5E2B0A526EA0F687B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.AdditionalInformationSyntax struct AdditionalInformationSyntax_tBF6D76859A3499052ED14FD940C6529D547248AD; // BestHTTP.Decompression.Zlib.Adler struct Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.Adler32 struct Adler32_tA7FF29BBF4C9B4738DDE9CA1F7F5B6457DDF5EC2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.AdmissionSyntax struct AdmissionSyntax_t2B59800096D90E3BA77CF7256DE57D71B98F0F36; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.Admissions struct Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters struct AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAiControl struct AeroplaneAiControl_t4ABAFC0AEAA83D8779307E50289BDC7D726176D4; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio struct AeroplaneAudio_tED6F725E788DB4ACA033B014BD6E3977F142C4A3; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator struct AeroplaneControlSurfaceAnimator_tAB121372160BB21BEDC0E95F34C7DEFBA4C73ABC; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController struct AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103; // UnityStandardAssets.Vehicles.Aeroplane.AeroplanePropellerAnimator struct AeroplanePropellerAnimator_tDC2F37194C555BEFBDA5296A4BBBC7A2B3295D59; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneUserControl2Axis struct AeroplaneUserControl2Axis_t02395777FC842C7DDB43418A941A41EB6F047D7C; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneUserControl4Axis struct AeroplaneUserControl4Axis_tFE5CD54A8E4F1B494B3A70CD16DCD6836C88FE8A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine struct AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine struct AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine struct AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C; // UnityEngine.Animation struct Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8; // UnityEngine.Animator struct Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString struct Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject struct Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A; // UnityEngine.AudioClip struct AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE; // AudioMgr struct AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9; // UnityEngine.CapsuleCollider struct CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate struct Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest struct CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatus struct CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3; // UnityEngine.Collider struct Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DefaultTlsCipherFactory struct DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase struct DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.DigestRandomGenerator struct DigestRandomGenerator_t7F725714953C6C06BF15EB435780870FEC4932F4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigitallySigned struct DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString struct DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve struct ECCurve_t850A42EEB1867F313B111B5A75430D443165B926; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism struct ECEndomorphism_tC94CEDEA023268D74990A2B2C08487E5D3DE2F7E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement struct ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier struct ECMultiplier_t157DBBD8C0030BD905D93F22A7EDD2DD8AF2C0AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPointBase struct ECPointBase_t56B88B30B133094A49B571CEEC84FE5E9AF81CCF; // System.Exception struct Exception_t; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName struct GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters struct ICipherParameters_t34CE1534DC151ED2EAE336C7381B86567D158F03; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest struct IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField struct IFiniteField_t93F742CE2136665713411FB881C26BD6E901868C; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IPolynomialExtensionField struct IPolynomialExtensionField_t969265F2B050C50E58B08B2FF8C6390DEE0895D7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator struct IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner struct ISigner_tCCA744D5676F335002A9182CD1A47660B2100EEA; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter struct KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray struct LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // MenuBackController struct MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4; // MenuBackInterface struct MenuBackInterface_t83F97C72E65FAFC7D5CBB95AEC59CFFB70710488; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.NamingAuthority struct NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138; // UnityEngine.AI.NavMeshAgent struct NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.NewSessionTicket struct NewSessionTicket_tE97CC8F3816C300BC527EEB9DF903C4AB90348EF; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo struct ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion struct ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters struct SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerName struct ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerNameList struct ServerNameList_t0AD4FCB1DE8CF29A35882591180C32EB8C352676; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm struct SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF; // UnityStandardAssets.Characters.ThirdPerson.ThirdPersonCharacter struct ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher struct TlsCipher_t5712DE46CB373D72FA5DDFDBC21DB15309ACA191; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory struct TlsCipherFactory_t0F936DE1D412BE079F1BFABC4203B927A87F598E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClientContext struct TlsClientContext_t18BBECA666BE004BF00BF3299931DD6893065D14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCompression struct TlsCompression_tF3A24709C14F149989D3AC05D919AA3B4A8160B3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext struct TlsContext_t4B26631B1E8D556073EE641DCEE757DBEEC197DB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCredentials struct TlsCredentials_t6C3F3B2C48D027442C1753CA9C9E1D75BC3B4CA7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsDeflateCompression struct TlsDeflateCompression_t6B3138C3D08A0B68B2FEE96C9F55A23955A0D9D9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert struct TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsNullCompression struct TlsNullCompression_t49470554C57A5B979EF77D41D47FD59BC5960B82; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServerContext struct TlsServerContext_t47A3ABCF912BED3261C46CA0AD0DDA6D778FAA57; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSession struct TlsSession_t4CB6C94A80A6FE3AF5678CBB7475A74FE61AE4F0; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // JCUnityLib.ViewBase struct ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC; // ViewMgr struct ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // UnityEngine.WheelCollider struct WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZStream struct ZStream_t1AFB5AE350EA0636F3469177D2983CD12DA2CC3C; // AOTAdapter/d__1 struct U3CTestCalibrateGyrBy9AxisDataU3Ed__1_tB9846DB130C10CD7DBB90339B3EE5EB979F1BA6F; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio/AdvancedSetttings struct AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator/ControlSurface struct ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403; // UnityEngine.AudioClip/PCMReaderCallback struct PCMReaderCallback_t9CA1437D36509A9FAC5EDD8FF2BC3259C24D0E0B; // UnityEngine.AudioClip/PCMSetPositionCallback struct PCMSetPositionCallback_tBDD99E7C0697687F1E7B06CDD5DE444A3709CF4C; // UnityEngine.RectTransform/ReapplyDrivenProperties struct ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; IL2CPP_EXTERN_C RuntimeClass* AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Accuracy_t67B98FC0FBCDCDB47CAE2BE835EC666EB5DA39C8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AdditionalInformationSyntax_tBF6D76859A3499052ED14FD940C6529D547248AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AdmissionSyntax_t2B59800096D90E3BA77CF7256DE57D71B98F0F36_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AdmissionsU5BU5D_tDBCB7A3A945AF71D3AFD40DB0B2DF80B08A1CD8C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Converter_2_t4B17AB465CCCBF8031AD47129A5261C88F1F6907_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CrossPlatformInputManager_t0BED7CD52A3F492FA55E420470222FCDF9A89AD5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestRandomGenerator_t7F725714953C6C06BF15EB435780870FEC4932F4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_3_t08089D11BE19E3E0A0B8EB839F69753F6B4E1D27_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAsn1String_tB12BA3E00C5577BB15F600BEAADA53A4DC2A93E3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IFiniteField_t93F742CE2136665713411FB881C26BD6E901868C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t77BA6B368D40DAB759A8A757EE4032C4882536FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NewSessionTicket_tE97CC8F3816C300BC527EEB9DF903C4AB90348EF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ProfessionInfoU5BU5D_t62DBD6C69B65BF5100F2B55E9AD0C60EE9AF5396_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ServerNameList_t0AD4FCB1DE8CF29A35882591180C32EB8C352676_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Times_t0764503B8BDE3E87C25E1C2C8F21400B48C8F13F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsCipherFactory_t0F936DE1D412BE079F1BFABC4203B927A87F598E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsContext_t4B26631B1E8D556073EE641DCEE757DBEEC197DB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsCredentials_t6C3F3B2C48D027442C1753CA9C9E1D75BC3B4CA7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsDeflateCompression_t6B3138C3D08A0B68B2FEE96C9F55A23955A0D9D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsEccUtilities_tA8FA2CF6C2582ADEB9045A54E18452FF71644AAD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsNullCompression_t49470554C57A5B979EF77D41D47FD59BC5960B82_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Tnaf_t81087B1591BF363879B0361EE4C5F411B1802A93_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CTestCalibrateGyrBy9AxisDataU3Ed__1_tB9846DB130C10CD7DBB90339B3EE5EB979F1BA6F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral0198AA6FEAB49BBB85FF18EDE85816FCC424D8D7; IL2CPP_EXTERN_C String_t* _stringLiteral1557AFFE8BBF6FF1C05CD38FC1CAB933607E374C; IL2CPP_EXTERN_C String_t* _stringLiteral16DD21BE77B115D392226EB71A2D3A9FDC29E3F0; IL2CPP_EXTERN_C String_t* _stringLiteral16E1218E6019D1B44B02C8CA5D97498E293BBC7A; IL2CPP_EXTERN_C String_t* _stringLiteral16E6163626A12D1DF5EDADB492CEBF218FFEFB5D; IL2CPP_EXTERN_C String_t* _stringLiteral1DCDC5DD46C5EE3772C1FD90AC5D5FD906CBAE86; IL2CPP_EXTERN_C String_t* _stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE; IL2CPP_EXTERN_C String_t* _stringLiteral265E15F1F86F1C766555899D5771CF29055DE75A; IL2CPP_EXTERN_C String_t* _stringLiteral29C2CC2A1F8EF673FA2E8F4636F9BF77F9B0A0EA; IL2CPP_EXTERN_C String_t* _stringLiteral2BD1D4754D7590A329D9357372B2F2183396EEF9; IL2CPP_EXTERN_C String_t* _stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2; IL2CPP_EXTERN_C String_t* _stringLiteral3B927BB2832904BD5FD9B23EB2700F7CE5EDD7C1; IL2CPP_EXTERN_C String_t* _stringLiteral423ACA01AC170A50869ECDEF572CD96995576718; IL2CPP_EXTERN_C String_t* _stringLiteral492FF0043DAAFB823DC466AE1313919237CF4F66; IL2CPP_EXTERN_C String_t* _stringLiteral4F2CEDC9C1C1058102FE87CA1B2B5AEFD9B8E356; IL2CPP_EXTERN_C String_t* _stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E; IL2CPP_EXTERN_C String_t* _stringLiteral6A709BA6B47DD0FD4BFDFFDD1FAD5E1071B2FBDC; IL2CPP_EXTERN_C String_t* _stringLiteral7ADB26976C64E2913ACB7A7907862FA832C541C3; IL2CPP_EXTERN_C String_t* _stringLiteral7DBDBA421AC8484BAFE52A917ED124C00D46DC9E; IL2CPP_EXTERN_C String_t* _stringLiteral7E72F695FA1ADD82694BFAAE0D450A02CFF9BAD1; IL2CPP_EXTERN_C String_t* _stringLiteral7F8C014BD4810CC276D0F9F81A1E759C7B098B1E; IL2CPP_EXTERN_C String_t* _stringLiteral84EAEBC82D7315561C65C9D45DF5978D32B9114D; IL2CPP_EXTERN_C String_t* _stringLiteral8765EAD9CEAC2E7567BD19108F56080A7AD8C252; IL2CPP_EXTERN_C String_t* _stringLiteral88BEE283254D7094E258B3A88730F4CC4F1E4AC7; IL2CPP_EXTERN_C String_t* _stringLiteral88FDE4E981039D470D95B3A195A7183361D9E468; IL2CPP_EXTERN_C String_t* _stringLiteral8F79A9E7ECD108CC68DE9D4183A6DBBA7CF12C8F; IL2CPP_EXTERN_C String_t* _stringLiteralA411FC0F3A67F563080C0B2C9B766FA0B758F635; IL2CPP_EXTERN_C String_t* _stringLiteralA5B849A456671FE37C92B2072D1EDEE14697F7B0; IL2CPP_EXTERN_C String_t* _stringLiteralA9692D3FA66B49CB0A74C0107BE801C882F1D627; IL2CPP_EXTERN_C String_t* _stringLiteralAA865A049885469CAE360992BE4F6954D81160E3; IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D; IL2CPP_EXTERN_C String_t* _stringLiteralB44CB47D683F1EAE9F0359F3585EF597B47F60A0; IL2CPP_EXTERN_C String_t* _stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED; IL2CPP_EXTERN_C String_t* _stringLiteralB72657F0B8D2D8F073DD492DC0BA16984E3BA442; IL2CPP_EXTERN_C String_t* _stringLiteralBB430A3A6FD2BA15DF02BF5291EFA70B7E3DDBA5; IL2CPP_EXTERN_C String_t* _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70; IL2CPP_EXTERN_C String_t* _stringLiteralCED4ECC4AE35D4EFF2458EF43A779BB25724C998; IL2CPP_EXTERN_C String_t* _stringLiteralD4587DAEA872EB0581FD7E2ACC74AA38FE7E38A4; IL2CPP_EXTERN_C String_t* _stringLiteralD60AE7E2FC49FE6878069F49FF751C9CA5332C15; IL2CPP_EXTERN_C String_t* _stringLiteralDB29E444EBDE0FBFA2123D9F7EF8EA8EDFDD8506; IL2CPP_EXTERN_C String_t* _stringLiteralDB871EC8666A42D681BC92626CC2DD53036E8DB7; IL2CPP_EXTERN_C String_t* _stringLiteralDBF4B9E804B8020528C55E98E771D2025C3ADFA5; IL2CPP_EXTERN_C String_t* _stringLiteralEC27B2EE69C00117EF98E24323B84E0FC2CEE450; IL2CPP_EXTERN_C String_t* _stringLiteralEE183F22AF283718B7715AD610FEC8C289109FD1; IL2CPP_EXTERN_C String_t* _stringLiteralF99C83B5A6A13E692E3A135868E45CBB7E938EAA; IL2CPP_EXTERN_C String_t* _stringLiteralFBC1FBDF3F91C0637B6624C6C526B3718C7E46A2; IL2CPP_EXTERN_C const RuntimeMethod* AbstractF2mCurve_BuildField_m04DA8E75B06499D714B02ABB7F15E310E6625849_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractF2mCurve_CreatePoint_m0BB8EAA178FC6B647C0499990BE5A32F3D883099_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractF2mCurve_DecompressPoint_mB5ADA7ECEEC468838E8F5BD56F963E389988F940_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractF2mFieldElement_HalfTrace_m0978120D82E3A8F9994B3BF8C21B17E3308EB08A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractF2mFieldElement_Trace_m2CB43D6449723BF02E092D1E1D3ECD5C976B96B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractF2mPoint_SatisfiesCurveEquation_mE774B75B5736E4FBE8AD06EB68476D009D3C7666_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractF2mPoint_TauPow_m9E3230C6082D696F9B1F805A9314B54949376141_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractF2mPoint_Tau_m4AB82C9E942B8300C59C203B47D121A3C500DB4E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractFpCurve_DecompressPoint_mBDCDC336839C40605F734B064E89A0AA2D7FDCCC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractFpPoint_SatisfiesCurveEquation_m209397E75F889A29E1BDA2FCC3EA0C0B1A2D9ECE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractTlsCipherFactory_CreateCipher_m43FF5D365582CFB74922379332778B9CAB925D01_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractTlsClient_CheckForUnexpectedServerExtension_mC4EB330F597729BB91EF7FAAB3BCB85F4905A787_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractTlsClient_GetCompression_m62F000706F926945DF52435D3BD99811C9434CAA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractTlsClient_NotifyServerVersion_m3E4B70B2629FBB9615384512FFD8463E67C3AAD9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractTlsClient_ProcessServerSupplementalData_m0976E48219DD93A8ED8A9E1507796082CF4CD682_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractTlsContext_ExportKeyingMaterial_m09F98974D75B0E934E62D56A7F048AD66289F61B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractTlsKeyExchange_GenerateServerKeyExchange_m9311FF6E8D4A8E983AC93C938674700A2E7FA3C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractTlsKeyExchange_Init_mA65A247B3EE4414B2C369035663D40F7622FBBAD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractTlsKeyExchange_ProcessClientKeyExchange_mB99E84DD6D40D75B41A5115DA1B9399A934B43F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractTlsKeyExchange_ProcessServerKeyExchange_m83285065760E1DBC51BE6823DBFC692250DFCCA5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractTlsKeyExchange_SkipServerKeyExchange_m4AD339A486DC7CAECAC3A1B007FF02B76B6A79B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractTlsPeer_NotifySecureRenegotiation_m249BBDFB27CB271074347B581246AB02B9CCF4F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractTlsServer_GetCompression_mFA9E2487FDF8AA2BA0EA85AF4F60D04FA4222BE3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractTlsServer_GetSelectedCipherSuite_m841BCF4AF4377B89E0EA6560962AF139BE8DDD67_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractTlsServer_GetSelectedCompressionMethod_m7BAC5D6B859F5DA3D2A684CF29431DD483C70116_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractTlsServer_GetServerVersion_m93DEA6A3A4CE3D53856AF7A82D73A83FD0C23CF4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractTlsServer_NotifyClientCertificate_mA469BE360BBB520AF2FE36075B69A10CE6A6DA21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractTlsServer_NotifyFallback_m5C5A79A6EB103865FF20F565E59EB799DDE3BE7F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractTlsServer_ProcessClientExtensions_mCB13675B6C9A6ACA57E849231984CDB30A82D27B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractTlsServer_ProcessClientSupplementalData_m99490EA1F7B088C83BC3A3198AF18C85BF45F4F3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AbstractTlsSignerCredentials_get_SignatureAndHashAlgorithm_m4D0282CC0734FA47464A1616799313AFD84A5191_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AccessDescription_GetInstance_mA8771A414D406CAE18021338681FBE95CB518505_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AccessDescription__ctor_m3A06F2FCE21E4FA3CDF12FA51FA2CF6136407B0D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Accuracy_GetInstance_m90817F23FB691DE12B33812C16DED3F73E3841F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Accuracy__ctor_m1F765E99EE0E5AB3E1A55A3BD9FB086D9779241D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Accuracy__ctor_m876EA9B8D9DF8DD31E0C99F58559BAA6B17E5ADD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AdditionalInformationSyntax_GetInstance_mB7ABFC43AEC122440D39D8C1747D5DEDCD3BE5DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AdmissionSyntax_GetInstance_mC67E2C2C86DB22CC9FF44FD389E199EB5F296C1A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AdmissionSyntax__ctor_m1DF0F442A95F7F5621B5DD65CA4CCDCE7FA65941_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Admissions_GetInstance_mA792BBF88022C1FDC69CA35C0D04180E2A580DFF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Admissions__ctor_mCC253BAF015541C3B0C7166974227A5525EEA10D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AesEngine_GenerateWorkingKey_mE57E9EF5444A3EAFB3C0772329C5554C48639C98_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AesEngine_Init_m6D6EF5AE3C00B3A2989CBB7624B6031362F2AF4D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AesEngine_ProcessBlock_mE60A687CAE7B3C9361AF39C32AE2C2FAAB2D9A98_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AesFastEngine_GenerateWorkingKey_m8628091E2603B11DF054843C3E68021658275D7D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AesFastEngine_Init_m71ED02E1EC39281F01A3DC566202FF73558935CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AesFastEngine_ProcessBlock_m7A8FAA3236F8A9BEBB60F83BF396059EE181479E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AesLightEngine_GenerateWorkingKey_m151D0EB83D63CA0FFE3F69EA497779240E2EC8E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AesLightEngine_Init_m5144462530F9CB60E69A5B166CC72DFCAD70AA97_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AesLightEngine_ProcessBlock_m8990430B7103EFFA61B9BDF359F14DF5296AFA0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_ConvertAll_TisString_t_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0A79CDEF831C4A13973A436B144DFBC9DA65783_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisNavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B_m9293A09CA175BBEF5185AED9AF3A75BD96635BB3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisAeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103_mD88E3A73D39CF612AB9E30CE2D5E83FCB1465116_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mB89D75983F403B440947CE6FB264503618F5B951_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525_m40C8AE7F546E7C191AE783821E3437582BB8EF9E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentsInChildren_TisWheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779_m9DDC7258869B0D6263AA367336D70F4966CE1614_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Converter_2__ctor_m3C75DF85AD16E7486DFC7723FF5C3F678E1FBC12_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_3__ctor_m08FD8A1BC70532B505DA643E490593D7995BC2F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_3__ctor_mE0B8B63345542489B4819DDC1D1D86A909FA793E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_m960FD5C861EFDB693785C073698FEBE516CDE81E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisAnimation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8_mF1FD0FEF2EA1871E69A6CDEA2AEA35CA963D870C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mAEAFB52F240319AA1D448C63589073F709E7CEC1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m63D8EDB109726D949E9E5DC9B84B86F39661B848_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mF6943C67D79929CEF346FD96932E84EFCA9819B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CToBytesU3Eb__2_0_mE28F0077013B55F583A866FF7608569E7C0775C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__0_0_mC7790A7CFD4999B2EE305DF08BFBCF25D1244A7F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__0_1_m75AB8A91B6107BE45C02FAD51F1DDC34DF145DDF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__0_2_mF355A2B81028A50648F919FF9314AC9B0E40298A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__0_3_m8125382A13845B639A0D84650C0668F16470BFF3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__0_4_m7ED75D4BEFDCC32141EA98BBC3C41F20F39EA4C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_DestroyView_TisAboutUsView_t8DD9725C51188B1B28CBD5F4F53449A7C6164D75_m65BF7294C1246A4D5C2D183A0FBA0104538B41AF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68; struct AdmissionsU5BU5D_tDBCB7A3A945AF71D3AFD40DB0B2DF80B08A1CD8C; struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct ProfessionInfoU5BU5D_t62DBD6C69B65BF5100F2B55E9AD0C60EE9AF5396; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316; struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; struct WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6; struct ControlSurfaceU5BU5D_t09C2F2631D1F263F2D5F2642B8117E7E1B3BA349; 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 // struct U3CModuleU3E_tFDCAFCBB4B3431CFF2DC4D3E03FBFDF54EFF7E9A { public: public: }; // System.Object // System.EmptyArray`1 struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4 : public RuntimeObject { public: public: }; struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields { public: // T[] System.EmptyArray`1::Value ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields, ___Value_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_Value_0() const { return ___Value_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* ____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(offsetof(List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F, ____items_1)); } inline MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* get__items_1() const { return ____items_1; } inline MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5** get_address_of__items_1() { return &____items_1; } inline void set__items_1(MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F, ____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(offsetof(List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F, ____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(offsetof(List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F, ____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_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F_StaticFields, ____emptyArray_5)); } inline MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* get__emptyArray_5() const { return ____emptyArray_5; } inline MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____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(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____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(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____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(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____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_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t77BA6B368D40DAB759A8A757EE4032C4882536FB : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ServerNameU5BU5D_tCE7D8F62D9CE2B948C3176B0E4A2BBA7479B4FCA* ____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(offsetof(List_1_t77BA6B368D40DAB759A8A757EE4032C4882536FB, ____items_1)); } inline ServerNameU5BU5D_tCE7D8F62D9CE2B948C3176B0E4A2BBA7479B4FCA* get__items_1() const { return ____items_1; } inline ServerNameU5BU5D_tCE7D8F62D9CE2B948C3176B0E4A2BBA7479B4FCA** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ServerNameU5BU5D_tCE7D8F62D9CE2B948C3176B0E4A2BBA7479B4FCA* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t77BA6B368D40DAB759A8A757EE4032C4882536FB, ____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(offsetof(List_1_t77BA6B368D40DAB759A8A757EE4032C4882536FB, ____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(offsetof(List_1_t77BA6B368D40DAB759A8A757EE4032C4882536FB, ____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_t77BA6B368D40DAB759A8A757EE4032C4882536FB_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ServerNameU5BU5D_tCE7D8F62D9CE2B948C3176B0E4A2BBA7479B4FCA* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t77BA6B368D40DAB759A8A757EE4032C4882536FB_StaticFields, ____emptyArray_5)); } inline ServerNameU5BU5D_tCE7D8F62D9CE2B948C3176B0E4A2BBA7479B4FCA* get__emptyArray_5() const { return ____emptyArray_5; } inline ServerNameU5BU5D_tCE7D8F62D9CE2B948C3176B0E4A2BBA7479B4FCA** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ServerNameU5BU5D_tCE7D8F62D9CE2B948C3176B0E4A2BBA7479B4FCA* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____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(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____items_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__items_1() const { return ____items_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____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(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____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(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____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_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields, ____emptyArray_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__emptyArray_5() const { return ____emptyArray_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.AbstractECMultiplier struct AbstractECMultiplier_t54253743E31DE46FD22E58679B9792D44DA770B5 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsCipherFactory struct AbstractTlsCipherFactory_tA8785BCE606A193A288216A22E1D0169431076DE : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext struct AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::mNonceRandom RuntimeObject* ___mNonceRandom_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::mSecureRandom SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___mSecureRandom_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::mSecurityParameters SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * ___mSecurityParameters_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::mClientVersion ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___mClientVersion_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::mServerVersion ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___mServerVersion_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSession BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::mSession RuntimeObject* ___mSession_6; // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::mUserObject RuntimeObject * ___mUserObject_7; public: inline static int32_t get_offset_of_mNonceRandom_1() { return static_cast(offsetof(AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836, ___mNonceRandom_1)); } inline RuntimeObject* get_mNonceRandom_1() const { return ___mNonceRandom_1; } inline RuntimeObject** get_address_of_mNonceRandom_1() { return &___mNonceRandom_1; } inline void set_mNonceRandom_1(RuntimeObject* value) { ___mNonceRandom_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mNonceRandom_1), (void*)value); } inline static int32_t get_offset_of_mSecureRandom_2() { return static_cast(offsetof(AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836, ___mSecureRandom_2)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_mSecureRandom_2() const { return ___mSecureRandom_2; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_mSecureRandom_2() { return &___mSecureRandom_2; } inline void set_mSecureRandom_2(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___mSecureRandom_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSecureRandom_2), (void*)value); } inline static int32_t get_offset_of_mSecurityParameters_3() { return static_cast(offsetof(AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836, ___mSecurityParameters_3)); } inline SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * get_mSecurityParameters_3() const { return ___mSecurityParameters_3; } inline SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 ** get_address_of_mSecurityParameters_3() { return &___mSecurityParameters_3; } inline void set_mSecurityParameters_3(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * value) { ___mSecurityParameters_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSecurityParameters_3), (void*)value); } inline static int32_t get_offset_of_mClientVersion_4() { return static_cast(offsetof(AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836, ___mClientVersion_4)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_mClientVersion_4() const { return ___mClientVersion_4; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_mClientVersion_4() { return &___mClientVersion_4; } inline void set_mClientVersion_4(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___mClientVersion_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mClientVersion_4), (void*)value); } inline static int32_t get_offset_of_mServerVersion_5() { return static_cast(offsetof(AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836, ___mServerVersion_5)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_mServerVersion_5() const { return ___mServerVersion_5; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_mServerVersion_5() { return &___mServerVersion_5; } inline void set_mServerVersion_5(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___mServerVersion_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mServerVersion_5), (void*)value); } inline static int32_t get_offset_of_mSession_6() { return static_cast(offsetof(AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836, ___mSession_6)); } inline RuntimeObject* get_mSession_6() const { return ___mSession_6; } inline RuntimeObject** get_address_of_mSession_6() { return &___mSession_6; } inline void set_mSession_6(RuntimeObject* value) { ___mSession_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSession_6), (void*)value); } inline static int32_t get_offset_of_mUserObject_7() { return static_cast(offsetof(AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836, ___mUserObject_7)); } inline RuntimeObject * get_mUserObject_7() const { return ___mUserObject_7; } inline RuntimeObject ** get_address_of_mUserObject_7() { return &___mUserObject_7; } inline void set_mUserObject_7(RuntimeObject * value) { ___mUserObject_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___mUserObject_7), (void*)value); } }; struct AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836_StaticFields { public: // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::counter int64_t ___counter_0; public: inline static int32_t get_offset_of_counter_0() { return static_cast(offsetof(AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836_StaticFields, ___counter_0)); } inline int64_t get_counter_0() const { return ___counter_0; } inline int64_t* get_address_of_counter_0() { return &___counter_0; } inline void set_counter_0(int64_t value) { ___counter_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsCredentials struct AbstractTlsCredentials_tDB92B39DD1CD54CC841E54091FB947734ECD1664 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange struct AbstractTlsKeyExchange_t469056906A1F384443B6EA3D807B76A8ABCF5EDA : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange::mKeyExchange int32_t ___mKeyExchange_0; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange::mSupportedSignatureAlgorithms RuntimeObject* ___mSupportedSignatureAlgorithms_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange::mContext RuntimeObject* ___mContext_2; public: inline static int32_t get_offset_of_mKeyExchange_0() { return static_cast(offsetof(AbstractTlsKeyExchange_t469056906A1F384443B6EA3D807B76A8ABCF5EDA, ___mKeyExchange_0)); } inline int32_t get_mKeyExchange_0() const { return ___mKeyExchange_0; } inline int32_t* get_address_of_mKeyExchange_0() { return &___mKeyExchange_0; } inline void set_mKeyExchange_0(int32_t value) { ___mKeyExchange_0 = value; } inline static int32_t get_offset_of_mSupportedSignatureAlgorithms_1() { return static_cast(offsetof(AbstractTlsKeyExchange_t469056906A1F384443B6EA3D807B76A8ABCF5EDA, ___mSupportedSignatureAlgorithms_1)); } inline RuntimeObject* get_mSupportedSignatureAlgorithms_1() const { return ___mSupportedSignatureAlgorithms_1; } inline RuntimeObject** get_address_of_mSupportedSignatureAlgorithms_1() { return &___mSupportedSignatureAlgorithms_1; } inline void set_mSupportedSignatureAlgorithms_1(RuntimeObject* value) { ___mSupportedSignatureAlgorithms_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSupportedSignatureAlgorithms_1), (void*)value); } inline static int32_t get_offset_of_mContext_2() { return static_cast(offsetof(AbstractTlsKeyExchange_t469056906A1F384443B6EA3D807B76A8ABCF5EDA, ___mContext_2)); } inline RuntimeObject* get_mContext_2() const { return ___mContext_2; } inline RuntimeObject** get_address_of_mContext_2() { return &___mContext_2; } inline void set_mContext_2(RuntimeObject* value) { ___mContext_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mContext_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsPeer struct AbstractTlsPeer_t3589DDB3C9CBD13D650BADDC95A1814D4A5D6A5A : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsSigner struct AbstractTlsSigner_t24989BA8F6A4C023621CCF4C4B42BDF8648B0BE1 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsSigner::mContext RuntimeObject* ___mContext_0; public: inline static int32_t get_offset_of_mContext_0() { return static_cast(offsetof(AbstractTlsSigner_t24989BA8F6A4C023621CCF4C4B42BDF8648B0BE1, ___mContext_0)); } inline RuntimeObject* get_mContext_0() const { return ___mContext_0; } inline RuntimeObject** get_address_of_mContext_0() { return &___mContext_0; } inline void set_mContext_0(RuntimeObject* value) { ___mContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mContext_0), (void*)value); } }; // BestHTTP.Decompression.Zlib.Adler struct Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC : public RuntimeObject { public: public: }; struct Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_StaticFields { public: // System.UInt32 BestHTTP.Decompression.Zlib.Adler::BASE uint32_t ___BASE_0; // System.Int32 BestHTTP.Decompression.Zlib.Adler::NMAX int32_t ___NMAX_1; public: inline static int32_t get_offset_of_BASE_0() { return static_cast(offsetof(Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_StaticFields, ___BASE_0)); } inline uint32_t get_BASE_0() const { return ___BASE_0; } inline uint32_t* get_address_of_BASE_0() { return &___BASE_0; } inline void set_BASE_0(uint32_t value) { ___BASE_0 = value; } inline static int32_t get_offset_of_NMAX_1() { return static_cast(offsetof(Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_StaticFields, ___NMAX_1)); } inline int32_t get_NMAX_1() const { return ___NMAX_1; } inline int32_t* get_address_of_NMAX_1() { return &___NMAX_1; } inline void set_NMAX_1(int32_t value) { ___NMAX_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.Adler32 struct Adler32_tA7FF29BBF4C9B4738DDE9CA1F7F5B6457DDF5EC2 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters struct AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::associatedText ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___associatedText_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::nonce ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___nonce_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::key KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ___key_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::macSize int32_t ___macSize_3; public: inline static int32_t get_offset_of_associatedText_0() { return static_cast(offsetof(AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64, ___associatedText_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_associatedText_0() const { return ___associatedText_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_associatedText_0() { return &___associatedText_0; } inline void set_associatedText_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___associatedText_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___associatedText_0), (void*)value); } inline static int32_t get_offset_of_nonce_1() { return static_cast(offsetof(AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64, ___nonce_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_nonce_1() const { return ___nonce_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_nonce_1() { return &___nonce_1; } inline void set_nonce_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___nonce_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___nonce_1), (void*)value); } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64, ___key_2)); } inline KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * get_key_2() const { return ___key_2; } inline KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC ** get_address_of_key_2() { return &___key_2; } inline void set_key_2(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } inline static int32_t get_offset_of_macSize_3() { return static_cast(offsetof(AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64, ___macSize_3)); } inline int32_t get_macSize_3() const { return ___macSize_3; } inline int32_t* get_address_of_macSize_3() { return &___macSize_3; } inline void set_macSize_3(int32_t value) { ___macSize_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine struct AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::ROUNDS int32_t ___ROUNDS_10; // System.UInt32[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::WorkingKey UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* ___WorkingKey_11; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::C0 uint32_t ___C0_12; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::C1 uint32_t ___C1_13; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::C2 uint32_t ___C2_14; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::C3 uint32_t ___C3_15; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::forEncryption bool ___forEncryption_16; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::s ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___s_17; public: inline static int32_t get_offset_of_ROUNDS_10() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234, ___ROUNDS_10)); } inline int32_t get_ROUNDS_10() const { return ___ROUNDS_10; } inline int32_t* get_address_of_ROUNDS_10() { return &___ROUNDS_10; } inline void set_ROUNDS_10(int32_t value) { ___ROUNDS_10 = value; } inline static int32_t get_offset_of_WorkingKey_11() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234, ___WorkingKey_11)); } inline UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* get_WorkingKey_11() const { return ___WorkingKey_11; } inline UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68** get_address_of_WorkingKey_11() { return &___WorkingKey_11; } inline void set_WorkingKey_11(UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* value) { ___WorkingKey_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___WorkingKey_11), (void*)value); } inline static int32_t get_offset_of_C0_12() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234, ___C0_12)); } inline uint32_t get_C0_12() const { return ___C0_12; } inline uint32_t* get_address_of_C0_12() { return &___C0_12; } inline void set_C0_12(uint32_t value) { ___C0_12 = value; } inline static int32_t get_offset_of_C1_13() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234, ___C1_13)); } inline uint32_t get_C1_13() const { return ___C1_13; } inline uint32_t* get_address_of_C1_13() { return &___C1_13; } inline void set_C1_13(uint32_t value) { ___C1_13 = value; } inline static int32_t get_offset_of_C2_14() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234, ___C2_14)); } inline uint32_t get_C2_14() const { return ___C2_14; } inline uint32_t* get_address_of_C2_14() { return &___C2_14; } inline void set_C2_14(uint32_t value) { ___C2_14 = value; } inline static int32_t get_offset_of_C3_15() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234, ___C3_15)); } inline uint32_t get_C3_15() const { return ___C3_15; } inline uint32_t* get_address_of_C3_15() { return &___C3_15; } inline void set_C3_15(uint32_t value) { ___C3_15 = value; } inline static int32_t get_offset_of_forEncryption_16() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234, ___forEncryption_16)); } inline bool get_forEncryption_16() const { return ___forEncryption_16; } inline bool* get_address_of_forEncryption_16() { return &___forEncryption_16; } inline void set_forEncryption_16(bool value) { ___forEncryption_16 = value; } inline static int32_t get_offset_of_s_17() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234, ___s_17)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_s_17() const { return ___s_17; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_s_17() { return &___s_17; } inline void set_s_17(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___s_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_17), (void*)value); } }; struct AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::S ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::Si ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Si_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::rcon ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rcon_2; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::T0 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___T0_3; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::Tinv0 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___Tinv0_4; public: inline static int32_t get_offset_of_S_0() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields, ___S_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_S_0() const { return ___S_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_S_0() { return &___S_0; } inline void set_S_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___S_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___S_0), (void*)value); } inline static int32_t get_offset_of_Si_1() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields, ___Si_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Si_1() const { return ___Si_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Si_1() { return &___Si_1; } inline void set_Si_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Si_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Si_1), (void*)value); } inline static int32_t get_offset_of_rcon_2() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields, ___rcon_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_rcon_2() const { return ___rcon_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_rcon_2() { return &___rcon_2; } inline void set_rcon_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___rcon_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___rcon_2), (void*)value); } inline static int32_t get_offset_of_T0_3() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields, ___T0_3)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_T0_3() const { return ___T0_3; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_T0_3() { return &___T0_3; } inline void set_T0_3(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___T0_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___T0_3), (void*)value); } inline static int32_t get_offset_of_Tinv0_4() { return static_cast(offsetof(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields, ___Tinv0_4)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_Tinv0_4() const { return ___Tinv0_4; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_Tinv0_4() { return &___Tinv0_4; } inline void set_Tinv0_4(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___Tinv0_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Tinv0_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine struct AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::ROUNDS int32_t ___ROUNDS_16; // System.UInt32[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::WorkingKey UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* ___WorkingKey_17; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::C0 uint32_t ___C0_18; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::C1 uint32_t ___C1_19; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::C2 uint32_t ___C2_20; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::C3 uint32_t ___C3_21; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::forEncryption bool ___forEncryption_22; public: inline static int32_t get_offset_of_ROUNDS_16() { return static_cast(offsetof(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9, ___ROUNDS_16)); } inline int32_t get_ROUNDS_16() const { return ___ROUNDS_16; } inline int32_t* get_address_of_ROUNDS_16() { return &___ROUNDS_16; } inline void set_ROUNDS_16(int32_t value) { ___ROUNDS_16 = value; } inline static int32_t get_offset_of_WorkingKey_17() { return static_cast(offsetof(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9, ___WorkingKey_17)); } inline UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* get_WorkingKey_17() const { return ___WorkingKey_17; } inline UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68** get_address_of_WorkingKey_17() { return &___WorkingKey_17; } inline void set_WorkingKey_17(UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* value) { ___WorkingKey_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___WorkingKey_17), (void*)value); } inline static int32_t get_offset_of_C0_18() { return static_cast(offsetof(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9, ___C0_18)); } inline uint32_t get_C0_18() const { return ___C0_18; } inline uint32_t* get_address_of_C0_18() { return &___C0_18; } inline void set_C0_18(uint32_t value) { ___C0_18 = value; } inline static int32_t get_offset_of_C1_19() { return static_cast(offsetof(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9, ___C1_19)); } inline uint32_t get_C1_19() const { return ___C1_19; } inline uint32_t* get_address_of_C1_19() { return &___C1_19; } inline void set_C1_19(uint32_t value) { ___C1_19 = value; } inline static int32_t get_offset_of_C2_20() { return static_cast(offsetof(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9, ___C2_20)); } inline uint32_t get_C2_20() const { return ___C2_20; } inline uint32_t* get_address_of_C2_20() { return &___C2_20; } inline void set_C2_20(uint32_t value) { ___C2_20 = value; } inline static int32_t get_offset_of_C3_21() { return static_cast(offsetof(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9, ___C3_21)); } inline uint32_t get_C3_21() const { return ___C3_21; } inline uint32_t* get_address_of_C3_21() { return &___C3_21; } inline void set_C3_21(uint32_t value) { ___C3_21 = value; } inline static int32_t get_offset_of_forEncryption_22() { return static_cast(offsetof(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9, ___forEncryption_22)); } inline bool get_forEncryption_22() const { return ___forEncryption_22; } inline bool* get_address_of_forEncryption_22() { return &___forEncryption_22; } inline void set_forEncryption_22(bool value) { ___forEncryption_22 = value; } }; struct AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::S ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::Si ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Si_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::rcon ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rcon_2; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::T0 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___T0_3; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::T1 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___T1_4; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::T2 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___T2_5; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::T3 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___T3_6; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::Tinv0 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___Tinv0_7; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::Tinv1 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___Tinv1_8; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::Tinv2 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___Tinv2_9; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::Tinv3 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___Tinv3_10; public: inline static int32_t get_offset_of_S_0() { return static_cast(offsetof(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields, ___S_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_S_0() const { return ___S_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_S_0() { return &___S_0; } inline void set_S_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___S_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___S_0), (void*)value); } inline static int32_t get_offset_of_Si_1() { return static_cast(offsetof(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields, ___Si_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Si_1() const { return ___Si_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Si_1() { return &___Si_1; } inline void set_Si_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Si_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Si_1), (void*)value); } inline static int32_t get_offset_of_rcon_2() { return static_cast(offsetof(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields, ___rcon_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_rcon_2() const { return ___rcon_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_rcon_2() { return &___rcon_2; } inline void set_rcon_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___rcon_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___rcon_2), (void*)value); } inline static int32_t get_offset_of_T0_3() { return static_cast(offsetof(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields, ___T0_3)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_T0_3() const { return ___T0_3; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_T0_3() { return &___T0_3; } inline void set_T0_3(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___T0_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___T0_3), (void*)value); } inline static int32_t get_offset_of_T1_4() { return static_cast(offsetof(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields, ___T1_4)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_T1_4() const { return ___T1_4; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_T1_4() { return &___T1_4; } inline void set_T1_4(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___T1_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___T1_4), (void*)value); } inline static int32_t get_offset_of_T2_5() { return static_cast(offsetof(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields, ___T2_5)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_T2_5() const { return ___T2_5; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_T2_5() { return &___T2_5; } inline void set_T2_5(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___T2_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___T2_5), (void*)value); } inline static int32_t get_offset_of_T3_6() { return static_cast(offsetof(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields, ___T3_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_T3_6() const { return ___T3_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_T3_6() { return &___T3_6; } inline void set_T3_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___T3_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___T3_6), (void*)value); } inline static int32_t get_offset_of_Tinv0_7() { return static_cast(offsetof(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields, ___Tinv0_7)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_Tinv0_7() const { return ___Tinv0_7; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_Tinv0_7() { return &___Tinv0_7; } inline void set_Tinv0_7(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___Tinv0_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Tinv0_7), (void*)value); } inline static int32_t get_offset_of_Tinv1_8() { return static_cast(offsetof(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields, ___Tinv1_8)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_Tinv1_8() const { return ___Tinv1_8; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_Tinv1_8() { return &___Tinv1_8; } inline void set_Tinv1_8(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___Tinv1_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___Tinv1_8), (void*)value); } inline static int32_t get_offset_of_Tinv2_9() { return static_cast(offsetof(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields, ___Tinv2_9)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_Tinv2_9() const { return ___Tinv2_9; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_Tinv2_9() { return &___Tinv2_9; } inline void set_Tinv2_9(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___Tinv2_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Tinv2_9), (void*)value); } inline static int32_t get_offset_of_Tinv3_10() { return static_cast(offsetof(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields, ___Tinv3_10)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_Tinv3_10() const { return ___Tinv3_10; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_Tinv3_10() { return &___Tinv3_10; } inline void set_Tinv3_10(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___Tinv3_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Tinv3_10), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine struct AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::ROUNDS int32_t ___ROUNDS_8; // System.UInt32[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::WorkingKey UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* ___WorkingKey_9; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::C0 uint32_t ___C0_10; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::C1 uint32_t ___C1_11; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::C2 uint32_t ___C2_12; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::C3 uint32_t ___C3_13; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::forEncryption bool ___forEncryption_14; public: inline static int32_t get_offset_of_ROUNDS_8() { return static_cast(offsetof(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C, ___ROUNDS_8)); } inline int32_t get_ROUNDS_8() const { return ___ROUNDS_8; } inline int32_t* get_address_of_ROUNDS_8() { return &___ROUNDS_8; } inline void set_ROUNDS_8(int32_t value) { ___ROUNDS_8 = value; } inline static int32_t get_offset_of_WorkingKey_9() { return static_cast(offsetof(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C, ___WorkingKey_9)); } inline UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* get_WorkingKey_9() const { return ___WorkingKey_9; } inline UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68** get_address_of_WorkingKey_9() { return &___WorkingKey_9; } inline void set_WorkingKey_9(UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* value) { ___WorkingKey_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___WorkingKey_9), (void*)value); } inline static int32_t get_offset_of_C0_10() { return static_cast(offsetof(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C, ___C0_10)); } inline uint32_t get_C0_10() const { return ___C0_10; } inline uint32_t* get_address_of_C0_10() { return &___C0_10; } inline void set_C0_10(uint32_t value) { ___C0_10 = value; } inline static int32_t get_offset_of_C1_11() { return static_cast(offsetof(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C, ___C1_11)); } inline uint32_t get_C1_11() const { return ___C1_11; } inline uint32_t* get_address_of_C1_11() { return &___C1_11; } inline void set_C1_11(uint32_t value) { ___C1_11 = value; } inline static int32_t get_offset_of_C2_12() { return static_cast(offsetof(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C, ___C2_12)); } inline uint32_t get_C2_12() const { return ___C2_12; } inline uint32_t* get_address_of_C2_12() { return &___C2_12; } inline void set_C2_12(uint32_t value) { ___C2_12 = value; } inline static int32_t get_offset_of_C3_13() { return static_cast(offsetof(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C, ___C3_13)); } inline uint32_t get_C3_13() const { return ___C3_13; } inline uint32_t* get_address_of_C3_13() { return &___C3_13; } inline void set_C3_13(uint32_t value) { ___C3_13 = value; } inline static int32_t get_offset_of_forEncryption_14() { return static_cast(offsetof(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C, ___forEncryption_14)); } inline bool get_forEncryption_14() const { return ___forEncryption_14; } inline bool* get_address_of_forEncryption_14() { return &___forEncryption_14; } inline void set_forEncryption_14(bool value) { ___forEncryption_14 = value; } }; struct AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::S ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::Si ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Si_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::rcon ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rcon_2; public: inline static int32_t get_offset_of_S_0() { return static_cast(offsetof(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields, ___S_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_S_0() const { return ___S_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_S_0() { return &___S_0; } inline void set_S_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___S_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___S_0), (void*)value); } inline static int32_t get_offset_of_Si_1() { return static_cast(offsetof(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields, ___Si_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Si_1() const { return ___Si_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Si_1() { return &___Si_1; } inline void set_Si_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Si_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Si_1), (void*)value); } inline static int32_t get_offset_of_rcon_2() { return static_cast(offsetof(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields, ___rcon_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_rcon_2() const { return ___rcon_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_rcon_2() { return &___rcon_2; } inline void set_rcon_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___rcon_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___rcon_2), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::v RuntimeObject* ___v_0; public: inline static int32_t get_offset_of_v_0() { return static_cast(offsetof(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3, ___v_0)); } inline RuntimeObject* get_v_0() const { return ___v_0; } inline RuntimeObject** get_address_of_v_0() { return &___v_0; } inline void set_v_0(RuntimeObject* value) { ___v_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___v_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter::privateKey bool ___privateKey_0; public: inline static int32_t get_offset_of_privateKey_0() { return static_cast(offsetof(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A, ___privateKey_0)); } inline bool get_privateKey_0() const { return ___privateKey_0; } inline bool* get_address_of_privateKey_0() { return &___privateKey_0; } inline void set_privateKey_0(bool value) { ___privateKey_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 : public RuntimeObject { public: // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::magnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___magnitude_30; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::sign int32_t ___sign_31; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBits int32_t ___nBits_32; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::nBitLength int32_t ___nBitLength_33; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::mQuote int32_t ___mQuote_34; public: inline static int32_t get_offset_of_magnitude_30() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___magnitude_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_magnitude_30() const { return ___magnitude_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_magnitude_30() { return &___magnitude_30; } inline void set_magnitude_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___magnitude_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___magnitude_30), (void*)value); } inline static int32_t get_offset_of_sign_31() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___sign_31)); } inline int32_t get_sign_31() const { return ___sign_31; } inline int32_t* get_address_of_sign_31() { return &___sign_31; } inline void set_sign_31(int32_t value) { ___sign_31 = value; } inline static int32_t get_offset_of_nBits_32() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBits_32)); } inline int32_t get_nBits_32() const { return ___nBits_32; } inline int32_t* get_address_of_nBits_32() { return &___nBits_32; } inline void set_nBits_32(int32_t value) { ___nBits_32 = value; } inline static int32_t get_offset_of_nBitLength_33() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___nBitLength_33)); } inline int32_t get_nBitLength_33() const { return ___nBitLength_33; } inline int32_t* get_address_of_nBitLength_33() { return &___nBitLength_33; } inline void set_nBitLength_33(int32_t value) { ___nBitLength_33 = value; } inline static int32_t get_offset_of_mQuote_34() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9, ___mQuote_34)); } inline int32_t get_mQuote_34() const { return ___mQuote_34; } inline int32_t* get_address_of_mQuote_34() { return &___mQuote_34; } inline void set_mQuote_34(int32_t value) { ___mQuote_34 = value; } }; struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields { public: // System.Int32[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeLists Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ___primeLists_0; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::primeProducts Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___primeProducts_1; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroMagnitude Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ZeroMagnitude_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ZeroEncoding ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ZeroEncoding_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::SMALL_CONSTANTS BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___SMALL_CONSTANTS_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Zero BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Zero_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::One BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___One_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Two BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Two_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Three BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Three_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Ten BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Ten_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::BitLengthTable ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___BitLengthTable_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix2E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix2E_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix8E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix8E_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix10E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix10E_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::radix16E BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___radix16E_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::RandomSource SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___RandomSource_25; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ExpWindowThresholds Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ExpWindowThresholds_26; public: inline static int32_t get_offset_of_primeLists_0() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeLists_0)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get_primeLists_0() const { return ___primeLists_0; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of_primeLists_0() { return &___primeLists_0; } inline void set_primeLists_0(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ___primeLists_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeLists_0), (void*)value); } inline static int32_t get_offset_of_primeProducts_1() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___primeProducts_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_primeProducts_1() const { return ___primeProducts_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_primeProducts_1() { return &___primeProducts_1; } inline void set_primeProducts_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___primeProducts_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___primeProducts_1), (void*)value); } inline static int32_t get_offset_of_ZeroMagnitude_4() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroMagnitude_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ZeroMagnitude_4() const { return ___ZeroMagnitude_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ZeroMagnitude_4() { return &___ZeroMagnitude_4; } inline void set_ZeroMagnitude_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ZeroMagnitude_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroMagnitude_4), (void*)value); } inline static int32_t get_offset_of_ZeroEncoding_5() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ZeroEncoding_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ZeroEncoding_5() const { return ___ZeroEncoding_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ZeroEncoding_5() { return &___ZeroEncoding_5; } inline void set_ZeroEncoding_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ZeroEncoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ZeroEncoding_5), (void*)value); } inline static int32_t get_offset_of_SMALL_CONSTANTS_6() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___SMALL_CONSTANTS_6)); } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* get_SMALL_CONSTANTS_6() const { return ___SMALL_CONSTANTS_6; } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED** get_address_of_SMALL_CONSTANTS_6() { return &___SMALL_CONSTANTS_6; } inline void set_SMALL_CONSTANTS_6(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* value) { ___SMALL_CONSTANTS_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SMALL_CONSTANTS_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Zero_7)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Zero_7() const { return ___Zero_7; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Zero_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Zero_7), (void*)value); } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___One_8)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_One_8() const { return ___One_8; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_One_8() { return &___One_8; } inline void set_One_8(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___One_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___One_8), (void*)value); } inline static int32_t get_offset_of_Two_9() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Two_9)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Two_9() const { return ___Two_9; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Two_9() { return &___Two_9; } inline void set_Two_9(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Two_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Two_9), (void*)value); } inline static int32_t get_offset_of_Three_10() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Three_10)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Three_10() const { return ___Three_10; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Three_10() { return &___Three_10; } inline void set_Three_10(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Three_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Three_10), (void*)value); } inline static int32_t get_offset_of_Ten_11() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___Ten_11)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Ten_11() const { return ___Ten_11; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Ten_11() { return &___Ten_11; } inline void set_Ten_11(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Ten_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Ten_11), (void*)value); } inline static int32_t get_offset_of_BitLengthTable_12() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___BitLengthTable_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_BitLengthTable_12() const { return ___BitLengthTable_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_BitLengthTable_12() { return &___BitLengthTable_12; } inline void set_BitLengthTable_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___BitLengthTable_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___BitLengthTable_12), (void*)value); } inline static int32_t get_offset_of_radix2_17() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2_17)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2_17() const { return ___radix2_17; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2_17() { return &___radix2_17; } inline void set_radix2_17(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2_17), (void*)value); } inline static int32_t get_offset_of_radix2E_18() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix2E_18)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix2E_18() const { return ___radix2E_18; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix2E_18() { return &___radix2E_18; } inline void set_radix2E_18(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix2E_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix2E_18), (void*)value); } inline static int32_t get_offset_of_radix8_19() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8_19)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8_19() const { return ___radix8_19; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8_19() { return &___radix8_19; } inline void set_radix8_19(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8_19), (void*)value); } inline static int32_t get_offset_of_radix8E_20() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix8E_20)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix8E_20() const { return ___radix8E_20; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix8E_20() { return &___radix8E_20; } inline void set_radix8E_20(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix8E_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix8E_20), (void*)value); } inline static int32_t get_offset_of_radix10_21() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10_21)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10_21() const { return ___radix10_21; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10_21() { return &___radix10_21; } inline void set_radix10_21(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10_21), (void*)value); } inline static int32_t get_offset_of_radix10E_22() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix10E_22)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix10E_22() const { return ___radix10E_22; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix10E_22() { return &___radix10E_22; } inline void set_radix10E_22(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix10E_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix10E_22), (void*)value); } inline static int32_t get_offset_of_radix16_23() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16_23)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16_23() const { return ___radix16_23; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16_23() { return &___radix16_23; } inline void set_radix16_23(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16_23), (void*)value); } inline static int32_t get_offset_of_radix16E_24() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___radix16E_24)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_radix16E_24() const { return ___radix16E_24; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_radix16E_24() { return &___radix16E_24; } inline void set_radix16E_24(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___radix16E_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___radix16E_24), (void*)value); } inline static int32_t get_offset_of_RandomSource_25() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___RandomSource_25)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_RandomSource_25() const { return ___RandomSource_25; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_RandomSource_25() { return &___RandomSource_25; } inline void set_RandomSource_25(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___RandomSource_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___RandomSource_25), (void*)value); } inline static int32_t get_offset_of_ExpWindowThresholds_26() { return static_cast(offsetof(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields, ___ExpWindowThresholds_26)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ExpWindowThresholds_26() const { return ___ExpWindowThresholds_26; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ExpWindowThresholds_26() { return &___ExpWindowThresholds_26; } inline void set_ExpWindowThresholds_26(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ExpWindowThresholds_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExpWindowThresholds_26), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate struct Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate::mCertificateList X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* ___mCertificateList_1; public: inline static int32_t get_offset_of_mCertificateList_1() { return static_cast(offsetof(Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E, ___mCertificateList_1)); } inline X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* get_mCertificateList_1() const { return ___mCertificateList_1; } inline X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58** get_address_of_mCertificateList_1() { return &___mCertificateList_1; } inline void set_mCertificateList_1(X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58* value) { ___mCertificateList_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mCertificateList_1), (void*)value); } }; struct Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate::EmptyChain Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * ___EmptyChain_0; public: inline static int32_t get_offset_of_EmptyChain_0() { return static_cast(offsetof(Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_StaticFields, ___EmptyChain_0)); } inline Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * get_EmptyChain_0() const { return ___EmptyChain_0; } inline Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E ** get_address_of_EmptyChain_0() { return &___EmptyChain_0; } inline void set_EmptyChain_0(Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * value) { ___EmptyChain_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyChain_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest struct CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest::mCertificateTypes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mCertificateTypes_0; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest::mSupportedSignatureAlgorithms RuntimeObject* ___mSupportedSignatureAlgorithms_1; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest::mCertificateAuthorities RuntimeObject* ___mCertificateAuthorities_2; public: inline static int32_t get_offset_of_mCertificateTypes_0() { return static_cast(offsetof(CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620, ___mCertificateTypes_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mCertificateTypes_0() const { return ___mCertificateTypes_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mCertificateTypes_0() { return &___mCertificateTypes_0; } inline void set_mCertificateTypes_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mCertificateTypes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mCertificateTypes_0), (void*)value); } inline static int32_t get_offset_of_mSupportedSignatureAlgorithms_1() { return static_cast(offsetof(CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620, ___mSupportedSignatureAlgorithms_1)); } inline RuntimeObject* get_mSupportedSignatureAlgorithms_1() const { return ___mSupportedSignatureAlgorithms_1; } inline RuntimeObject** get_address_of_mSupportedSignatureAlgorithms_1() { return &___mSupportedSignatureAlgorithms_1; } inline void set_mSupportedSignatureAlgorithms_1(RuntimeObject* value) { ___mSupportedSignatureAlgorithms_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSupportedSignatureAlgorithms_1), (void*)value); } inline static int32_t get_offset_of_mCertificateAuthorities_2() { return static_cast(offsetof(CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620, ___mCertificateAuthorities_2)); } inline RuntimeObject* get_mCertificateAuthorities_2() const { return ___mCertificateAuthorities_2; } inline RuntimeObject** get_address_of_mCertificateAuthorities_2() { return &___mCertificateAuthorities_2; } inline void set_mCertificateAuthorities_2(RuntimeObject* value) { ___mCertificateAuthorities_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mCertificateAuthorities_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatus struct CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 : public RuntimeObject { public: // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatus::mStatusType uint8_t ___mStatusType_0; // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatus::mResponse RuntimeObject * ___mResponse_1; public: inline static int32_t get_offset_of_mStatusType_0() { return static_cast(offsetof(CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3, ___mStatusType_0)); } inline uint8_t get_mStatusType_0() const { return ___mStatusType_0; } inline uint8_t* get_address_of_mStatusType_0() { return &___mStatusType_0; } inline void set_mStatusType_0(uint8_t value) { ___mStatusType_0 = value; } inline static int32_t get_offset_of_mResponse_1() { return static_cast(offsetof(CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3, ___mResponse_1)); } inline RuntimeObject * get_mResponse_1() const { return ___mResponse_1; } inline RuntimeObject ** get_address_of_mResponse_1() { return &___mResponse_1; } inline void set_mResponse_1(RuntimeObject * value) { ___mResponse_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mResponse_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.DigestRandomGenerator struct DigestRandomGenerator_t7F725714953C6C06BF15EB435780870FEC4932F4 : public RuntimeObject { public: // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.DigestRandomGenerator::stateCounter int64_t ___stateCounter_1; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.DigestRandomGenerator::seedCounter int64_t ___seedCounter_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.DigestRandomGenerator::digest RuntimeObject* ___digest_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.DigestRandomGenerator::state ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___state_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.DigestRandomGenerator::seed ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed_5; public: inline static int32_t get_offset_of_stateCounter_1() { return static_cast(offsetof(DigestRandomGenerator_t7F725714953C6C06BF15EB435780870FEC4932F4, ___stateCounter_1)); } inline int64_t get_stateCounter_1() const { return ___stateCounter_1; } inline int64_t* get_address_of_stateCounter_1() { return &___stateCounter_1; } inline void set_stateCounter_1(int64_t value) { ___stateCounter_1 = value; } inline static int32_t get_offset_of_seedCounter_2() { return static_cast(offsetof(DigestRandomGenerator_t7F725714953C6C06BF15EB435780870FEC4932F4, ___seedCounter_2)); } inline int64_t get_seedCounter_2() const { return ___seedCounter_2; } inline int64_t* get_address_of_seedCounter_2() { return &___seedCounter_2; } inline void set_seedCounter_2(int64_t value) { ___seedCounter_2 = value; } inline static int32_t get_offset_of_digest_3() { return static_cast(offsetof(DigestRandomGenerator_t7F725714953C6C06BF15EB435780870FEC4932F4, ___digest_3)); } inline RuntimeObject* get_digest_3() const { return ___digest_3; } inline RuntimeObject** get_address_of_digest_3() { return &___digest_3; } inline void set_digest_3(RuntimeObject* value) { ___digest_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_3), (void*)value); } inline static int32_t get_offset_of_state_4() { return static_cast(offsetof(DigestRandomGenerator_t7F725714953C6C06BF15EB435780870FEC4932F4, ___state_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_state_4() const { return ___state_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_state_4() { return &___state_4; } inline void set_state_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___state_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_4), (void*)value); } inline static int32_t get_offset_of_seed_5() { return static_cast(offsetof(DigestRandomGenerator_t7F725714953C6C06BF15EB435780870FEC4932F4, ___seed_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_seed_5() const { return ___seed_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_seed_5() { return &___seed_5; } inline void set_seed_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___seed_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___seed_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigitallySigned struct DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigitallySigned::mAlgorithm SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * ___mAlgorithm_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigitallySigned::mSignature ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mSignature_1; public: inline static int32_t get_offset_of_mAlgorithm_0() { return static_cast(offsetof(DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288, ___mAlgorithm_0)); } inline SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * get_mAlgorithm_0() const { return ___mAlgorithm_0; } inline SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 ** get_address_of_mAlgorithm_0() { return &___mAlgorithm_0; } inline void set_mAlgorithm_0(SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * value) { ___mAlgorithm_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mAlgorithm_0), (void*)value); } inline static int32_t get_offset_of_mSignature_1() { return static_cast(offsetof(DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288, ___mSignature_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mSignature_1() const { return ___mSignature_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mSignature_1() { return &___mSignature_1; } inline void set_mSignature_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mSignature_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSignature_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve struct ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_field RuntimeObject* ___m_field_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_a ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_a_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_b ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_b_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_order BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_order_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_cofactor BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m_cofactor_12; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_coord int32_t ___m_coord_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Endo.ECEndomorphism BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_endomorphism RuntimeObject* ___m_endomorphism_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::m_multiplier RuntimeObject* ___m_multiplier_15; public: inline static int32_t get_offset_of_m_field_8() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_field_8)); } inline RuntimeObject* get_m_field_8() const { return ___m_field_8; } inline RuntimeObject** get_address_of_m_field_8() { return &___m_field_8; } inline void set_m_field_8(RuntimeObject* value) { ___m_field_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_field_8), (void*)value); } inline static int32_t get_offset_of_m_a_9() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_a_9)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_a_9() const { return ___m_a_9; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_a_9() { return &___m_a_9; } inline void set_m_a_9(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_a_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_a_9), (void*)value); } inline static int32_t get_offset_of_m_b_10() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_b_10)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_b_10() const { return ___m_b_10; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_b_10() { return &___m_b_10; } inline void set_m_b_10(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_b_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_b_10), (void*)value); } inline static int32_t get_offset_of_m_order_11() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_order_11)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_order_11() const { return ___m_order_11; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_order_11() { return &___m_order_11; } inline void set_m_order_11(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_order_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_order_11), (void*)value); } inline static int32_t get_offset_of_m_cofactor_12() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_cofactor_12)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_m_cofactor_12() const { return ___m_cofactor_12; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_m_cofactor_12() { return &___m_cofactor_12; } inline void set_m_cofactor_12(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___m_cofactor_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cofactor_12), (void*)value); } inline static int32_t get_offset_of_m_coord_13() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_coord_13)); } inline int32_t get_m_coord_13() const { return ___m_coord_13; } inline int32_t* get_address_of_m_coord_13() { return &___m_coord_13; } inline void set_m_coord_13(int32_t value) { ___m_coord_13 = value; } inline static int32_t get_offset_of_m_endomorphism_14() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_endomorphism_14)); } inline RuntimeObject* get_m_endomorphism_14() const { return ___m_endomorphism_14; } inline RuntimeObject** get_address_of_m_endomorphism_14() { return &___m_endomorphism_14; } inline void set_m_endomorphism_14(RuntimeObject* value) { ___m_endomorphism_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_endomorphism_14), (void*)value); } inline static int32_t get_offset_of_m_multiplier_15() { return static_cast(offsetof(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926, ___m_multiplier_15)); } inline RuntimeObject* get_m_multiplier_15() const { return ___m_multiplier_15; } inline RuntimeObject** get_address_of_m_multiplier_15() { return &___m_multiplier_15; } inline void set_m_multiplier_15(RuntimeObject* value) { ___m_multiplier_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_multiplier_15), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement struct ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_curve ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___m_curve_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_x ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_x_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_y ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___m_y_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_zs ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___m_zs_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_withCompression bool ___m_withCompression_5; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::m_preCompTable RuntimeObject* ___m_preCompTable_6; public: inline static int32_t get_offset_of_m_curve_1() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_curve_1)); } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * get_m_curve_1() const { return ___m_curve_1; } inline ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 ** get_address_of_m_curve_1() { return &___m_curve_1; } inline void set_m_curve_1(ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * value) { ___m_curve_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_curve_1), (void*)value); } inline static int32_t get_offset_of_m_x_2() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_x_2)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_x_2() const { return ___m_x_2; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_x_2() { return &___m_x_2; } inline void set_m_x_2(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_x_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_x_2), (void*)value); } inline static int32_t get_offset_of_m_y_3() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_y_3)); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * get_m_y_3() const { return ___m_y_3; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** get_address_of_m_y_3() { return &___m_y_3; } inline void set_m_y_3(ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { ___m_y_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_y_3), (void*)value); } inline static int32_t get_offset_of_m_zs_4() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_zs_4)); } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* get_m_zs_4() const { return ___m_zs_4; } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E** get_address_of_m_zs_4() { return &___m_zs_4; } inline void set_m_zs_4(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* value) { ___m_zs_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_zs_4), (void*)value); } inline static int32_t get_offset_of_m_withCompression_5() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_withCompression_5)); } inline bool get_m_withCompression_5() const { return ___m_withCompression_5; } inline bool* get_address_of_m_withCompression_5() { return &___m_withCompression_5; } inline void set_m_withCompression_5(bool value) { ___m_withCompression_5 = value; } inline static int32_t get_offset_of_m_preCompTable_6() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA, ___m_preCompTable_6)); } inline RuntimeObject* get_m_preCompTable_6() const { return ___m_preCompTable_6; } inline RuntimeObject** get_address_of_m_preCompTable_6() { return &___m_preCompTable_6; } inline void set_m_preCompTable_6(RuntimeObject* value) { ___m_preCompTable_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_preCompTable_6), (void*)value); } }; struct ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::EMPTY_ZS ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___EMPTY_ZS_0; public: inline static int32_t get_offset_of_EMPTY_ZS_0() { return static_cast(offsetof(ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA_StaticFields, ___EMPTY_ZS_0)); } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* get_EMPTY_ZS_0() const { return ___EMPTY_ZS_0; } inline ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E** get_address_of_EMPTY_ZS_0() { return &___EMPTY_ZS_0; } inline void set_EMPTY_ZS_0(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* value) { ___EMPTY_ZS_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EMPTY_ZS_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter struct KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter::key ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key_0; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC, ___key_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_key_0() const { return ___key_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_key_0() { return &___key_0; } inline void set_key_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray struct LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 : public RuntimeObject { public: // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::m_ints Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___m_ints_7; public: inline static int32_t get_offset_of_m_ints_7() { return static_cast(offsetof(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644, ___m_ints_7)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_m_ints_7() const { return ___m_ints_7; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_m_ints_7() { return &___m_ints_7; } inline void set_m_ints_7(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___m_ints_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ints_7), (void*)value); } }; struct LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_StaticFields { public: // System.UInt16[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::INTERLEAVE2_TABLE UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* ___INTERLEAVE2_TABLE_0; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::INTERLEAVE3_TABLE Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___INTERLEAVE3_TABLE_1; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::INTERLEAVE4_TABLE Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___INTERLEAVE4_TABLE_2; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::INTERLEAVE5_TABLE Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___INTERLEAVE5_TABLE_3; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::INTERLEAVE7_TABLE Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___INTERLEAVE7_TABLE_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::BitLengths ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___BitLengths_6; public: inline static int32_t get_offset_of_INTERLEAVE2_TABLE_0() { return static_cast(offsetof(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_StaticFields, ___INTERLEAVE2_TABLE_0)); } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* get_INTERLEAVE2_TABLE_0() const { return ___INTERLEAVE2_TABLE_0; } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67** get_address_of_INTERLEAVE2_TABLE_0() { return &___INTERLEAVE2_TABLE_0; } inline void set_INTERLEAVE2_TABLE_0(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* value) { ___INTERLEAVE2_TABLE_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___INTERLEAVE2_TABLE_0), (void*)value); } inline static int32_t get_offset_of_INTERLEAVE3_TABLE_1() { return static_cast(offsetof(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_StaticFields, ___INTERLEAVE3_TABLE_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_INTERLEAVE3_TABLE_1() const { return ___INTERLEAVE3_TABLE_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_INTERLEAVE3_TABLE_1() { return &___INTERLEAVE3_TABLE_1; } inline void set_INTERLEAVE3_TABLE_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___INTERLEAVE3_TABLE_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___INTERLEAVE3_TABLE_1), (void*)value); } inline static int32_t get_offset_of_INTERLEAVE4_TABLE_2() { return static_cast(offsetof(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_StaticFields, ___INTERLEAVE4_TABLE_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_INTERLEAVE4_TABLE_2() const { return ___INTERLEAVE4_TABLE_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_INTERLEAVE4_TABLE_2() { return &___INTERLEAVE4_TABLE_2; } inline void set_INTERLEAVE4_TABLE_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___INTERLEAVE4_TABLE_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___INTERLEAVE4_TABLE_2), (void*)value); } inline static int32_t get_offset_of_INTERLEAVE5_TABLE_3() { return static_cast(offsetof(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_StaticFields, ___INTERLEAVE5_TABLE_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_INTERLEAVE5_TABLE_3() const { return ___INTERLEAVE5_TABLE_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_INTERLEAVE5_TABLE_3() { return &___INTERLEAVE5_TABLE_3; } inline void set_INTERLEAVE5_TABLE_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___INTERLEAVE5_TABLE_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___INTERLEAVE5_TABLE_3), (void*)value); } inline static int32_t get_offset_of_INTERLEAVE7_TABLE_4() { return static_cast(offsetof(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_StaticFields, ___INTERLEAVE7_TABLE_4)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_INTERLEAVE7_TABLE_4() const { return ___INTERLEAVE7_TABLE_4; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_INTERLEAVE7_TABLE_4() { return &___INTERLEAVE7_TABLE_4; } inline void set_INTERLEAVE7_TABLE_4(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___INTERLEAVE7_TABLE_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___INTERLEAVE7_TABLE_4), (void*)value); } inline static int32_t get_offset_of_BitLengths_6() { return static_cast(offsetof(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_StaticFields, ___BitLengths_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_BitLengths_6() const { return ___BitLengths_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_BitLengths_6() { return &___BitLengths_6; } inline void set_BitLengths_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___BitLengths_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___BitLengths_6), (void*)value); } }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____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_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // MenuBackController struct MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 : public RuntimeObject { public: // System.Collections.Generic.List`1 MenuBackController::views List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * ___views_0; // System.Int64 MenuBackController::lastPressExitTime int64_t ___lastPressExitTime_1; public: inline static int32_t get_offset_of_views_0() { return static_cast(offsetof(MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4, ___views_0)); } inline List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * get_views_0() const { return ___views_0; } inline List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F ** get_address_of_views_0() { return &___views_0; } inline void set_views_0(List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * value) { ___views_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___views_0), (void*)value); } inline static int32_t get_offset_of_lastPressExitTime_1() { return static_cast(offsetof(MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4, ___lastPressExitTime_1)); } inline int64_t get_lastPressExitTime_1() const { return ___lastPressExitTime_1; } inline int64_t* get_address_of_lastPressExitTime_1() { return &___lastPressExitTime_1; } inline void set_lastPressExitTime_1(int64_t value) { ___lastPressExitTime_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.NewSessionTicket struct NewSessionTicket_tE97CC8F3816C300BC527EEB9DF903C4AB90348EF : public RuntimeObject { public: // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.NewSessionTicket::mTicketLifetimeHint int64_t ___mTicketLifetimeHint_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.NewSessionTicket::mTicket ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mTicket_1; public: inline static int32_t get_offset_of_mTicketLifetimeHint_0() { return static_cast(offsetof(NewSessionTicket_tE97CC8F3816C300BC527EEB9DF903C4AB90348EF, ___mTicketLifetimeHint_0)); } inline int64_t get_mTicketLifetimeHint_0() const { return ___mTicketLifetimeHint_0; } inline int64_t* get_address_of_mTicketLifetimeHint_0() { return &___mTicketLifetimeHint_0; } inline void set_mTicketLifetimeHint_0(int64_t value) { ___mTicketLifetimeHint_0 = value; } inline static int32_t get_offset_of_mTicket_1() { return static_cast(offsetof(NewSessionTicket_tE97CC8F3816C300BC527EEB9DF903C4AB90348EF, ___mTicket_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mTicket_1() const { return ___mTicket_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mTicket_1() { return &___mTicket_1; } inline void set_mTicket_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mTicket_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mTicket_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion struct ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::version int32_t ___version_6; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::name String_t* ___name_7; public: inline static int32_t get_offset_of_version_6() { return static_cast(offsetof(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915, ___version_6)); } inline int32_t get_version_6() const { return ___version_6; } inline int32_t* get_address_of_version_6() { return &___version_6; } inline void set_version_6(int32_t value) { ___version_6 = value; } inline static int32_t get_offset_of_name_7() { return static_cast(offsetof(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915, ___name_7)); } inline String_t* get_name_7() const { return ___name_7; } inline String_t** get_address_of_name_7() { return &___name_7; } inline void set_name_7(String_t* value) { ___name_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_7), (void*)value); } }; struct ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::SSLv3 ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___SSLv3_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::TLSv10 ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___TLSv10_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::TLSv11 ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___TLSv11_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::TLSv12 ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___TLSv12_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::DTLSv10 ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___DTLSv10_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::DTLSv12 ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___DTLSv12_5; public: inline static int32_t get_offset_of_SSLv3_0() { return static_cast(offsetof(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields, ___SSLv3_0)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_SSLv3_0() const { return ___SSLv3_0; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_SSLv3_0() { return &___SSLv3_0; } inline void set_SSLv3_0(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___SSLv3_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___SSLv3_0), (void*)value); } inline static int32_t get_offset_of_TLSv10_1() { return static_cast(offsetof(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields, ___TLSv10_1)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_TLSv10_1() const { return ___TLSv10_1; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_TLSv10_1() { return &___TLSv10_1; } inline void set_TLSv10_1(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___TLSv10_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___TLSv10_1), (void*)value); } inline static int32_t get_offset_of_TLSv11_2() { return static_cast(offsetof(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields, ___TLSv11_2)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_TLSv11_2() const { return ___TLSv11_2; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_TLSv11_2() { return &___TLSv11_2; } inline void set_TLSv11_2(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___TLSv11_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___TLSv11_2), (void*)value); } inline static int32_t get_offset_of_TLSv12_3() { return static_cast(offsetof(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields, ___TLSv12_3)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_TLSv12_3() const { return ___TLSv12_3; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_TLSv12_3() { return &___TLSv12_3; } inline void set_TLSv12_3(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___TLSv12_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___TLSv12_3), (void*)value); } inline static int32_t get_offset_of_DTLSv10_4() { return static_cast(offsetof(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields, ___DTLSv10_4)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_DTLSv10_4() const { return ___DTLSv10_4; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_DTLSv10_4() { return &___DTLSv10_4; } inline void set_DTLSv10_4(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___DTLSv10_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DTLSv10_4), (void*)value); } inline static int32_t get_offset_of_DTLSv12_5() { return static_cast(offsetof(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields, ___DTLSv12_5)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_DTLSv12_5() const { return ___DTLSv12_5; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_DTLSv12_5() { return &___DTLSv12_5; } inline void set_DTLSv12_5(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___DTLSv12_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___DTLSv12_5), (void*)value); } }; // System.Random struct Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 : public RuntimeObject { public: // System.Int32 System.Random::inext int32_t ___inext_0; // System.Int32 System.Random::inextp int32_t ___inextp_1; // System.Int32[] System.Random::SeedArray Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___SeedArray_2; public: inline static int32_t get_offset_of_inext_0() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___inext_0)); } inline int32_t get_inext_0() const { return ___inext_0; } inline int32_t* get_address_of_inext_0() { return &___inext_0; } inline void set_inext_0(int32_t value) { ___inext_0 = value; } inline static int32_t get_offset_of_inextp_1() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___inextp_1)); } inline int32_t get_inextp_1() const { return ___inextp_1; } inline int32_t* get_address_of_inextp_1() { return &___inextp_1; } inline void set_inextp_1(int32_t value) { ___inextp_1 = value; } inline static int32_t get_offset_of_SeedArray_2() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___SeedArray_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_SeedArray_2() const { return ___SeedArray_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_SeedArray_2() { return &___SeedArray_2; } inline void set_SeedArray_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___SeedArray_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeedArray_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters struct SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::entity int32_t ___entity_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::cipherSuite int32_t ___cipherSuite_1; // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::compressionAlgorithm uint8_t ___compressionAlgorithm_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::prfAlgorithm int32_t ___prfAlgorithm_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::verifyDataLength int32_t ___verifyDataLength_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::masterSecret ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___masterSecret_5; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::clientRandom ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___clientRandom_6; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::serverRandom ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___serverRandom_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::sessionHash ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sessionHash_8; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::pskIdentity ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pskIdentity_9; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::srpIdentity ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___srpIdentity_10; // System.Int16 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::maxFragmentLength int16_t ___maxFragmentLength_11; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::truncatedHMac bool ___truncatedHMac_12; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::encryptThenMac bool ___encryptThenMac_13; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::extendedMasterSecret bool ___extendedMasterSecret_14; public: inline static int32_t get_offset_of_entity_0() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___entity_0)); } inline int32_t get_entity_0() const { return ___entity_0; } inline int32_t* get_address_of_entity_0() { return &___entity_0; } inline void set_entity_0(int32_t value) { ___entity_0 = value; } inline static int32_t get_offset_of_cipherSuite_1() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___cipherSuite_1)); } inline int32_t get_cipherSuite_1() const { return ___cipherSuite_1; } inline int32_t* get_address_of_cipherSuite_1() { return &___cipherSuite_1; } inline void set_cipherSuite_1(int32_t value) { ___cipherSuite_1 = value; } inline static int32_t get_offset_of_compressionAlgorithm_2() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___compressionAlgorithm_2)); } inline uint8_t get_compressionAlgorithm_2() const { return ___compressionAlgorithm_2; } inline uint8_t* get_address_of_compressionAlgorithm_2() { return &___compressionAlgorithm_2; } inline void set_compressionAlgorithm_2(uint8_t value) { ___compressionAlgorithm_2 = value; } inline static int32_t get_offset_of_prfAlgorithm_3() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___prfAlgorithm_3)); } inline int32_t get_prfAlgorithm_3() const { return ___prfAlgorithm_3; } inline int32_t* get_address_of_prfAlgorithm_3() { return &___prfAlgorithm_3; } inline void set_prfAlgorithm_3(int32_t value) { ___prfAlgorithm_3 = value; } inline static int32_t get_offset_of_verifyDataLength_4() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___verifyDataLength_4)); } inline int32_t get_verifyDataLength_4() const { return ___verifyDataLength_4; } inline int32_t* get_address_of_verifyDataLength_4() { return &___verifyDataLength_4; } inline void set_verifyDataLength_4(int32_t value) { ___verifyDataLength_4 = value; } inline static int32_t get_offset_of_masterSecret_5() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___masterSecret_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_masterSecret_5() const { return ___masterSecret_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_masterSecret_5() { return &___masterSecret_5; } inline void set_masterSecret_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___masterSecret_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___masterSecret_5), (void*)value); } inline static int32_t get_offset_of_clientRandom_6() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___clientRandom_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_clientRandom_6() const { return ___clientRandom_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_clientRandom_6() { return &___clientRandom_6; } inline void set_clientRandom_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___clientRandom_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___clientRandom_6), (void*)value); } inline static int32_t get_offset_of_serverRandom_7() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___serverRandom_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_serverRandom_7() const { return ___serverRandom_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_serverRandom_7() { return &___serverRandom_7; } inline void set_serverRandom_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___serverRandom_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___serverRandom_7), (void*)value); } inline static int32_t get_offset_of_sessionHash_8() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___sessionHash_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_sessionHash_8() const { return ___sessionHash_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_sessionHash_8() { return &___sessionHash_8; } inline void set_sessionHash_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___sessionHash_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___sessionHash_8), (void*)value); } inline static int32_t get_offset_of_pskIdentity_9() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___pskIdentity_9)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_pskIdentity_9() const { return ___pskIdentity_9; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_pskIdentity_9() { return &___pskIdentity_9; } inline void set_pskIdentity_9(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___pskIdentity_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___pskIdentity_9), (void*)value); } inline static int32_t get_offset_of_srpIdentity_10() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___srpIdentity_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_srpIdentity_10() const { return ___srpIdentity_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_srpIdentity_10() { return &___srpIdentity_10; } inline void set_srpIdentity_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___srpIdentity_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___srpIdentity_10), (void*)value); } inline static int32_t get_offset_of_maxFragmentLength_11() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___maxFragmentLength_11)); } inline int16_t get_maxFragmentLength_11() const { return ___maxFragmentLength_11; } inline int16_t* get_address_of_maxFragmentLength_11() { return &___maxFragmentLength_11; } inline void set_maxFragmentLength_11(int16_t value) { ___maxFragmentLength_11 = value; } inline static int32_t get_offset_of_truncatedHMac_12() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___truncatedHMac_12)); } inline bool get_truncatedHMac_12() const { return ___truncatedHMac_12; } inline bool* get_address_of_truncatedHMac_12() { return &___truncatedHMac_12; } inline void set_truncatedHMac_12(bool value) { ___truncatedHMac_12 = value; } inline static int32_t get_offset_of_encryptThenMac_13() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___encryptThenMac_13)); } inline bool get_encryptThenMac_13() const { return ___encryptThenMac_13; } inline bool* get_address_of_encryptThenMac_13() { return &___encryptThenMac_13; } inline void set_encryptThenMac_13(bool value) { ___encryptThenMac_13 = value; } inline static int32_t get_offset_of_extendedMasterSecret_14() { return static_cast(offsetof(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803, ___extendedMasterSecret_14)); } inline bool get_extendedMasterSecret_14() const { return ___extendedMasterSecret_14; } inline bool* get_address_of_extendedMasterSecret_14() { return &___extendedMasterSecret_14; } inline void set_extendedMasterSecret_14(bool value) { ___extendedMasterSecret_14 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerName struct ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78 : public RuntimeObject { public: // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerName::mNameType uint8_t ___mNameType_0; // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerName::mName RuntimeObject * ___mName_1; public: inline static int32_t get_offset_of_mNameType_0() { return static_cast(offsetof(ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78, ___mNameType_0)); } inline uint8_t get_mNameType_0() const { return ___mNameType_0; } inline uint8_t* get_address_of_mNameType_0() { return &___mNameType_0; } inline void set_mNameType_0(uint8_t value) { ___mNameType_0 = value; } inline static int32_t get_offset_of_mName_1() { return static_cast(offsetof(ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78, ___mName_1)); } inline RuntimeObject * get_mName_1() const { return ___mName_1; } inline RuntimeObject ** get_address_of_mName_1() { return &___mName_1; } inline void set_mName_1(RuntimeObject * value) { ___mName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mName_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerNameList struct ServerNameList_t0AD4FCB1DE8CF29A35882591180C32EB8C352676 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerNameList::mServerNameList RuntimeObject* ___mServerNameList_0; public: inline static int32_t get_offset_of_mServerNameList_0() { return static_cast(offsetof(ServerNameList_t0AD4FCB1DE8CF29A35882591180C32EB8C352676, ___mServerNameList_0)); } inline RuntimeObject* get_mServerNameList_0() const { return ___mServerNameList_0; } inline RuntimeObject** get_address_of_mServerNameList_0() { return &___mServerNameList_0; } inline void set_mServerNameList_0(RuntimeObject* value) { ___mServerNameList_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mServerNameList_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm struct SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 : public RuntimeObject { public: // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm::mHash uint8_t ___mHash_0; // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm::mSignature uint8_t ___mSignature_1; public: inline static int32_t get_offset_of_mHash_0() { return static_cast(offsetof(SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25, ___mHash_0)); } inline uint8_t get_mHash_0() const { return ___mHash_0; } inline uint8_t* get_address_of_mHash_0() { return &___mHash_0; } inline void set_mHash_0(uint8_t value) { ___mHash_0 = value; } inline static int32_t get_offset_of_mSignature_1() { return static_cast(offsetof(SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25, ___mSignature_1)); } inline uint8_t get_mSignature_1() const { return ___mSignature_1; } inline uint8_t* get_address_of_mSignature_1() { return &___mSignature_1; } inline void set_mSignature_1(uint8_t value) { ___mSignature_1 = 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(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(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(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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsDeflateCompression struct TlsDeflateCompression_t6B3138C3D08A0B68B2FEE96C9F55A23955A0D9D9 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZStream BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsDeflateCompression::zIn ZStream_t1AFB5AE350EA0636F3469177D2983CD12DA2CC3C * ___zIn_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.ZStream BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsDeflateCompression::zOut ZStream_t1AFB5AE350EA0636F3469177D2983CD12DA2CC3C * ___zOut_5; public: inline static int32_t get_offset_of_zIn_4() { return static_cast(offsetof(TlsDeflateCompression_t6B3138C3D08A0B68B2FEE96C9F55A23955A0D9D9, ___zIn_4)); } inline ZStream_t1AFB5AE350EA0636F3469177D2983CD12DA2CC3C * get_zIn_4() const { return ___zIn_4; } inline ZStream_t1AFB5AE350EA0636F3469177D2983CD12DA2CC3C ** get_address_of_zIn_4() { return &___zIn_4; } inline void set_zIn_4(ZStream_t1AFB5AE350EA0636F3469177D2983CD12DA2CC3C * value) { ___zIn_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___zIn_4), (void*)value); } inline static int32_t get_offset_of_zOut_5() { return static_cast(offsetof(TlsDeflateCompression_t6B3138C3D08A0B68B2FEE96C9F55A23955A0D9D9, ___zOut_5)); } inline ZStream_t1AFB5AE350EA0636F3469177D2983CD12DA2CC3C * get_zOut_5() const { return ___zOut_5; } inline ZStream_t1AFB5AE350EA0636F3469177D2983CD12DA2CC3C ** get_address_of_zOut_5() { return &___zOut_5; } inline void set_zOut_5(ZStream_t1AFB5AE350EA0636F3469177D2983CD12DA2CC3C * value) { ___zOut_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___zOut_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsNullCompression struct TlsNullCompression_t49470554C57A5B979EF77D41D47FD59BC5960B82 : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities struct TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352 : public RuntimeObject { public: public: }; struct TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::EmptyBytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___EmptyBytes_0; // System.Int16[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::EmptyShorts Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___EmptyShorts_1; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::EmptyInts Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___EmptyInts_2; // System.Int64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::EmptyLongs Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___EmptyLongs_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::SSL_CLIENT ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___SSL_CLIENT_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::SSL_SERVER ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___SSL_SERVER_5; // System.Byte[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::SSL3_CONST ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* ___SSL3_CONST_6; public: inline static int32_t get_offset_of_EmptyBytes_0() { return static_cast(offsetof(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields, ___EmptyBytes_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_EmptyBytes_0() const { return ___EmptyBytes_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_EmptyBytes_0() { return &___EmptyBytes_0; } inline void set_EmptyBytes_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___EmptyBytes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyBytes_0), (void*)value); } inline static int32_t get_offset_of_EmptyShorts_1() { return static_cast(offsetof(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields, ___EmptyShorts_1)); } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* get_EmptyShorts_1() const { return ___EmptyShorts_1; } inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD** get_address_of_EmptyShorts_1() { return &___EmptyShorts_1; } inline void set_EmptyShorts_1(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* value) { ___EmptyShorts_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyShorts_1), (void*)value); } inline static int32_t get_offset_of_EmptyInts_2() { return static_cast(offsetof(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields, ___EmptyInts_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_EmptyInts_2() const { return ___EmptyInts_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_EmptyInts_2() { return &___EmptyInts_2; } inline void set_EmptyInts_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___EmptyInts_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyInts_2), (void*)value); } inline static int32_t get_offset_of_EmptyLongs_3() { return static_cast(offsetof(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields, ___EmptyLongs_3)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get_EmptyLongs_3() const { return ___EmptyLongs_3; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of_EmptyLongs_3() { return &___EmptyLongs_3; } inline void set_EmptyLongs_3(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ___EmptyLongs_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyLongs_3), (void*)value); } inline static int32_t get_offset_of_SSL_CLIENT_4() { return static_cast(offsetof(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields, ___SSL_CLIENT_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_SSL_CLIENT_4() const { return ___SSL_CLIENT_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_SSL_CLIENT_4() { return &___SSL_CLIENT_4; } inline void set_SSL_CLIENT_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___SSL_CLIENT_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___SSL_CLIENT_4), (void*)value); } inline static int32_t get_offset_of_SSL_SERVER_5() { return static_cast(offsetof(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields, ___SSL_SERVER_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_SSL_SERVER_5() const { return ___SSL_SERVER_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_SSL_SERVER_5() { return &___SSL_SERVER_5; } inline void set_SSL_SERVER_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___SSL_SERVER_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___SSL_SERVER_5), (void*)value); } inline static int32_t get_offset_of_SSL3_CONST_6() { return static_cast(offsetof(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields, ___SSL3_CONST_6)); } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* get_SSL3_CONST_6() const { return ___SSL3_CONST_6; } inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D** get_address_of_SSL3_CONST_6() { return &___SSL3_CONST_6; } inline void set_SSL3_CONST_6(ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* value) { ___SSL3_CONST_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SSL3_CONST_6), (void*)value); } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // AOTAdapter/<>c struct U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA : public RuntimeObject { public: public: }; struct U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_StaticFields { public: // AOTAdapter/<>c AOTAdapter/<>c::<>9 U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA * ___U3CU3E9_0; // System.Converter`2 AOTAdapter/<>c::<>9__2_0 Converter_2_t4B17AB465CCCBF8031AD47129A5261C88F1F6907 * ___U3CU3E9__2_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_0_1() { return static_cast(offsetof(U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_StaticFields, ___U3CU3E9__2_0_1)); } inline Converter_2_t4B17AB465CCCBF8031AD47129A5261C88F1F6907 * get_U3CU3E9__2_0_1() const { return ___U3CU3E9__2_0_1; } inline Converter_2_t4B17AB465CCCBF8031AD47129A5261C88F1F6907 ** get_address_of_U3CU3E9__2_0_1() { return &___U3CU3E9__2_0_1; } inline void set_U3CU3E9__2_0_1(Converter_2_t4B17AB465CCCBF8031AD47129A5261C88F1F6907 * value) { ___U3CU3E9__2_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_0_1), (void*)value); } }; // AOTAdapter/d__1 struct U3CTestCalibrateGyrBy9AxisDataU3Ed__1_tB9846DB130C10CD7DBB90339B3EE5EB979F1BA6F : public RuntimeObject { public: // System.Int32 AOTAdapter/d__1::<>1__state int32_t ___U3CU3E1__state_0; // System.Object AOTAdapter/d__1::<>2__current RuntimeObject * ___U3CU3E2__current_1; // AOTAdapter AOTAdapter/d__1::<>4__this AOTAdapter_tA966ECE5175B60F3FA0AB940479D4B66FA9479FA * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CTestCalibrateGyrBy9AxisDataU3Ed__1_tB9846DB130C10CD7DBB90339B3EE5EB979F1BA6F, ___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_U3CU3E2__current_1() { return static_cast(offsetof(U3CTestCalibrateGyrBy9AxisDataU3Ed__1_tB9846DB130C10CD7DBB90339B3EE5EB979F1BA6F, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CTestCalibrateGyrBy9AxisDataU3Ed__1_tB9846DB130C10CD7DBB90339B3EE5EB979F1BA6F, ___U3CU3E4__this_2)); } inline AOTAdapter_tA966ECE5175B60F3FA0AB940479D4B66FA9479FA * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline AOTAdapter_tA966ECE5175B60F3FA0AB940479D4B66FA9479FA ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(AOTAdapter_tA966ECE5175B60F3FA0AB940479D4B66FA9479FA * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio/AdvancedSetttings struct AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD : public RuntimeObject { public: // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio/AdvancedSetttings::engineMinDistance float ___engineMinDistance_0; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio/AdvancedSetttings::engineMaxDistance float ___engineMaxDistance_1; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio/AdvancedSetttings::engineDopplerLevel float ___engineDopplerLevel_2; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio/AdvancedSetttings::engineMasterVolume float ___engineMasterVolume_3; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio/AdvancedSetttings::windMinDistance float ___windMinDistance_4; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio/AdvancedSetttings::windMaxDistance float ___windMaxDistance_5; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio/AdvancedSetttings::windDopplerLevel float ___windDopplerLevel_6; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio/AdvancedSetttings::windMasterVolume float ___windMasterVolume_7; public: inline static int32_t get_offset_of_engineMinDistance_0() { return static_cast(offsetof(AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD, ___engineMinDistance_0)); } inline float get_engineMinDistance_0() const { return ___engineMinDistance_0; } inline float* get_address_of_engineMinDistance_0() { return &___engineMinDistance_0; } inline void set_engineMinDistance_0(float value) { ___engineMinDistance_0 = value; } inline static int32_t get_offset_of_engineMaxDistance_1() { return static_cast(offsetof(AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD, ___engineMaxDistance_1)); } inline float get_engineMaxDistance_1() const { return ___engineMaxDistance_1; } inline float* get_address_of_engineMaxDistance_1() { return &___engineMaxDistance_1; } inline void set_engineMaxDistance_1(float value) { ___engineMaxDistance_1 = value; } inline static int32_t get_offset_of_engineDopplerLevel_2() { return static_cast(offsetof(AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD, ___engineDopplerLevel_2)); } inline float get_engineDopplerLevel_2() const { return ___engineDopplerLevel_2; } inline float* get_address_of_engineDopplerLevel_2() { return &___engineDopplerLevel_2; } inline void set_engineDopplerLevel_2(float value) { ___engineDopplerLevel_2 = value; } inline static int32_t get_offset_of_engineMasterVolume_3() { return static_cast(offsetof(AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD, ___engineMasterVolume_3)); } inline float get_engineMasterVolume_3() const { return ___engineMasterVolume_3; } inline float* get_address_of_engineMasterVolume_3() { return &___engineMasterVolume_3; } inline void set_engineMasterVolume_3(float value) { ___engineMasterVolume_3 = value; } inline static int32_t get_offset_of_windMinDistance_4() { return static_cast(offsetof(AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD, ___windMinDistance_4)); } inline float get_windMinDistance_4() const { return ___windMinDistance_4; } inline float* get_address_of_windMinDistance_4() { return &___windMinDistance_4; } inline void set_windMinDistance_4(float value) { ___windMinDistance_4 = value; } inline static int32_t get_offset_of_windMaxDistance_5() { return static_cast(offsetof(AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD, ___windMaxDistance_5)); } inline float get_windMaxDistance_5() const { return ___windMaxDistance_5; } inline float* get_address_of_windMaxDistance_5() { return &___windMaxDistance_5; } inline void set_windMaxDistance_5(float value) { ___windMaxDistance_5 = value; } inline static int32_t get_offset_of_windDopplerLevel_6() { return static_cast(offsetof(AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD, ___windDopplerLevel_6)); } inline float get_windDopplerLevel_6() const { return ___windDopplerLevel_6; } inline float* get_address_of_windDopplerLevel_6() { return &___windDopplerLevel_6; } inline void set_windDopplerLevel_6(float value) { ___windDopplerLevel_6 = value; } inline static int32_t get_offset_of_windMasterVolume_7() { return static_cast(offsetof(AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD, ___windMasterVolume_7)); } inline float get_windMasterVolume_7() const { return ___windMasterVolume_7; } inline float* get_address_of_windMasterVolume_7() { return &___windMasterVolume_7; } inline void set_windMasterVolume_7(float value) { ___windMasterVolume_7 = value; } }; // o0.Geometry.Vector`1 struct Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 { public: // T o0.Geometry.Vector`1::x double ___x_0; // T o0.Geometry.Vector`1::y double ___y_1; // T o0.Geometry.Vector`1::z double ___z_2; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38, ___x_0)); } inline double get_x_0() const { return ___x_0; } inline double* get_address_of_x_0() { return &___x_0; } inline void set_x_0(double value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38, ___y_1)); } inline double get_y_1() const { return ___y_1; } inline double* get_address_of_y_1() { return &___y_1; } inline void set_y_1(double value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38, ___z_2)); } inline double get_z_2() const { return ___z_2; } inline double* get_address_of_z_2() { return &___z_2; } inline void set_z_2(double value) { ___z_2 = value; } }; struct Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields { public: // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CZeroU3Ek__BackingField_3; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3COneU3Ek__BackingField_4; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CLeftU3Ek__BackingField_5; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CRightU3Ek__BackingField_6; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CDownU3Ek__BackingField_7; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CUpU3Ek__BackingField_8; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CBackU3Ek__BackingField_9; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CForwardU3Ek__BackingField_10; public: inline static int32_t get_offset_of_U3CZeroU3Ek__BackingField_3() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CZeroU3Ek__BackingField_3)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CZeroU3Ek__BackingField_3() const { return ___U3CZeroU3Ek__BackingField_3; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CZeroU3Ek__BackingField_3() { return &___U3CZeroU3Ek__BackingField_3; } inline void set_U3CZeroU3Ek__BackingField_3(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CZeroU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3COneU3Ek__BackingField_4() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3COneU3Ek__BackingField_4)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3COneU3Ek__BackingField_4() const { return ___U3COneU3Ek__BackingField_4; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3COneU3Ek__BackingField_4() { return &___U3COneU3Ek__BackingField_4; } inline void set_U3COneU3Ek__BackingField_4(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3COneU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CLeftU3Ek__BackingField_5() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CLeftU3Ek__BackingField_5)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CLeftU3Ek__BackingField_5() const { return ___U3CLeftU3Ek__BackingField_5; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CLeftU3Ek__BackingField_5() { return &___U3CLeftU3Ek__BackingField_5; } inline void set_U3CLeftU3Ek__BackingField_5(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CLeftU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CRightU3Ek__BackingField_6() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CRightU3Ek__BackingField_6)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CRightU3Ek__BackingField_6() const { return ___U3CRightU3Ek__BackingField_6; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CRightU3Ek__BackingField_6() { return &___U3CRightU3Ek__BackingField_6; } inline void set_U3CRightU3Ek__BackingField_6(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CRightU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CDownU3Ek__BackingField_7() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CDownU3Ek__BackingField_7)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CDownU3Ek__BackingField_7() const { return ___U3CDownU3Ek__BackingField_7; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CDownU3Ek__BackingField_7() { return &___U3CDownU3Ek__BackingField_7; } inline void set_U3CDownU3Ek__BackingField_7(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CDownU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CUpU3Ek__BackingField_8() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CUpU3Ek__BackingField_8)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CUpU3Ek__BackingField_8() const { return ___U3CUpU3Ek__BackingField_8; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CUpU3Ek__BackingField_8() { return &___U3CUpU3Ek__BackingField_8; } inline void set_U3CUpU3Ek__BackingField_8(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CUpU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CBackU3Ek__BackingField_9() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CBackU3Ek__BackingField_9)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CBackU3Ek__BackingField_9() const { return ___U3CBackU3Ek__BackingField_9; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CBackU3Ek__BackingField_9() { return &___U3CBackU3Ek__BackingField_9; } inline void set_U3CBackU3Ek__BackingField_9(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CBackU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CForwardU3Ek__BackingField_10() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CForwardU3Ek__BackingField_10)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CForwardU3Ek__BackingField_10() const { return ___U3CForwardU3Ek__BackingField_10; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CForwardU3Ek__BackingField_10() { return &___U3CForwardU3Ek__BackingField_10; } inline void set_U3CForwardU3Ek__BackingField_10(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CForwardU3Ek__BackingField_10 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve struct AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE : public ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve::si BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* ___si_16; public: inline static int32_t get_offset_of_si_16() { return static_cast(offsetof(AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE, ___si_16)); } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* get_si_16() const { return ___si_16; } inline BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED** get_address_of_si_16() { return &___si_16; } inline void set_si_16(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* value) { ___si_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___si_16), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mFieldElement struct AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677 : public ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpCurve struct AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF : public ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpFieldElement struct AbstractFpFieldElement_tD2C80C5CF9EBE12D131C5D8D967229FF84510820 : public ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsAgreementCredentials struct AbstractTlsAgreementCredentials_t2D38BAF91A1ADA5ACD2D147A82F78A22DC91139C : public AbstractTlsCredentials_tDB92B39DD1CD54CC841E54091FB947734ECD1664 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient struct AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 : public AbstractTlsPeer_t3589DDB3C9CBD13D650BADDC95A1814D4A5D6A5A { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::mCipherFactory RuntimeObject* ___mCipherFactory_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClientContext BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::mContext RuntimeObject* ___mContext_1; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::mSupportedSignatureAlgorithms RuntimeObject* ___mSupportedSignatureAlgorithms_2; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::mNamedCurves Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___mNamedCurves_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::mClientECPointFormats ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mClientECPointFormats_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::mServerECPointFormats ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mServerECPointFormats_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::mSelectedCipherSuite int32_t ___mSelectedCipherSuite_6; // System.Int16 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::mSelectedCompressionMethod int16_t ___mSelectedCompressionMethod_7; // System.Collections.Generic.List`1 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::k__BackingField List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___U3CHostNamesU3Ek__BackingField_8; public: inline static int32_t get_offset_of_mCipherFactory_0() { return static_cast(offsetof(AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93, ___mCipherFactory_0)); } inline RuntimeObject* get_mCipherFactory_0() const { return ___mCipherFactory_0; } inline RuntimeObject** get_address_of_mCipherFactory_0() { return &___mCipherFactory_0; } inline void set_mCipherFactory_0(RuntimeObject* value) { ___mCipherFactory_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mCipherFactory_0), (void*)value); } inline static int32_t get_offset_of_mContext_1() { return static_cast(offsetof(AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93, ___mContext_1)); } inline RuntimeObject* get_mContext_1() const { return ___mContext_1; } inline RuntimeObject** get_address_of_mContext_1() { return &___mContext_1; } inline void set_mContext_1(RuntimeObject* value) { ___mContext_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mContext_1), (void*)value); } inline static int32_t get_offset_of_mSupportedSignatureAlgorithms_2() { return static_cast(offsetof(AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93, ___mSupportedSignatureAlgorithms_2)); } inline RuntimeObject* get_mSupportedSignatureAlgorithms_2() const { return ___mSupportedSignatureAlgorithms_2; } inline RuntimeObject** get_address_of_mSupportedSignatureAlgorithms_2() { return &___mSupportedSignatureAlgorithms_2; } inline void set_mSupportedSignatureAlgorithms_2(RuntimeObject* value) { ___mSupportedSignatureAlgorithms_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSupportedSignatureAlgorithms_2), (void*)value); } inline static int32_t get_offset_of_mNamedCurves_3() { return static_cast(offsetof(AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93, ___mNamedCurves_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_mNamedCurves_3() const { return ___mNamedCurves_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_mNamedCurves_3() { return &___mNamedCurves_3; } inline void set_mNamedCurves_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___mNamedCurves_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mNamedCurves_3), (void*)value); } inline static int32_t get_offset_of_mClientECPointFormats_4() { return static_cast(offsetof(AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93, ___mClientECPointFormats_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mClientECPointFormats_4() const { return ___mClientECPointFormats_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mClientECPointFormats_4() { return &___mClientECPointFormats_4; } inline void set_mClientECPointFormats_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mClientECPointFormats_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mClientECPointFormats_4), (void*)value); } inline static int32_t get_offset_of_mServerECPointFormats_5() { return static_cast(offsetof(AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93, ___mServerECPointFormats_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mServerECPointFormats_5() const { return ___mServerECPointFormats_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mServerECPointFormats_5() { return &___mServerECPointFormats_5; } inline void set_mServerECPointFormats_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mServerECPointFormats_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mServerECPointFormats_5), (void*)value); } inline static int32_t get_offset_of_mSelectedCipherSuite_6() { return static_cast(offsetof(AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93, ___mSelectedCipherSuite_6)); } inline int32_t get_mSelectedCipherSuite_6() const { return ___mSelectedCipherSuite_6; } inline int32_t* get_address_of_mSelectedCipherSuite_6() { return &___mSelectedCipherSuite_6; } inline void set_mSelectedCipherSuite_6(int32_t value) { ___mSelectedCipherSuite_6 = value; } inline static int32_t get_offset_of_mSelectedCompressionMethod_7() { return static_cast(offsetof(AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93, ___mSelectedCompressionMethod_7)); } inline int16_t get_mSelectedCompressionMethod_7() const { return ___mSelectedCompressionMethod_7; } inline int16_t* get_address_of_mSelectedCompressionMethod_7() { return &___mSelectedCompressionMethod_7; } inline void set_mSelectedCompressionMethod_7(int16_t value) { ___mSelectedCompressionMethod_7 = value; } inline static int32_t get_offset_of_U3CHostNamesU3Ek__BackingField_8() { return static_cast(offsetof(AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93, ___U3CHostNamesU3Ek__BackingField_8)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_U3CHostNamesU3Ek__BackingField_8() const { return ___U3CHostNamesU3Ek__BackingField_8; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_U3CHostNamesU3Ek__BackingField_8() { return &___U3CHostNamesU3Ek__BackingField_8; } inline void set_U3CHostNamesU3Ek__BackingField_8(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___U3CHostNamesU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHostNamesU3Ek__BackingField_8), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsEncryptionCredentials struct AbstractTlsEncryptionCredentials_t2EFED10EB5F6A19463E3D0689B6A8120A90A442C : public AbstractTlsCredentials_tDB92B39DD1CD54CC841E54091FB947734ECD1664 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer struct AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 : public AbstractTlsPeer_t3589DDB3C9CBD13D650BADDC95A1814D4A5D6A5A { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mCipherFactory RuntimeObject* ___mCipherFactory_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServerContext BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mContext RuntimeObject* ___mContext_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mClientVersion ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___mClientVersion_2; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mOfferedCipherSuites Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___mOfferedCipherSuites_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mOfferedCompressionMethods ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mOfferedCompressionMethods_4; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mClientExtensions RuntimeObject* ___mClientExtensions_5; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mEncryptThenMacOffered bool ___mEncryptThenMacOffered_6; // System.Int16 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mMaxFragmentLengthOffered int16_t ___mMaxFragmentLengthOffered_7; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mTruncatedHMacOffered bool ___mTruncatedHMacOffered_8; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mSupportedSignatureAlgorithms RuntimeObject* ___mSupportedSignatureAlgorithms_9; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mEccCipherSuitesOffered bool ___mEccCipherSuitesOffered_10; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mNamedCurves Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___mNamedCurves_11; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mClientECPointFormats ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mClientECPointFormats_12; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mServerECPointFormats ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mServerECPointFormats_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mServerVersion ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___mServerVersion_14; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mSelectedCipherSuite int32_t ___mSelectedCipherSuite_15; // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mSelectedCompressionMethod uint8_t ___mSelectedCompressionMethod_16; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::mServerExtensions RuntimeObject* ___mServerExtensions_17; public: inline static int32_t get_offset_of_mCipherFactory_0() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mCipherFactory_0)); } inline RuntimeObject* get_mCipherFactory_0() const { return ___mCipherFactory_0; } inline RuntimeObject** get_address_of_mCipherFactory_0() { return &___mCipherFactory_0; } inline void set_mCipherFactory_0(RuntimeObject* value) { ___mCipherFactory_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mCipherFactory_0), (void*)value); } inline static int32_t get_offset_of_mContext_1() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mContext_1)); } inline RuntimeObject* get_mContext_1() const { return ___mContext_1; } inline RuntimeObject** get_address_of_mContext_1() { return &___mContext_1; } inline void set_mContext_1(RuntimeObject* value) { ___mContext_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mContext_1), (void*)value); } inline static int32_t get_offset_of_mClientVersion_2() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mClientVersion_2)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_mClientVersion_2() const { return ___mClientVersion_2; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_mClientVersion_2() { return &___mClientVersion_2; } inline void set_mClientVersion_2(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___mClientVersion_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mClientVersion_2), (void*)value); } inline static int32_t get_offset_of_mOfferedCipherSuites_3() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mOfferedCipherSuites_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_mOfferedCipherSuites_3() const { return ___mOfferedCipherSuites_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_mOfferedCipherSuites_3() { return &___mOfferedCipherSuites_3; } inline void set_mOfferedCipherSuites_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___mOfferedCipherSuites_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mOfferedCipherSuites_3), (void*)value); } inline static int32_t get_offset_of_mOfferedCompressionMethods_4() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mOfferedCompressionMethods_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mOfferedCompressionMethods_4() const { return ___mOfferedCompressionMethods_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mOfferedCompressionMethods_4() { return &___mOfferedCompressionMethods_4; } inline void set_mOfferedCompressionMethods_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mOfferedCompressionMethods_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mOfferedCompressionMethods_4), (void*)value); } inline static int32_t get_offset_of_mClientExtensions_5() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mClientExtensions_5)); } inline RuntimeObject* get_mClientExtensions_5() const { return ___mClientExtensions_5; } inline RuntimeObject** get_address_of_mClientExtensions_5() { return &___mClientExtensions_5; } inline void set_mClientExtensions_5(RuntimeObject* value) { ___mClientExtensions_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mClientExtensions_5), (void*)value); } inline static int32_t get_offset_of_mEncryptThenMacOffered_6() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mEncryptThenMacOffered_6)); } inline bool get_mEncryptThenMacOffered_6() const { return ___mEncryptThenMacOffered_6; } inline bool* get_address_of_mEncryptThenMacOffered_6() { return &___mEncryptThenMacOffered_6; } inline void set_mEncryptThenMacOffered_6(bool value) { ___mEncryptThenMacOffered_6 = value; } inline static int32_t get_offset_of_mMaxFragmentLengthOffered_7() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mMaxFragmentLengthOffered_7)); } inline int16_t get_mMaxFragmentLengthOffered_7() const { return ___mMaxFragmentLengthOffered_7; } inline int16_t* get_address_of_mMaxFragmentLengthOffered_7() { return &___mMaxFragmentLengthOffered_7; } inline void set_mMaxFragmentLengthOffered_7(int16_t value) { ___mMaxFragmentLengthOffered_7 = value; } inline static int32_t get_offset_of_mTruncatedHMacOffered_8() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mTruncatedHMacOffered_8)); } inline bool get_mTruncatedHMacOffered_8() const { return ___mTruncatedHMacOffered_8; } inline bool* get_address_of_mTruncatedHMacOffered_8() { return &___mTruncatedHMacOffered_8; } inline void set_mTruncatedHMacOffered_8(bool value) { ___mTruncatedHMacOffered_8 = value; } inline static int32_t get_offset_of_mSupportedSignatureAlgorithms_9() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mSupportedSignatureAlgorithms_9)); } inline RuntimeObject* get_mSupportedSignatureAlgorithms_9() const { return ___mSupportedSignatureAlgorithms_9; } inline RuntimeObject** get_address_of_mSupportedSignatureAlgorithms_9() { return &___mSupportedSignatureAlgorithms_9; } inline void set_mSupportedSignatureAlgorithms_9(RuntimeObject* value) { ___mSupportedSignatureAlgorithms_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSupportedSignatureAlgorithms_9), (void*)value); } inline static int32_t get_offset_of_mEccCipherSuitesOffered_10() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mEccCipherSuitesOffered_10)); } inline bool get_mEccCipherSuitesOffered_10() const { return ___mEccCipherSuitesOffered_10; } inline bool* get_address_of_mEccCipherSuitesOffered_10() { return &___mEccCipherSuitesOffered_10; } inline void set_mEccCipherSuitesOffered_10(bool value) { ___mEccCipherSuitesOffered_10 = value; } inline static int32_t get_offset_of_mNamedCurves_11() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mNamedCurves_11)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_mNamedCurves_11() const { return ___mNamedCurves_11; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_mNamedCurves_11() { return &___mNamedCurves_11; } inline void set_mNamedCurves_11(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___mNamedCurves_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___mNamedCurves_11), (void*)value); } inline static int32_t get_offset_of_mClientECPointFormats_12() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mClientECPointFormats_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mClientECPointFormats_12() const { return ___mClientECPointFormats_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mClientECPointFormats_12() { return &___mClientECPointFormats_12; } inline void set_mClientECPointFormats_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mClientECPointFormats_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___mClientECPointFormats_12), (void*)value); } inline static int32_t get_offset_of_mServerECPointFormats_13() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mServerECPointFormats_13)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mServerECPointFormats_13() const { return ___mServerECPointFormats_13; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mServerECPointFormats_13() { return &___mServerECPointFormats_13; } inline void set_mServerECPointFormats_13(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mServerECPointFormats_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___mServerECPointFormats_13), (void*)value); } inline static int32_t get_offset_of_mServerVersion_14() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mServerVersion_14)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_mServerVersion_14() const { return ___mServerVersion_14; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_mServerVersion_14() { return &___mServerVersion_14; } inline void set_mServerVersion_14(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___mServerVersion_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___mServerVersion_14), (void*)value); } inline static int32_t get_offset_of_mSelectedCipherSuite_15() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mSelectedCipherSuite_15)); } inline int32_t get_mSelectedCipherSuite_15() const { return ___mSelectedCipherSuite_15; } inline int32_t* get_address_of_mSelectedCipherSuite_15() { return &___mSelectedCipherSuite_15; } inline void set_mSelectedCipherSuite_15(int32_t value) { ___mSelectedCipherSuite_15 = value; } inline static int32_t get_offset_of_mSelectedCompressionMethod_16() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mSelectedCompressionMethod_16)); } inline uint8_t get_mSelectedCompressionMethod_16() const { return ___mSelectedCompressionMethod_16; } inline uint8_t* get_address_of_mSelectedCompressionMethod_16() { return &___mSelectedCompressionMethod_16; } inline void set_mSelectedCompressionMethod_16(uint8_t value) { ___mSelectedCompressionMethod_16 = value; } inline static int32_t get_offset_of_mServerExtensions_17() { return static_cast(offsetof(AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585, ___mServerExtensions_17)); } inline RuntimeObject* get_mServerExtensions_17() const { return ___mServerExtensions_17; } inline RuntimeObject** get_address_of_mServerExtensions_17() { return &___mServerExtensions_17; } inline void set_mServerExtensions_17(RuntimeObject* value) { ___mServerExtensions_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___mServerExtensions_17), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsSignerCredentials struct AbstractTlsSignerCredentials_t25C57E69FD0FDFF448390F69B6E470CE4D8476F4 : public AbstractTlsCredentials_tDB92B39DD1CD54CC841E54091FB947734ECD1664 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AccessDescription struct AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AccessDescription::accessMethod DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___accessMethod_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AccessDescription::accessLocation GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___accessLocation_5; public: inline static int32_t get_offset_of_accessMethod_4() { return static_cast(offsetof(AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013, ___accessMethod_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_accessMethod_4() const { return ___accessMethod_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_accessMethod_4() { return &___accessMethod_4; } inline void set_accessMethod_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___accessMethod_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___accessMethod_4), (void*)value); } inline static int32_t get_offset_of_accessLocation_5() { return static_cast(offsetof(AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013, ___accessLocation_5)); } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * get_accessLocation_5() const { return ___accessLocation_5; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** get_address_of_accessLocation_5() { return &___accessLocation_5; } inline void set_accessLocation_5(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * value) { ___accessLocation_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___accessLocation_5), (void*)value); } }; struct AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AccessDescription::IdADCAIssuers DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdADCAIssuers_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AccessDescription::IdADOcsp DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdADOcsp_3; public: inline static int32_t get_offset_of_IdADCAIssuers_2() { return static_cast(offsetof(AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013_StaticFields, ___IdADCAIssuers_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdADCAIssuers_2() const { return ___IdADCAIssuers_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdADCAIssuers_2() { return &___IdADCAIssuers_2; } inline void set_IdADCAIssuers_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdADCAIssuers_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdADCAIssuers_2), (void*)value); } inline static int32_t get_offset_of_IdADOcsp_3() { return static_cast(offsetof(AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013_StaticFields, ___IdADOcsp_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdADOcsp_3() const { return ___IdADOcsp_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdADOcsp_3() { return &___IdADOcsp_3; } inline void set_IdADOcsp_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdADOcsp_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdADOcsp_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Tsp.Accuracy struct Accuracy_t67B98FC0FBCDCDB47CAE2BE835EC666EB5DA39C8 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Tsp.Accuracy::seconds DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___seconds_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Tsp.Accuracy::millis DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___millis_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Tsp.Accuracy::micros DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___micros_4; public: inline static int32_t get_offset_of_seconds_2() { return static_cast(offsetof(Accuracy_t67B98FC0FBCDCDB47CAE2BE835EC666EB5DA39C8, ___seconds_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_seconds_2() const { return ___seconds_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_seconds_2() { return &___seconds_2; } inline void set_seconds_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___seconds_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___seconds_2), (void*)value); } inline static int32_t get_offset_of_millis_3() { return static_cast(offsetof(Accuracy_t67B98FC0FBCDCDB47CAE2BE835EC666EB5DA39C8, ___millis_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_millis_3() const { return ___millis_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_millis_3() { return &___millis_3; } inline void set_millis_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___millis_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___millis_3), (void*)value); } inline static int32_t get_offset_of_micros_4() { return static_cast(offsetof(Accuracy_t67B98FC0FBCDCDB47CAE2BE835EC666EB5DA39C8, ___micros_4)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_micros_4() const { return ___micros_4; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_micros_4() { return &___micros_4; } inline void set_micros_4(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___micros_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___micros_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.AdditionalInformationSyntax struct AdditionalInformationSyntax_tBF6D76859A3499052ED14FD940C6529D547248AD : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.AdditionalInformationSyntax::information DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * ___information_2; public: inline static int32_t get_offset_of_information_2() { return static_cast(offsetof(AdditionalInformationSyntax_tBF6D76859A3499052ED14FD940C6529D547248AD, ___information_2)); } inline DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * get_information_2() const { return ___information_2; } inline DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F ** get_address_of_information_2() { return &___information_2; } inline void set_information_2(DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * value) { ___information_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___information_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.AdmissionSyntax struct AdmissionSyntax_t2B59800096D90E3BA77CF7256DE57D71B98F0F36 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.AdmissionSyntax::admissionAuthority GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___admissionAuthority_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.AdmissionSyntax::contentsOfAdmissions Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___contentsOfAdmissions_3; public: inline static int32_t get_offset_of_admissionAuthority_2() { return static_cast(offsetof(AdmissionSyntax_t2B59800096D90E3BA77CF7256DE57D71B98F0F36, ___admissionAuthority_2)); } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * get_admissionAuthority_2() const { return ___admissionAuthority_2; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** get_address_of_admissionAuthority_2() { return &___admissionAuthority_2; } inline void set_admissionAuthority_2(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * value) { ___admissionAuthority_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___admissionAuthority_2), (void*)value); } inline static int32_t get_offset_of_contentsOfAdmissions_3() { return static_cast(offsetof(AdmissionSyntax_t2B59800096D90E3BA77CF7256DE57D71B98F0F36, ___contentsOfAdmissions_3)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_contentsOfAdmissions_3() const { return ___contentsOfAdmissions_3; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_contentsOfAdmissions_3() { return &___contentsOfAdmissions_3; } inline void set_contentsOfAdmissions_3(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___contentsOfAdmissions_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentsOfAdmissions_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.Admissions struct Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.Admissions::admissionAuthority GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___admissionAuthority_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.NamingAuthority BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.Admissions::namingAuthority NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138 * ___namingAuthority_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.Admissions::professionInfos Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___professionInfos_4; public: inline static int32_t get_offset_of_admissionAuthority_2() { return static_cast(offsetof(Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA, ___admissionAuthority_2)); } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * get_admissionAuthority_2() const { return ___admissionAuthority_2; } inline GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F ** get_address_of_admissionAuthority_2() { return &___admissionAuthority_2; } inline void set_admissionAuthority_2(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * value) { ___admissionAuthority_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___admissionAuthority_2), (void*)value); } inline static int32_t get_offset_of_namingAuthority_3() { return static_cast(offsetof(Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA, ___namingAuthority_3)); } inline NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138 * get_namingAuthority_3() const { return ___namingAuthority_3; } inline NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138 ** get_address_of_namingAuthority_3() { return &___namingAuthority_3; } inline void set_namingAuthority_3(NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138 * value) { ___namingAuthority_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___namingAuthority_3), (void*)value); } inline static int32_t get_offset_of_professionInfos_4() { return static_cast(offsetof(Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA, ___professionInfos_4)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_professionInfos_4() const { return ___professionInfos_4; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_professionInfos_4() { return &___professionInfos_4; } inline void set_professionInfos_4(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___professionInfos_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___professionInfos_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: public: }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { 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(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___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_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_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(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_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(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_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_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { 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(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___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_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { 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(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___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_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DefaultTlsCipherFactory struct DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D : public AbstractTlsCipherFactory_tA8785BCE606A193A288216A22E1D0169431076DE { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString struct DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString::str DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 * ___str_2; public: inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F, ___str_2)); } inline DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 * get_str_2() const { return ___str_2; } inline DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 ** get_address_of_str_2() { return &___str_2; } inline void set_str_2(DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 * value) { ___str_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_2), (void*)value); } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPointBase struct ECPointBase_t56B88B30B133094A49B571CEEC84FE5E9AF81CCF : public ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA { public: public: }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName struct GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::obj Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj_11; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::tag int32_t ___tag_12; public: inline static int32_t get_offset_of_obj_11() { return static_cast(offsetof(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F, ___obj_11)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_obj_11() const { return ___obj_11; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_obj_11() { return &___obj_11; } inline void set_obj_11(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___obj_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___obj_11), (void*)value); } inline static int32_t get_offset_of_tag_12() { return static_cast(offsetof(GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F, ___tag_12)); } inline int32_t get_tag_12() const { return ___tag_12; } inline int32_t* get_address_of_tag_12() { return &___tag_12; } inline void set_tag_12(int32_t value) { ___tag_12 = value; } }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { 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(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___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_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { 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(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___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(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(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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.NamingAuthority struct NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.NamingAuthority::namingAuthorityID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___namingAuthorityID_3; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.NamingAuthority::namingAuthorityUrl String_t* ___namingAuthorityUrl_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.NamingAuthority::namingAuthorityText DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * ___namingAuthorityText_5; public: inline static int32_t get_offset_of_namingAuthorityID_3() { return static_cast(offsetof(NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138, ___namingAuthorityID_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_namingAuthorityID_3() const { return ___namingAuthorityID_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_namingAuthorityID_3() { return &___namingAuthorityID_3; } inline void set_namingAuthorityID_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___namingAuthorityID_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___namingAuthorityID_3), (void*)value); } inline static int32_t get_offset_of_namingAuthorityUrl_4() { return static_cast(offsetof(NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138, ___namingAuthorityUrl_4)); } inline String_t* get_namingAuthorityUrl_4() const { return ___namingAuthorityUrl_4; } inline String_t** get_address_of_namingAuthorityUrl_4() { return &___namingAuthorityUrl_4; } inline void set_namingAuthorityUrl_4(String_t* value) { ___namingAuthorityUrl_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___namingAuthorityUrl_4), (void*)value); } inline static int32_t get_offset_of_namingAuthorityText_5() { return static_cast(offsetof(NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138, ___namingAuthorityText_5)); } inline DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * get_namingAuthorityText_5() const { return ___namingAuthorityText_5; } inline DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F ** get_address_of_namingAuthorityText_5() { return &___namingAuthorityText_5; } inline void set_namingAuthorityText_5(DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * value) { ___namingAuthorityText_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___namingAuthorityText_5), (void*)value); } }; struct NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.NamingAuthority::IdIsisMttATNamingAuthoritiesRechtWirtschaftSteuern DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IdIsisMttATNamingAuthoritiesRechtWirtschaftSteuern_2; public: inline static int32_t get_offset_of_IdIsisMttATNamingAuthoritiesRechtWirtschaftSteuern_2() { return static_cast(offsetof(NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138_StaticFields, ___IdIsisMttATNamingAuthoritiesRechtWirtschaftSteuern_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IdIsisMttATNamingAuthoritiesRechtWirtschaftSteuern_2() const { return ___IdIsisMttATNamingAuthoritiesRechtWirtschaftSteuern_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IdIsisMttATNamingAuthoritiesRechtWirtschaftSteuern_2() { return &___IdIsisMttATNamingAuthoritiesRechtWirtschaftSteuern_2; } inline void set_IdIsisMttATNamingAuthoritiesRechtWirtschaftSteuern_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IdIsisMttATNamingAuthoritiesRechtWirtschaftSteuern_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdIsisMttATNamingAuthoritiesRechtWirtschaftSteuern_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo struct ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.NamingAuthority BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo::namingAuthority NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138 * ___namingAuthority_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo::professionItems Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___professionItems_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo::professionOids Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___professionOids_23; // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo::registrationNumber String_t* ___registrationNumber_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo::addProfessionInfo Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___addProfessionInfo_25; public: inline static int32_t get_offset_of_namingAuthority_21() { return static_cast(offsetof(ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB, ___namingAuthority_21)); } inline NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138 * get_namingAuthority_21() const { return ___namingAuthority_21; } inline NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138 ** get_address_of_namingAuthority_21() { return &___namingAuthority_21; } inline void set_namingAuthority_21(NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138 * value) { ___namingAuthority_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___namingAuthority_21), (void*)value); } inline static int32_t get_offset_of_professionItems_22() { return static_cast(offsetof(ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB, ___professionItems_22)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_professionItems_22() const { return ___professionItems_22; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_professionItems_22() { return &___professionItems_22; } inline void set_professionItems_22(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___professionItems_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___professionItems_22), (void*)value); } inline static int32_t get_offset_of_professionOids_23() { return static_cast(offsetof(ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB, ___professionOids_23)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_professionOids_23() const { return ___professionOids_23; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_professionOids_23() { return &___professionOids_23; } inline void set_professionOids_23(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___professionOids_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___professionOids_23), (void*)value); } inline static int32_t get_offset_of_registrationNumber_24() { return static_cast(offsetof(ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB, ___registrationNumber_24)); } inline String_t* get_registrationNumber_24() const { return ___registrationNumber_24; } inline String_t** get_address_of_registrationNumber_24() { return &___registrationNumber_24; } inline void set_registrationNumber_24(String_t* value) { ___registrationNumber_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___registrationNumber_24), (void*)value); } inline static int32_t get_offset_of_addProfessionInfo_25() { return static_cast(offsetof(ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB, ___addProfessionInfo_25)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_addProfessionInfo_25() const { return ___addProfessionInfo_25; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_addProfessionInfo_25() { return &___addProfessionInfo_25; } inline void set_addProfessionInfo_25(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___addProfessionInfo_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___addProfessionInfo_25), (void*)value); } }; struct ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo::Rechtsanwltin DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Rechtsanwltin_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo::Rechtsanwalt DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Rechtsanwalt_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo::Rechtsbeistand DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Rechtsbeistand_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo::Steuerberaterin DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Steuerberaterin_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo::Steuerberater DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Steuerberater_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo::Steuerbevollmchtigte DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Steuerbevollmchtigte_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo::Steuerbevollmchtigter DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Steuerbevollmchtigter_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo::Notarin DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Notarin_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo::Notar DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Notar_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo::Notarvertreterin DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Notarvertreterin_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo::Notarvertreter DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Notarvertreter_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo::Notariatsverwalterin DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Notariatsverwalterin_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo::Notariatsverwalter DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Notariatsverwalter_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo::Wirtschaftsprferin DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Wirtschaftsprferin_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo::Wirtschaftsprfer DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Wirtschaftsprfer_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo::VereidigteBuchprferin DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___VereidigteBuchprferin_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo::VereidigterBuchprfer DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___VereidigterBuchprfer_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo::Patentanwltin DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Patentanwltin_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo::Patentanwalt DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Patentanwalt_20; public: inline static int32_t get_offset_of_Rechtsanwltin_2() { return static_cast(offsetof(ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB_StaticFields, ___Rechtsanwltin_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Rechtsanwltin_2() const { return ___Rechtsanwltin_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Rechtsanwltin_2() { return &___Rechtsanwltin_2; } inline void set_Rechtsanwltin_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Rechtsanwltin_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Rechtsanwltin_2), (void*)value); } inline static int32_t get_offset_of_Rechtsanwalt_3() { return static_cast(offsetof(ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB_StaticFields, ___Rechtsanwalt_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Rechtsanwalt_3() const { return ___Rechtsanwalt_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Rechtsanwalt_3() { return &___Rechtsanwalt_3; } inline void set_Rechtsanwalt_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Rechtsanwalt_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Rechtsanwalt_3), (void*)value); } inline static int32_t get_offset_of_Rechtsbeistand_4() { return static_cast(offsetof(ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB_StaticFields, ___Rechtsbeistand_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Rechtsbeistand_4() const { return ___Rechtsbeistand_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Rechtsbeistand_4() { return &___Rechtsbeistand_4; } inline void set_Rechtsbeistand_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Rechtsbeistand_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Rechtsbeistand_4), (void*)value); } inline static int32_t get_offset_of_Steuerberaterin_5() { return static_cast(offsetof(ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB_StaticFields, ___Steuerberaterin_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Steuerberaterin_5() const { return ___Steuerberaterin_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Steuerberaterin_5() { return &___Steuerberaterin_5; } inline void set_Steuerberaterin_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Steuerberaterin_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Steuerberaterin_5), (void*)value); } inline static int32_t get_offset_of_Steuerberater_6() { return static_cast(offsetof(ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB_StaticFields, ___Steuerberater_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Steuerberater_6() const { return ___Steuerberater_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Steuerberater_6() { return &___Steuerberater_6; } inline void set_Steuerberater_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Steuerberater_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Steuerberater_6), (void*)value); } inline static int32_t get_offset_of_Steuerbevollmchtigte_7() { return static_cast(offsetof(ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB_StaticFields, ___Steuerbevollmchtigte_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Steuerbevollmchtigte_7() const { return ___Steuerbevollmchtigte_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Steuerbevollmchtigte_7() { return &___Steuerbevollmchtigte_7; } inline void set_Steuerbevollmchtigte_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Steuerbevollmchtigte_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Steuerbevollmchtigte_7), (void*)value); } inline static int32_t get_offset_of_Steuerbevollmchtigter_8() { return static_cast(offsetof(ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB_StaticFields, ___Steuerbevollmchtigter_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Steuerbevollmchtigter_8() const { return ___Steuerbevollmchtigter_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Steuerbevollmchtigter_8() { return &___Steuerbevollmchtigter_8; } inline void set_Steuerbevollmchtigter_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Steuerbevollmchtigter_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___Steuerbevollmchtigter_8), (void*)value); } inline static int32_t get_offset_of_Notarin_9() { return static_cast(offsetof(ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB_StaticFields, ___Notarin_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Notarin_9() const { return ___Notarin_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Notarin_9() { return &___Notarin_9; } inline void set_Notarin_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Notarin_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Notarin_9), (void*)value); } inline static int32_t get_offset_of_Notar_10() { return static_cast(offsetof(ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB_StaticFields, ___Notar_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Notar_10() const { return ___Notar_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Notar_10() { return &___Notar_10; } inline void set_Notar_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Notar_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Notar_10), (void*)value); } inline static int32_t get_offset_of_Notarvertreterin_11() { return static_cast(offsetof(ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB_StaticFields, ___Notarvertreterin_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Notarvertreterin_11() const { return ___Notarvertreterin_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Notarvertreterin_11() { return &___Notarvertreterin_11; } inline void set_Notarvertreterin_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Notarvertreterin_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Notarvertreterin_11), (void*)value); } inline static int32_t get_offset_of_Notarvertreter_12() { return static_cast(offsetof(ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB_StaticFields, ___Notarvertreter_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Notarvertreter_12() const { return ___Notarvertreter_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Notarvertreter_12() { return &___Notarvertreter_12; } inline void set_Notarvertreter_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Notarvertreter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___Notarvertreter_12), (void*)value); } inline static int32_t get_offset_of_Notariatsverwalterin_13() { return static_cast(offsetof(ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB_StaticFields, ___Notariatsverwalterin_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Notariatsverwalterin_13() const { return ___Notariatsverwalterin_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Notariatsverwalterin_13() { return &___Notariatsverwalterin_13; } inline void set_Notariatsverwalterin_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Notariatsverwalterin_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___Notariatsverwalterin_13), (void*)value); } inline static int32_t get_offset_of_Notariatsverwalter_14() { return static_cast(offsetof(ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB_StaticFields, ___Notariatsverwalter_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Notariatsverwalter_14() const { return ___Notariatsverwalter_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Notariatsverwalter_14() { return &___Notariatsverwalter_14; } inline void set_Notariatsverwalter_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Notariatsverwalter_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___Notariatsverwalter_14), (void*)value); } inline static int32_t get_offset_of_Wirtschaftsprferin_15() { return static_cast(offsetof(ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB_StaticFields, ___Wirtschaftsprferin_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Wirtschaftsprferin_15() const { return ___Wirtschaftsprferin_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Wirtschaftsprferin_15() { return &___Wirtschaftsprferin_15; } inline void set_Wirtschaftsprferin_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Wirtschaftsprferin_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___Wirtschaftsprferin_15), (void*)value); } inline static int32_t get_offset_of_Wirtschaftsprfer_16() { return static_cast(offsetof(ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB_StaticFields, ___Wirtschaftsprfer_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Wirtschaftsprfer_16() const { return ___Wirtschaftsprfer_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Wirtschaftsprfer_16() { return &___Wirtschaftsprfer_16; } inline void set_Wirtschaftsprfer_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Wirtschaftsprfer_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___Wirtschaftsprfer_16), (void*)value); } inline static int32_t get_offset_of_VereidigteBuchprferin_17() { return static_cast(offsetof(ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB_StaticFields, ___VereidigteBuchprferin_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_VereidigteBuchprferin_17() const { return ___VereidigteBuchprferin_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_VereidigteBuchprferin_17() { return &___VereidigteBuchprferin_17; } inline void set_VereidigteBuchprferin_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___VereidigteBuchprferin_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___VereidigteBuchprferin_17), (void*)value); } inline static int32_t get_offset_of_VereidigterBuchprfer_18() { return static_cast(offsetof(ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB_StaticFields, ___VereidigterBuchprfer_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_VereidigterBuchprfer_18() const { return ___VereidigterBuchprfer_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_VereidigterBuchprfer_18() { return &___VereidigterBuchprfer_18; } inline void set_VereidigterBuchprfer_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___VereidigterBuchprfer_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___VereidigterBuchprfer_18), (void*)value); } inline static int32_t get_offset_of_Patentanwltin_19() { return static_cast(offsetof(ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB_StaticFields, ___Patentanwltin_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Patentanwltin_19() const { return ___Patentanwltin_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Patentanwltin_19() { return &___Patentanwltin_19; } inline void set_Patentanwltin_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Patentanwltin_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___Patentanwltin_19), (void*)value); } inline static int32_t get_offset_of_Patentanwalt_20() { return static_cast(offsetof(ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB_StaticFields, ___Patentanwalt_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Patentanwalt_20() const { return ___Patentanwalt_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Patentanwalt_20() { return &___Patentanwalt_20; } inline void set_Patentanwalt_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Patentanwalt_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___Patentanwalt_20), (void*)value); } }; // UnityEngine.Quaternion struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 { public: // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___identityQuaternion_4 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 : public Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::generator RuntimeObject* ___generator_5; public: inline static int32_t get_offset_of_generator_5() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28, ___generator_5)); } inline RuntimeObject* get_generator_5() const { return ___generator_5; } inline RuntimeObject** get_address_of_generator_5() { return &___generator_5; } inline void set_generator_5(RuntimeObject* value) { ___generator_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___generator_5), (void*)value); } }; struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields { public: // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::counter int64_t ___counter_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::master SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___master_4; // System.Double BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::DoubleScale double ___DoubleScale_6; public: inline static int32_t get_offset_of_counter_3() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___counter_3)); } inline int64_t get_counter_3() const { return ___counter_3; } inline int64_t* get_address_of_counter_3() { return &___counter_3; } inline void set_counter_3(int64_t value) { ___counter_3 = value; } inline static int32_t get_offset_of_master_4() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___master_4)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_master_4() const { return ___master_4; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_master_4() { return &___master_4; } inline void set_master_4(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___master_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___master_4), (void*)value); } inline static int32_t get_offset_of_DoubleScale_6() { return static_cast(offsetof(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_StaticFields, ___DoubleScale_6)); } inline double get_DoubleScale_6() const { return ___DoubleScale_6; } inline double* get_address_of_DoubleScale_6() { return &___DoubleScale_6; } inline void set_DoubleScale_6(double value) { ___DoubleScale_6 = value; } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { 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(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___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; } }; // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___zeroVector_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___oneVector_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___upVector_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_upVector_4() const { return ___upVector_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___downVector_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downVector_5() const { return ___downVector_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___leftVector_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___rightVector_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___zeroVector_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___oneVector_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_oneVector_6() const { return ___oneVector_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___upVector_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_upVector_7() const { return ___upVector_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___downVector_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_downVector_8() const { return ___downVector_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___leftVector_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_leftVector_9() const { return ___leftVector_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___rightVector_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rightVector_10() const { return ___rightVector_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___forwardVector_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___backVector_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_backVector_12() const { return ___backVector_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___negativeInfinityVector_14 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // /__StaticArrayInitTypeSize=1024 struct __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665__padding[1024]; }; public: }; // /__StaticArrayInitTypeSize=112 struct __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542__padding[112]; }; public: }; // /__StaticArrayInitTypeSize=1152 struct __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F__padding[1152]; }; public: }; // /__StaticArrayInitTypeSize=116 struct __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9__padding[116]; }; public: }; // /__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794__padding[12]; }; public: }; // /__StaticArrayInitTypeSize=120 struct __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A__padding[120]; }; public: }; // /__StaticArrayInitTypeSize=124 struct __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451__padding[124]; }; public: }; // /__StaticArrayInitTypeSize=128 struct __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C__padding[128]; }; public: }; // /__StaticArrayInitTypeSize=16 struct __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66__padding[16]; }; public: }; // /__StaticArrayInitTypeSize=160 struct __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27__padding[160]; }; public: }; // /__StaticArrayInitTypeSize=19 struct __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4__padding[19]; }; public: }; // /__StaticArrayInitTypeSize=192 struct __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D__padding[192]; }; public: }; // /__StaticArrayInitTypeSize=20 struct __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598__padding[20]; }; public: }; // /__StaticArrayInitTypeSize=2048 struct __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E__padding[2048]; }; public: }; // /__StaticArrayInitTypeSize=24 struct __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2__padding[24]; }; public: }; // /__StaticArrayInitTypeSize=256 struct __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449__padding[256]; }; public: }; // /__StaticArrayInitTypeSize=28 struct __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30__padding[28]; }; public: }; // /__StaticArrayInitTypeSize=3 struct __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F__padding[3]; }; public: }; // /__StaticArrayInitTypeSize=30 struct __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306__padding[30]; }; public: }; // /__StaticArrayInitTypeSize=32 struct __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F__padding[32]; }; public: }; // /__StaticArrayInitTypeSize=36 struct __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1__padding[36]; }; public: }; // /__StaticArrayInitTypeSize=38 struct __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92__padding[38]; }; public: }; // /__StaticArrayInitTypeSize=384 struct __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E__padding[384]; }; public: }; // /__StaticArrayInitTypeSize=40 struct __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F__padding[40]; }; public: }; // /__StaticArrayInitTypeSize=404 struct __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333__padding[404]; }; public: }; // /__StaticArrayInitTypeSize=4096 struct __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5__padding[4096]; }; public: }; // /__StaticArrayInitTypeSize=44 struct __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5__padding[44]; }; public: }; // /__StaticArrayInitTypeSize=48 struct __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7__padding[48]; }; public: }; // /__StaticArrayInitTypeSize=5 struct __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9__padding[5]; }; public: }; // /__StaticArrayInitTypeSize=511 struct __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3__padding[511]; }; public: }; // /__StaticArrayInitTypeSize=512 struct __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE__padding[512]; }; public: }; // /__StaticArrayInitTypeSize=56 struct __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186__padding[56]; }; public: }; // /__StaticArrayInitTypeSize=6 struct __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77__padding[6]; }; public: }; // /__StaticArrayInitTypeSize=6144 struct __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD__padding[6144]; }; public: }; // /__StaticArrayInitTypeSize=64 struct __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C__padding[64]; }; public: }; // /__StaticArrayInitTypeSize=640 struct __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517__padding[640]; }; public: }; // /__StaticArrayInitTypeSize=68 struct __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F__padding[68]; }; public: }; // /__StaticArrayInitTypeSize=72 struct __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489__padding[72]; }; public: }; // /__StaticArrayInitTypeSize=76 struct __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823__padding[76]; }; public: }; // /__StaticArrayInitTypeSize=96 struct __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5__padding[96]; }; public: }; // o0.Num.Num`1> struct Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8 : public RuntimeObject { public: public: }; struct Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_StaticFields { public: // System.Func`3 o0.Num.Num`1::Plus Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 * ___Plus_0; // System.Func`3 o0.Num.Num`1::Minus Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 * ___Minus_1; // System.Func`3 o0.Num.Num`1::Multiply Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 * ___Multiply_2; // System.Func`3 o0.Num.Num`1::Divide Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 * ___Divide_3; // System.Func`3 o0.Num.Num`1::Mod Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 * ___Mod_4; // System.Func`2 o0.Num.Num`1::Negative Func_2_t54F85B71721D7E2C4B2A1DF18FB292F079695D6A * ___Negative_5; // System.Func`2 o0.Num.Num`1::Abs Func_2_t54F85B71721D7E2C4B2A1DF18FB292F079695D6A * ___Abs_6; // System.Func`2 o0.Num.Num`1::Sqrt Func_2_t54F85B71721D7E2C4B2A1DF18FB292F079695D6A * ___Sqrt_7; // System.Func`2,T> o0.Num.Num`1::DelegateMean Func_2_tCD042A7ED7B4939C6DED096A15989D3AC8F5B28C * ___DelegateMean_8; // System.Func`2,T> o0.Num.Num`1::DelegateVariance Func_2_tCD042A7ED7B4939C6DED096A15989D3AC8F5B28C * ___DelegateVariance_9; // System.Func`3 o0.Num.Num`1::Rate Func_3_t08089D11BE19E3E0A0B8EB839F69753F6B4E1D27 * ___Rate_10; // System.Func`2>,T> o0.Num.Num`1::DelegateRateSum Func_2_t64F5324EB44268D70D2CE48F3906FB279CE34BFE * ___DelegateRateSum_11; // T o0.Num.Num`1::Zero Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___Zero_12; // T o0.Num.Num`1::One Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___One_13; public: inline static int32_t get_offset_of_Plus_0() { return static_cast(offsetof(Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_StaticFields, ___Plus_0)); } inline Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 * get_Plus_0() const { return ___Plus_0; } inline Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 ** get_address_of_Plus_0() { return &___Plus_0; } inline void set_Plus_0(Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 * value) { ___Plus_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Plus_0), (void*)value); } inline static int32_t get_offset_of_Minus_1() { return static_cast(offsetof(Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_StaticFields, ___Minus_1)); } inline Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 * get_Minus_1() const { return ___Minus_1; } inline Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 ** get_address_of_Minus_1() { return &___Minus_1; } inline void set_Minus_1(Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 * value) { ___Minus_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Minus_1), (void*)value); } inline static int32_t get_offset_of_Multiply_2() { return static_cast(offsetof(Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_StaticFields, ___Multiply_2)); } inline Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 * get_Multiply_2() const { return ___Multiply_2; } inline Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 ** get_address_of_Multiply_2() { return &___Multiply_2; } inline void set_Multiply_2(Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 * value) { ___Multiply_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Multiply_2), (void*)value); } inline static int32_t get_offset_of_Divide_3() { return static_cast(offsetof(Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_StaticFields, ___Divide_3)); } inline Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 * get_Divide_3() const { return ___Divide_3; } inline Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 ** get_address_of_Divide_3() { return &___Divide_3; } inline void set_Divide_3(Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 * value) { ___Divide_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Divide_3), (void*)value); } inline static int32_t get_offset_of_Mod_4() { return static_cast(offsetof(Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_StaticFields, ___Mod_4)); } inline Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 * get_Mod_4() const { return ___Mod_4; } inline Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 ** get_address_of_Mod_4() { return &___Mod_4; } inline void set_Mod_4(Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 * value) { ___Mod_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Mod_4), (void*)value); } inline static int32_t get_offset_of_Negative_5() { return static_cast(offsetof(Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_StaticFields, ___Negative_5)); } inline Func_2_t54F85B71721D7E2C4B2A1DF18FB292F079695D6A * get_Negative_5() const { return ___Negative_5; } inline Func_2_t54F85B71721D7E2C4B2A1DF18FB292F079695D6A ** get_address_of_Negative_5() { return &___Negative_5; } inline void set_Negative_5(Func_2_t54F85B71721D7E2C4B2A1DF18FB292F079695D6A * value) { ___Negative_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Negative_5), (void*)value); } inline static int32_t get_offset_of_Abs_6() { return static_cast(offsetof(Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_StaticFields, ___Abs_6)); } inline Func_2_t54F85B71721D7E2C4B2A1DF18FB292F079695D6A * get_Abs_6() const { return ___Abs_6; } inline Func_2_t54F85B71721D7E2C4B2A1DF18FB292F079695D6A ** get_address_of_Abs_6() { return &___Abs_6; } inline void set_Abs_6(Func_2_t54F85B71721D7E2C4B2A1DF18FB292F079695D6A * value) { ___Abs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Abs_6), (void*)value); } inline static int32_t get_offset_of_Sqrt_7() { return static_cast(offsetof(Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_StaticFields, ___Sqrt_7)); } inline Func_2_t54F85B71721D7E2C4B2A1DF18FB292F079695D6A * get_Sqrt_7() const { return ___Sqrt_7; } inline Func_2_t54F85B71721D7E2C4B2A1DF18FB292F079695D6A ** get_address_of_Sqrt_7() { return &___Sqrt_7; } inline void set_Sqrt_7(Func_2_t54F85B71721D7E2C4B2A1DF18FB292F079695D6A * value) { ___Sqrt_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sqrt_7), (void*)value); } inline static int32_t get_offset_of_DelegateMean_8() { return static_cast(offsetof(Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_StaticFields, ___DelegateMean_8)); } inline Func_2_tCD042A7ED7B4939C6DED096A15989D3AC8F5B28C * get_DelegateMean_8() const { return ___DelegateMean_8; } inline Func_2_tCD042A7ED7B4939C6DED096A15989D3AC8F5B28C ** get_address_of_DelegateMean_8() { return &___DelegateMean_8; } inline void set_DelegateMean_8(Func_2_tCD042A7ED7B4939C6DED096A15989D3AC8F5B28C * value) { ___DelegateMean_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___DelegateMean_8), (void*)value); } inline static int32_t get_offset_of_DelegateVariance_9() { return static_cast(offsetof(Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_StaticFields, ___DelegateVariance_9)); } inline Func_2_tCD042A7ED7B4939C6DED096A15989D3AC8F5B28C * get_DelegateVariance_9() const { return ___DelegateVariance_9; } inline Func_2_tCD042A7ED7B4939C6DED096A15989D3AC8F5B28C ** get_address_of_DelegateVariance_9() { return &___DelegateVariance_9; } inline void set_DelegateVariance_9(Func_2_tCD042A7ED7B4939C6DED096A15989D3AC8F5B28C * value) { ___DelegateVariance_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___DelegateVariance_9), (void*)value); } inline static int32_t get_offset_of_Rate_10() { return static_cast(offsetof(Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_StaticFields, ___Rate_10)); } inline Func_3_t08089D11BE19E3E0A0B8EB839F69753F6B4E1D27 * get_Rate_10() const { return ___Rate_10; } inline Func_3_t08089D11BE19E3E0A0B8EB839F69753F6B4E1D27 ** get_address_of_Rate_10() { return &___Rate_10; } inline void set_Rate_10(Func_3_t08089D11BE19E3E0A0B8EB839F69753F6B4E1D27 * value) { ___Rate_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Rate_10), (void*)value); } inline static int32_t get_offset_of_DelegateRateSum_11() { return static_cast(offsetof(Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_StaticFields, ___DelegateRateSum_11)); } inline Func_2_t64F5324EB44268D70D2CE48F3906FB279CE34BFE * get_DelegateRateSum_11() const { return ___DelegateRateSum_11; } inline Func_2_t64F5324EB44268D70D2CE48F3906FB279CE34BFE ** get_address_of_DelegateRateSum_11() { return &___DelegateRateSum_11; } inline void set_DelegateRateSum_11(Func_2_t64F5324EB44268D70D2CE48F3906FB279CE34BFE * value) { ___DelegateRateSum_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___DelegateRateSum_11), (void*)value); } inline static int32_t get_offset_of_Zero_12() { return static_cast(offsetof(Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_StaticFields, ___Zero_12)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_Zero_12() const { return ___Zero_12; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_Zero_12() { return &___Zero_12; } inline void set_Zero_12(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___Zero_12 = value; } inline static int32_t get_offset_of_One_13() { return static_cast(offsetof(Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_StaticFields, ___One_13)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_One_13() const { return ___One_13; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_One_13() { return &___One_13; } inline void set_One_13(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___One_13 = value; } }; // struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields { public: // /__StaticArrayInitTypeSize=20 ::02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; // /__StaticArrayInitTypeSize=1024 ::037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; // /__StaticArrayInitTypeSize=3 ::039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81 __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; // /__StaticArrayInitTypeSize=128 ::04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; // /__StaticArrayInitTypeSize=160 ::064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5 __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; // /__StaticArrayInitTypeSize=68 ::07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; // /__StaticArrayInitTypeSize=56 ::07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; // /__StaticArrayInitTypeSize=5 ::08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; // /__StaticArrayInitTypeSize=20 ::0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; // /__StaticArrayInitTypeSize=6 ::0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; // /__StaticArrayInitTypeSize=72 ::0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; // /__StaticArrayInitTypeSize=56 ::0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; // /__StaticArrayInitTypeSize=256 ::0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; // /__StaticArrayInitTypeSize=1024 ::0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; // /__StaticArrayInitTypeSize=256 ::0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; // /__StaticArrayInitTypeSize=128 ::10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; // /__StaticArrayInitTypeSize=19 ::111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15 __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; // /__StaticArrayInitTypeSize=64 ::120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; // /__StaticArrayInitTypeSize=640 ::125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293 __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; // /__StaticArrayInitTypeSize=12 ::12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; // /__StaticArrayInitTypeSize=12 ::1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; // /__StaticArrayInitTypeSize=2048 ::13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; // /__StaticArrayInitTypeSize=12 ::141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; // /__StaticArrayInitTypeSize=32 ::14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; // /__StaticArrayInitTypeSize=256 ::14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; // /__StaticArrayInitTypeSize=56 ::16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; // /__StaticArrayInitTypeSize=256 ::1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; // /__StaticArrayInitTypeSize=1024 ::1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; // /__StaticArrayInitTypeSize=64 ::1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; // /__StaticArrayInitTypeSize=16 ::1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; // /__StaticArrayInitTypeSize=1024 ::1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; // /__StaticArrayInitTypeSize=32 ::1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; // /__StaticArrayInitTypeSize=12 ::1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; // /__StaticArrayInitTypeSize=12 ::1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; // /__StaticArrayInitTypeSize=16 ::20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; // System.Int32 ::21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B int32_t ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; // /__StaticArrayInitTypeSize=128 ::2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; // /__StaticArrayInitTypeSize=1024 ::23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; // /__StaticArrayInitTypeSize=12 ::241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; // System.Int64 ::24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684 int64_t ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; // /__StaticArrayInitTypeSize=16 ::24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; // /__StaticArrayInitTypeSize=256 ::252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; // /__StaticArrayInitTypeSize=40 ::265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; // /__StaticArrayInitTypeSize=72 ::27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; // /__StaticArrayInitTypeSize=1024 ::2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; // /__StaticArrayInitTypeSize=2048 ::2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; // /__StaticArrayInitTypeSize=64 ::2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; // /__StaticArrayInitTypeSize=16 ::2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; // /__StaticArrayInitTypeSize=64 ::2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; // /__StaticArrayInitTypeSize=68 ::2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; // /__StaticArrayInitTypeSize=32 ::2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; // /__StaticArrayInitTypeSize=32 ::2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; // /__StaticArrayInitTypeSize=64 ::301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; // /__StaticArrayInitTypeSize=1024 ::304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; // /__StaticArrayInitTypeSize=128 ::3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; // /__StaticArrayInitTypeSize=1024 ::31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; // /__StaticArrayInitTypeSize=256 ::325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; // /__StaticArrayInitTypeSize=48 ::343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; // /__StaticArrayInitTypeSize=12 ::356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; // /__StaticArrayInitTypeSize=12 ::36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; // /__StaticArrayInitTypeSize=511 ::360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122 __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; // /__StaticArrayInitTypeSize=1152 ::36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38 __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; // /__StaticArrayInitTypeSize=12 ::3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; // /__StaticArrayInitTypeSize=24 ::394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; // /__StaticArrayInitTypeSize=40 ::3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; // /__StaticArrayInitTypeSize=28 ::3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; // /__StaticArrayInitTypeSize=64 ::3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; // /__StaticArrayInitTypeSize=512 ::3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; // /__StaticArrayInitTypeSize=2048 ::3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; // /__StaticArrayInitTypeSize=512 ::3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; // /__StaticArrayInitTypeSize=1024 ::3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; // /__StaticArrayInitTypeSize=16 ::3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; // /__StaticArrayInitTypeSize=44 ::405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0 __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; // /__StaticArrayInitTypeSize=256 ::40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; // /__StaticArrayInitTypeSize=1024 ::427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; // /__StaticArrayInitTypeSize=256 ::42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; // /__StaticArrayInitTypeSize=128 ::439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; // /__StaticArrayInitTypeSize=12 ::43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; // /__StaticArrayInitTypeSize=24 ::43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; // /__StaticArrayInitTypeSize=1024 ::463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; // /__StaticArrayInitTypeSize=24 ::4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; // /__StaticArrayInitTypeSize=256 ::4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; // /__StaticArrayInitTypeSize=64 ::490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; // /__StaticArrayInitTypeSize=12 ::4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; // /__StaticArrayInitTypeSize=12 ::49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; // /__StaticArrayInitTypeSize=12 ::49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; // /__StaticArrayInitTypeSize=32 ::4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; // /__StaticArrayInitTypeSize=24 ::4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; // /__StaticArrayInitTypeSize=256 ::4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; // /__StaticArrayInitTypeSize=12 ::4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; // /__StaticArrayInitTypeSize=256 ::4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; // /__StaticArrayInitTypeSize=12 ::4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; // /__StaticArrayInitTypeSize=16 ::507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; // /__StaticArrayInitTypeSize=20 ::513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; // /__StaticArrayInitTypeSize=12 ::5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; // /__StaticArrayInitTypeSize=2048 ::542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; // /__StaticArrayInitTypeSize=256 ::55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; // /__StaticArrayInitTypeSize=12 ::55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; // /__StaticArrayInitTypeSize=1024 ::5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; // /__StaticArrayInitTypeSize=256 ::58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; // /__StaticArrayInitTypeSize=2048 ::586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; // /__StaticArrayInitTypeSize=120 ::5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; // /__StaticArrayInitTypeSize=12 ::59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; // /__StaticArrayInitTypeSize=32 ::5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; // /__StaticArrayInitTypeSize=12 ::5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; // /__StaticArrayInitTypeSize=40 ::5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; // /__StaticArrayInitTypeSize=1024 ::5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; // /__StaticArrayInitTypeSize=384 ::5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7 __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; // /__StaticArrayInitTypeSize=124 ::5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; // /__StaticArrayInitTypeSize=36 ::5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0 __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; // /__StaticArrayInitTypeSize=32 ::5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; // /__StaticArrayInitTypeSize=28 ::5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; // /__StaticArrayInitTypeSize=124 ::61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1 __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; // /__StaticArrayInitTypeSize=48 ::6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; // /__StaticArrayInitTypeSize=1024 ::624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; // /__StaticArrayInitTypeSize=64 ::62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; // /__StaticArrayInitTypeSize=64 ::663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; // /__StaticArrayInitTypeSize=48 ::6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; // /__StaticArrayInitTypeSize=12 ::684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; // /__StaticArrayInitTypeSize=32 ::6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; // /__StaticArrayInitTypeSize=40 ::6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; // /__StaticArrayInitTypeSize=64 ::6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; // /__StaticArrayInitTypeSize=24 ::6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; // /__StaticArrayInitTypeSize=12 ::6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; // /__StaticArrayInitTypeSize=64 ::6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; // /__StaticArrayInitTypeSize=16 ::6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; // /__StaticArrayInitTypeSize=28 ::6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; // /__StaticArrayInitTypeSize=12 ::7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; // /__StaticArrayInitTypeSize=16 ::712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; // /__StaticArrayInitTypeSize=256 ::715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; // System.Int32 ::72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D int32_t ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; // /__StaticArrayInitTypeSize=256 ::74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; // /__StaticArrayInitTypeSize=64 ::7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; // /__StaticArrayInitTypeSize=12 ::76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; // /__StaticArrayInitTypeSize=12 ::7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; // /__StaticArrayInitTypeSize=12 ::7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; // /__StaticArrayInitTypeSize=12 ::78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; // /__StaticArrayInitTypeSize=24 ::78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; // /__StaticArrayInitTypeSize=512 ::7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; // /__StaticArrayInitTypeSize=68 ::79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; // /__StaticArrayInitTypeSize=12 ::7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; // /__StaticArrayInitTypeSize=16 ::7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; // /__StaticArrayInitTypeSize=64 ::7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; // /__StaticArrayInitTypeSize=30 ::7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37 __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; // /__StaticArrayInitTypeSize=116 ::7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; // /__StaticArrayInitTypeSize=64 ::7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; // System.Int32 ::7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3 int32_t ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; // /__StaticArrayInitTypeSize=12 ::7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; // /__StaticArrayInitTypeSize=20 ::81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; // /__StaticArrayInitTypeSize=512 ::8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; // /__StaticArrayInitTypeSize=32 ::83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; // /__StaticArrayInitTypeSize=512 ::84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; // /__StaticArrayInitTypeSize=1024 ::85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; // /__StaticArrayInitTypeSize=12 ::8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; // /__StaticArrayInitTypeSize=48 ::86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; // /__StaticArrayInitTypeSize=16 ::874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; // /__StaticArrayInitTypeSize=12 ::88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; // /__StaticArrayInitTypeSize=128 ::896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; // /__StaticArrayInitTypeSize=6144 ::8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095 __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; // /__StaticArrayInitTypeSize=1024 ::8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; // /__StaticArrayInitTypeSize=12 ::8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; // /__StaticArrayInitTypeSize=256 ::8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; // System.Int32 ::8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E int32_t ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; // /__StaticArrayInitTypeSize=12 ::8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; // /__StaticArrayInitTypeSize=76 ::8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; // /__StaticArrayInitTypeSize=1024 ::910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; // /__StaticArrayInitTypeSize=256 ::93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; // /__StaticArrayInitTypeSize=120 ::9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; // /__StaticArrayInitTypeSize=12 ::960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; // /__StaticArrayInitTypeSize=20 ::9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; // /__StaticArrayInitTypeSize=40 ::96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; // /__StaticArrayInitTypeSize=20 ::96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; // /__StaticArrayInitTypeSize=64 ::971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; // /__StaticArrayInitTypeSize=12 ::97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; // /__StaticArrayInitTypeSize=1024 ::97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; // /__StaticArrayInitTypeSize=40 ::97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; // /__StaticArrayInitTypeSize=256 ::9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; // /__StaticArrayInitTypeSize=1024 ::99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; // /__StaticArrayInitTypeSize=256 ::99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; // /__StaticArrayInitTypeSize=512 ::9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; // /__StaticArrayInitTypeSize=32 ::9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; // /__StaticArrayInitTypeSize=1024 ::9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; // /__StaticArrayInitTypeSize=32 ::9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; // /__StaticArrayInitTypeSize=48 ::9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; // /__StaticArrayInitTypeSize=12 ::9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; // /__StaticArrayInitTypeSize=256 ::9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; // /__StaticArrayInitTypeSize=12 ::9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; // /__StaticArrayInitTypeSize=28 ::9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; // /__StaticArrayInitTypeSize=12 ::9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; // /__StaticArrayInitTypeSize=32 ::9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; // /__StaticArrayInitTypeSize=16 ::9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; // /__StaticArrayInitTypeSize=32 ::A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; // /__StaticArrayInitTypeSize=64 ::A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; // /__StaticArrayInitTypeSize=64 ::A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; // /__StaticArrayInitTypeSize=12 ::A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; // /__StaticArrayInitTypeSize=38 ::A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689 __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; // /__StaticArrayInitTypeSize=128 ::A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; // /__StaticArrayInitTypeSize=64 ::A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; // /__StaticArrayInitTypeSize=12 ::A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; // /__StaticArrayInitTypeSize=16 ::A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; // /__StaticArrayInitTypeSize=12 ::A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; // System.Int32 ::A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC int32_t ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; // /__StaticArrayInitTypeSize=1024 ::AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; // /__StaticArrayInitTypeSize=56 ::AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; // /__StaticArrayInitTypeSize=1024 ::AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; // /__StaticArrayInitTypeSize=2048 ::AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; // /__StaticArrayInitTypeSize=12 ::AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; // /__StaticArrayInitTypeSize=24 ::ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; // /__StaticArrayInitTypeSize=32 ::AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; // /__StaticArrayInitTypeSize=40 ::B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; // /__StaticArrayInitTypeSize=12 ::B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; // /__StaticArrayInitTypeSize=16 ::B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; // /__StaticArrayInitTypeSize=120 ::B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; // /__StaticArrayInitTypeSize=12 ::B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; // /__StaticArrayInitTypeSize=12 ::B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; // /__StaticArrayInitTypeSize=64 ::B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; // /__StaticArrayInitTypeSize=12 ::B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; // /__StaticArrayInitTypeSize=24 ::B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; // /__StaticArrayInitTypeSize=20 ::B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; // /__StaticArrayInitTypeSize=256 ::B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; // /__StaticArrayInitTypeSize=12 ::B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; // /__StaticArrayInitTypeSize=36 ::B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; // /__StaticArrayInitTypeSize=36 ::B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; // /__StaticArrayInitTypeSize=16 ::B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; // /__StaticArrayInitTypeSize=12 ::B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; // System.Int32 ::B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92 int32_t ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; // /__StaticArrayInitTypeSize=64 ::B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; // /__StaticArrayInitTypeSize=256 ::B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; // /__StaticArrayInitTypeSize=40 ::BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; // /__StaticArrayInitTypeSize=1024 ::BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; // /__StaticArrayInitTypeSize=12 ::BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; // /__StaticArrayInitTypeSize=32 ::BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; // System.Int32 ::BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A int32_t ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; // /__StaticArrayInitTypeSize=96 ::BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381 __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; // /__StaticArrayInitTypeSize=1024 ::BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; // /__StaticArrayInitTypeSize=12 ::BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; // /__StaticArrayInitTypeSize=12 ::BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; // /__StaticArrayInitTypeSize=192 ::C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; // /__StaticArrayInitTypeSize=20 ::C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; // /__StaticArrayInitTypeSize=76 ::C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; // /__StaticArrayInitTypeSize=1024 ::C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; // /__StaticArrayInitTypeSize=256 ::C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; // /__StaticArrayInitTypeSize=1024 ::C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; // /__StaticArrayInitTypeSize=2048 ::C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; // /__StaticArrayInitTypeSize=32 ::C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; // /__StaticArrayInitTypeSize=12 ::C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; // System.Int32 ::C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900 int32_t ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; // /__StaticArrayInitTypeSize=12 ::C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; // /__StaticArrayInitTypeSize=112 ::C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82 __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; // /__StaticArrayInitTypeSize=1024 ::C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; // /__StaticArrayInitTypeSize=64 ::C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; // /__StaticArrayInitTypeSize=32 ::C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; // /__StaticArrayInitTypeSize=96 ::CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; // /__StaticArrayInitTypeSize=512 ::CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; // /__StaticArrayInitTypeSize=12 ::CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; // /__StaticArrayInitTypeSize=2048 ::CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; // /__StaticArrayInitTypeSize=32 ::CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; // /__StaticArrayInitTypeSize=68 ::CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; // /__StaticArrayInitTypeSize=32 ::D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; // /__StaticArrayInitTypeSize=12 ::D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; // /__StaticArrayInitTypeSize=2048 ::D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; // /__StaticArrayInitTypeSize=12 ::D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; // /__StaticArrayInitTypeSize=40 ::D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; // /__StaticArrayInitTypeSize=12 ::D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; // /__StaticArrayInitTypeSize=56 ::D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; // /__StaticArrayInitTypeSize=12 ::DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; // /__StaticArrayInitTypeSize=64 ::DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; // /__StaticArrayInitTypeSize=24 ::DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; // /__StaticArrayInitTypeSize=64 ::DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; // /__StaticArrayInitTypeSize=12 ::DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; // System.Int32 ::DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB int32_t ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; // /__StaticArrayInitTypeSize=64 ::DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; // /__StaticArrayInitTypeSize=128 ::DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; // /__StaticArrayInitTypeSize=12 ::DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; // /__StaticArrayInitTypeSize=4096 ::E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8 __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; // /__StaticArrayInitTypeSize=12 ::E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; // System.Int64 ::E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749 int64_t ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; // /__StaticArrayInitTypeSize=64 ::E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; // /__StaticArrayInitTypeSize=16 ::E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; // /__StaticArrayInitTypeSize=12 ::E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; // /__StaticArrayInitTypeSize=64 ::E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; // /__StaticArrayInitTypeSize=2048 ::E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; // /__StaticArrayInitTypeSize=2048 ::E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; // /__StaticArrayInitTypeSize=256 ::E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; // /__StaticArrayInitTypeSize=28 ::E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; // /__StaticArrayInitTypeSize=12 ::E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; // /__StaticArrayInitTypeSize=5 ::E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; // /__StaticArrayInitTypeSize=1024 ::E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; // /__StaticArrayInitTypeSize=12 ::EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; // System.Int32 ::EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A int32_t ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; // /__StaticArrayInitTypeSize=1024 ::EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; // /__StaticArrayInitTypeSize=40 ::ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; // /__StaticArrayInitTypeSize=1024 ::EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; // /__StaticArrayInitTypeSize=256 ::EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; // /__StaticArrayInitTypeSize=16 ::EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; // /__StaticArrayInitTypeSize=12 ::F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; // /__StaticArrayInitTypeSize=404 ::F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7 __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; // /__StaticArrayInitTypeSize=64 ::F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; // /__StaticArrayInitTypeSize=116 ::F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842 __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; // /__StaticArrayInitTypeSize=192 ::F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; // /__StaticArrayInitTypeSize=256 ::F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; // /__StaticArrayInitTypeSize=64 ::F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; // /__StaticArrayInitTypeSize=72 ::FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; // /__StaticArrayInitTypeSize=12 ::FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; // /__StaticArrayInitTypeSize=32 ::FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; // /__StaticArrayInitTypeSize=256 ::FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; // /__StaticArrayInitTypeSize=16 ::FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; // /__StaticArrayInitTypeSize=2048 ::FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; // /__StaticArrayInitTypeSize=12 ::FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; // /__StaticArrayInitTypeSize=120 ::FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; // /__StaticArrayInitTypeSize=16 ::FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; // /__StaticArrayInitTypeSize=32 ::FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; // /__StaticArrayInitTypeSize=128 ::FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; // /__StaticArrayInitTypeSize=16 ::FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; public: inline static int32_t get_offset_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() const { return ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return &___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline void set_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0 = value; } inline static int32_t get_offset_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() const { return ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return &___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline void set_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1 = value; } inline static int32_t get_offset_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2)); } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F get_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() const { return ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F * get_address_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return &___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline void set_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2(__StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F value) { ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2 = value; } inline static int32_t get_offset_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() const { return ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return &___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline void set_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3 = value; } inline static int32_t get_offset_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4)); } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 get_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() const { return ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 * get_address_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return &___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline void set_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4(__StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 value) { ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4 = value; } inline static int32_t get_offset_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() const { return ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return &___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline void set_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5 = value; } inline static int32_t get_offset_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() const { return ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return &___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline void set_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6 = value; } inline static int32_t get_offset_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() const { return ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return &___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline void set_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7 = value; } inline static int32_t get_offset_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() const { return ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return &___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline void set_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8 = value; } inline static int32_t get_offset_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9)); } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 get_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() const { return ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 * get_address_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return &___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline void set_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9(__StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 value) { ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9 = value; } inline static int32_t get_offset_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() const { return ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return &___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline void set_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10 = value; } inline static int32_t get_offset_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() const { return ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return &___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline void set_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11 = value; } inline static int32_t get_offset_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() const { return ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return &___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline void set_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12 = value; } inline static int32_t get_offset_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() const { return ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return &___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline void set_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13 = value; } inline static int32_t get_offset_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() const { return ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return &___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline void set_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14 = value; } inline static int32_t get_offset_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() const { return ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return &___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline void set_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15 = value; } inline static int32_t get_offset_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16)); } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 get_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() const { return ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 * get_address_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return &___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline void set_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16(__StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 value) { ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16 = value; } inline static int32_t get_offset_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() const { return ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return &___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline void set_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17 = value; } inline static int32_t get_offset_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18)); } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 get_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() const { return ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 * get_address_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return &___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline void set_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18(__StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 value) { ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18 = value; } inline static int32_t get_offset_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() const { return ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return &___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline void set_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19 = value; } inline static int32_t get_offset_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() const { return ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return &___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline void set_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20 = value; } inline static int32_t get_offset_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() const { return ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return &___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline void set_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21 = value; } inline static int32_t get_offset_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() const { return ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return &___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline void set_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22 = value; } inline static int32_t get_offset_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() const { return ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return &___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline void set_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23 = value; } inline static int32_t get_offset_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() const { return ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return &___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline void set_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24 = value; } inline static int32_t get_offset_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() const { return ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return &___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline void set_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25 = value; } inline static int32_t get_offset_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() const { return ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return &___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline void set_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26 = value; } inline static int32_t get_offset_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() const { return ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return &___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline void set_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27 = value; } inline static int32_t get_offset_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() const { return ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return &___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline void set_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28 = value; } inline static int32_t get_offset_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() const { return ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return &___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline void set_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29 = value; } inline static int32_t get_offset_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() const { return ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return &___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline void set_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30 = value; } inline static int32_t get_offset_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() const { return ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return &___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline void set_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31 = value; } inline static int32_t get_offset_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() const { return ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return &___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline void set_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32 = value; } inline static int32_t get_offset_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() const { return ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return &___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline void set_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33 = value; } inline static int32_t get_offset_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() const { return ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return &___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline void set_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34 = value; } inline static int32_t get_offset_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35)); } inline int32_t get_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() const { return ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline int32_t* get_address_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return &___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline void set_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35(int32_t value) { ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35 = value; } inline static int32_t get_offset_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() const { return ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return &___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline void set_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36 = value; } inline static int32_t get_offset_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() const { return ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return &___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline void set_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37 = value; } inline static int32_t get_offset_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() const { return ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return &___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline void set_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38 = value; } inline static int32_t get_offset_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39)); } inline int64_t get_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() const { return ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline int64_t* get_address_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return &___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline void set_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39(int64_t value) { ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39 = value; } inline static int32_t get_offset_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() const { return ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return &___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline void set_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40 = value; } inline static int32_t get_offset_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() const { return ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return &___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline void set_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41 = value; } inline static int32_t get_offset_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() const { return ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return &___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline void set_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42 = value; } inline static int32_t get_offset_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() const { return ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return &___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline void set_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43 = value; } inline static int32_t get_offset_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() const { return ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return &___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline void set_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44 = value; } inline static int32_t get_offset_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() const { return ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return &___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline void set_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45 = value; } inline static int32_t get_offset_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() const { return ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return &___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline void set_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46 = value; } inline static int32_t get_offset_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() const { return ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return &___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline void set_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47 = value; } inline static int32_t get_offset_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() const { return ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return &___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline void set_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48 = value; } inline static int32_t get_offset_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() const { return ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return &___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline void set_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49 = value; } inline static int32_t get_offset_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() const { return ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return &___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline void set_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50 = value; } inline static int32_t get_offset_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() const { return ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return &___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline void set_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51 = value; } inline static int32_t get_offset_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() const { return ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return &___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline void set_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52 = value; } inline static int32_t get_offset_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() const { return ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return &___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline void set_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53 = value; } inline static int32_t get_offset_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() const { return ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return &___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline void set_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54 = value; } inline static int32_t get_offset_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() const { return ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return &___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline void set_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55 = value; } inline static int32_t get_offset_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() const { return ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return &___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline void set_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56 = value; } inline static int32_t get_offset_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() const { return ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return &___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline void set_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57 = value; } inline static int32_t get_offset_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() const { return ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return &___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline void set_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58 = value; } inline static int32_t get_offset_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() const { return ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return &___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline void set_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59 = value; } inline static int32_t get_offset_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60)); } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 get_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() const { return ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 * get_address_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return &___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline void set_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60(__StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 value) { ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60 = value; } inline static int32_t get_offset_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61)); } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F get_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() const { return ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F * get_address_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return &___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline void set_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61(__StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F value) { ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61 = value; } inline static int32_t get_offset_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() const { return ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return &___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline void set_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62 = value; } inline static int32_t get_offset_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() const { return ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return &___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline void set_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63 = value; } inline static int32_t get_offset_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() const { return ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return &___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline void set_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64 = value; } inline static int32_t get_offset_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() const { return ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return &___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline void set_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65 = value; } inline static int32_t get_offset_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() const { return ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return &___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline void set_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66 = value; } inline static int32_t get_offset_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() const { return ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return &___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline void set_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67 = value; } inline static int32_t get_offset_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() const { return ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return &___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline void set_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68 = value; } inline static int32_t get_offset_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() const { return ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return &___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline void set_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69 = value; } inline static int32_t get_offset_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() const { return ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return &___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline void set_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70 = value; } inline static int32_t get_offset_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() const { return ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return &___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline void set_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71 = value; } inline static int32_t get_offset_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72)); } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 get_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() const { return ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 * get_address_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return &___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline void set_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72(__StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 value) { ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72 = value; } inline static int32_t get_offset_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() const { return ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return &___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline void set_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73 = value; } inline static int32_t get_offset_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() const { return ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return &___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline void set_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74 = value; } inline static int32_t get_offset_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() const { return ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return &___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline void set_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75 = value; } inline static int32_t get_offset_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() const { return ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return &___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline void set_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76 = value; } inline static int32_t get_offset_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() const { return ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return &___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline void set_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77 = value; } inline static int32_t get_offset_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() const { return ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return &___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline void set_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78 = value; } inline static int32_t get_offset_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() const { return ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return &___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline void set_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79 = value; } inline static int32_t get_offset_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() const { return ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return &___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline void set_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80 = value; } inline static int32_t get_offset_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() const { return ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return &___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline void set_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81 = value; } inline static int32_t get_offset_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() const { return ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return &___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline void set_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82 = value; } inline static int32_t get_offset_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() const { return ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return &___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline void set_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83 = value; } inline static int32_t get_offset_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() const { return ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return &___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline void set_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84 = value; } inline static int32_t get_offset_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() const { return ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return &___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline void set_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85 = value; } inline static int32_t get_offset_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() const { return ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return &___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline void set_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86 = value; } inline static int32_t get_offset_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() const { return ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return &___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline void set_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87 = value; } inline static int32_t get_offset_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() const { return ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return &___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline void set_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88 = value; } inline static int32_t get_offset_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() const { return ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return &___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline void set_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89 = value; } inline static int32_t get_offset_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() const { return ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return &___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline void set_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90 = value; } inline static int32_t get_offset_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() const { return ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return &___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline void set_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91 = value; } inline static int32_t get_offset_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() const { return ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return &___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline void set_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92 = value; } inline static int32_t get_offset_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() const { return ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return &___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline void set_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93 = value; } inline static int32_t get_offset_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() const { return ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return &___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline void set_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94 = value; } inline static int32_t get_offset_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() const { return ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return &___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline void set_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95 = value; } inline static int32_t get_offset_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() const { return ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return &___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline void set_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96 = value; } inline static int32_t get_offset_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() const { return ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return &___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline void set_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97 = value; } inline static int32_t get_offset_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() const { return ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return &___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline void set_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98 = value; } inline static int32_t get_offset_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() const { return ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return &___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline void set_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99 = value; } inline static int32_t get_offset_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() const { return ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return &___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline void set_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100 = value; } inline static int32_t get_offset_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() const { return ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return &___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline void set_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101 = value; } inline static int32_t get_offset_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() const { return ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return &___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline void set_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102 = value; } inline static int32_t get_offset_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() const { return ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return &___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline void set_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103 = value; } inline static int32_t get_offset_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() const { return ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return &___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline void set_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104 = value; } inline static int32_t get_offset_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() const { return ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return &___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline void set_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105 = value; } inline static int32_t get_offset_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() const { return ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return &___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline void set_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106 = value; } inline static int32_t get_offset_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107)); } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E get_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() const { return ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E * get_address_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return &___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline void set_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107(__StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E value) { ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107 = value; } inline static int32_t get_offset_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() const { return ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return &___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline void set_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108 = value; } inline static int32_t get_offset_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() const { return ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return &___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline void set_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109 = value; } inline static int32_t get_offset_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() const { return ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return &___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline void set_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110 = value; } inline static int32_t get_offset_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() const { return ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return &___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline void set_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111 = value; } inline static int32_t get_offset_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() const { return ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return &___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline void set_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112 = value; } inline static int32_t get_offset_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() const { return ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return &___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline void set_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113 = value; } inline static int32_t get_offset_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() const { return ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return &___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline void set_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114 = value; } inline static int32_t get_offset_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() const { return ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return &___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline void set_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115 = value; } inline static int32_t get_offset_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() const { return ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return &___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline void set_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116 = value; } inline static int32_t get_offset_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() const { return ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return &___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline void set_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117 = value; } inline static int32_t get_offset_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() const { return ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return &___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline void set_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118 = value; } inline static int32_t get_offset_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() const { return ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return &___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline void set_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119 = value; } inline static int32_t get_offset_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() const { return ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return &___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline void set_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120 = value; } inline static int32_t get_offset_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() const { return ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return &___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline void set_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121 = value; } inline static int32_t get_offset_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() const { return ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return &___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline void set_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122 = value; } inline static int32_t get_offset_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() const { return ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return &___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline void set_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123 = value; } inline static int32_t get_offset_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() const { return ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return &___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline void set_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124 = value; } inline static int32_t get_offset_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() const { return ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return &___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline void set_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125 = value; } inline static int32_t get_offset_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() const { return ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return &___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline void set_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126 = value; } inline static int32_t get_offset_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() const { return ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return &___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline void set_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127 = value; } inline static int32_t get_offset_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() const { return ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return &___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline void set_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128 = value; } inline static int32_t get_offset_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() const { return ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return &___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline void set_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129 = value; } inline static int32_t get_offset_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130)); } inline int32_t get_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() const { return ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline int32_t* get_address_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return &___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline void set_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130(int32_t value) { ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130 = value; } inline static int32_t get_offset_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() const { return ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return &___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline void set_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131 = value; } inline static int32_t get_offset_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() const { return ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return &___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline void set_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132 = value; } inline static int32_t get_offset_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() const { return ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return &___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline void set_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133 = value; } inline static int32_t get_offset_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() const { return ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return &___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline void set_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134 = value; } inline static int32_t get_offset_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() const { return ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return &___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline void set_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135 = value; } inline static int32_t get_offset_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() const { return ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return &___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline void set_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136 = value; } inline static int32_t get_offset_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() const { return ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return &___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline void set_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137 = value; } inline static int32_t get_offset_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() const { return ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return &___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline void set_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138 = value; } inline static int32_t get_offset_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() const { return ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return &___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline void set_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139 = value; } inline static int32_t get_offset_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() const { return ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return &___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline void set_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140 = value; } inline static int32_t get_offset_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() const { return ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return &___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline void set_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141 = value; } inline static int32_t get_offset_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() const { return ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return &___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline void set_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142 = value; } inline static int32_t get_offset_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143)); } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 get_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() const { return ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 * get_address_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return &___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline void set_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143(__StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 value) { ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143 = value; } inline static int32_t get_offset_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() const { return ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return &___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline void set_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144 = value; } inline static int32_t get_offset_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() const { return ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return &___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline void set_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145 = value; } inline static int32_t get_offset_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146)); } inline int32_t get_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() const { return ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline int32_t* get_address_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return &___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline void set_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146(int32_t value) { ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146 = value; } inline static int32_t get_offset_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() const { return ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return &___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline void set_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147 = value; } inline static int32_t get_offset_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() const { return ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return &___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline void set_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148 = value; } inline static int32_t get_offset_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() const { return ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return &___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline void set_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149 = value; } inline static int32_t get_offset_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() const { return ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return &___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline void set_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150 = value; } inline static int32_t get_offset_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() const { return ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return &___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline void set_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151 = value; } inline static int32_t get_offset_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() const { return ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return &___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline void set_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152 = value; } inline static int32_t get_offset_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() const { return ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return &___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline void set_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153 = value; } inline static int32_t get_offset_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() const { return ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return &___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline void set_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154 = value; } inline static int32_t get_offset_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() const { return ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return &___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline void set_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155 = value; } inline static int32_t get_offset_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() const { return ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return &___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline void set_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156 = value; } inline static int32_t get_offset_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() const { return ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return &___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline void set_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157 = value; } inline static int32_t get_offset_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158)); } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD get_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() const { return ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD * get_address_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return &___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline void set_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158(__StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD value) { ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158 = value; } inline static int32_t get_offset_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() const { return ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return &___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline void set_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159 = value; } inline static int32_t get_offset_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() const { return ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return &___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline void set_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160 = value; } inline static int32_t get_offset_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() const { return ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return &___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline void set_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161 = value; } inline static int32_t get_offset_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162)); } inline int32_t get_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() const { return ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline int32_t* get_address_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return &___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline void set_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162(int32_t value) { ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162 = value; } inline static int32_t get_offset_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() const { return ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return &___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline void set_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163 = value; } inline static int32_t get_offset_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() const { return ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return &___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline void set_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164 = value; } inline static int32_t get_offset_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() const { return ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return &___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline void set_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165 = value; } inline static int32_t get_offset_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() const { return ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return &___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline void set_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166 = value; } inline static int32_t get_offset_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() const { return ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return &___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline void set_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167 = value; } inline static int32_t get_offset_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() const { return ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return &___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline void set_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168 = value; } inline static int32_t get_offset_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() const { return ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return &___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline void set_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169 = value; } inline static int32_t get_offset_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() const { return ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return &___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline void set_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170 = value; } inline static int32_t get_offset_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() const { return ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return &___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline void set_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171 = value; } inline static int32_t get_offset_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() const { return ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return &___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline void set_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172 = value; } inline static int32_t get_offset_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() const { return ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return &___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline void set_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173 = value; } inline static int32_t get_offset_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() const { return ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return &___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline void set_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174 = value; } inline static int32_t get_offset_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() const { return ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return &___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline void set_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175 = value; } inline static int32_t get_offset_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() const { return ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return &___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline void set_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176 = value; } inline static int32_t get_offset_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() const { return ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return &___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline void set_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177 = value; } inline static int32_t get_offset_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() const { return ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return &___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline void set_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178 = value; } inline static int32_t get_offset_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() const { return ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return &___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline void set_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179 = value; } inline static int32_t get_offset_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() const { return ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return &___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline void set_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180 = value; } inline static int32_t get_offset_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() const { return ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return &___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline void set_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181 = value; } inline static int32_t get_offset_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() const { return ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return &___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline void set_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182 = value; } inline static int32_t get_offset_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() const { return ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return &___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline void set_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183 = value; } inline static int32_t get_offset_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() const { return ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return &___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline void set_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184 = value; } inline static int32_t get_offset_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() const { return ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return &___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline void set_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185 = value; } inline static int32_t get_offset_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() const { return ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return &___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline void set_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186 = value; } inline static int32_t get_offset_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() const { return ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return &___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline void set_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187 = value; } inline static int32_t get_offset_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() const { return ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return &___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline void set_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188 = value; } inline static int32_t get_offset_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() const { return ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return &___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline void set_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189 = value; } inline static int32_t get_offset_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() const { return ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return &___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline void set_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190 = value; } inline static int32_t get_offset_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() const { return ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return &___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline void set_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191 = value; } inline static int32_t get_offset_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() const { return ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return &___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline void set_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192 = value; } inline static int32_t get_offset_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() const { return ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return &___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline void set_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193 = value; } inline static int32_t get_offset_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() const { return ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return &___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline void set_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194 = value; } inline static int32_t get_offset_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195)); } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 get_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() const { return ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 * get_address_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return &___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline void set_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195(__StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 value) { ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195 = value; } inline static int32_t get_offset_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() const { return ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return &___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline void set_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196 = value; } inline static int32_t get_offset_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() const { return ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return &___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline void set_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197 = value; } inline static int32_t get_offset_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() const { return ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return &___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline void set_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198 = value; } inline static int32_t get_offset_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() const { return ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return &___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline void set_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199 = value; } inline static int32_t get_offset_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() const { return ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return &___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline void set_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200 = value; } inline static int32_t get_offset_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201)); } inline int32_t get_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() const { return ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline int32_t* get_address_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return &___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline void set_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201(int32_t value) { ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201 = value; } inline static int32_t get_offset_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() const { return ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return &___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline void set_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202 = value; } inline static int32_t get_offset_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() const { return ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return &___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline void set_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203 = value; } inline static int32_t get_offset_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() const { return ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return &___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline void set_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204 = value; } inline static int32_t get_offset_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() const { return ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return &___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline void set_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205 = value; } inline static int32_t get_offset_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() const { return ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return &___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline void set_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206 = value; } inline static int32_t get_offset_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() const { return ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return &___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline void set_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207 = value; } inline static int32_t get_offset_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() const { return ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return &___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline void set_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208 = value; } inline static int32_t get_offset_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() const { return ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return &___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline void set_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209 = value; } inline static int32_t get_offset_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() const { return ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return &___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline void set_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210 = value; } inline static int32_t get_offset_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() const { return ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return &___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline void set_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211 = value; } inline static int32_t get_offset_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() const { return ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return &___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline void set_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212 = value; } inline static int32_t get_offset_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() const { return ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return &___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline void set_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213 = value; } inline static int32_t get_offset_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() const { return ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return &___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline void set_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214 = value; } inline static int32_t get_offset_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() const { return ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return &___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline void set_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215 = value; } inline static int32_t get_offset_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() const { return ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return &___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline void set_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216 = value; } inline static int32_t get_offset_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() const { return ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return &___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline void set_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217 = value; } inline static int32_t get_offset_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() const { return ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return &___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline void set_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218 = value; } inline static int32_t get_offset_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() const { return ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return &___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline void set_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219 = value; } inline static int32_t get_offset_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() const { return ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return &___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline void set_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220 = value; } inline static int32_t get_offset_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() const { return ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return &___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline void set_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221 = value; } inline static int32_t get_offset_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() const { return ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return &___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline void set_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222 = value; } inline static int32_t get_offset_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() const { return ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return &___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline void set_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223 = value; } inline static int32_t get_offset_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() const { return ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return &___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline void set_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224 = value; } inline static int32_t get_offset_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225)); } inline int32_t get_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() const { return ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline int32_t* get_address_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return &___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline void set_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225(int32_t value) { ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225 = value; } inline static int32_t get_offset_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() const { return ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return &___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline void set_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226 = value; } inline static int32_t get_offset_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() const { return ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return &___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline void set_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227 = value; } inline static int32_t get_offset_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() const { return ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return &___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline void set_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228 = value; } inline static int32_t get_offset_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() const { return ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return &___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline void set_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229 = value; } inline static int32_t get_offset_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() const { return ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return &___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline void set_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230 = value; } inline static int32_t get_offset_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() const { return ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return &___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline void set_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231 = value; } inline static int32_t get_offset_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232)); } inline int32_t get_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() const { return ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline int32_t* get_address_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return &___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline void set_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232(int32_t value) { ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232 = value; } inline static int32_t get_offset_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() const { return ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return &___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline void set_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233 = value; } inline static int32_t get_offset_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() const { return ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return &___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline void set_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234 = value; } inline static int32_t get_offset_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() const { return ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return &___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline void set_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235 = value; } inline static int32_t get_offset_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() const { return ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return &___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline void set_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236 = value; } inline static int32_t get_offset_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() const { return ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return &___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline void set_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237 = value; } inline static int32_t get_offset_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() const { return ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return &___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline void set_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238 = value; } inline static int32_t get_offset_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() const { return ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return &___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline void set_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239 = value; } inline static int32_t get_offset_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() const { return ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return &___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline void set_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240 = value; } inline static int32_t get_offset_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() const { return ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return &___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline void set_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241 = value; } inline static int32_t get_offset_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() const { return ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return &___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline void set_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242 = value; } inline static int32_t get_offset_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() const { return ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return &___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline void set_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243 = value; } inline static int32_t get_offset_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() const { return ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return &___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline void set_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244 = value; } inline static int32_t get_offset_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() const { return ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return &___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline void set_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245 = value; } inline static int32_t get_offset_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246)); } inline int32_t get_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() const { return ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline int32_t* get_address_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return &___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline void set_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246(int32_t value) { ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246 = value; } inline static int32_t get_offset_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() const { return ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return &___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline void set_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247 = value; } inline static int32_t get_offset_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248)); } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 get_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() const { return ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 * get_address_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return &___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline void set_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248(__StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 value) { ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248 = value; } inline static int32_t get_offset_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() const { return ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return &___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline void set_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249 = value; } inline static int32_t get_offset_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() const { return ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return &___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline void set_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250 = value; } inline static int32_t get_offset_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() const { return ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return &___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline void set_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251 = value; } inline static int32_t get_offset_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() const { return ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return &___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline void set_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252 = value; } inline static int32_t get_offset_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() const { return ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return &___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline void set_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253 = value; } inline static int32_t get_offset_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() const { return ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return &___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline void set_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254 = value; } inline static int32_t get_offset_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() const { return ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return &___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline void set_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255 = value; } inline static int32_t get_offset_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() const { return ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return &___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline void set_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256 = value; } inline static int32_t get_offset_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() const { return ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return &___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline void set_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257 = value; } inline static int32_t get_offset_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() const { return ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return &___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline void set_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258 = value; } inline static int32_t get_offset_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() const { return ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return &___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline void set_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259 = value; } inline static int32_t get_offset_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() const { return ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return &___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline void set_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260 = value; } inline static int32_t get_offset_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() const { return ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return &___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline void set_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261 = value; } inline static int32_t get_offset_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() const { return ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return &___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline void set_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262 = value; } inline static int32_t get_offset_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() const { return ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return &___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline void set_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263 = value; } inline static int32_t get_offset_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() const { return ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return &___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline void set_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264 = value; } inline static int32_t get_offset_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() const { return ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return &___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline void set_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265 = value; } inline static int32_t get_offset_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() const { return ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return &___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline void set_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266 = value; } inline static int32_t get_offset_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() const { return ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return &___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline void set_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267 = value; } inline static int32_t get_offset_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() const { return ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return &___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline void set_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268 = value; } inline static int32_t get_offset_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() const { return ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return &___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline void set_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269 = value; } inline static int32_t get_offset_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270)); } inline int32_t get_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() const { return ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline int32_t* get_address_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return &___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline void set_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270(int32_t value) { ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270 = value; } inline static int32_t get_offset_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() const { return ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return &___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline void set_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271 = value; } inline static int32_t get_offset_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() const { return ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return &___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline void set_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272 = value; } inline static int32_t get_offset_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() const { return ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return &___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline void set_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273 = value; } inline static int32_t get_offset_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274)); } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 get_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() const { return ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 * get_address_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return &___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline void set_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274(__StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 value) { ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274 = value; } inline static int32_t get_offset_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() const { return ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return &___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline void set_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275 = value; } inline static int32_t get_offset_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276)); } inline int64_t get_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() const { return ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline int64_t* get_address_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return &___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline void set_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276(int64_t value) { ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276 = value; } inline static int32_t get_offset_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() const { return ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return &___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline void set_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277 = value; } inline static int32_t get_offset_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() const { return ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return &___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline void set_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278 = value; } inline static int32_t get_offset_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() const { return ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return &___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline void set_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279 = value; } inline static int32_t get_offset_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() const { return ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return &___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline void set_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280 = value; } inline static int32_t get_offset_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() const { return ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return &___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline void set_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281 = value; } inline static int32_t get_offset_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() const { return ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return &___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline void set_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282 = value; } inline static int32_t get_offset_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() const { return ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return &___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline void set_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283 = value; } inline static int32_t get_offset_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() const { return ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return &___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline void set_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284 = value; } inline static int32_t get_offset_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() const { return ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return &___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline void set_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285 = value; } inline static int32_t get_offset_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() const { return ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return &___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline void set_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286 = value; } inline static int32_t get_offset_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() const { return ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return &___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline void set_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287 = value; } inline static int32_t get_offset_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() const { return ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return &___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline void set_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288 = value; } inline static int32_t get_offset_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289)); } inline int32_t get_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() const { return ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline int32_t* get_address_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return &___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline void set_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289(int32_t value) { ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289 = value; } inline static int32_t get_offset_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() const { return ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return &___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline void set_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290 = value; } inline static int32_t get_offset_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() const { return ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return &___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline void set_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291 = value; } inline static int32_t get_offset_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() const { return ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return &___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline void set_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292 = value; } inline static int32_t get_offset_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() const { return ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return &___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline void set_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293 = value; } inline static int32_t get_offset_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() const { return ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return &___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline void set_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294 = value; } inline static int32_t get_offset_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() const { return ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return &___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline void set_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295 = value; } inline static int32_t get_offset_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296)); } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 get_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() const { return ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 * get_address_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return &___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline void set_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296(__StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 value) { ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296 = value; } inline static int32_t get_offset_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() const { return ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return &___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline void set_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297 = value; } inline static int32_t get_offset_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() const { return ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return &___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline void set_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298 = value; } inline static int32_t get_offset_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() const { return ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return &___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline void set_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299 = value; } inline static int32_t get_offset_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() const { return ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return &___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline void set_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300 = value; } inline static int32_t get_offset_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() const { return ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return &___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline void set_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301 = value; } inline static int32_t get_offset_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() const { return ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return &___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline void set_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302 = value; } inline static int32_t get_offset_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() const { return ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return &___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline void set_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303 = value; } inline static int32_t get_offset_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() const { return ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return &___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline void set_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304 = value; } inline static int32_t get_offset_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() const { return ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return &___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline void set_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305 = value; } inline static int32_t get_offset_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() const { return ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return &___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline void set_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306 = value; } inline static int32_t get_offset_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() const { return ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return &___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline void set_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307 = value; } inline static int32_t get_offset_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() const { return ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return &___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline void set_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308 = value; } inline static int32_t get_offset_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() const { return ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return &___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline void set_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309 = value; } inline static int32_t get_offset_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() const { return ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return &___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline void set_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310 = value; } inline static int32_t get_offset_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() const { return ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return &___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline void set_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311 = value; } inline static int32_t get_offset_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() const { return ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return &___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline void set_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312 = value; } inline static int32_t get_offset_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() const { return ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return &___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline void set_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313 = value; } }; // UnityStandardAssets.ImageEffects.AAMode struct AAMode_t05A2DBCA5F84197289E317B168E70545CF231C7E { public: // System.Int32 UnityStandardAssets.ImageEffects.AAMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AAMode_t05A2DBCA5F84197289E317B168E70545CF231C7E, ___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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint struct AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 : public ECPointBase_t56B88B30B133094A49B571CEEC84FE5E9AF81CCF { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpPoint struct AbstractFpPoint_t799A86CC9DA46A0A95F2372E8027786F40B8E987 : public ECPointBase_t56B88B30B133094A49B571CEEC84FE5E9AF81CCF { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::seq RuntimeObject* ___seq_2; public: inline static int32_t get_offset_of_seq_2() { return static_cast(offsetof(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8, ___seq_2)); } inline RuntimeObject* get_seq_2() const { return ___seq_2; } inline RuntimeObject** get_address_of_seq_2() { return &___seq_2; } inline void set_seq_2(RuntimeObject* value) { ___seq_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject struct Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::tagNo int32_t ___tagNo_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::explicitly bool ___explicitly_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::obj Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj_4; public: inline static int32_t get_offset_of_tagNo_2() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___tagNo_2)); } inline int32_t get_tagNo_2() const { return ___tagNo_2; } inline int32_t* get_address_of_tagNo_2() { return &___tagNo_2; } inline void set_tagNo_2(int32_t value) { ___tagNo_2 = value; } inline static int32_t get_offset_of_explicitly_3() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___explicitly_3)); } inline bool get_explicitly_3() const { return ___explicitly_3; } inline bool* get_address_of_explicitly_3() { return &___explicitly_3; } inline void set_explicitly_3(bool value) { ___explicitly_3 = value; } inline static int32_t get_offset_of_obj_4() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___obj_4)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_obj_4() const { return ___obj_4; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_obj_4() { return &___obj_4; } inline void set_obj_4(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___obj_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___obj_4), (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_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___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(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(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(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(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(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(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(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(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(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(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(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_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___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_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::bytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes_3; public: inline static int32_t get_offset_of_bytes_3() { return static_cast(offsetof(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157, ___bytes_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_bytes_3() const { return ___bytes_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_bytes_3() { return &___bytes_3; } inline void set_bytes_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___bytes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___bytes_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::identifier String_t* ___identifier_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::body ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body_3; public: inline static int32_t get_offset_of_identifier_2() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8, ___identifier_2)); } inline String_t* get_identifier_2() const { return ___identifier_2; } inline String_t** get_address_of_identifier_2() { return &___identifier_2; } inline void set_identifier_2(String_t* value) { ___identifier_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___identifier_2), (void*)value); } inline static int32_t get_offset_of_body_3() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8, ___body_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_body_3() const { return ___body_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_body_3() { return &___body_3; } inline void set_body_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___body_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___body_3), (void*)value); } }; struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::cache DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* ___cache_5; public: inline static int32_t get_offset_of_cache_5() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_StaticFields, ___cache_5)); } inline DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* get_cache_5() const { return ___cache_5; } inline DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F** get_address_of_cache_5() { return &___cache_5; } inline void set_cache_5(DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* value) { ___cache_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___cache_5), (void*)value); } }; // 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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(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(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(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(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(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(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(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(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(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(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(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(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(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* 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(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* 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(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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { intptr_t ___m_CachedPtr_0; }; // UnityEngine.Ray struct Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 { public: // UnityEngine.Vector3 UnityEngine.Ray::m_Origin Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Origin_0; // UnityEngine.Vector3 UnityEngine.Ray::m_Direction Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Direction_1; public: inline static int32_t get_offset_of_m_Origin_0() { return static_cast(offsetof(Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6, ___m_Origin_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Origin_0() const { return ___m_Origin_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Origin_0() { return &___m_Origin_0; } inline void set_m_Origin_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Origin_0 = value; } inline static int32_t get_offset_of_m_Direction_1() { return static_cast(offsetof(Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6, ___m_Direction_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Direction_1() const { return ___m_Direction_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Direction_1() { return &___m_Direction_1; } inline void set_m_Direction_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Direction_1 = value; } }; // UnityEngine.RaycastHit struct RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 { public: // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Point_0; // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_1; // System.UInt32 UnityEngine.RaycastHit::m_FaceID uint32_t ___m_FaceID_2; // System.Single UnityEngine.RaycastHit::m_Distance float ___m_Distance_3; // UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_UV_4; // System.Int32 UnityEngine.RaycastHit::m_Collider int32_t ___m_Collider_5; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Point_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Point_0() const { return ___m_Point_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Normal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_FaceID_2() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_FaceID_2)); } inline uint32_t get_m_FaceID_2() const { return ___m_FaceID_2; } inline uint32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; } inline void set_m_FaceID_2(uint32_t value) { ___m_FaceID_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_UV_4() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_UV_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_UV_4() const { return ___m_UV_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_UV_4() { return &___m_UV_4; } inline void set_m_UV_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_UV_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Collider_5)); } inline int32_t get_m_Collider_5() const { return ___m_Collider_5; } inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(int32_t value) { ___m_Collider_5 = value; } }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96, ___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; } }; // UnityStandardAssets.Cameras.AbstractTargetFollower/UpdateType struct UpdateType_t2F5DA5F97CCB40A26CFF5A22A048F3411C046016 { public: // System.Int32 UnityStandardAssets.Cameras.AbstractTargetFollower/UpdateType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UpdateType_t2F5DA5F97CCB40A26CFF5A22A048F3411C046016, ___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; } }; // UnityStandardAssets.Utility.ActivateTrigger/Mode struct Mode_tA598B896B38830B213FF142164EBC73FB3F54352 { public: // System.Int32 UnityStandardAssets.Utility.ActivateTrigger/Mode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Mode_tA598B896B38830B213FF142164EBC73FB3F54352, ___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; } }; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator/ControlSurface/Type struct Type_tE25E229165249DAE8FE35DDDC942EC58754688B9 { public: // System.Int32 UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator/ControlSurface/Type::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Type_tE25E229165249DAE8FE35DDDC942EC58754688B9, ___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; } }; // UnityEngine.AudioClip struct AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: // UnityEngine.AudioClip/PCMReaderCallback UnityEngine.AudioClip::m_PCMReaderCallback PCMReaderCallback_t9CA1437D36509A9FAC5EDD8FF2BC3259C24D0E0B * ___m_PCMReaderCallback_4; // UnityEngine.AudioClip/PCMSetPositionCallback UnityEngine.AudioClip::m_PCMSetPositionCallback PCMSetPositionCallback_tBDD99E7C0697687F1E7B06CDD5DE444A3709CF4C * ___m_PCMSetPositionCallback_5; public: inline static int32_t get_offset_of_m_PCMReaderCallback_4() { return static_cast(offsetof(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE, ___m_PCMReaderCallback_4)); } inline PCMReaderCallback_t9CA1437D36509A9FAC5EDD8FF2BC3259C24D0E0B * get_m_PCMReaderCallback_4() const { return ___m_PCMReaderCallback_4; } inline PCMReaderCallback_t9CA1437D36509A9FAC5EDD8FF2BC3259C24D0E0B ** get_address_of_m_PCMReaderCallback_4() { return &___m_PCMReaderCallback_4; } inline void set_m_PCMReaderCallback_4(PCMReaderCallback_t9CA1437D36509A9FAC5EDD8FF2BC3259C24D0E0B * value) { ___m_PCMReaderCallback_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PCMReaderCallback_4), (void*)value); } inline static int32_t get_offset_of_m_PCMSetPositionCallback_5() { return static_cast(offsetof(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE, ___m_PCMSetPositionCallback_5)); } inline PCMSetPositionCallback_tBDD99E7C0697687F1E7B06CDD5DE444A3709CF4C * get_m_PCMSetPositionCallback_5() const { return ___m_PCMSetPositionCallback_5; } inline PCMSetPositionCallback_tBDD99E7C0697687F1E7B06CDD5DE444A3709CF4C ** get_address_of_m_PCMSetPositionCallback_5() { return &___m_PCMSetPositionCallback_5; } inline void set_m_PCMSetPositionCallback_5(PCMSetPositionCallback_tBDD99E7C0697687F1E7B06CDD5DE444A3709CF4C * value) { ___m_PCMSetPositionCallback_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PCMSetPositionCallback_5), (void*)value); } }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 : public Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 { public: public: }; struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::Empty DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * ___Empty_3; public: inline static int32_t get_offset_of_Empty_3() { return static_cast(offsetof(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields, ___Empty_3)); } inline DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * get_Empty_3() const { return ___Empty_3; } inline DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 ** get_address_of_Empty_3() { return &___Empty_3; } inline void set_Empty_3(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * value) { ___Empty_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E : public Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 { public: public: }; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* 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.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE_StaticFields { public: // System.Int32 UnityEngine.Texture::GenerateAllMips int32_t ___GenerateAllMips_4; public: inline static int32_t get_offset_of_GenerateAllMips_4() { return static_cast(offsetof(Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE_StaticFields, ___GenerateAllMips_4)); } inline int32_t get_GenerateAllMips_4() const { return ___GenerateAllMips_4; } inline int32_t* get_address_of_GenerateAllMips_4() { return &___GenerateAllMips_4; } inline void set_GenerateAllMips_4(int32_t value) { ___GenerateAllMips_4 = value; } }; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator/ControlSurface struct ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 : public RuntimeObject { public: // UnityEngine.Transform UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator/ControlSurface::transform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___transform_0; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator/ControlSurface::amount float ___amount_1; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator/ControlSurface/Type UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator/ControlSurface::type int32_t ___type_2; // UnityEngine.Quaternion UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator/ControlSurface::originalLocalRotation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___originalLocalRotation_3; public: inline static int32_t get_offset_of_transform_0() { return static_cast(offsetof(ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403, ___transform_0)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_transform_0() const { return ___transform_0; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_transform_0() { return &___transform_0; } inline void set_transform_0(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___transform_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___transform_0), (void*)value); } inline static int32_t get_offset_of_amount_1() { return static_cast(offsetof(ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403, ___amount_1)); } inline float get_amount_1() const { return ___amount_1; } inline float* get_address_of_amount_1() { return &___amount_1; } inline void set_amount_1(float value) { ___amount_1 = value; } inline static int32_t get_offset_of_type_2() { return static_cast(offsetof(ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403, ___type_2)); } inline int32_t get_type_2() const { return ___type_2; } inline int32_t* get_address_of_type_2() { return &___type_2; } inline void set_type_2(int32_t value) { ___type_2 = value; } inline static int32_t get_offset_of_originalLocalRotation_3() { return static_cast(offsetof(ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403, ___originalLocalRotation_3)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_originalLocalRotation_3() const { return ___originalLocalRotation_3; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_originalLocalRotation_3() { return &___originalLocalRotation_3; } inline void set_originalLocalRotation_3(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___originalLocalRotation_3 = value; } }; // System.Converter`2 struct Converter_2_t4B17AB465CCCBF8031AD47129A5261C88F1F6907 : public MulticastDelegate_t { public: public: }; // System.Func`3,o0.Geometry.Vector`1,o0.Geometry.Vector`1> struct Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 : public MulticastDelegate_t { public: public: }; // System.Func`3,System.Double,o0.Geometry.Vector`1> struct Func_3_t08089D11BE19E3E0A0B8EB839F69753F6B4E1D27 : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { 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(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___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); } }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Collider struct Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.IO.IOException::_maybeFullPath String_t* ____maybeFullPath_17; public: inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast(offsetof(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA, ____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.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF : public Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE { public: public: }; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Animation struct Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.AudioBehaviour struct AudioBehaviour_tB44966D47AD43C50C7294AEE9B57574E55AACA4A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.AI.NavMeshAgent struct NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 : public Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 { public: public: }; struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_StaticFields { public: // UnityEngine.RectTransform/ReapplyDrivenProperties UnityEngine.RectTransform::reapplyDrivenProperties ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * ___reapplyDrivenProperties_4; public: inline static int32_t get_offset_of_reapplyDrivenProperties_4() { return static_cast(offsetof(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_StaticFields, ___reapplyDrivenProperties_4)); } inline ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * get_reapplyDrivenProperties_4() const { return ___reapplyDrivenProperties_4; } inline ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE ** get_address_of_reapplyDrivenProperties_4() { return &___reapplyDrivenProperties_4; } inline void set_reapplyDrivenProperties_4(ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * value) { ___reapplyDrivenProperties_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___reapplyDrivenProperties_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsException struct TlsException_t1732743E62B1390C3072EA484D216C08D2C75983 : public IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA { public: public: }; // UnityEngine.WheelCollider struct WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 : public Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 { public: public: }; // JCUnityLib.ViewManager`1 struct ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Collections.Generic.Dictionary`2 JCUnityLib.ViewManager`1::viewGroupDict Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___viewGroupDict_4; // System.Collections.Generic.Dictionary`2 JCUnityLib.ViewManager`1::viewDict Dictionary_2_tF4468D80E7CE97788C2E325EC65E231981A653F6 * ___viewDict_5; // System.Collections.Generic.HashSet`1 JCUnityLib.ViewManager`1::viewDontDestroySet HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * ___viewDontDestroySet_6; public: inline static int32_t get_offset_of_viewGroupDict_4() { return static_cast(offsetof(ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E, ___viewGroupDict_4)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_viewGroupDict_4() const { return ___viewGroupDict_4; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_viewGroupDict_4() { return &___viewGroupDict_4; } inline void set_viewGroupDict_4(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___viewGroupDict_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___viewGroupDict_4), (void*)value); } inline static int32_t get_offset_of_viewDict_5() { return static_cast(offsetof(ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E, ___viewDict_5)); } inline Dictionary_2_tF4468D80E7CE97788C2E325EC65E231981A653F6 * get_viewDict_5() const { return ___viewDict_5; } inline Dictionary_2_tF4468D80E7CE97788C2E325EC65E231981A653F6 ** get_address_of_viewDict_5() { return &___viewDict_5; } inline void set_viewDict_5(Dictionary_2_tF4468D80E7CE97788C2E325EC65E231981A653F6 * value) { ___viewDict_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___viewDict_5), (void*)value); } inline static int32_t get_offset_of_viewDontDestroySet_6() { return static_cast(offsetof(ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E, ___viewDontDestroySet_6)); } inline HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * get_viewDontDestroySet_6() const { return ___viewDontDestroySet_6; } inline HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 ** get_address_of_viewDontDestroySet_6() { return &___viewDontDestroySet_6; } inline void set_viewDontDestroySet_6(HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * value) { ___viewDontDestroySet_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___viewDontDestroySet_6), (void*)value); } }; struct ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E_StaticFields { public: // CT JCUnityLib.ViewManager`1::s_Instance ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * ___s_Instance_7; public: inline static int32_t get_offset_of_s_Instance_7() { return static_cast(offsetof(ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E_StaticFields, ___s_Instance_7)); } inline ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * get_s_Instance_7() const { return ___s_Instance_7; } inline ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E ** get_address_of_s_Instance_7() { return &___s_Instance_7; } inline void set_s_Instance_7(ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * value) { ___s_Instance_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_7), (void*)value); } }; // UnityStandardAssets.Characters.ThirdPerson.AICharacterControl struct AICharacterControl_tA62B9BAC89BE0154E813894EC27C998B55977CA4 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.AI.NavMeshAgent UnityStandardAssets.Characters.ThirdPerson.AICharacterControl::k__BackingField NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * ___U3CagentU3Ek__BackingField_4; // UnityStandardAssets.Characters.ThirdPerson.ThirdPersonCharacter UnityStandardAssets.Characters.ThirdPerson.AICharacterControl::k__BackingField ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525 * ___U3CcharacterU3Ek__BackingField_5; // UnityEngine.Transform UnityStandardAssets.Characters.ThirdPerson.AICharacterControl::target Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___target_6; public: inline static int32_t get_offset_of_U3CagentU3Ek__BackingField_4() { return static_cast(offsetof(AICharacterControl_tA62B9BAC89BE0154E813894EC27C998B55977CA4, ___U3CagentU3Ek__BackingField_4)); } inline NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * get_U3CagentU3Ek__BackingField_4() const { return ___U3CagentU3Ek__BackingField_4; } inline NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B ** get_address_of_U3CagentU3Ek__BackingField_4() { return &___U3CagentU3Ek__BackingField_4; } inline void set_U3CagentU3Ek__BackingField_4(NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * value) { ___U3CagentU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CagentU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CcharacterU3Ek__BackingField_5() { return static_cast(offsetof(AICharacterControl_tA62B9BAC89BE0154E813894EC27C998B55977CA4, ___U3CcharacterU3Ek__BackingField_5)); } inline ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525 * get_U3CcharacterU3Ek__BackingField_5() const { return ___U3CcharacterU3Ek__BackingField_5; } inline ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525 ** get_address_of_U3CcharacterU3Ek__BackingField_5() { return &___U3CcharacterU3Ek__BackingField_5; } inline void set_U3CcharacterU3Ek__BackingField_5(ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525 * value) { ___U3CcharacterU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CcharacterU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_target_6() { return static_cast(offsetof(AICharacterControl_tA62B9BAC89BE0154E813894EC27C998B55977CA4, ___target_6)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_target_6() const { return ___target_6; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_target_6() { return &___target_6; } inline void set_target_6(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___target_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_6), (void*)value); } }; // AOTAdapter struct AOTAdapter_tA966ECE5175B60F3FA0AB940479D4B66FA9479FA : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // UnityStandardAssets.Cameras.AbstractTargetFollower struct AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform UnityStandardAssets.Cameras.AbstractTargetFollower::m_Target Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___m_Target_4; // System.Boolean UnityStandardAssets.Cameras.AbstractTargetFollower::m_AutoTargetPlayer bool ___m_AutoTargetPlayer_5; // UnityStandardAssets.Cameras.AbstractTargetFollower/UpdateType UnityStandardAssets.Cameras.AbstractTargetFollower::m_UpdateType int32_t ___m_UpdateType_6; // UnityEngine.Rigidbody UnityStandardAssets.Cameras.AbstractTargetFollower::targetRigidbody Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___targetRigidbody_7; public: inline static int32_t get_offset_of_m_Target_4() { return static_cast(offsetof(AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47, ___m_Target_4)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_m_Target_4() const { return ___m_Target_4; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_m_Target_4() { return &___m_Target_4; } inline void set_m_Target_4(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___m_Target_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Target_4), (void*)value); } inline static int32_t get_offset_of_m_AutoTargetPlayer_5() { return static_cast(offsetof(AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47, ___m_AutoTargetPlayer_5)); } inline bool get_m_AutoTargetPlayer_5() const { return ___m_AutoTargetPlayer_5; } inline bool* get_address_of_m_AutoTargetPlayer_5() { return &___m_AutoTargetPlayer_5; } inline void set_m_AutoTargetPlayer_5(bool value) { ___m_AutoTargetPlayer_5 = value; } inline static int32_t get_offset_of_m_UpdateType_6() { return static_cast(offsetof(AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47, ___m_UpdateType_6)); } inline int32_t get_m_UpdateType_6() const { return ___m_UpdateType_6; } inline int32_t* get_address_of_m_UpdateType_6() { return &___m_UpdateType_6; } inline void set_m_UpdateType_6(int32_t value) { ___m_UpdateType_6 = value; } inline static int32_t get_offset_of_targetRigidbody_7() { return static_cast(offsetof(AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47, ___targetRigidbody_7)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_targetRigidbody_7() const { return ___targetRigidbody_7; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_targetRigidbody_7() { return &___targetRigidbody_7; } inline void set_targetRigidbody_7(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___targetRigidbody_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetRigidbody_7), (void*)value); } }; // UnityStandardAssets.Utility.ActivateTrigger struct ActivateTrigger_t381325415988DBD12B2599B5E2B0A526EA0F687B : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityStandardAssets.Utility.ActivateTrigger/Mode UnityStandardAssets.Utility.ActivateTrigger::action int32_t ___action_4; // UnityEngine.Object UnityStandardAssets.Utility.ActivateTrigger::target Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___target_5; // UnityEngine.GameObject UnityStandardAssets.Utility.ActivateTrigger::source GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___source_6; // System.Int32 UnityStandardAssets.Utility.ActivateTrigger::triggerCount int32_t ___triggerCount_7; // System.Boolean UnityStandardAssets.Utility.ActivateTrigger::repeatTrigger bool ___repeatTrigger_8; public: inline static int32_t get_offset_of_action_4() { return static_cast(offsetof(ActivateTrigger_t381325415988DBD12B2599B5E2B0A526EA0F687B, ___action_4)); } inline int32_t get_action_4() const { return ___action_4; } inline int32_t* get_address_of_action_4() { return &___action_4; } inline void set_action_4(int32_t value) { ___action_4 = value; } inline static int32_t get_offset_of_target_5() { return static_cast(offsetof(ActivateTrigger_t381325415988DBD12B2599B5E2B0A526EA0F687B, ___target_5)); } inline Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * get_target_5() const { return ___target_5; } inline Object_tF2F3778131EFF286AF62B7B013A170F95A91571A ** get_address_of_target_5() { return &___target_5; } inline void set_target_5(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * value) { ___target_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_5), (void*)value); } inline static int32_t get_offset_of_source_6() { return static_cast(offsetof(ActivateTrigger_t381325415988DBD12B2599B5E2B0A526EA0F687B, ___source_6)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_source_6() const { return ___source_6; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_source_6() { return &___source_6; } inline void set_source_6(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_6), (void*)value); } inline static int32_t get_offset_of_triggerCount_7() { return static_cast(offsetof(ActivateTrigger_t381325415988DBD12B2599B5E2B0A526EA0F687B, ___triggerCount_7)); } inline int32_t get_triggerCount_7() const { return ___triggerCount_7; } inline int32_t* get_address_of_triggerCount_7() { return &___triggerCount_7; } inline void set_triggerCount_7(int32_t value) { ___triggerCount_7 = value; } inline static int32_t get_offset_of_repeatTrigger_8() { return static_cast(offsetof(ActivateTrigger_t381325415988DBD12B2599B5E2B0A526EA0F687B, ___repeatTrigger_8)); } inline bool get_repeatTrigger_8() const { return ___repeatTrigger_8; } inline bool* get_address_of_repeatTrigger_8() { return &___repeatTrigger_8; } inline void set_repeatTrigger_8(bool value) { ___repeatTrigger_8 = value; } }; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAiControl struct AeroplaneAiControl_t4ABAFC0AEAA83D8779307E50289BDC7D726176D4 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAiControl::m_RollSensitivity float ___m_RollSensitivity_4; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAiControl::m_PitchSensitivity float ___m_PitchSensitivity_5; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAiControl::m_LateralWanderDistance float ___m_LateralWanderDistance_6; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAiControl::m_LateralWanderSpeed float ___m_LateralWanderSpeed_7; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAiControl::m_MaxClimbAngle float ___m_MaxClimbAngle_8; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAiControl::m_MaxRollAngle float ___m_MaxRollAngle_9; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAiControl::m_SpeedEffect float ___m_SpeedEffect_10; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAiControl::m_TakeoffHeight float ___m_TakeoffHeight_11; // UnityEngine.Transform UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAiControl::m_Target Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___m_Target_12; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAiControl::m_AeroplaneController AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * ___m_AeroplaneController_13; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAiControl::m_RandomPerlin float ___m_RandomPerlin_14; // System.Boolean UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAiControl::m_TakenOff bool ___m_TakenOff_15; public: inline static int32_t get_offset_of_m_RollSensitivity_4() { return static_cast(offsetof(AeroplaneAiControl_t4ABAFC0AEAA83D8779307E50289BDC7D726176D4, ___m_RollSensitivity_4)); } inline float get_m_RollSensitivity_4() const { return ___m_RollSensitivity_4; } inline float* get_address_of_m_RollSensitivity_4() { return &___m_RollSensitivity_4; } inline void set_m_RollSensitivity_4(float value) { ___m_RollSensitivity_4 = value; } inline static int32_t get_offset_of_m_PitchSensitivity_5() { return static_cast(offsetof(AeroplaneAiControl_t4ABAFC0AEAA83D8779307E50289BDC7D726176D4, ___m_PitchSensitivity_5)); } inline float get_m_PitchSensitivity_5() const { return ___m_PitchSensitivity_5; } inline float* get_address_of_m_PitchSensitivity_5() { return &___m_PitchSensitivity_5; } inline void set_m_PitchSensitivity_5(float value) { ___m_PitchSensitivity_5 = value; } inline static int32_t get_offset_of_m_LateralWanderDistance_6() { return static_cast(offsetof(AeroplaneAiControl_t4ABAFC0AEAA83D8779307E50289BDC7D726176D4, ___m_LateralWanderDistance_6)); } inline float get_m_LateralWanderDistance_6() const { return ___m_LateralWanderDistance_6; } inline float* get_address_of_m_LateralWanderDistance_6() { return &___m_LateralWanderDistance_6; } inline void set_m_LateralWanderDistance_6(float value) { ___m_LateralWanderDistance_6 = value; } inline static int32_t get_offset_of_m_LateralWanderSpeed_7() { return static_cast(offsetof(AeroplaneAiControl_t4ABAFC0AEAA83D8779307E50289BDC7D726176D4, ___m_LateralWanderSpeed_7)); } inline float get_m_LateralWanderSpeed_7() const { return ___m_LateralWanderSpeed_7; } inline float* get_address_of_m_LateralWanderSpeed_7() { return &___m_LateralWanderSpeed_7; } inline void set_m_LateralWanderSpeed_7(float value) { ___m_LateralWanderSpeed_7 = value; } inline static int32_t get_offset_of_m_MaxClimbAngle_8() { return static_cast(offsetof(AeroplaneAiControl_t4ABAFC0AEAA83D8779307E50289BDC7D726176D4, ___m_MaxClimbAngle_8)); } inline float get_m_MaxClimbAngle_8() const { return ___m_MaxClimbAngle_8; } inline float* get_address_of_m_MaxClimbAngle_8() { return &___m_MaxClimbAngle_8; } inline void set_m_MaxClimbAngle_8(float value) { ___m_MaxClimbAngle_8 = value; } inline static int32_t get_offset_of_m_MaxRollAngle_9() { return static_cast(offsetof(AeroplaneAiControl_t4ABAFC0AEAA83D8779307E50289BDC7D726176D4, ___m_MaxRollAngle_9)); } inline float get_m_MaxRollAngle_9() const { return ___m_MaxRollAngle_9; } inline float* get_address_of_m_MaxRollAngle_9() { return &___m_MaxRollAngle_9; } inline void set_m_MaxRollAngle_9(float value) { ___m_MaxRollAngle_9 = value; } inline static int32_t get_offset_of_m_SpeedEffect_10() { return static_cast(offsetof(AeroplaneAiControl_t4ABAFC0AEAA83D8779307E50289BDC7D726176D4, ___m_SpeedEffect_10)); } inline float get_m_SpeedEffect_10() const { return ___m_SpeedEffect_10; } inline float* get_address_of_m_SpeedEffect_10() { return &___m_SpeedEffect_10; } inline void set_m_SpeedEffect_10(float value) { ___m_SpeedEffect_10 = value; } inline static int32_t get_offset_of_m_TakeoffHeight_11() { return static_cast(offsetof(AeroplaneAiControl_t4ABAFC0AEAA83D8779307E50289BDC7D726176D4, ___m_TakeoffHeight_11)); } inline float get_m_TakeoffHeight_11() const { return ___m_TakeoffHeight_11; } inline float* get_address_of_m_TakeoffHeight_11() { return &___m_TakeoffHeight_11; } inline void set_m_TakeoffHeight_11(float value) { ___m_TakeoffHeight_11 = value; } inline static int32_t get_offset_of_m_Target_12() { return static_cast(offsetof(AeroplaneAiControl_t4ABAFC0AEAA83D8779307E50289BDC7D726176D4, ___m_Target_12)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_m_Target_12() const { return ___m_Target_12; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_m_Target_12() { return &___m_Target_12; } inline void set_m_Target_12(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___m_Target_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Target_12), (void*)value); } inline static int32_t get_offset_of_m_AeroplaneController_13() { return static_cast(offsetof(AeroplaneAiControl_t4ABAFC0AEAA83D8779307E50289BDC7D726176D4, ___m_AeroplaneController_13)); } inline AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * get_m_AeroplaneController_13() const { return ___m_AeroplaneController_13; } inline AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 ** get_address_of_m_AeroplaneController_13() { return &___m_AeroplaneController_13; } inline void set_m_AeroplaneController_13(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * value) { ___m_AeroplaneController_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AeroplaneController_13), (void*)value); } inline static int32_t get_offset_of_m_RandomPerlin_14() { return static_cast(offsetof(AeroplaneAiControl_t4ABAFC0AEAA83D8779307E50289BDC7D726176D4, ___m_RandomPerlin_14)); } inline float get_m_RandomPerlin_14() const { return ___m_RandomPerlin_14; } inline float* get_address_of_m_RandomPerlin_14() { return &___m_RandomPerlin_14; } inline void set_m_RandomPerlin_14(float value) { ___m_RandomPerlin_14 = value; } inline static int32_t get_offset_of_m_TakenOff_15() { return static_cast(offsetof(AeroplaneAiControl_t4ABAFC0AEAA83D8779307E50289BDC7D726176D4, ___m_TakenOff_15)); } inline bool get_m_TakenOff_15() const { return ___m_TakenOff_15; } inline bool* get_address_of_m_TakenOff_15() { return &___m_TakenOff_15; } inline void set_m_TakenOff_15(bool value) { ___m_TakenOff_15 = value; } }; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio struct AeroplaneAudio_tED6F725E788DB4ACA033B014BD6E3977F142C4A3 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.AudioClip UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio::m_EngineSound AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___m_EngineSound_4; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio::m_EngineMinThrottlePitch float ___m_EngineMinThrottlePitch_5; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio::m_EngineMaxThrottlePitch float ___m_EngineMaxThrottlePitch_6; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio::m_EngineFwdSpeedMultiplier float ___m_EngineFwdSpeedMultiplier_7; // UnityEngine.AudioClip UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio::m_WindSound AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___m_WindSound_8; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio::m_WindBasePitch float ___m_WindBasePitch_9; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio::m_WindSpeedPitchFactor float ___m_WindSpeedPitchFactor_10; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio::m_WindMaxSpeedVolume float ___m_WindMaxSpeedVolume_11; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio/AdvancedSetttings UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio::m_AdvancedSetttings AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD * ___m_AdvancedSetttings_12; // UnityEngine.AudioSource UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio::m_EngineSoundSource AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___m_EngineSoundSource_13; // UnityEngine.AudioSource UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio::m_WindSoundSource AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___m_WindSoundSource_14; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio::m_Plane AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * ___m_Plane_15; // UnityEngine.Rigidbody UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio::m_Rigidbody Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___m_Rigidbody_16; public: inline static int32_t get_offset_of_m_EngineSound_4() { return static_cast(offsetof(AeroplaneAudio_tED6F725E788DB4ACA033B014BD6E3977F142C4A3, ___m_EngineSound_4)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_m_EngineSound_4() const { return ___m_EngineSound_4; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_m_EngineSound_4() { return &___m_EngineSound_4; } inline void set_m_EngineSound_4(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___m_EngineSound_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_EngineSound_4), (void*)value); } inline static int32_t get_offset_of_m_EngineMinThrottlePitch_5() { return static_cast(offsetof(AeroplaneAudio_tED6F725E788DB4ACA033B014BD6E3977F142C4A3, ___m_EngineMinThrottlePitch_5)); } inline float get_m_EngineMinThrottlePitch_5() const { return ___m_EngineMinThrottlePitch_5; } inline float* get_address_of_m_EngineMinThrottlePitch_5() { return &___m_EngineMinThrottlePitch_5; } inline void set_m_EngineMinThrottlePitch_5(float value) { ___m_EngineMinThrottlePitch_5 = value; } inline static int32_t get_offset_of_m_EngineMaxThrottlePitch_6() { return static_cast(offsetof(AeroplaneAudio_tED6F725E788DB4ACA033B014BD6E3977F142C4A3, ___m_EngineMaxThrottlePitch_6)); } inline float get_m_EngineMaxThrottlePitch_6() const { return ___m_EngineMaxThrottlePitch_6; } inline float* get_address_of_m_EngineMaxThrottlePitch_6() { return &___m_EngineMaxThrottlePitch_6; } inline void set_m_EngineMaxThrottlePitch_6(float value) { ___m_EngineMaxThrottlePitch_6 = value; } inline static int32_t get_offset_of_m_EngineFwdSpeedMultiplier_7() { return static_cast(offsetof(AeroplaneAudio_tED6F725E788DB4ACA033B014BD6E3977F142C4A3, ___m_EngineFwdSpeedMultiplier_7)); } inline float get_m_EngineFwdSpeedMultiplier_7() const { return ___m_EngineFwdSpeedMultiplier_7; } inline float* get_address_of_m_EngineFwdSpeedMultiplier_7() { return &___m_EngineFwdSpeedMultiplier_7; } inline void set_m_EngineFwdSpeedMultiplier_7(float value) { ___m_EngineFwdSpeedMultiplier_7 = value; } inline static int32_t get_offset_of_m_WindSound_8() { return static_cast(offsetof(AeroplaneAudio_tED6F725E788DB4ACA033B014BD6E3977F142C4A3, ___m_WindSound_8)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_m_WindSound_8() const { return ___m_WindSound_8; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_m_WindSound_8() { return &___m_WindSound_8; } inline void set_m_WindSound_8(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___m_WindSound_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WindSound_8), (void*)value); } inline static int32_t get_offset_of_m_WindBasePitch_9() { return static_cast(offsetof(AeroplaneAudio_tED6F725E788DB4ACA033B014BD6E3977F142C4A3, ___m_WindBasePitch_9)); } inline float get_m_WindBasePitch_9() const { return ___m_WindBasePitch_9; } inline float* get_address_of_m_WindBasePitch_9() { return &___m_WindBasePitch_9; } inline void set_m_WindBasePitch_9(float value) { ___m_WindBasePitch_9 = value; } inline static int32_t get_offset_of_m_WindSpeedPitchFactor_10() { return static_cast(offsetof(AeroplaneAudio_tED6F725E788DB4ACA033B014BD6E3977F142C4A3, ___m_WindSpeedPitchFactor_10)); } inline float get_m_WindSpeedPitchFactor_10() const { return ___m_WindSpeedPitchFactor_10; } inline float* get_address_of_m_WindSpeedPitchFactor_10() { return &___m_WindSpeedPitchFactor_10; } inline void set_m_WindSpeedPitchFactor_10(float value) { ___m_WindSpeedPitchFactor_10 = value; } inline static int32_t get_offset_of_m_WindMaxSpeedVolume_11() { return static_cast(offsetof(AeroplaneAudio_tED6F725E788DB4ACA033B014BD6E3977F142C4A3, ___m_WindMaxSpeedVolume_11)); } inline float get_m_WindMaxSpeedVolume_11() const { return ___m_WindMaxSpeedVolume_11; } inline float* get_address_of_m_WindMaxSpeedVolume_11() { return &___m_WindMaxSpeedVolume_11; } inline void set_m_WindMaxSpeedVolume_11(float value) { ___m_WindMaxSpeedVolume_11 = value; } inline static int32_t get_offset_of_m_AdvancedSetttings_12() { return static_cast(offsetof(AeroplaneAudio_tED6F725E788DB4ACA033B014BD6E3977F142C4A3, ___m_AdvancedSetttings_12)); } inline AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD * get_m_AdvancedSetttings_12() const { return ___m_AdvancedSetttings_12; } inline AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD ** get_address_of_m_AdvancedSetttings_12() { return &___m_AdvancedSetttings_12; } inline void set_m_AdvancedSetttings_12(AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD * value) { ___m_AdvancedSetttings_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AdvancedSetttings_12), (void*)value); } inline static int32_t get_offset_of_m_EngineSoundSource_13() { return static_cast(offsetof(AeroplaneAudio_tED6F725E788DB4ACA033B014BD6E3977F142C4A3, ___m_EngineSoundSource_13)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_m_EngineSoundSource_13() const { return ___m_EngineSoundSource_13; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_m_EngineSoundSource_13() { return &___m_EngineSoundSource_13; } inline void set_m_EngineSoundSource_13(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___m_EngineSoundSource_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_EngineSoundSource_13), (void*)value); } inline static int32_t get_offset_of_m_WindSoundSource_14() { return static_cast(offsetof(AeroplaneAudio_tED6F725E788DB4ACA033B014BD6E3977F142C4A3, ___m_WindSoundSource_14)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_m_WindSoundSource_14() const { return ___m_WindSoundSource_14; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_m_WindSoundSource_14() { return &___m_WindSoundSource_14; } inline void set_m_WindSoundSource_14(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___m_WindSoundSource_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WindSoundSource_14), (void*)value); } inline static int32_t get_offset_of_m_Plane_15() { return static_cast(offsetof(AeroplaneAudio_tED6F725E788DB4ACA033B014BD6E3977F142C4A3, ___m_Plane_15)); } inline AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * get_m_Plane_15() const { return ___m_Plane_15; } inline AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 ** get_address_of_m_Plane_15() { return &___m_Plane_15; } inline void set_m_Plane_15(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * value) { ___m_Plane_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Plane_15), (void*)value); } inline static int32_t get_offset_of_m_Rigidbody_16() { return static_cast(offsetof(AeroplaneAudio_tED6F725E788DB4ACA033B014BD6E3977F142C4A3, ___m_Rigidbody_16)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_m_Rigidbody_16() const { return ___m_Rigidbody_16; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_m_Rigidbody_16() { return &___m_Rigidbody_16; } inline void set_m_Rigidbody_16(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___m_Rigidbody_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Rigidbody_16), (void*)value); } }; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator struct AeroplaneControlSurfaceAnimator_tAB121372160BB21BEDC0E95F34C7DEFBA4C73ABC : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator::m_Smoothing float ___m_Smoothing_4; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator/ControlSurface[] UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator::m_ControlSurfaces ControlSurfaceU5BU5D_t09C2F2631D1F263F2D5F2642B8117E7E1B3BA349* ___m_ControlSurfaces_5; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator::m_Plane AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * ___m_Plane_6; public: inline static int32_t get_offset_of_m_Smoothing_4() { return static_cast(offsetof(AeroplaneControlSurfaceAnimator_tAB121372160BB21BEDC0E95F34C7DEFBA4C73ABC, ___m_Smoothing_4)); } inline float get_m_Smoothing_4() const { return ___m_Smoothing_4; } inline float* get_address_of_m_Smoothing_4() { return &___m_Smoothing_4; } inline void set_m_Smoothing_4(float value) { ___m_Smoothing_4 = value; } inline static int32_t get_offset_of_m_ControlSurfaces_5() { return static_cast(offsetof(AeroplaneControlSurfaceAnimator_tAB121372160BB21BEDC0E95F34C7DEFBA4C73ABC, ___m_ControlSurfaces_5)); } inline ControlSurfaceU5BU5D_t09C2F2631D1F263F2D5F2642B8117E7E1B3BA349* get_m_ControlSurfaces_5() const { return ___m_ControlSurfaces_5; } inline ControlSurfaceU5BU5D_t09C2F2631D1F263F2D5F2642B8117E7E1B3BA349** get_address_of_m_ControlSurfaces_5() { return &___m_ControlSurfaces_5; } inline void set_m_ControlSurfaces_5(ControlSurfaceU5BU5D_t09C2F2631D1F263F2D5F2642B8117E7E1B3BA349* value) { ___m_ControlSurfaces_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ControlSurfaces_5), (void*)value); } inline static int32_t get_offset_of_m_Plane_6() { return static_cast(offsetof(AeroplaneControlSurfaceAnimator_tAB121372160BB21BEDC0E95F34C7DEFBA4C73ABC, ___m_Plane_6)); } inline AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * get_m_Plane_6() const { return ___m_Plane_6; } inline AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 ** get_address_of_m_Plane_6() { return &___m_Plane_6; } inline void set_m_Plane_6(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * value) { ___m_Plane_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Plane_6), (void*)value); } }; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController struct AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::m_MaxEnginePower float ___m_MaxEnginePower_4; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::m_Lift float ___m_Lift_5; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::m_ZeroLiftSpeed float ___m_ZeroLiftSpeed_6; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::m_RollEffect float ___m_RollEffect_7; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::m_PitchEffect float ___m_PitchEffect_8; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::m_YawEffect float ___m_YawEffect_9; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::m_BankedTurnEffect float ___m_BankedTurnEffect_10; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::m_AerodynamicEffect float ___m_AerodynamicEffect_11; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::m_AutoTurnPitch float ___m_AutoTurnPitch_12; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::m_AutoRollLevel float ___m_AutoRollLevel_13; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::m_AutoPitchLevel float ___m_AutoPitchLevel_14; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::m_AirBrakesEffect float ___m_AirBrakesEffect_15; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::m_ThrottleChangeSpeed float ___m_ThrottleChangeSpeed_16; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::m_DragIncreaseFactor float ___m_DragIncreaseFactor_17; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::k__BackingField float ___U3CAltitudeU3Ek__BackingField_18; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::k__BackingField float ___U3CThrottleU3Ek__BackingField_19; // System.Boolean UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::k__BackingField bool ___U3CAirBrakesU3Ek__BackingField_20; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::k__BackingField float ___U3CForwardSpeedU3Ek__BackingField_21; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::k__BackingField float ___U3CEnginePowerU3Ek__BackingField_22; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::k__BackingField float ___U3CRollAngleU3Ek__BackingField_23; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::k__BackingField float ___U3CPitchAngleU3Ek__BackingField_24; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::k__BackingField float ___U3CRollInputU3Ek__BackingField_25; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::k__BackingField float ___U3CPitchInputU3Ek__BackingField_26; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::k__BackingField float ___U3CYawInputU3Ek__BackingField_27; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::k__BackingField float ___U3CThrottleInputU3Ek__BackingField_28; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::m_OriginalDrag float ___m_OriginalDrag_29; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::m_OriginalAngularDrag float ___m_OriginalAngularDrag_30; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::m_AeroFactor float ___m_AeroFactor_31; // System.Boolean UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::m_Immobilized bool ___m_Immobilized_32; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::m_BankedTurnAmount float ___m_BankedTurnAmount_33; // UnityEngine.Rigidbody UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::m_Rigidbody Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___m_Rigidbody_34; // UnityEngine.WheelCollider[] UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::m_WheelColliders WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* ___m_WheelColliders_35; public: inline static int32_t get_offset_of_m_MaxEnginePower_4() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___m_MaxEnginePower_4)); } inline float get_m_MaxEnginePower_4() const { return ___m_MaxEnginePower_4; } inline float* get_address_of_m_MaxEnginePower_4() { return &___m_MaxEnginePower_4; } inline void set_m_MaxEnginePower_4(float value) { ___m_MaxEnginePower_4 = value; } inline static int32_t get_offset_of_m_Lift_5() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___m_Lift_5)); } inline float get_m_Lift_5() const { return ___m_Lift_5; } inline float* get_address_of_m_Lift_5() { return &___m_Lift_5; } inline void set_m_Lift_5(float value) { ___m_Lift_5 = value; } inline static int32_t get_offset_of_m_ZeroLiftSpeed_6() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___m_ZeroLiftSpeed_6)); } inline float get_m_ZeroLiftSpeed_6() const { return ___m_ZeroLiftSpeed_6; } inline float* get_address_of_m_ZeroLiftSpeed_6() { return &___m_ZeroLiftSpeed_6; } inline void set_m_ZeroLiftSpeed_6(float value) { ___m_ZeroLiftSpeed_6 = value; } inline static int32_t get_offset_of_m_RollEffect_7() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___m_RollEffect_7)); } inline float get_m_RollEffect_7() const { return ___m_RollEffect_7; } inline float* get_address_of_m_RollEffect_7() { return &___m_RollEffect_7; } inline void set_m_RollEffect_7(float value) { ___m_RollEffect_7 = value; } inline static int32_t get_offset_of_m_PitchEffect_8() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___m_PitchEffect_8)); } inline float get_m_PitchEffect_8() const { return ___m_PitchEffect_8; } inline float* get_address_of_m_PitchEffect_8() { return &___m_PitchEffect_8; } inline void set_m_PitchEffect_8(float value) { ___m_PitchEffect_8 = value; } inline static int32_t get_offset_of_m_YawEffect_9() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___m_YawEffect_9)); } inline float get_m_YawEffect_9() const { return ___m_YawEffect_9; } inline float* get_address_of_m_YawEffect_9() { return &___m_YawEffect_9; } inline void set_m_YawEffect_9(float value) { ___m_YawEffect_9 = value; } inline static int32_t get_offset_of_m_BankedTurnEffect_10() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___m_BankedTurnEffect_10)); } inline float get_m_BankedTurnEffect_10() const { return ___m_BankedTurnEffect_10; } inline float* get_address_of_m_BankedTurnEffect_10() { return &___m_BankedTurnEffect_10; } inline void set_m_BankedTurnEffect_10(float value) { ___m_BankedTurnEffect_10 = value; } inline static int32_t get_offset_of_m_AerodynamicEffect_11() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___m_AerodynamicEffect_11)); } inline float get_m_AerodynamicEffect_11() const { return ___m_AerodynamicEffect_11; } inline float* get_address_of_m_AerodynamicEffect_11() { return &___m_AerodynamicEffect_11; } inline void set_m_AerodynamicEffect_11(float value) { ___m_AerodynamicEffect_11 = value; } inline static int32_t get_offset_of_m_AutoTurnPitch_12() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___m_AutoTurnPitch_12)); } inline float get_m_AutoTurnPitch_12() const { return ___m_AutoTurnPitch_12; } inline float* get_address_of_m_AutoTurnPitch_12() { return &___m_AutoTurnPitch_12; } inline void set_m_AutoTurnPitch_12(float value) { ___m_AutoTurnPitch_12 = value; } inline static int32_t get_offset_of_m_AutoRollLevel_13() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___m_AutoRollLevel_13)); } inline float get_m_AutoRollLevel_13() const { return ___m_AutoRollLevel_13; } inline float* get_address_of_m_AutoRollLevel_13() { return &___m_AutoRollLevel_13; } inline void set_m_AutoRollLevel_13(float value) { ___m_AutoRollLevel_13 = value; } inline static int32_t get_offset_of_m_AutoPitchLevel_14() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___m_AutoPitchLevel_14)); } inline float get_m_AutoPitchLevel_14() const { return ___m_AutoPitchLevel_14; } inline float* get_address_of_m_AutoPitchLevel_14() { return &___m_AutoPitchLevel_14; } inline void set_m_AutoPitchLevel_14(float value) { ___m_AutoPitchLevel_14 = value; } inline static int32_t get_offset_of_m_AirBrakesEffect_15() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___m_AirBrakesEffect_15)); } inline float get_m_AirBrakesEffect_15() const { return ___m_AirBrakesEffect_15; } inline float* get_address_of_m_AirBrakesEffect_15() { return &___m_AirBrakesEffect_15; } inline void set_m_AirBrakesEffect_15(float value) { ___m_AirBrakesEffect_15 = value; } inline static int32_t get_offset_of_m_ThrottleChangeSpeed_16() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___m_ThrottleChangeSpeed_16)); } inline float get_m_ThrottleChangeSpeed_16() const { return ___m_ThrottleChangeSpeed_16; } inline float* get_address_of_m_ThrottleChangeSpeed_16() { return &___m_ThrottleChangeSpeed_16; } inline void set_m_ThrottleChangeSpeed_16(float value) { ___m_ThrottleChangeSpeed_16 = value; } inline static int32_t get_offset_of_m_DragIncreaseFactor_17() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___m_DragIncreaseFactor_17)); } inline float get_m_DragIncreaseFactor_17() const { return ___m_DragIncreaseFactor_17; } inline float* get_address_of_m_DragIncreaseFactor_17() { return &___m_DragIncreaseFactor_17; } inline void set_m_DragIncreaseFactor_17(float value) { ___m_DragIncreaseFactor_17 = value; } inline static int32_t get_offset_of_U3CAltitudeU3Ek__BackingField_18() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___U3CAltitudeU3Ek__BackingField_18)); } inline float get_U3CAltitudeU3Ek__BackingField_18() const { return ___U3CAltitudeU3Ek__BackingField_18; } inline float* get_address_of_U3CAltitudeU3Ek__BackingField_18() { return &___U3CAltitudeU3Ek__BackingField_18; } inline void set_U3CAltitudeU3Ek__BackingField_18(float value) { ___U3CAltitudeU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_U3CThrottleU3Ek__BackingField_19() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___U3CThrottleU3Ek__BackingField_19)); } inline float get_U3CThrottleU3Ek__BackingField_19() const { return ___U3CThrottleU3Ek__BackingField_19; } inline float* get_address_of_U3CThrottleU3Ek__BackingField_19() { return &___U3CThrottleU3Ek__BackingField_19; } inline void set_U3CThrottleU3Ek__BackingField_19(float value) { ___U3CThrottleU3Ek__BackingField_19 = value; } inline static int32_t get_offset_of_U3CAirBrakesU3Ek__BackingField_20() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___U3CAirBrakesU3Ek__BackingField_20)); } inline bool get_U3CAirBrakesU3Ek__BackingField_20() const { return ___U3CAirBrakesU3Ek__BackingField_20; } inline bool* get_address_of_U3CAirBrakesU3Ek__BackingField_20() { return &___U3CAirBrakesU3Ek__BackingField_20; } inline void set_U3CAirBrakesU3Ek__BackingField_20(bool value) { ___U3CAirBrakesU3Ek__BackingField_20 = value; } inline static int32_t get_offset_of_U3CForwardSpeedU3Ek__BackingField_21() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___U3CForwardSpeedU3Ek__BackingField_21)); } inline float get_U3CForwardSpeedU3Ek__BackingField_21() const { return ___U3CForwardSpeedU3Ek__BackingField_21; } inline float* get_address_of_U3CForwardSpeedU3Ek__BackingField_21() { return &___U3CForwardSpeedU3Ek__BackingField_21; } inline void set_U3CForwardSpeedU3Ek__BackingField_21(float value) { ___U3CForwardSpeedU3Ek__BackingField_21 = value; } inline static int32_t get_offset_of_U3CEnginePowerU3Ek__BackingField_22() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___U3CEnginePowerU3Ek__BackingField_22)); } inline float get_U3CEnginePowerU3Ek__BackingField_22() const { return ___U3CEnginePowerU3Ek__BackingField_22; } inline float* get_address_of_U3CEnginePowerU3Ek__BackingField_22() { return &___U3CEnginePowerU3Ek__BackingField_22; } inline void set_U3CEnginePowerU3Ek__BackingField_22(float value) { ___U3CEnginePowerU3Ek__BackingField_22 = value; } inline static int32_t get_offset_of_U3CRollAngleU3Ek__BackingField_23() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___U3CRollAngleU3Ek__BackingField_23)); } inline float get_U3CRollAngleU3Ek__BackingField_23() const { return ___U3CRollAngleU3Ek__BackingField_23; } inline float* get_address_of_U3CRollAngleU3Ek__BackingField_23() { return &___U3CRollAngleU3Ek__BackingField_23; } inline void set_U3CRollAngleU3Ek__BackingField_23(float value) { ___U3CRollAngleU3Ek__BackingField_23 = value; } inline static int32_t get_offset_of_U3CPitchAngleU3Ek__BackingField_24() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___U3CPitchAngleU3Ek__BackingField_24)); } inline float get_U3CPitchAngleU3Ek__BackingField_24() const { return ___U3CPitchAngleU3Ek__BackingField_24; } inline float* get_address_of_U3CPitchAngleU3Ek__BackingField_24() { return &___U3CPitchAngleU3Ek__BackingField_24; } inline void set_U3CPitchAngleU3Ek__BackingField_24(float value) { ___U3CPitchAngleU3Ek__BackingField_24 = value; } inline static int32_t get_offset_of_U3CRollInputU3Ek__BackingField_25() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___U3CRollInputU3Ek__BackingField_25)); } inline float get_U3CRollInputU3Ek__BackingField_25() const { return ___U3CRollInputU3Ek__BackingField_25; } inline float* get_address_of_U3CRollInputU3Ek__BackingField_25() { return &___U3CRollInputU3Ek__BackingField_25; } inline void set_U3CRollInputU3Ek__BackingField_25(float value) { ___U3CRollInputU3Ek__BackingField_25 = value; } inline static int32_t get_offset_of_U3CPitchInputU3Ek__BackingField_26() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___U3CPitchInputU3Ek__BackingField_26)); } inline float get_U3CPitchInputU3Ek__BackingField_26() const { return ___U3CPitchInputU3Ek__BackingField_26; } inline float* get_address_of_U3CPitchInputU3Ek__BackingField_26() { return &___U3CPitchInputU3Ek__BackingField_26; } inline void set_U3CPitchInputU3Ek__BackingField_26(float value) { ___U3CPitchInputU3Ek__BackingField_26 = value; } inline static int32_t get_offset_of_U3CYawInputU3Ek__BackingField_27() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___U3CYawInputU3Ek__BackingField_27)); } inline float get_U3CYawInputU3Ek__BackingField_27() const { return ___U3CYawInputU3Ek__BackingField_27; } inline float* get_address_of_U3CYawInputU3Ek__BackingField_27() { return &___U3CYawInputU3Ek__BackingField_27; } inline void set_U3CYawInputU3Ek__BackingField_27(float value) { ___U3CYawInputU3Ek__BackingField_27 = value; } inline static int32_t get_offset_of_U3CThrottleInputU3Ek__BackingField_28() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___U3CThrottleInputU3Ek__BackingField_28)); } inline float get_U3CThrottleInputU3Ek__BackingField_28() const { return ___U3CThrottleInputU3Ek__BackingField_28; } inline float* get_address_of_U3CThrottleInputU3Ek__BackingField_28() { return &___U3CThrottleInputU3Ek__BackingField_28; } inline void set_U3CThrottleInputU3Ek__BackingField_28(float value) { ___U3CThrottleInputU3Ek__BackingField_28 = value; } inline static int32_t get_offset_of_m_OriginalDrag_29() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___m_OriginalDrag_29)); } inline float get_m_OriginalDrag_29() const { return ___m_OriginalDrag_29; } inline float* get_address_of_m_OriginalDrag_29() { return &___m_OriginalDrag_29; } inline void set_m_OriginalDrag_29(float value) { ___m_OriginalDrag_29 = value; } inline static int32_t get_offset_of_m_OriginalAngularDrag_30() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___m_OriginalAngularDrag_30)); } inline float get_m_OriginalAngularDrag_30() const { return ___m_OriginalAngularDrag_30; } inline float* get_address_of_m_OriginalAngularDrag_30() { return &___m_OriginalAngularDrag_30; } inline void set_m_OriginalAngularDrag_30(float value) { ___m_OriginalAngularDrag_30 = value; } inline static int32_t get_offset_of_m_AeroFactor_31() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___m_AeroFactor_31)); } inline float get_m_AeroFactor_31() const { return ___m_AeroFactor_31; } inline float* get_address_of_m_AeroFactor_31() { return &___m_AeroFactor_31; } inline void set_m_AeroFactor_31(float value) { ___m_AeroFactor_31 = value; } inline static int32_t get_offset_of_m_Immobilized_32() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___m_Immobilized_32)); } inline bool get_m_Immobilized_32() const { return ___m_Immobilized_32; } inline bool* get_address_of_m_Immobilized_32() { return &___m_Immobilized_32; } inline void set_m_Immobilized_32(bool value) { ___m_Immobilized_32 = value; } inline static int32_t get_offset_of_m_BankedTurnAmount_33() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___m_BankedTurnAmount_33)); } inline float get_m_BankedTurnAmount_33() const { return ___m_BankedTurnAmount_33; } inline float* get_address_of_m_BankedTurnAmount_33() { return &___m_BankedTurnAmount_33; } inline void set_m_BankedTurnAmount_33(float value) { ___m_BankedTurnAmount_33 = value; } inline static int32_t get_offset_of_m_Rigidbody_34() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___m_Rigidbody_34)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_m_Rigidbody_34() const { return ___m_Rigidbody_34; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_m_Rigidbody_34() { return &___m_Rigidbody_34; } inline void set_m_Rigidbody_34(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___m_Rigidbody_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Rigidbody_34), (void*)value); } inline static int32_t get_offset_of_m_WheelColliders_35() { return static_cast(offsetof(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103, ___m_WheelColliders_35)); } inline WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* get_m_WheelColliders_35() const { return ___m_WheelColliders_35; } inline WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6** get_address_of_m_WheelColliders_35() { return &___m_WheelColliders_35; } inline void set_m_WheelColliders_35(WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* value) { ___m_WheelColliders_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WheelColliders_35), (void*)value); } }; // UnityStandardAssets.Vehicles.Aeroplane.AeroplanePropellerAnimator struct AeroplanePropellerAnimator_tDC2F37194C555BEFBDA5296A4BBBC7A2B3295D59 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform UnityStandardAssets.Vehicles.Aeroplane.AeroplanePropellerAnimator::m_PropellorModel Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___m_PropellorModel_4; // UnityEngine.Transform UnityStandardAssets.Vehicles.Aeroplane.AeroplanePropellerAnimator::m_PropellorBlur Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___m_PropellorBlur_5; // UnityEngine.Texture2D[] UnityStandardAssets.Vehicles.Aeroplane.AeroplanePropellerAnimator::m_PropellorBlurTextures Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316* ___m_PropellorBlurTextures_6; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplanePropellerAnimator::m_ThrottleBlurStart float ___m_ThrottleBlurStart_7; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplanePropellerAnimator::m_ThrottleBlurEnd float ___m_ThrottleBlurEnd_8; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplanePropellerAnimator::m_MaxRpm float ___m_MaxRpm_9; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController UnityStandardAssets.Vehicles.Aeroplane.AeroplanePropellerAnimator::m_Plane AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * ___m_Plane_10; // System.Int32 UnityStandardAssets.Vehicles.Aeroplane.AeroplanePropellerAnimator::m_PropellorBlurState int32_t ___m_PropellorBlurState_11; // UnityEngine.Renderer UnityStandardAssets.Vehicles.Aeroplane.AeroplanePropellerAnimator::m_PropellorModelRenderer Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * ___m_PropellorModelRenderer_13; // UnityEngine.Renderer UnityStandardAssets.Vehicles.Aeroplane.AeroplanePropellerAnimator::m_PropellorBlurRenderer Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * ___m_PropellorBlurRenderer_14; public: inline static int32_t get_offset_of_m_PropellorModel_4() { return static_cast(offsetof(AeroplanePropellerAnimator_tDC2F37194C555BEFBDA5296A4BBBC7A2B3295D59, ___m_PropellorModel_4)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_m_PropellorModel_4() const { return ___m_PropellorModel_4; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_m_PropellorModel_4() { return &___m_PropellorModel_4; } inline void set_m_PropellorModel_4(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___m_PropellorModel_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PropellorModel_4), (void*)value); } inline static int32_t get_offset_of_m_PropellorBlur_5() { return static_cast(offsetof(AeroplanePropellerAnimator_tDC2F37194C555BEFBDA5296A4BBBC7A2B3295D59, ___m_PropellorBlur_5)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_m_PropellorBlur_5() const { return ___m_PropellorBlur_5; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_m_PropellorBlur_5() { return &___m_PropellorBlur_5; } inline void set_m_PropellorBlur_5(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___m_PropellorBlur_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PropellorBlur_5), (void*)value); } inline static int32_t get_offset_of_m_PropellorBlurTextures_6() { return static_cast(offsetof(AeroplanePropellerAnimator_tDC2F37194C555BEFBDA5296A4BBBC7A2B3295D59, ___m_PropellorBlurTextures_6)); } inline Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316* get_m_PropellorBlurTextures_6() const { return ___m_PropellorBlurTextures_6; } inline Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316** get_address_of_m_PropellorBlurTextures_6() { return &___m_PropellorBlurTextures_6; } inline void set_m_PropellorBlurTextures_6(Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316* value) { ___m_PropellorBlurTextures_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PropellorBlurTextures_6), (void*)value); } inline static int32_t get_offset_of_m_ThrottleBlurStart_7() { return static_cast(offsetof(AeroplanePropellerAnimator_tDC2F37194C555BEFBDA5296A4BBBC7A2B3295D59, ___m_ThrottleBlurStart_7)); } inline float get_m_ThrottleBlurStart_7() const { return ___m_ThrottleBlurStart_7; } inline float* get_address_of_m_ThrottleBlurStart_7() { return &___m_ThrottleBlurStart_7; } inline void set_m_ThrottleBlurStart_7(float value) { ___m_ThrottleBlurStart_7 = value; } inline static int32_t get_offset_of_m_ThrottleBlurEnd_8() { return static_cast(offsetof(AeroplanePropellerAnimator_tDC2F37194C555BEFBDA5296A4BBBC7A2B3295D59, ___m_ThrottleBlurEnd_8)); } inline float get_m_ThrottleBlurEnd_8() const { return ___m_ThrottleBlurEnd_8; } inline float* get_address_of_m_ThrottleBlurEnd_8() { return &___m_ThrottleBlurEnd_8; } inline void set_m_ThrottleBlurEnd_8(float value) { ___m_ThrottleBlurEnd_8 = value; } inline static int32_t get_offset_of_m_MaxRpm_9() { return static_cast(offsetof(AeroplanePropellerAnimator_tDC2F37194C555BEFBDA5296A4BBBC7A2B3295D59, ___m_MaxRpm_9)); } inline float get_m_MaxRpm_9() const { return ___m_MaxRpm_9; } inline float* get_address_of_m_MaxRpm_9() { return &___m_MaxRpm_9; } inline void set_m_MaxRpm_9(float value) { ___m_MaxRpm_9 = value; } inline static int32_t get_offset_of_m_Plane_10() { return static_cast(offsetof(AeroplanePropellerAnimator_tDC2F37194C555BEFBDA5296A4BBBC7A2B3295D59, ___m_Plane_10)); } inline AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * get_m_Plane_10() const { return ___m_Plane_10; } inline AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 ** get_address_of_m_Plane_10() { return &___m_Plane_10; } inline void set_m_Plane_10(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * value) { ___m_Plane_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Plane_10), (void*)value); } inline static int32_t get_offset_of_m_PropellorBlurState_11() { return static_cast(offsetof(AeroplanePropellerAnimator_tDC2F37194C555BEFBDA5296A4BBBC7A2B3295D59, ___m_PropellorBlurState_11)); } inline int32_t get_m_PropellorBlurState_11() const { return ___m_PropellorBlurState_11; } inline int32_t* get_address_of_m_PropellorBlurState_11() { return &___m_PropellorBlurState_11; } inline void set_m_PropellorBlurState_11(int32_t value) { ___m_PropellorBlurState_11 = value; } inline static int32_t get_offset_of_m_PropellorModelRenderer_13() { return static_cast(offsetof(AeroplanePropellerAnimator_tDC2F37194C555BEFBDA5296A4BBBC7A2B3295D59, ___m_PropellorModelRenderer_13)); } inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * get_m_PropellorModelRenderer_13() const { return ___m_PropellorModelRenderer_13; } inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C ** get_address_of_m_PropellorModelRenderer_13() { return &___m_PropellorModelRenderer_13; } inline void set_m_PropellorModelRenderer_13(Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * value) { ___m_PropellorModelRenderer_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PropellorModelRenderer_13), (void*)value); } inline static int32_t get_offset_of_m_PropellorBlurRenderer_14() { return static_cast(offsetof(AeroplanePropellerAnimator_tDC2F37194C555BEFBDA5296A4BBBC7A2B3295D59, ___m_PropellorBlurRenderer_14)); } inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * get_m_PropellorBlurRenderer_14() const { return ___m_PropellorBlurRenderer_14; } inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C ** get_address_of_m_PropellorBlurRenderer_14() { return &___m_PropellorBlurRenderer_14; } inline void set_m_PropellorBlurRenderer_14(Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * value) { ___m_PropellorBlurRenderer_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PropellorBlurRenderer_14), (void*)value); } }; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneUserControl2Axis struct AeroplaneUserControl2Axis_t02395777FC842C7DDB43418A941A41EB6F047D7C : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneUserControl2Axis::maxRollAngle float ___maxRollAngle_4; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneUserControl2Axis::maxPitchAngle float ___maxPitchAngle_5; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController UnityStandardAssets.Vehicles.Aeroplane.AeroplaneUserControl2Axis::m_Aeroplane AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * ___m_Aeroplane_6; public: inline static int32_t get_offset_of_maxRollAngle_4() { return static_cast(offsetof(AeroplaneUserControl2Axis_t02395777FC842C7DDB43418A941A41EB6F047D7C, ___maxRollAngle_4)); } inline float get_maxRollAngle_4() const { return ___maxRollAngle_4; } inline float* get_address_of_maxRollAngle_4() { return &___maxRollAngle_4; } inline void set_maxRollAngle_4(float value) { ___maxRollAngle_4 = value; } inline static int32_t get_offset_of_maxPitchAngle_5() { return static_cast(offsetof(AeroplaneUserControl2Axis_t02395777FC842C7DDB43418A941A41EB6F047D7C, ___maxPitchAngle_5)); } inline float get_maxPitchAngle_5() const { return ___maxPitchAngle_5; } inline float* get_address_of_maxPitchAngle_5() { return &___maxPitchAngle_5; } inline void set_maxPitchAngle_5(float value) { ___maxPitchAngle_5 = value; } inline static int32_t get_offset_of_m_Aeroplane_6() { return static_cast(offsetof(AeroplaneUserControl2Axis_t02395777FC842C7DDB43418A941A41EB6F047D7C, ___m_Aeroplane_6)); } inline AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * get_m_Aeroplane_6() const { return ___m_Aeroplane_6; } inline AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 ** get_address_of_m_Aeroplane_6() { return &___m_Aeroplane_6; } inline void set_m_Aeroplane_6(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * value) { ___m_Aeroplane_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Aeroplane_6), (void*)value); } }; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneUserControl4Axis struct AeroplaneUserControl4Axis_tFE5CD54A8E4F1B494B3A70CD16DCD6836C88FE8A : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneUserControl4Axis::maxRollAngle float ___maxRollAngle_4; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneUserControl4Axis::maxPitchAngle float ___maxPitchAngle_5; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController UnityStandardAssets.Vehicles.Aeroplane.AeroplaneUserControl4Axis::m_Aeroplane AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * ___m_Aeroplane_6; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneUserControl4Axis::m_Throttle float ___m_Throttle_7; // System.Boolean UnityStandardAssets.Vehicles.Aeroplane.AeroplaneUserControl4Axis::m_AirBrakes bool ___m_AirBrakes_8; // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneUserControl4Axis::m_Yaw float ___m_Yaw_9; public: inline static int32_t get_offset_of_maxRollAngle_4() { return static_cast(offsetof(AeroplaneUserControl4Axis_tFE5CD54A8E4F1B494B3A70CD16DCD6836C88FE8A, ___maxRollAngle_4)); } inline float get_maxRollAngle_4() const { return ___maxRollAngle_4; } inline float* get_address_of_maxRollAngle_4() { return &___maxRollAngle_4; } inline void set_maxRollAngle_4(float value) { ___maxRollAngle_4 = value; } inline static int32_t get_offset_of_maxPitchAngle_5() { return static_cast(offsetof(AeroplaneUserControl4Axis_tFE5CD54A8E4F1B494B3A70CD16DCD6836C88FE8A, ___maxPitchAngle_5)); } inline float get_maxPitchAngle_5() const { return ___maxPitchAngle_5; } inline float* get_address_of_maxPitchAngle_5() { return &___maxPitchAngle_5; } inline void set_maxPitchAngle_5(float value) { ___maxPitchAngle_5 = value; } inline static int32_t get_offset_of_m_Aeroplane_6() { return static_cast(offsetof(AeroplaneUserControl4Axis_tFE5CD54A8E4F1B494B3A70CD16DCD6836C88FE8A, ___m_Aeroplane_6)); } inline AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * get_m_Aeroplane_6() const { return ___m_Aeroplane_6; } inline AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 ** get_address_of_m_Aeroplane_6() { return &___m_Aeroplane_6; } inline void set_m_Aeroplane_6(AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * value) { ___m_Aeroplane_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Aeroplane_6), (void*)value); } inline static int32_t get_offset_of_m_Throttle_7() { return static_cast(offsetof(AeroplaneUserControl4Axis_tFE5CD54A8E4F1B494B3A70CD16DCD6836C88FE8A, ___m_Throttle_7)); } inline float get_m_Throttle_7() const { return ___m_Throttle_7; } inline float* get_address_of_m_Throttle_7() { return &___m_Throttle_7; } inline void set_m_Throttle_7(float value) { ___m_Throttle_7 = value; } inline static int32_t get_offset_of_m_AirBrakes_8() { return static_cast(offsetof(AeroplaneUserControl4Axis_tFE5CD54A8E4F1B494B3A70CD16DCD6836C88FE8A, ___m_AirBrakes_8)); } inline bool get_m_AirBrakes_8() const { return ___m_AirBrakes_8; } inline bool* get_address_of_m_AirBrakes_8() { return &___m_AirBrakes_8; } inline void set_m_AirBrakes_8(bool value) { ___m_AirBrakes_8 = value; } inline static int32_t get_offset_of_m_Yaw_9() { return static_cast(offsetof(AeroplaneUserControl4Axis_tFE5CD54A8E4F1B494B3A70CD16DCD6836C88FE8A, ___m_Yaw_9)); } inline float get_m_Yaw_9() const { return ___m_Yaw_9; } inline float* get_address_of_m_Yaw_9() { return &___m_Yaw_9; } inline void set_m_Yaw_9(float value) { ___m_Yaw_9 = value; } }; // AudioMgr struct AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.AudioSource AudioMgr::audioSource AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___audioSource_4; public: inline static int32_t get_offset_of_audioSource_4() { return static_cast(offsetof(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0, ___audioSource_4)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_audioSource_4() const { return ___audioSource_4; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_audioSource_4() { return &___audioSource_4; } inline void set_audioSource_4(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___audioSource_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___audioSource_4), (void*)value); } }; struct AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields { public: // AudioMgr AudioMgr::ins AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * ___ins_5; public: inline static int32_t get_offset_of_ins_5() { return static_cast(offsetof(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields, ___ins_5)); } inline AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * get_ins_5() const { return ___ins_5; } inline AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 ** get_address_of_ins_5() { return &___ins_5; } inline void set_ins_5(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * value) { ___ins_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_5), (void*)value); } }; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B : public AudioBehaviour_tB44966D47AD43C50C7294AEE9B57574E55AACA4A { public: public: }; // PersistenHandler struct PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // MenuBackController PersistenHandler::menuBackCtr MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * ___menuBackCtr_4; public: inline static int32_t get_offset_of_menuBackCtr_4() { return static_cast(offsetof(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1, ___menuBackCtr_4)); } inline MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * get_menuBackCtr_4() const { return ___menuBackCtr_4; } inline MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 ** get_address_of_menuBackCtr_4() { return &___menuBackCtr_4; } inline void set_menuBackCtr_4(MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * value) { ___menuBackCtr_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___menuBackCtr_4), (void*)value); } }; struct PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_StaticFields { public: // PersistenHandler PersistenHandler::ins PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * ___ins_5; public: inline static int32_t get_offset_of_ins_5() { return static_cast(offsetof(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_StaticFields, ___ins_5)); } inline PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * get_ins_5() const { return ___ins_5; } inline PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 ** get_address_of_ins_5() { return &___ins_5; } inline void set_ins_5(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * value) { ___ins_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_5), (void*)value); } }; // UnityStandardAssets.Characters.ThirdPerson.ThirdPersonCharacter struct ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single UnityStandardAssets.Characters.ThirdPerson.ThirdPersonCharacter::m_MovingTurnSpeed float ___m_MovingTurnSpeed_4; // System.Single UnityStandardAssets.Characters.ThirdPerson.ThirdPersonCharacter::m_StationaryTurnSpeed float ___m_StationaryTurnSpeed_5; // System.Single UnityStandardAssets.Characters.ThirdPerson.ThirdPersonCharacter::m_JumpPower float ___m_JumpPower_6; // System.Single UnityStandardAssets.Characters.ThirdPerson.ThirdPersonCharacter::m_GravityMultiplier float ___m_GravityMultiplier_7; // System.Single UnityStandardAssets.Characters.ThirdPerson.ThirdPersonCharacter::m_RunCycleLegOffset float ___m_RunCycleLegOffset_8; // System.Single UnityStandardAssets.Characters.ThirdPerson.ThirdPersonCharacter::m_MoveSpeedMultiplier float ___m_MoveSpeedMultiplier_9; // System.Single UnityStandardAssets.Characters.ThirdPerson.ThirdPersonCharacter::m_AnimSpeedMultiplier float ___m_AnimSpeedMultiplier_10; // System.Single UnityStandardAssets.Characters.ThirdPerson.ThirdPersonCharacter::m_GroundCheckDistance float ___m_GroundCheckDistance_11; // UnityEngine.Rigidbody UnityStandardAssets.Characters.ThirdPerson.ThirdPersonCharacter::m_Rigidbody Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___m_Rigidbody_12; // UnityEngine.Animator UnityStandardAssets.Characters.ThirdPerson.ThirdPersonCharacter::m_Animator Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___m_Animator_13; // System.Boolean UnityStandardAssets.Characters.ThirdPerson.ThirdPersonCharacter::m_IsGrounded bool ___m_IsGrounded_14; // System.Single UnityStandardAssets.Characters.ThirdPerson.ThirdPersonCharacter::m_OrigGroundCheckDistance float ___m_OrigGroundCheckDistance_15; // System.Single UnityStandardAssets.Characters.ThirdPerson.ThirdPersonCharacter::m_TurnAmount float ___m_TurnAmount_17; // System.Single UnityStandardAssets.Characters.ThirdPerson.ThirdPersonCharacter::m_ForwardAmount float ___m_ForwardAmount_18; // UnityEngine.Vector3 UnityStandardAssets.Characters.ThirdPerson.ThirdPersonCharacter::m_GroundNormal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_GroundNormal_19; // System.Single UnityStandardAssets.Characters.ThirdPerson.ThirdPersonCharacter::m_CapsuleHeight float ___m_CapsuleHeight_20; // UnityEngine.Vector3 UnityStandardAssets.Characters.ThirdPerson.ThirdPersonCharacter::m_CapsuleCenter Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_CapsuleCenter_21; // UnityEngine.CapsuleCollider UnityStandardAssets.Characters.ThirdPerson.ThirdPersonCharacter::m_Capsule CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * ___m_Capsule_22; // System.Boolean UnityStandardAssets.Characters.ThirdPerson.ThirdPersonCharacter::m_Crouching bool ___m_Crouching_23; public: inline static int32_t get_offset_of_m_MovingTurnSpeed_4() { return static_cast(offsetof(ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525, ___m_MovingTurnSpeed_4)); } inline float get_m_MovingTurnSpeed_4() const { return ___m_MovingTurnSpeed_4; } inline float* get_address_of_m_MovingTurnSpeed_4() { return &___m_MovingTurnSpeed_4; } inline void set_m_MovingTurnSpeed_4(float value) { ___m_MovingTurnSpeed_4 = value; } inline static int32_t get_offset_of_m_StationaryTurnSpeed_5() { return static_cast(offsetof(ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525, ___m_StationaryTurnSpeed_5)); } inline float get_m_StationaryTurnSpeed_5() const { return ___m_StationaryTurnSpeed_5; } inline float* get_address_of_m_StationaryTurnSpeed_5() { return &___m_StationaryTurnSpeed_5; } inline void set_m_StationaryTurnSpeed_5(float value) { ___m_StationaryTurnSpeed_5 = value; } inline static int32_t get_offset_of_m_JumpPower_6() { return static_cast(offsetof(ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525, ___m_JumpPower_6)); } inline float get_m_JumpPower_6() const { return ___m_JumpPower_6; } inline float* get_address_of_m_JumpPower_6() { return &___m_JumpPower_6; } inline void set_m_JumpPower_6(float value) { ___m_JumpPower_6 = value; } inline static int32_t get_offset_of_m_GravityMultiplier_7() { return static_cast(offsetof(ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525, ___m_GravityMultiplier_7)); } inline float get_m_GravityMultiplier_7() const { return ___m_GravityMultiplier_7; } inline float* get_address_of_m_GravityMultiplier_7() { return &___m_GravityMultiplier_7; } inline void set_m_GravityMultiplier_7(float value) { ___m_GravityMultiplier_7 = value; } inline static int32_t get_offset_of_m_RunCycleLegOffset_8() { return static_cast(offsetof(ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525, ___m_RunCycleLegOffset_8)); } inline float get_m_RunCycleLegOffset_8() const { return ___m_RunCycleLegOffset_8; } inline float* get_address_of_m_RunCycleLegOffset_8() { return &___m_RunCycleLegOffset_8; } inline void set_m_RunCycleLegOffset_8(float value) { ___m_RunCycleLegOffset_8 = value; } inline static int32_t get_offset_of_m_MoveSpeedMultiplier_9() { return static_cast(offsetof(ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525, ___m_MoveSpeedMultiplier_9)); } inline float get_m_MoveSpeedMultiplier_9() const { return ___m_MoveSpeedMultiplier_9; } inline float* get_address_of_m_MoveSpeedMultiplier_9() { return &___m_MoveSpeedMultiplier_9; } inline void set_m_MoveSpeedMultiplier_9(float value) { ___m_MoveSpeedMultiplier_9 = value; } inline static int32_t get_offset_of_m_AnimSpeedMultiplier_10() { return static_cast(offsetof(ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525, ___m_AnimSpeedMultiplier_10)); } inline float get_m_AnimSpeedMultiplier_10() const { return ___m_AnimSpeedMultiplier_10; } inline float* get_address_of_m_AnimSpeedMultiplier_10() { return &___m_AnimSpeedMultiplier_10; } inline void set_m_AnimSpeedMultiplier_10(float value) { ___m_AnimSpeedMultiplier_10 = value; } inline static int32_t get_offset_of_m_GroundCheckDistance_11() { return static_cast(offsetof(ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525, ___m_GroundCheckDistance_11)); } inline float get_m_GroundCheckDistance_11() const { return ___m_GroundCheckDistance_11; } inline float* get_address_of_m_GroundCheckDistance_11() { return &___m_GroundCheckDistance_11; } inline void set_m_GroundCheckDistance_11(float value) { ___m_GroundCheckDistance_11 = value; } inline static int32_t get_offset_of_m_Rigidbody_12() { return static_cast(offsetof(ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525, ___m_Rigidbody_12)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_m_Rigidbody_12() const { return ___m_Rigidbody_12; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_m_Rigidbody_12() { return &___m_Rigidbody_12; } inline void set_m_Rigidbody_12(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___m_Rigidbody_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Rigidbody_12), (void*)value); } inline static int32_t get_offset_of_m_Animator_13() { return static_cast(offsetof(ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525, ___m_Animator_13)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_m_Animator_13() const { return ___m_Animator_13; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_m_Animator_13() { return &___m_Animator_13; } inline void set_m_Animator_13(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___m_Animator_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Animator_13), (void*)value); } inline static int32_t get_offset_of_m_IsGrounded_14() { return static_cast(offsetof(ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525, ___m_IsGrounded_14)); } inline bool get_m_IsGrounded_14() const { return ___m_IsGrounded_14; } inline bool* get_address_of_m_IsGrounded_14() { return &___m_IsGrounded_14; } inline void set_m_IsGrounded_14(bool value) { ___m_IsGrounded_14 = value; } inline static int32_t get_offset_of_m_OrigGroundCheckDistance_15() { return static_cast(offsetof(ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525, ___m_OrigGroundCheckDistance_15)); } inline float get_m_OrigGroundCheckDistance_15() const { return ___m_OrigGroundCheckDistance_15; } inline float* get_address_of_m_OrigGroundCheckDistance_15() { return &___m_OrigGroundCheckDistance_15; } inline void set_m_OrigGroundCheckDistance_15(float value) { ___m_OrigGroundCheckDistance_15 = value; } inline static int32_t get_offset_of_m_TurnAmount_17() { return static_cast(offsetof(ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525, ___m_TurnAmount_17)); } inline float get_m_TurnAmount_17() const { return ___m_TurnAmount_17; } inline float* get_address_of_m_TurnAmount_17() { return &___m_TurnAmount_17; } inline void set_m_TurnAmount_17(float value) { ___m_TurnAmount_17 = value; } inline static int32_t get_offset_of_m_ForwardAmount_18() { return static_cast(offsetof(ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525, ___m_ForwardAmount_18)); } inline float get_m_ForwardAmount_18() const { return ___m_ForwardAmount_18; } inline float* get_address_of_m_ForwardAmount_18() { return &___m_ForwardAmount_18; } inline void set_m_ForwardAmount_18(float value) { ___m_ForwardAmount_18 = value; } inline static int32_t get_offset_of_m_GroundNormal_19() { return static_cast(offsetof(ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525, ___m_GroundNormal_19)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_GroundNormal_19() const { return ___m_GroundNormal_19; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_GroundNormal_19() { return &___m_GroundNormal_19; } inline void set_m_GroundNormal_19(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_GroundNormal_19 = value; } inline static int32_t get_offset_of_m_CapsuleHeight_20() { return static_cast(offsetof(ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525, ___m_CapsuleHeight_20)); } inline float get_m_CapsuleHeight_20() const { return ___m_CapsuleHeight_20; } inline float* get_address_of_m_CapsuleHeight_20() { return &___m_CapsuleHeight_20; } inline void set_m_CapsuleHeight_20(float value) { ___m_CapsuleHeight_20 = value; } inline static int32_t get_offset_of_m_CapsuleCenter_21() { return static_cast(offsetof(ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525, ___m_CapsuleCenter_21)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_CapsuleCenter_21() const { return ___m_CapsuleCenter_21; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_CapsuleCenter_21() { return &___m_CapsuleCenter_21; } inline void set_m_CapsuleCenter_21(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_CapsuleCenter_21 = value; } inline static int32_t get_offset_of_m_Capsule_22() { return static_cast(offsetof(ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525, ___m_Capsule_22)); } inline CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * get_m_Capsule_22() const { return ___m_Capsule_22; } inline CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 ** get_address_of_m_Capsule_22() { return &___m_Capsule_22; } inline void set_m_Capsule_22(CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * value) { ___m_Capsule_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Capsule_22), (void*)value); } inline static int32_t get_offset_of_m_Crouching_23() { return static_cast(offsetof(ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525, ___m_Crouching_23)); } inline bool get_m_Crouching_23() const { return ___m_Crouching_23; } inline bool* get_address_of_m_Crouching_23() { return &___m_Crouching_23; } inline void set_m_Crouching_23(bool value) { ___m_Crouching_23 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert struct TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 : public TlsException_t1732743E62B1390C3072EA484D216C08D2C75983 { public: // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert::alertDescription uint8_t ___alertDescription_18; public: inline static int32_t get_offset_of_alertDescription_18() { return static_cast(offsetof(TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946, ___alertDescription_18)); } inline uint8_t get_alertDescription_18() const { return ___alertDescription_18; } inline uint8_t* get_address_of_alertDescription_18() { return &___alertDescription_18; } inline void set_alertDescription_18(uint8_t value) { ___alertDescription_18 = value; } }; // JCUnityLib.ViewBase struct ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean JCUnityLib.ViewBase::k__BackingField bool ___U3CviewInitedU3Ek__BackingField_4; // System.Boolean JCUnityLib.ViewBase::k__BackingField bool ___U3CviewDestroyedU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CviewInitedU3Ek__BackingField_4() { return static_cast(offsetof(ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC, ___U3CviewInitedU3Ek__BackingField_4)); } inline bool get_U3CviewInitedU3Ek__BackingField_4() const { return ___U3CviewInitedU3Ek__BackingField_4; } inline bool* get_address_of_U3CviewInitedU3Ek__BackingField_4() { return &___U3CviewInitedU3Ek__BackingField_4; } inline void set_U3CviewInitedU3Ek__BackingField_4(bool value) { ___U3CviewInitedU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CviewDestroyedU3Ek__BackingField_5() { return static_cast(offsetof(ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC, ___U3CviewDestroyedU3Ek__BackingField_5)); } inline bool get_U3CviewDestroyedU3Ek__BackingField_5() const { return ___U3CviewDestroyedU3Ek__BackingField_5; } inline bool* get_address_of_U3CviewDestroyedU3Ek__BackingField_5() { return &___U3CviewDestroyedU3Ek__BackingField_5; } inline void set_U3CviewDestroyedU3Ek__BackingField_5(bool value) { ___U3CviewDestroyedU3Ek__BackingField_5 = value; } }; // AboutUsView struct AboutUsView_t8DD9725C51188B1B28CBD5F4F53449A7C6164D75 : public ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC { public: public: }; // ViewMgr struct ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E : public ViewManager_1_t2408F2F5A59F74A7A38143D0763F6F7AFF794A3E { public: // System.Collections.Generic.HashSet`1 ViewMgr::scenePrefabs HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * ___scenePrefabs_8; public: inline static int32_t get_offset_of_scenePrefabs_8() { return static_cast(offsetof(ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E, ___scenePrefabs_8)); } inline HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * get_scenePrefabs_8() const { return ___scenePrefabs_8; } inline HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 ** get_address_of_scenePrefabs_8() { return &___scenePrefabs_8; } inline void set_scenePrefabs_8(HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * value) { ___scenePrefabs_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___scenePrefabs_8), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : 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.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : 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_tACEBFEDE350025B554CD507C9AE8FFE49359549A : 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_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : 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.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_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, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED : public RuntimeArray { public: ALIGN_FIELD (8) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * m_Items[1]; public: inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** 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, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] struct ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E : public RuntimeArray { public: ALIGN_FIELD (8) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * m_Items[1]; public: inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** 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, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE : public RuntimeArray { public: ALIGN_FIELD (8) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * m_Items[1]; public: inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** 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, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.Admissions[] struct AdmissionsU5BU5D_tDBCB7A3A945AF71D3AFD40DB0B2DF80B08A1CD8C : public RuntimeArray { public: ALIGN_FIELD (8) Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA * m_Items[1]; public: inline Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA ** 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, Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo[] struct ProfessionInfoU5BU5D_t62DBD6C69B65BF5100F2B55E9AD0C60EE9AF5396 : public RuntimeArray { public: ALIGN_FIELD (8) ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB * m_Items[1]; public: inline ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB ** 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, ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator/ControlSurface[] struct ControlSurfaceU5BU5D_t09C2F2631D1F263F2D5F2642B8117E7E1B3BA349 : public RuntimeArray { public: ALIGN_FIELD (8) ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 * m_Items[1]; public: inline ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 ** 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, ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.WheelCollider[] struct WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6 : public RuntimeArray { public: ALIGN_FIELD (8) WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * m_Items[1]; public: inline WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 ** 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, WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Texture2D[] struct Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316 : public RuntimeArray { public: ALIGN_FIELD (8) Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * m_Items[1]; public: inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** 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, Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF : 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.UInt32[][] struct UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68 : public RuntimeArray { public: ALIGN_FIELD (8) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* m_Items[1]; public: inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** 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, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // !!0 UnityEngine.Component::GetComponentInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Void System.Func`3,o0.Geometry.Vector`1,o0.Geometry.Vector`1>::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m08FD8A1BC70532B505DA643E490593D7995BC2F4_gshared (Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Func`3,System.Double,o0.Geometry.Vector`1>::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mE0B8B63345542489B4819DDC1D1D86A909FA793E_gshared (Func_3_t08089D11BE19E3E0A0B8EB839F69753F6B4E1D27 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Converter`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Converter_2__ctor_mB1F001D8F13B67E84DD3A785FA453AE820BE0827_gshared (Converter_2_t8CB0E5F7BA474A0143CA95667A6A593E635EE3B3 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // !!1[] System.Array::ConvertAll(!!0[],System.Converter`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Array_ConvertAll_TisRuntimeObject_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m3682677DA72739E10FFE7F7D873E45225E062BC3_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, Converter_2_t8CB0E5F7BA474A0143CA95667A6A593E635EE3B3 * ___converter1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_mC8FCB6A53C017A6C13FC891B6BB1D78F9A77D5E3_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // !0 JCUnityLib.ViewManager`1::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ViewManager_1_get_Instance_mDDFA9B6B6B06ACF449DE7D293C43C6B815BA5A0C_gshared (const RuntimeMethod* method); // !!0[] System.Array::Empty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline (const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___capacity0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0,UnityEngine.Vector3,UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m02BDA2BE9BA7A8D6BB8554AE3E32ED6EF05EDC0C_gshared (RuntimeObject * ___original0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation2, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_mF5562A0C81CEDFE1C295F7E16FC6904B5057CB2D_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // !!0[] UnityEngine.Component::GetComponentsInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Component_GetComponentsInChildren_TisRuntimeObject_m254067D66B75073E897E989B5E670C194AFA7621_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() inline NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * Component_GetComponentInChildren_TisNavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B_m9293A09CA175BBEF5185AED9AF3A75BD96635BB3 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared)(__this, method); } // System.Void UnityStandardAssets.Characters.ThirdPerson.AICharacterControl::set_agent(UnityEngine.AI.NavMeshAgent) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AICharacterControl_set_agent_m578A2A67480A8EA83153AC7634411B77FA9CCC46_inline (AICharacterControl_tA62B9BAC89BE0154E813894EC27C998B55977CA4 * __this, NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * ___value0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525 * Component_GetComponent_TisThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525_m40C8AE7F546E7C191AE783821E3437582BB8EF9E (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Void UnityStandardAssets.Characters.ThirdPerson.AICharacterControl::set_character(UnityStandardAssets.Characters.ThirdPerson.ThirdPersonCharacter) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AICharacterControl_set_character_m7500A5CBD3DBC30E9EC8E77F02094901A56F08DE_inline (AICharacterControl_tA62B9BAC89BE0154E813894EC27C998B55977CA4 * __this, ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525 * ___value0, const RuntimeMethod* method); // UnityEngine.AI.NavMeshAgent UnityStandardAssets.Characters.ThirdPerson.AICharacterControl::get_agent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * AICharacterControl_get_agent_mE9D2D96A9F9C131E51806B002B2EAF007C1D6F95_inline (AICharacterControl_tA62B9BAC89BE0154E813894EC27C998B55977CA4 * __this, const RuntimeMethod* method); // System.Void UnityEngine.AI.NavMeshAgent::set_updateRotation(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NavMeshAgent_set_updateRotation_m63A01B06311F89C4D8B201209F83401F0407FCF3 (NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.AI.NavMeshAgent::set_updatePosition(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NavMeshAgent_set_updatePosition_m098D6C65D34D3AB00EFF1096DB2B6A5373D828BC (NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___x0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___y1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.AI.NavMeshAgent::SetDestination(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NavMeshAgent_SetDestination_m244EFBCDB717576303DA711EE39572B865F43747 (NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___target0, const RuntimeMethod* method); // System.Single UnityEngine.AI.NavMeshAgent::get_remainingDistance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float NavMeshAgent_get_remainingDistance_mB55D92B0CBEA48367C5FC6879FDEE2915FB6CD36 (NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * __this, const RuntimeMethod* method); // System.Single UnityEngine.AI.NavMeshAgent::get_stoppingDistance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float NavMeshAgent_get_stoppingDistance_mE2F58A8DB9C8402F0373576AB91690E8B34C1EA6 (NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * __this, const RuntimeMethod* method); // UnityStandardAssets.Characters.ThirdPerson.ThirdPersonCharacter UnityStandardAssets.Characters.ThirdPerson.AICharacterControl::get_character() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525 * AICharacterControl_get_character_m428E6810E7895CA422D1F78CCC0D55062CD3EB32_inline (AICharacterControl_tA62B9BAC89BE0154E813894EC27C998B55977CA4 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.AI.NavMeshAgent::get_desiredVelocity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E NavMeshAgent_get_desiredVelocity_m5499366125464B6F2ADE807378738496F3D385B8 (NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Characters.ThirdPerson.ThirdPersonCharacter::Move(UnityEngine.Vector3,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThirdPersonCharacter_Move_m14BD868DA889B216D21EBD4B65822D1301A8D817 (ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___move0, bool ___crouch1, bool ___jump2, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6 (const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, const RuntimeMethod* method); // System.Void System.Func`3,o0.Geometry.Vector`1,o0.Geometry.Vector`1>::.ctor(System.Object,System.IntPtr) inline void Func_3__ctor_m08FD8A1BC70532B505DA643E490593D7995BC2F4 (Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_3__ctor_m08FD8A1BC70532B505DA643E490593D7995BC2F4_gshared)(__this, ___object0, ___method1, method); } // System.Void System.Func`3,System.Double,o0.Geometry.Vector`1>::.ctor(System.Object,System.IntPtr) inline void Func_3__ctor_mE0B8B63345542489B4819DDC1D1D86A909FA793E (Func_3_t08089D11BE19E3E0A0B8EB839F69753F6B4E1D27 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_3_t08089D11BE19E3E0A0B8EB839F69753F6B4E1D27 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_3__ctor_mE0B8B63345542489B4819DDC1D1D86A909FA793E_gshared)(__this, ___object0, ___method1, method); } // System.Void AOTAdapter/d__1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CTestCalibrateGyrBy9AxisDataU3Ed__1__ctor_mDCB444DA0D1F42F47D99F31F65B87980DBE28B58 (U3CTestCalibrateGyrBy9AxisDataU3Ed__1_tB9846DB130C10CD7DBB90339B3EE5EB979F1BA6F * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___separator0, const RuntimeMethod* method); // System.Void System.Converter`2::.ctor(System.Object,System.IntPtr) inline void Converter_2__ctor_m3C75DF85AD16E7486DFC7723FF5C3F678E1FBC12 (Converter_2_t4B17AB465CCCBF8031AD47129A5261C88F1F6907 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Converter_2_t4B17AB465CCCBF8031AD47129A5261C88F1F6907 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Converter_2__ctor_mB1F001D8F13B67E84DD3A785FA453AE820BE0827_gshared)(__this, ___object0, ___method1, method); } // !!1[] System.Array::ConvertAll(!!0[],System.Converter`2) inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Array_ConvertAll_TisString_t_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0A79CDEF831C4A13973A436B144DFBC9DA65783 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___array0, Converter_2_t4B17AB465CCCBF8031AD47129A5261C88F1F6907 * ___converter1, const RuntimeMethod* method) { return (( ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* (*) (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*, Converter_2_t4B17AB465CCCBF8031AD47129A5261C88F1F6907 *, const RuntimeMethod*))Array_ConvertAll_TisRuntimeObject_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m3682677DA72739E10FFE7F7D873E45225E062BC3_gshared)(___array0, ___converter1, method); } // UnityEngine.Transform UnityEngine.Component::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Void JCUnityLib.RectTransformUtils::MakeRectTransformFullScreen(UnityEngine.RectTransform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransformUtils_MakeRectTransformFullScreen_m3545E92ED6FF4B9788579E6BDC798D4E4E007C7F (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___rectTransform0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A (List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * __this, RuntimeObject* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F *, RuntimeObject*, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Boolean System.Collections.Generic.List`1::Remove(!0) inline bool List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D (List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * __this, RuntimeObject* ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F *, RuntimeObject*, const RuntimeMethod*))List_1_Remove_mC8FCB6A53C017A6C13FC891B6BB1D78F9A77D5E3_gshared)(__this, ___item0, method); } // !0 JCUnityLib.ViewManager`1::get_Instance() inline ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B (const RuntimeMethod* method) { return (( ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * (*) (const RuntimeMethod*))ViewManager_1_get_Instance_mDDFA9B6B6B06ACF449DE7D293C43C6B815BA5A0C_gshared)(method); } // !!0[] System.Array::Empty() inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline (const RuntimeMethod* method) { return (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline)(method); } // System.Void AudioMgr::PlayBtn() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6 (AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * __this, const RuntimeMethod* method); // System.Void JCUnityLib.ViewBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ViewBase__ctor_mB64BDE24E8F888C9A324D2BFFF2C4C1FC338590A (ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::get_SignValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_IsInfinity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Abs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Abs_m41F14FE53F6623C355F7D4A782ED8DCB98619024 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECAlgorithms::ImplCheckResult(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECAlgorithms_ImplCheckResult_mAF8A92EC4D4630B14DDC5C5CA6C4591B92C89431 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___p0, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LongArray__ctor_m38760DDDD15A553FC0F4AB09EB98260128ABDE24 (LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___bigInt0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::ModInverse(System.Int32,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * LongArray_ModInverse_m43DE92389D0AA85319F522C10618760EC5C31F18 (LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * __this, int32_t ___m0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ks1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.LongArray::ToBigInteger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * LongArray_ToBigInteger_mAE31491B33C7C860DD77FD77535C7B4B16E620BD (LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IPolynomialExtensionField BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.FiniteFields::GetBinaryExtensionField(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FiniteFields_GetBinaryExtensionField_m3E37D84D65534151FCB3C6D0B21EC60876B22494 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___exponents0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve::BuildField(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AbstractF2mCurve_BuildField_m04DA8E75B06499D714B02ABB7F15E310E6625849 (int32_t ___m0, int32_t ___k11, int32_t ___k22, int32_t ___k33, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECCurve__ctor_m98CB320A8F3D2EA8EC9B606BCDE417D18ED7840E (ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * __this, RuntimeObject* ___field0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::get_BitLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m789B4E75608A673F2CF5DDFC2E67DA20AF440A34 (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve::SolveQuadraticEquation(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * AbstractF2mCurve_SolveQuadraticEquation_m322B6AD50820185FD260CABA9D178B294E7F2C89 (AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___beta0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Arbitrary(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Arbitrary_m7A8A0C3F5C6AF98F79DC77490E1ACCE039C1230B (int32_t ___sizeInBits0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Abc.Tnaf::GetSi(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* Tnaf_GetSi_mD10DAAF8AB76B6AC1306C91AA1DE833DA110BE15 (AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE * ___curve0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECFieldElement__ctor_mC59D02D5C74E85F70D850C983EE204CCE5291E2E (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPointBase::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPointBase__ctor_m811BAC39B23B703D5ADF976D28F882C448588746 (ECPointBase_t56B88B30B133094A49B571CEEC84FE5E9AF81CCF * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPointBase::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ECPointBase__ctor_m27DB02CE78C9EF0BA3D9363F3ABA42A5365E6533 (ECPointBase_t56B88B30B133094A49B571CEEC84FE5E9AF81CCF * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_RawXCoord() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_RawYCoord() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_RawZCoords() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ValueOf(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001 (int64_t ___value0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::SatisfiesOrder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ECPoint_SatisfiesOrder_mD887F50F9CAB721BD4F14FB7EB0DECB1FE2A3B26 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_IsCompressed() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::ScaleX(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECPoint_ScaleX_m33D21B8AFA27339CFFE38F18CB084F39F1370671 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___scale0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::ScaleY(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ECPoint_ScaleY_mC08D61D692210FDBA7BFFDCDAD9A7CFB790490E3 (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___scale0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.FiniteFields::GetPrimeField(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FiniteFields_GetPrimeField_mA2B298E77BE1A338610E2C8EF14B55A13F00B45F (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___characteristic0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::CompareTo(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Cameras.AbstractTargetFollower::FindAndTargetPlayer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTargetFollower_FindAndTargetPlayer_m692A40676591951502AB0C1B7904AE247E14B3C3 (AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___x0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___y1, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // UnityEngine.GameObject UnityEngine.Component::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.GameObject::get_activeSelf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_deltaTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290 (const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.GameObject::FindGameObjectWithTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * GameObject_FindGameObjectWithTag_mFC215979EDFED361F88C336BF9E187F24434C63F (String_t* ___tag0, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___exists0, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.GameObject::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsCredentials::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsCredentials__ctor_mE8FED7D2368A15AE77BDA2FE43D9AF0F23E70030 (AbstractTlsCredentials_tDB92B39DD1CD54CC841E54091FB947734ECD1664 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert::.ctor(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5 (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * __this, uint8_t ___alertDescription0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DefaultTlsCipherFactory::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultTlsCipherFactory__ctor_m5D638B780C1C0DA09BC8520DE03094C14FECBE79 (DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsClient__ctor_m197F9DC93B926784C5F64748B23950FEF2A1C11C (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, RuntimeObject* ___cipherFactory0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsPeer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsPeer__ctor_m850A3883E22821F6631430942B414AC2C98677E0 (AbstractTlsPeer_t3589DDB3C9CBD13D650BADDC95A1814D4A5D6A5A * __this, const RuntimeMethod* method); // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsEccUtilities::ReadSupportedEllipticCurvesExtension(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* TlsEccUtilities_ReadSupportedEllipticCurvesExtension_mCCAC57F49508ED6A30CA1A5D70EDE63DBE9CDA58 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___extensionData0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsEccUtilities::ReadSupportedPointFormatsExtension(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* TlsEccUtilities_ReadSupportedPointFormatsExtension_m4837CAA4FEB82D0658E97DF16A27907F8ABE5A4B (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___extensionData0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::GetExtensionData(System.Collections.IDictionary,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* TlsUtilities_GetExtensionData_mA10C3AE8DD3888E07330B794DE4AD7FB0AA522A0 (RuntimeObject* ___extensions0, int32_t ___extensionType1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::IsSignatureAlgorithmsExtensionAllowed(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TlsUtilities_IsSignatureAlgorithmsExtensionAllowed_m8C9FFC409AF131312554CA8C36E678FB55A20E79 (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___clientVersion0, const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::GetDefaultSupportedSignatureAlgorithms() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TlsUtilities_GetDefaultSupportedSignatureAlgorithms_m52D31E1063FEB85A72943A8F90A9BE089931103C (const RuntimeMethod* method); // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsExtensionsUtilities::EnsureExtensionsInitialised(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TlsExtensionsUtilities_EnsureExtensionsInitialised_mA4EB7585E0F22B3517895F3930A3FAABB66F5963 (RuntimeObject* ___extensions0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::AddSignatureAlgorithmsExtension(System.Collections.IDictionary,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_AddSignatureAlgorithmsExtension_m4B5FD6430130D9F8F911DE167375104D0A906D16 (RuntimeObject* ___extensions0, RuntimeObject* ___supportedSignatureAlgorithms1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsEccUtilities::ContainsEccCipherSuites(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TlsEccUtilities_ContainsEccCipherSuites_m647EB4ED329A9B2DB443612751C5D1D63A6E33B7 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___cipherSuites0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsEccUtilities::AddSupportedEllipticCurvesExtension(System.Collections.IDictionary,System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsEccUtilities_AddSupportedEllipticCurvesExtension_m9FFB42BFF8CBE53C523F74BE68521BB1456EADD3 (RuntimeObject* ___extensions0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___namedCurves1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsEccUtilities::AddSupportedPointFormatsExtension(System.Collections.IDictionary,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsEccUtilities_AddSupportedPointFormatsExtension_m7A59C05599BC96FB3219342AE6069CDDFA164A95 (RuntimeObject* ___extensions0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ecPointFormats1, const RuntimeMethod* method); // System.Collections.Generic.List`1 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::get_HostNames() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * AbstractTlsClient_get_HostNames_m78EBDA54BAD0EB28CE031AFADB7DC10BCF1BAE4F_inline (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_m63D8EDB109726D949E9E5DC9B84B86F39661B848 (List_1_t77BA6B368D40DAB759A8A757EE4032C4882536FB * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t77BA6B368D40DAB759A8A757EE4032C4882536FB *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline String_t* List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( String_t* (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerName::.ctor(System.Byte,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerName__ctor_mCEE87E51D7CF5EA7D8F87E55896E0074EB405CF9 (ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78 * __this, uint8_t ___nameType0, RuntimeObject * ___name1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mAEAFB52F240319AA1D448C63589073F709E7CEC1 (List_1_t77BA6B368D40DAB759A8A757EE4032C4882536FB * __this, ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t77BA6B368D40DAB759A8A757EE4032C4882536FB *, ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78 *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerNameList::.ctor(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerNameList__ctor_m9FF188EC8133031BF14F79A7DDCC712B3891562E (ServerNameList_t0AD4FCB1DE8CF29A35882591180C32EB8C352676 * __this, RuntimeObject* ___serverNameList0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsExtensionsUtilities::AddServerNameExtension(System.Collections.IDictionary,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ServerNameList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsExtensionsUtilities_AddServerNameExtension_m1EABD1F4CB9CE8CA76E23A46E8E236C0D5B7A7DF (RuntimeObject* ___extensions0, ServerNameList_t0AD4FCB1DE8CF29A35882591180C32EB8C352676 * ___serverNameList1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::IsEqualOrEarlierVersionOf(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ProtocolVersion_IsEqualOrEarlierVersionOf_mA6DCE6087D568B23EF6CE3AA61F87A322A592C7D (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * __this, ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___version0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsEccUtilities::IsEccCipherSuite(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TlsEccUtilities_IsEccCipherSuite_m4ED61002A7798D23528C99ADBBDC3A0CA5266929 (int32_t ___cipherSuite0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsEccUtilities::GetSupportedPointFormatsExtension(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* TlsEccUtilities_GetSupportedPointFormatsExtension_m09428BD27B8485621E96C1D858D914533A518198 (RuntimeObject* ___extensions0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsNullCompression::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsNullCompression__ctor_mA3BE8683E03879ADCF8FB3BD60168B40BCF02604 (TlsNullCompression_t49470554C57A5B979EF77D41D47FD59BC5960B82 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsDeflateCompression::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsDeflateCompression__ctor_mAB010223B26DF1123C0AB833F5C2FC65B4A2C3B3 (TlsDeflateCompression_t6B3138C3D08A0B68B2FEE96C9F55A23955A0D9D9 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::GetEncryptionAlgorithm(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TlsUtilities_GetEncryptionAlgorithm_mB24B2D2D25A4CD67E4AA07C4AA948501A58689C8 (int32_t ___ciphersuite0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::GetMacAlgorithm(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TlsUtilities_GetMacAlgorithm_mB9D7A01C77C5CE032E69CD334FDDA6C14DD2C950 (int32_t ___ciphersuite0, const RuntimeMethod* method); // System.Int64 System.Threading.Interlocked::Increment(System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Interlocked_Increment_m23DCFD6F8418AC5C322DBE3AC1FB311AF3EDBF3B (int64_t* ___location0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::CreateHash(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TlsUtilities_CreateHash_m14A3ED0375E79886C74DE1BAC49447C922246D88 (uint8_t ___hashAlgorithm0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.DigestRandomGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestRandomGenerator__ctor_mEE7975B198F48214D497F3F4729771EA58C4549C (DigestRandomGenerator_t7F725714953C6C06BF15EB435780870FEC4932F4 * __this, RuntimeObject* ___digest0, const RuntimeMethod* method); // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::NextCounterValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t AbstractTlsContext_NextCounterValue_mEFF1B08A42FCC877829DA0057BF7F3B9F86D6E6A (const RuntimeMethod* method); // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Times::NanoTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Times_NanoTime_mB148DB292002C63B3904A5F9B66071D14A885443 (const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::IsValidUint16(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TlsUtilities_IsValidUint16_m8F8B645CBD1901C792B00B6B775F39A8D654C0E7 (int32_t ___i0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, 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_m3F127FFB5149532135043FFE285F9177C80CB877 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteUint16(System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteUint16_mC62EE72A6598A7A7761399F9597312CC5E100CF0 (int32_t ___i0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, int32_t ___offset2, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::PRF(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext,System.Byte[],System.String,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* TlsUtilities_PRF_m956445C165EEF9F5D3900C0E70BD164EAF9CBD4D (RuntimeObject* ___context0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___secret1, String_t* ___asciiLabel2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed3, int32_t ___size4, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigitallySigned BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigitallySigned::Parse(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288 * DigitallySigned_Parse_m258106102318F297392C5F9705890CCA96F399A2 (RuntimeObject* ___context0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::VerifySupportedSignatureAlgorithm(System.Collections.IList,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_VerifySupportedSignatureAlgorithm_mB7A7E8BDC377BAB0E781A0537344D18F56F2E59A (RuntimeObject* ___supportedSignatureAlgorithms0, SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * ___signatureAlgorithm1, const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::GetDefaultDssSignatureAlgorithms() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TlsUtilities_GetDefaultDssSignatureAlgorithms_m3BD6A6B07A578F14655284962A249C0346FE581D (const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::GetDefaultECDsaSignatureAlgorithms() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TlsUtilities_GetDefaultECDsaSignatureAlgorithms_mB2E41818955FB31A461F7DFE93045C13BB9B0E5C (const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::GetDefaultRsaSignatureAlgorithms() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TlsUtilities_GetDefaultRsaSignatureAlgorithms_m387348A3823965A5A5E074E9EB4586AE994E788B (const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsServer__ctor_m31AE20C8EAECA2EAC23DECF802904645B7EE3D17 (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, RuntimeObject* ___cipherFactory0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsEccUtilities::HasAnySupportedNamedCurves() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TlsEccUtilities_HasAnySupportedNamedCurves_m4222F55BB9E225D9341EFCBABB1D39C9E847EB2F (const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.NamedCurve::IsValid(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NamedCurve_IsValid_m0203DA806E64A849497073EE536B9209FB7030C2 (int32_t ___namedCurve0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.NamedCurve::RefersToASpecificNamedCurve(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NamedCurve_RefersToASpecificNamedCurve_m07FDC262ED5E7B0B10E67ADA2CCF07958EC4924E (int32_t ___namedCurve0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsEccUtilities::IsSupportedNamedCurve(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TlsEccUtilities_IsSupportedNamedCurve_mA592D9E91A8EF4A1532024C366E6A66A3050CF5E (int32_t ___namedCurve0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::IsLaterVersionOf(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ProtocolVersion_IsLaterVersionOf_m972DA1FD7B9FD889DF3159179024ADEF161928A6 (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * __this, ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___version0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsExtensionsUtilities::HasEncryptThenMacExtension(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TlsExtensionsUtilities_HasEncryptThenMacExtension_m9F9FADA5CBE41A1A8B94E300DF918FFEA73E011B (RuntimeObject* ___extensions0, const RuntimeMethod* method); // System.Int16 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsExtensionsUtilities::GetMaxFragmentLengthExtension(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t TlsExtensionsUtilities_GetMaxFragmentLengthExtension_m76BD5AE20A99F3EEC6AB1DFA0CFA19EBC1A6ACBF (RuntimeObject* ___extensions0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.MaxFragmentLength::IsValid(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaxFragmentLength_IsValid_m5D205F1963F7EA3C01A51D398AE66B34CF608A79 (uint8_t ___maxFragmentLength0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsExtensionsUtilities::HasTruncatedHMacExtension(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TlsExtensionsUtilities_HasTruncatedHMacExtension_m4A99645588466BA771AE23CD20338BA9EC03D24F (RuntimeObject* ___extensions0, const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::GetSignatureAlgorithmsExtension(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TlsUtilities_GetSignatureAlgorithmsExtension_m493291732BD3780EED0E04BF2BEDAEFC46BB24F5 (RuntimeObject* ___extensions0, const RuntimeMethod* method); // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsEccUtilities::GetSupportedEllipticCurvesExtension(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* TlsEccUtilities_GetSupportedEllipticCurvesExtension_m1F9EAF4F2C78E03A152F8944EC7E007A46E6C64F (RuntimeObject* ___extensions0, const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::GetUsableSignatureAlgorithms(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TlsUtilities_GetUsableSignatureAlgorithms_m6088FF9BF47975F1719C9ACACF72BF30DBD8B394 (RuntimeObject* ___sigHashAlgs0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::Contains(System.Int32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Arrays_Contains_mA6F27613B7535BFB5B27C6005F406A558D525FF1 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___a0, int32_t ___n1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::IsValidCipherSuiteForVersion(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TlsUtilities_IsValidCipherSuiteForVersion_mC3ED3FE1C17CAD0B5DE835A6E275E7A1CF122182 (int32_t ___cipherSuite0, ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___serverVersion1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::IsValidCipherSuiteForSignatureAlgorithms(System.Int32,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TlsUtilities_IsValidCipherSuiteForSignatureAlgorithms_m2CCB2711CAEA9CB9DBD237717D8803521C3AF733 (int32_t ___cipherSuite0, RuntimeObject* ___sigAlgs1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::GetCompressionMethods() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* AbstractTlsServer_GetCompressionMethods_mCD7DE0D4FF0CABF80FD23A26D489A72C9B64C5B2 (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::Contains(System.Byte[],System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Arrays_Contains_m98270A2286043FD81622E3B5B508F39AEC53F0CF (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___a0, uint8_t ___n1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::IsBlockCipherSuite(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TlsUtilities_IsBlockCipherSuite_mA273B0389EC7649C39401F777D6C94AC077AC749 (int32_t ___ciphersuite0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsExtensionsUtilities::AddEncryptThenMacExtension(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsExtensionsUtilities_AddEncryptThenMacExtension_mE0AFD0E9AAD60B720FCC0CDC23ABBED1B1218DE7 (RuntimeObject* ___extensions0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::IsValidUint8(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TlsUtilities_IsValidUint8_m06100859B35F835C7102DCDEBC29D14A91BFDBCC (int32_t ___i0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsExtensionsUtilities::AddMaxFragmentLengthExtension(System.Collections.IDictionary,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsExtensionsUtilities_AddMaxFragmentLengthExtension_mB28DEEC706D2D1B5C338A4C56CBF4C65E27FF4E7 (RuntimeObject* ___extensions0, uint8_t ___maxFragmentLength1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsExtensionsUtilities::AddTruncatedHMacExtension(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsExtensionsUtilities_AddTruncatedHMacExtension_m291495C7C889A3625EDC84B631C3391DE731FB4B (RuntimeObject* ___extensions0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.NewSessionTicket::.ctor(System.Int64,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewSessionTicket__ctor_mEB0DD095673BC18014E3ACE759F0B3155F0AFBF8 (NewSessionTicket_tE97CC8F3816C300BC527EEB9DF903C4AB90348EF * __this, int64_t ___ticketLifetimeHint0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ticket1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AccessDescription::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AccessDescription__ctor_m3A06F2FCE21E4FA3CDF12FA51FA2CF6136407B0D (AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::GetTypeName(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126 (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * DerObjectIdentifier_GetInstance_mBE1F50C71CFA8B210307AFD39E62F8AF4D5E34FF (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * GeneralName_GetInstance_m1272C84D0DB838BFCAB7024ACBF3C833D0BE8A66 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___v0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::get_Id() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, String_t* ___identifier0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478 (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::get_IntValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::get_TagNo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * DerInteger_GetInstance_mBE61A36F9174D4745983FEC17EF7EDD02EE4C0D4 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Tsp.Accuracy::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Accuracy__ctor_m1F765E99EE0E5AB3E1A55A3BD9FB086D9779241D (Accuracy_t67B98FC0FBCDCDB47CAE2BE835EC666EB5DA39C8 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // !!0[] System.Array::Empty() inline Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline (const RuntimeMethod* method) { return (( Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline)(method); } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___v0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8 (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___objs0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject::.ctor(System.Boolean,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * __this, bool ___explicitly0, int32_t ___tagNo1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::BroadcastMessage(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_BroadcastMessage_m70A03FA2B67C28818B43C65870EC3D5E680B9A9E (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, String_t* ___methodName0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Transform::get_rotation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0,UnityEngine.Vector3,UnityEngine.Quaternion) inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mF6943C67D79929CEF346FD96932E84EFCA9819B9 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___original0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation2, const RuntimeMethod* method) { return (( GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 , const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m02BDA2BE9BA7A8D6BB8554AE3E32ED6EF05EDC0C_gshared)(___original0, ___position1, ___rotation2, method); } // System.Void UnityEngine.Object::Destroy(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SetActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Behaviour::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32 (Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * __this, bool ___value0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 * GameObject_GetComponent_TisAnimation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8_mF1FD0FEF2EA1871E69A6CDEA2AEA35CA963D870C (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // System.Boolean UnityEngine.Animation::Play() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animation_Play_m5588607899B9B866117A1477C696076F161BA3D4 (Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Utility.ActivateTrigger::DoActivateTrigger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActivateTrigger_DoActivateTrigger_m67A916D32496AEE42B99E067D4B53CD08D7F053F (ActivateTrigger_t381325415988DBD12B2599B5E2B0A526EA0F687B * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * DirectoryString_GetInstance_mB4995BC4A6AE0328ABF5344E3B11DA53399BDCF5 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.AdditionalInformationSyntax::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdditionalInformationSyntax__ctor_m9B13145BBAABF705BD464FAA5ECF9CC4DEF7A139 (AdditionalInformationSyntax_tBF6D76859A3499052ED14FD940C6529D547248AD * __this, DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * ___information0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DirectoryString__ctor_m83D29C33CD4E2743C3C66C570A13F2651CB5E539 (DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * __this, String_t* ___str0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.AdmissionSyntax::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdmissionSyntax__ctor_m1DF0F442A95F7F5621B5DD65CA4CCDCE7FA65941 (AdmissionSyntax_t2B59800096D90E3BA77CF7256DE57D71B98F0F36 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411 (int32_t* __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.Admissions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.Admissions::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA * Admissions_GetInstance_mA792BBF88022C1FDC69CA35C0D04180E2A580DFF (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.Admissions::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Admissions__ctor_mCC253BAF015541C3B0C7166974227A5525EEA10D (Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * GeneralName_GetInstance_mAA0712B2438660011F2C76A2306337005E5892DC (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___tagObj0, bool ___explicitly1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.NamingAuthority BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.NamingAuthority::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138 * NamingAuthority_GetInstance_m34A10A9F517B412684D5B63E3207CFBAD5BE9981 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB * ProfessionInfo_GetInstance_mCE1A62A7E78025E080AE56B26BE4FF21DE3CEA72 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter,System.Int32,System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeadParameters__ctor_mE2773768F68BC5A4602E213B7901DED949E1900D (AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64 * __this, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ___key0, int32_t ___macSize1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___nonce2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___associatedText3, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * Component_GetComponent_TisAeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103_mD88E3A73D39CF612AB9E30CE2D5E83FCB1465116 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Single UnityEngine.Random::Range(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Random_Range_mC15372D42A9ABDCAC3DE82E114D60A40C9C311D2 (float ___minInclusive0, float ___maxInclusive1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_right() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_right_mA8EB1882CCE8759766544448308C88D9200F06CE (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_time() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844 (const RuntimeMethod* method); // System.Single UnityEngine.Mathf::PerlinNoise(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_PerlinNoise_mBCF172821FEB8FAD7E7CF7F7982018846E702519 (float ___x0, float ___y1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::InverseTransformPoint(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_InverseTransformPoint_m476ABC8F3F14824D7D82FE2C54CEE5A151A669B8 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position0, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87 (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method); // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::get_PitchAngle() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AeroplaneController_get_PitchAngle_m256401C8A133DF9FECD7F0ED7039C402C54CF7DA_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method); // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::get_Altitude() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AeroplaneController_get_Altitude_m4E875DCD8BCB99EE7F07DA2E8762AFD46BE541FE_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method); // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::get_RollAngle() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AeroplaneController_get_RollAngle_m0EE0E1FF7C938837030E55880D5C1C00672952FC_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method); // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::get_ForwardSpeed() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AeroplaneController_get_ForwardSpeed_m24FBA8E719F9947C59C04A99A82F023BB880AA56_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::Move(System.Single,System.Single,System.Single,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_Move_m50739E5FDF5DC4DC9CFA0F433DBA454D00895F1D (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___rollInput0, float ___pitchInput1, float ___yawInput2, float ___throttleInput3, bool ___airBrakes4, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * GameObject_AddComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_m960FD5C861EFDB693785C073698FEBE516CDE81E (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mF5562A0C81CEDFE1C295F7E16FC6904B5057CB2D_gshared)(__this, method); } // System.Void UnityEngine.AudioSource::set_playOnAwake(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_playOnAwake_mBE8FAD0E1555C431C56E0DEB4BF7371E76E236F5 (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::set_clip(UnityEngine.AudioClip) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_clip_mD1F50F7BA6EA3AF25B4922473352C5180CFF7B2B (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::set_minDistance(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_minDistance_m9C1D3410330B09EACA69C64BF634018D71180F91 (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::set_maxDistance(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_maxDistance_m8AF5831BC0B2D070B2D4E1B54CB27082240A5EA8 (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::set_loop(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_loop_mDD9FB746D8A7392472E5484EEF8D0A667993E3E0 (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::set_dopplerLevel(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_dopplerLevel_m3E3187EA638992BE0A7AF9D660DAB1B0D088C2A0 (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneAudio_Update_mE0F1409B7B370A2C794F3B025C5693FDE22F8B76 (AeroplaneAudio_tED6F725E788DB4ACA033B014BD6E3977F142C4A3 * __this, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::Play() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_Play_mED16664B8F8F3E4D68785C8C00FC96C4DF053AE1 (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, const RuntimeMethod* method); // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::get_MaxEnginePower() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AeroplaneController_get_MaxEnginePower_m7C993DEBFB6C0BDC12585CC7EEFEF54482841A04_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method); // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::get_EnginePower() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AeroplaneController_get_EnginePower_m6820B0A8A0667DF3F875DD6B946CAFA90D49886F_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::InverseLerp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_InverseLerp_mCD2E6F9ADCFFB40EB7D3086E444DF2C702F9C29B (float ___a0, float ___b1, float ___value2, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Lerp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Lerp_m8A2A50B945F42D579EDF44D5EE79E85A4DA59616 (float ___a0, float ___b1, float ___t2, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::set_pitch(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_pitch_m9E9EEFADFAB44ADEC656573425CF34D0069A0CBC (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, float ___value0, const RuntimeMethod* method); // System.Single UnityEngine.AudioSource::get_pitch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AudioSource_get_pitch_mB0A139A0693803E201D08B797BFD122B94453C7D (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::set_volume(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_volume_m37B6B2EACA7C2C18ABEE55EE5EA404085E94EE58 (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, float ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Rigidbody::get_velocity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::get_magnitude() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio/AdvancedSetttings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdvancedSetttings__ctor_mFAB9E670E2A2A4F1C0A437146AA5295D52282D78 (AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Transform::get_localRotation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Transform_get_localRotation_mA6472AE7509D762965275D79B645A14A9CCF5BE5 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::get_RollInput() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AeroplaneController_get_RollInput_m0C5664B7B308AA31B69423E3D36DAB1A3281BAD7_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Euler(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_Euler_m37BF99FFFA09F4B3F83DC066641B82C59B19A9C3 (float ___x0, float ___y1, float ___z2, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator::RotateSurface(UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator/ControlSurface,UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneControlSurfaceAnimator_RotateSurface_m1C533431497586B6C6B9604556B350E8117C1D8D (AeroplaneControlSurfaceAnimator_tAB121372160BB21BEDC0E95F34C7DEFBA4C73ABC * __this, ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 * ___surface0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation1, const RuntimeMethod* method); // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::get_PitchInput() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AeroplaneController_get_PitchInput_mC727744982F5F76244E92A6D6E47FCCC08426112_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method); // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::get_YawInput() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AeroplaneController_get_YawInput_m592983EDFA03B03DDBBA4EE77907AA42E32054FE_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_op_Multiply_m5C7A60AC0CDCA2C5E2F23E45FBD1B15CA152D7B0 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___lhs0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rhs1, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Slerp(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_Slerp_m6D2BD18286254E28D2288B51962EC71F85C7B5C8 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___a0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___b1, float ___t2, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localRotation(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___value0, const RuntimeMethod* method); // System.Single UnityEngine.Rigidbody::get_drag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rigidbody_get_drag_m0C617963D9BBBC4018D3A8B2DB5D6190615F4A64 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, const RuntimeMethod* method); // System.Single UnityEngine.Rigidbody::get_angularDrag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rigidbody_get_angularDrag_m0E53FD8F8A09DFA941C52C868288DBBC030C5082 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::GetChild(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Transform_GetChild_mA7D94BEFF0144F76561D9B8FED61C5C939EC1F1C (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, int32_t ___index0, const RuntimeMethod* method); // !!0[] UnityEngine.Component::GetComponentsInChildren() inline WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* Component_GetComponentsInChildren_TisWheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779_m9DDC7258869B0D6263AA367336D70F4966CE1614 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentsInChildren_TisRuntimeObject_m254067D66B75073E897E989B5E670C194AFA7621_gshared)(__this, method); } // System.Void UnityEngine.WheelCollider::set_motorTorque(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WheelCollider_set_motorTorque_mFE7962DF8003D10BA646545E56F0A6B3ED8803DA (WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * __this, float ___value0, const RuntimeMethod* method); // System.Int32 UnityEngine.Transform::get_childCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Transform_get_childCount_mCBED4F6D3F6A7386C4D97C2C3FD25C383A0BCD05 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::set_RollInput(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AeroplaneController_set_RollInput_m4BB6E33F4D4A5E9625B7DCE2630A83A3A41B654F_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::set_PitchInput(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AeroplaneController_set_PitchInput_mF42D986AC4A0106FB23CC615FBB0FC23373E3338_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::set_YawInput(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AeroplaneController_set_YawInput_m69C88A4428AFB957949221A11B65A31FEC45651E_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::set_ThrottleInput(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AeroplaneController_set_ThrottleInput_m2743123CE0B04B4916503B63E69910CE7744095F_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::set_AirBrakes(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AeroplaneController_set_AirBrakes_m219D70D6F0149377B82BFD9C5EBC04F704F69E5B_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::ClampInputs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_ClampInputs_m11BFF054FCFFD465F2092EEEC1569089D32ED574 (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::CalculateRollAndPitchAngles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_CalculateRollAndPitchAngles_m256DFBCD062BE41329387558298C11E5120E1CEA (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::AutoLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_AutoLevel_m769E68621FF95E4F36EF22B21C1D5534B0B64647 (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::CalculateForwardSpeed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_CalculateForwardSpeed_mEDE489FF22663E14B1D0EBD4A8C711AA82430ABC (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::ControlThrottle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_ControlThrottle_m23FD0CBDDCE899A8C33DD36D20E530F29ABF5692 (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::CalculateDrag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_CalculateDrag_m5F4B70479BD915D297D6F251AD8B0B08B9516914 (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::CaluclateAerodynamicEffect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_CaluclateAerodynamicEffect_m06EB3AD0D5A5A7B3D5C160DA498B0813561E4BB8 (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::CalculateLinearForces() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_CalculateLinearForces_m16697D299B525FE4771CA9EA1D8E768D5BF2EB7D (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::CalculateTorque() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_CalculateTorque_m83F88301C503C2A4EFE346086E8580C4231D1490 (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::CalculateAltitude() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_CalculateAltitude_m4E655414BAA1B4E1B556DF0D0ED88C85A945E90D (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method); // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::get_ThrottleInput() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AeroplaneController_get_ThrottleInput_m59851ED24E7C475C0C70D4864F6FF459316F0D07_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_forward() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::get_sqrMagnitude() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_get_sqrMagnitude_mC567EE6DF411501A8FE1F23A0038862630B88249 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::Normalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3_Normalize_m2258C159121FC81954C301DEE631BC24FCEDE780 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::InverseTransformDirection(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_InverseTransformDirection_m9EB6F7A2598FD8D6B52F0A6EBA96A3BAAF68D696 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___direction0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::set_PitchAngle(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AeroplaneController_set_PitchAngle_m6B3800033AF9875C9C281698484D2E231FCBB22F_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_up() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50 (const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::Cross(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_Cross_m63414F0C545EBB616F339FF8830D37F9230736A4 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lhs0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rhs1, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::set_RollAngle(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AeroplaneController_set_RollAngle_m194392FEB7B4232ECC7668DC939835A964FA66F9_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Max(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775 (float ___a0, float ___b1, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::set_ForwardSpeed(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AeroplaneController_set_ForwardSpeed_mA83C4E387E8F7BE0EB0513469189C1EAA7B15488_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method); // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::get_Throttle() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AeroplaneController_get_Throttle_m4AD61D14FF2EB832F32EF2201EEEB88D8C00112F_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Clamp01(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Clamp01_m2296D75F0F1292D5C8181C57007A1CA45F440C4C (float ___value0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::set_Throttle(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AeroplaneController_set_Throttle_m92D547C38B62C8BC0627EA481B518D9814471C51_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::set_EnginePower(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AeroplaneController_set_EnginePower_mC367A1178518B9BD614703C790ED9C3E905C6C8B_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method); // System.Boolean UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::get_AirBrakes() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AeroplaneController_get_AirBrakes_mA6A92442654786A3A81FC10F115E19388289B321_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::set_drag(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_drag_m60E39BE31529DE5163116785A69FACC77C52DA98 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::set_angularDrag(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_angularDrag_m8BF3771789B32FB09FDD8066BAFA0A0B661372A4 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, float ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_normalized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::Dot(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Dot_mD19905B093915BA12852732EA27AA2DBE030D11F_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lhs0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rhs1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::Lerp(UnityEngine.Vector3,UnityEngine.Vector3,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_Lerp_m8E095584FFA10CF1D3EABCD04F4C83FB82EC5524_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, float ___t2, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::set_velocity(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_velocity_m8DC0988916EB38DFD7D4584830B41D79140BF18D (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Rigidbody::get_rotation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Rigidbody_get_rotation_mEB90F9D223B0BA32A1962971E3A93DEE1670D18A (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_up() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_up_mAB753D250A30C78924D5D22B0821F1D254525C31 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::LookRotation(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_LookRotation_m8A7DB5BDBC361586191AB67ACF857F46160EE3F1 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forward0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upwards1, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::set_rotation(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_rotation_m3024C151FEC9BB75735DE9B4BA64F16AA779C5D6 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(System.Single,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m079B29E4F58127F03BD52558C1FE1A528547328F_inline (float ___d0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a1, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::AddForce(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_AddForce_mDFB0D57C25682B826999B0074F5C0FD399C6401D (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___force0, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::AddTorque(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_AddTorque_mAEB5758FA773B1A0ECDD328934BB3A7202D21EB3 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___torque0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_UnaryNegation(UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_UnaryNegation_m362EA356F4CADEDB39F965A0DBDED6EA890925F7_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, const RuntimeMethod* method); // System.Void UnityEngine.Ray::.ctor(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ray__ctor_m75B1F651FF47EE6B887105101B7DA61CBF41F83C (Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___origin0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___direction1, const RuntimeMethod* method); // System.Boolean UnityEngine.Physics::Raycast(UnityEngine.Ray,UnityEngine.RaycastHit&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Physics_Raycast_m80EC8EEDA0ABA8B01838BA9054834CD1A381916E (Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 ___ray0, RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * ___hitInfo1, const RuntimeMethod* method); // System.Single UnityEngine.RaycastHit::get_distance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float RaycastHit_get_distance_m85FCA98D7957C3BF1D449CA1B48C116CCD6226FA (RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * __this, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::set_Altitude(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AeroplaneController_set_Altitude_mAE9A6518154CFD78E7CFF142CE90D962CD3227CB_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mB89D75983F403B440947CE6FB264503618F5B951 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Void UnityEngine.Transform::set_parent(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_parent_mEAE304E1A804E8B83054CEECB5BF1E517196EC13 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::Rotate(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_Rotate_mA3AE6D55AA9CC88A8F03C2B0B7CB3DB45ABA6A8E (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, float ___xAngle0, float ___yAngle1, float ___zAngle2, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::FloorToInt(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_FloorToInt_m9164D538D17B8C3C8A6C4E4FA95032F757D9091E (float ___f0, const RuntimeMethod* method); // System.Void UnityEngine.Renderer::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_enabled_mFFBA418C428C1B2B151C77B879DD10C393D9D95B (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, bool ___value0, const RuntimeMethod* method); // UnityEngine.Material UnityEngine.Renderer::get_material() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t8927C00353A72755313F046D0CE85178AE8218EE * Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804 (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Material::set_mainTexture(UnityEngine.Texture) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_set_mainTexture_m1F715422BE5C75B4A7AC951691F0DC16A8C294C5 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___value0, const RuntimeMethod* method); // System.Single UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager::GetAxis(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CrossPlatformInputManager_GetAxis_mB7AB6DA9693D497643353CF2B97A48C75F95007E (String_t* ___name0, const RuntimeMethod* method); // System.Boolean UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager::GetButton(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CrossPlatformInputManager_GetButton_mF4FDF5B4FE1B224C4271E9B832CD8BA08AE73EFF (String_t* ___name0, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneUserControl2Axis::AdjustInputForMobileControls(System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneUserControl2Axis_AdjustInputForMobileControls_mF8743B3626967E1836696860024F755B0439234F (AeroplaneUserControl2Axis_t02395777FC842C7DDB43418A941A41EB6F047D7C * __this, float* ___roll0, float* ___pitch1, float* ___throttle2, const RuntimeMethod* method); // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneUserControl4Axis::AdjustInputForMobileControls(System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneUserControl4Axis_AdjustInputForMobileControls_m7A8B54330AC2872BEC5CA02F6714429CF557653A (AeroplaneUserControl4Axis_tFE5CD54A8E4F1B494B3A70CD16DCD6836C88FE8A * __this, float* ___roll0, float* ___pitch1, float* ___throttle2, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::Shift(System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682 (uint32_t ___r0, int32_t ___shift1, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::FFmulX(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesEngine_FFmulX_m40C403BEB1176C055B62EBA8489D015F94026AD3 (uint32_t ___x0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::FFmulX2(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesEngine_FFmulX2_m8BD222194F04DFA04FC6B4BA38570714EE1752F7 (uint32_t ___x0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Utilities.Pack::LE_To_UInt32(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___off1, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::SubWord(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesEngine_SubWord_m5B071644A1DFFF19BE270E1247ED072956ADD402 (uint32_t ___x0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::Inv_Mcol(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesEngine_Inv_Mcol_m85C88161C0D451EA9190B07BD8FD7916229A8C22 (uint32_t ___x0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter::GetKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A (KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * __this, const RuntimeMethod* method); // System.UInt32[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::GenerateWorkingKey(System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* AesEngine_GenerateWorkingKey_mE57E9EF5444A3EAFB3C0772329C5554C48639C98 (AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, bool ___forEncryption1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::Clone(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Check::DataLength(System.Byte[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, String_t* ___msg3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Check::OutputLength(System.Byte[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, String_t* ___msg3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::UnPackBlock(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesEngine_UnPackBlock_mB90968D2CD377182E4DDD2465701B434CE1E8272 (AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___off1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::EncryptBlock(System.UInt32[][]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesEngine_EncryptBlock_mAA4A04FC2B12A3445A7E6FAB908701E9F4B8B5D9 (AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 * __this, UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* ___KW0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::DecryptBlock(System.UInt32[][]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesEngine_DecryptBlock_m13DB5952EB79B67CF54B735897B186DE090BE7B5 (AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 * __this, UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* ___KW0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::PackBlock(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesEngine_PackBlock_m684D5C470FFC6206FC03448B04B8AB85291944E3 (AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___off1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Utilities.Pack::UInt32_To_LE(System.UInt32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pack_UInt32_To_LE_m0B85A8B40A576879EEB7F6EFB703224E6B500488 (uint32_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F (RuntimeArray * ___array0, RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 ___fldHandle1, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::Shift(System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesFastEngine_Shift_m4F8DE7FC0818DE18DEDD73DF48C6B54ACB830A07 (uint32_t ___r0, int32_t ___shift1, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::FFmulX(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesFastEngine_FFmulX_m7273F90B7AB39C6384D5AB83497CA4755AE0B548 (uint32_t ___x0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::FFmulX2(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesFastEngine_FFmulX2_m49D1288F22514A8A49961AEB2C9B8C2DA9C8BA74 (uint32_t ___x0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::SubWord(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesFastEngine_SubWord_m19BE7DF4B64D884EBD5220E31CC5A99AC57B05FD (uint32_t ___x0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::Inv_Mcol(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesFastEngine_Inv_Mcol_mFFE993819C255880B3281D58CA6F8CF29E6BD138 (uint32_t ___x0, const RuntimeMethod* method); // System.UInt32[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::GenerateWorkingKey(System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* AesFastEngine_GenerateWorkingKey_m8628091E2603B11DF054843C3E68021658275D7D (AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, bool ___forEncryption1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::UnPackBlock(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesFastEngine_UnPackBlock_m2987D9A681B9098B265E722198D0C14C94E0EC60 (AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___off1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::EncryptBlock(System.UInt32[][]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesFastEngine_EncryptBlock_m8602F7435F1F3667E73987CF04F9BA13D64FB3B6 (AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9 * __this, UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* ___KW0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::DecryptBlock(System.UInt32[][]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesFastEngine_DecryptBlock_mAB6454000E49D3A47EE90DFC0B15D25A092B60B5 (AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9 * __this, UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* ___KW0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::PackBlock(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesFastEngine_PackBlock_m03D97F468D95FA0B380FD95B75CD880AFE82E3A1 (AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___off1, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::Shift(System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesLightEngine_Shift_mC49A49D1370E739331B04BAF8BDA23632F8ECBE9 (uint32_t ___r0, int32_t ___shift1, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::FFmulX(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesLightEngine_FFmulX_m40E709CBE7EAA19300E7C67D1A5509CACDA8BC9F (uint32_t ___x0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::FFmulX2(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesLightEngine_FFmulX2_m987221F88DCFEF19E82867CEE5760AA075A288CF (uint32_t ___x0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::SubWord(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesLightEngine_SubWord_mAA940226C53B02073C9D332767164A715674937C (uint32_t ___x0, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::Inv_Mcol(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesLightEngine_Inv_Mcol_m19EED6384B9EF89841A9E2D049A7E0B3FE0C5AD8 (uint32_t ___x0, const RuntimeMethod* method); // System.UInt32[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::GenerateWorkingKey(System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* AesLightEngine_GenerateWorkingKey_m151D0EB83D63CA0FFE3F69EA497779240E2EC8E3 (AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, bool ___forEncryption1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::UnPackBlock(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesLightEngine_UnPackBlock_m9BA0C5D83EE4E070BFA250EFF8E499BA3A7AB578 (AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___off1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::EncryptBlock(System.UInt32[][]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesLightEngine_EncryptBlock_m57316146D55212F8B4532B2266DE3CC7C41A8F68 (AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C * __this, UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* ___KW0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::DecryptBlock(System.UInt32[][]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesLightEngine_DecryptBlock_m00B657529E69EED705820CB6DE8251BA0C13A67C (AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C * __this, UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* ___KW0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::PackBlock(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesLightEngine_PackBlock_mA86C07B27232CE7A7D667AAFC3A2D511EAE2F17D (AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___off1, const RuntimeMethod* method); // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::Mcol(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesLightEngine_Mcol_m5B94C73214D45FEBFAA9A12A8FD59180751614E3 (uint32_t ___x0, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929 (const RuntimeMethod* method); #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.UInt32 ::ComputeStringHash(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_mD94B0E22EF32AD3DFD277ED8E911B5DFA4CDB91E (String_t* ___s0, const RuntimeMethod* method) { uint32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___s0; if (!L_0) { goto IL_002a; } } { V_0 = ((int32_t)-2128831035); V_1 = 0; goto IL_0021; } IL_000d: { String_t* L_1 = ___s0; int32_t L_2 = V_1; NullCheck(L_1); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_1, L_2, /*hidden argument*/NULL); uint32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_3^(int32_t)L_4)), (int32_t)((int32_t)16777619))); int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0021: { int32_t L_6 = V_1; String_t* L_7 = ___s0; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_000d; } } IL_002a: { uint32_t L_9 = V_0; return L_9; } } #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 // UnityEngine.AI.NavMeshAgent UnityStandardAssets.Characters.ThirdPerson.AICharacterControl::get_agent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * AICharacterControl_get_agent_mE9D2D96A9F9C131E51806B002B2EAF007C1D6F95 (AICharacterControl_tA62B9BAC89BE0154E813894EC27C998B55977CA4 * __this, const RuntimeMethod* method) { { // public UnityEngine.AI.NavMeshAgent agent { get; private set; } // the navmesh agent required for the path finding NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_0 = __this->get_U3CagentU3Ek__BackingField_4(); return L_0; } } // System.Void UnityStandardAssets.Characters.ThirdPerson.AICharacterControl::set_agent(UnityEngine.AI.NavMeshAgent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AICharacterControl_set_agent_m578A2A67480A8EA83153AC7634411B77FA9CCC46 (AICharacterControl_tA62B9BAC89BE0154E813894EC27C998B55977CA4 * __this, NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * ___value0, const RuntimeMethod* method) { { // public UnityEngine.AI.NavMeshAgent agent { get; private set; } // the navmesh agent required for the path finding NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_0 = ___value0; __this->set_U3CagentU3Ek__BackingField_4(L_0); return; } } // UnityStandardAssets.Characters.ThirdPerson.ThirdPersonCharacter UnityStandardAssets.Characters.ThirdPerson.AICharacterControl::get_character() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525 * AICharacterControl_get_character_m428E6810E7895CA422D1F78CCC0D55062CD3EB32 (AICharacterControl_tA62B9BAC89BE0154E813894EC27C998B55977CA4 * __this, const RuntimeMethod* method) { { // public ThirdPersonCharacter character { get; private set; } // the character we are controlling ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525 * L_0 = __this->get_U3CcharacterU3Ek__BackingField_5(); return L_0; } } // System.Void UnityStandardAssets.Characters.ThirdPerson.AICharacterControl::set_character(UnityStandardAssets.Characters.ThirdPerson.ThirdPersonCharacter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AICharacterControl_set_character_m7500A5CBD3DBC30E9EC8E77F02094901A56F08DE (AICharacterControl_tA62B9BAC89BE0154E813894EC27C998B55977CA4 * __this, ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525 * ___value0, const RuntimeMethod* method) { { // public ThirdPersonCharacter character { get; private set; } // the character we are controlling ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525 * L_0 = ___value0; __this->set_U3CcharacterU3Ek__BackingField_5(L_0); return; } } // System.Void UnityStandardAssets.Characters.ThirdPerson.AICharacterControl::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AICharacterControl_Start_m16F993FE523F1D911D1A7810F5D2E57F8CAFEEC2 (AICharacterControl_tA62B9BAC89BE0154E813894EC27C998B55977CA4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisNavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B_m9293A09CA175BBEF5185AED9AF3A75BD96635BB3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525_m40C8AE7F546E7C191AE783821E3437582BB8EF9E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // agent = GetComponentInChildren(); NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_0; L_0 = Component_GetComponentInChildren_TisNavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B_m9293A09CA175BBEF5185AED9AF3A75BD96635BB3(__this, /*hidden argument*/Component_GetComponentInChildren_TisNavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B_m9293A09CA175BBEF5185AED9AF3A75BD96635BB3_RuntimeMethod_var); AICharacterControl_set_agent_m578A2A67480A8EA83153AC7634411B77FA9CCC46_inline(__this, L_0, /*hidden argument*/NULL); // character = GetComponent(); ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525 * L_1; L_1 = Component_GetComponent_TisThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525_m40C8AE7F546E7C191AE783821E3437582BB8EF9E(__this, /*hidden argument*/Component_GetComponent_TisThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525_m40C8AE7F546E7C191AE783821E3437582BB8EF9E_RuntimeMethod_var); AICharacterControl_set_character_m7500A5CBD3DBC30E9EC8E77F02094901A56F08DE_inline(__this, L_1, /*hidden argument*/NULL); // agent.updateRotation = false; NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_2; L_2 = AICharacterControl_get_agent_mE9D2D96A9F9C131E51806B002B2EAF007C1D6F95_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); NavMeshAgent_set_updateRotation_m63A01B06311F89C4D8B201209F83401F0407FCF3(L_2, (bool)0, /*hidden argument*/NULL); // agent.updatePosition = true; NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_3; L_3 = AICharacterControl_get_agent_mE9D2D96A9F9C131E51806B002B2EAF007C1D6F95_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); NavMeshAgent_set_updatePosition_m098D6C65D34D3AB00EFF1096DB2B6A5373D828BC(L_3, (bool)1, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Characters.ThirdPerson.AICharacterControl::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AICharacterControl_Update_m94A6E10CB8196AA80D5AA78048464D589DBC726F (AICharacterControl_tA62B9BAC89BE0154E813894EC27C998B55977CA4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (target != null) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_target_6(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0025; } } { // agent.SetDestination(target.position); NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_2; L_2 = AICharacterControl_get_agent_mE9D2D96A9F9C131E51806B002B2EAF007C1D6F95_inline(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3 = __this->get_target_6(); NullCheck(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_3, /*hidden argument*/NULL); NullCheck(L_2); bool L_5; L_5 = NavMeshAgent_SetDestination_m244EFBCDB717576303DA711EE39572B865F43747(L_2, L_4, /*hidden argument*/NULL); } IL_0025: { // if (agent.remainingDistance > agent.stoppingDistance) NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_6; L_6 = AICharacterControl_get_agent_mE9D2D96A9F9C131E51806B002B2EAF007C1D6F95_inline(__this, /*hidden argument*/NULL); NullCheck(L_6); float L_7; L_7 = NavMeshAgent_get_remainingDistance_mB55D92B0CBEA48367C5FC6879FDEE2915FB6CD36(L_6, /*hidden argument*/NULL); NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_8; L_8 = AICharacterControl_get_agent_mE9D2D96A9F9C131E51806B002B2EAF007C1D6F95_inline(__this, /*hidden argument*/NULL); NullCheck(L_8); float L_9; L_9 = NavMeshAgent_get_stoppingDistance_mE2F58A8DB9C8402F0373576AB91690E8B34C1EA6(L_8, /*hidden argument*/NULL); if ((!(((float)L_7) > ((float)L_9)))) { goto IL_0056; } } { // character.Move(agent.desiredVelocity, false, false); ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525 * L_10; L_10 = AICharacterControl_get_character_m428E6810E7895CA422D1F78CCC0D55062CD3EB32_inline(__this, /*hidden argument*/NULL); NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_11; L_11 = AICharacterControl_get_agent_mE9D2D96A9F9C131E51806B002B2EAF007C1D6F95_inline(__this, /*hidden argument*/NULL); NullCheck(L_11); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = NavMeshAgent_get_desiredVelocity_m5499366125464B6F2ADE807378738496F3D385B8(L_11, /*hidden argument*/NULL); NullCheck(L_10); ThirdPersonCharacter_Move_m14BD868DA889B216D21EBD4B65822D1301A8D817(L_10, L_12, (bool)0, (bool)0, /*hidden argument*/NULL); return; } IL_0056: { // character.Move(Vector3.zero, false, false); ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525 * L_13; L_13 = AICharacterControl_get_character_m428E6810E7895CA422D1F78CCC0D55062CD3EB32_inline(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); NullCheck(L_13); ThirdPersonCharacter_Move_m14BD868DA889B216D21EBD4B65822D1301A8D817(L_13, L_14, (bool)0, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Characters.ThirdPerson.AICharacterControl::SetTarget(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AICharacterControl_SetTarget_m8BC1A01E10C8ED6CDB8CFA5B06F8A90D2923FF79 (AICharacterControl_tA62B9BAC89BE0154E813894EC27C998B55977CA4 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___target0, const RuntimeMethod* method) { { // this.target = target; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___target0; __this->set_target_6(L_0); // } return; } } // System.Void UnityStandardAssets.Characters.ThirdPerson.AICharacterControl::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AICharacterControl__ctor_m5329061559B50669BBD6DF1A0B509EEBB2E6F53A (AICharacterControl_tA62B9BAC89BE0154E813894EC27C998B55977CA4 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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 AOTAdapter::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AOTAdapter__cctor_m7EBDEC06D4E49A7701908A0750598CDF6D6DDC81 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_3__ctor_m08FD8A1BC70532B505DA643E490593D7995BC2F4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_3__ctor_mE0B8B63345542489B4819DDC1D1D86A909FA793E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_3_t08089D11BE19E3E0A0B8EB839F69753F6B4E1D27_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__0_0_mC7790A7CFD4999B2EE305DF08BFBCF25D1244A7F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__0_1_m75AB8A91B6107BE45C02FAD51F1DDC34DF145DDF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__0_2_mF355A2B81028A50648F919FF9314AC9B0E40298A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__0_3_m8125382A13845B639A0D84650C0668F16470BFF3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__0_4_m7ED75D4BEFDCC32141EA98BBC3C41F20F39EA4C4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Num>.Plus = (a, b) => a + b; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_il2cpp_TypeInfo_var); U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA * L_0 = ((U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 * L_1 = (Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 *)il2cpp_codegen_object_new(Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98_il2cpp_TypeInfo_var); Func_3__ctor_m08FD8A1BC70532B505DA643E490593D7995BC2F4(L_1, L_0, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__0_0_mC7790A7CFD4999B2EE305DF08BFBCF25D1244A7F_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_m08FD8A1BC70532B505DA643E490593D7995BC2F4_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_il2cpp_TypeInfo_var); ((Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_StaticFields*)il2cpp_codegen_static_fields_for(Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_il2cpp_TypeInfo_var))->set_Plus_0(L_1); // Num>.Minus = (a, b) => a - b; U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA * L_2 = ((U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 * L_3 = (Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 *)il2cpp_codegen_object_new(Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98_il2cpp_TypeInfo_var); Func_3__ctor_m08FD8A1BC70532B505DA643E490593D7995BC2F4(L_3, L_2, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__0_1_m75AB8A91B6107BE45C02FAD51F1DDC34DF145DDF_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_m08FD8A1BC70532B505DA643E490593D7995BC2F4_RuntimeMethod_var); ((Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_StaticFields*)il2cpp_codegen_static_fields_for(Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_il2cpp_TypeInfo_var))->set_Minus_1(L_3); // Num>.Multiply = (a, b) => a * b; U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA * L_4 = ((U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 * L_5 = (Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 *)il2cpp_codegen_object_new(Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98_il2cpp_TypeInfo_var); Func_3__ctor_m08FD8A1BC70532B505DA643E490593D7995BC2F4(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__0_2_mF355A2B81028A50648F919FF9314AC9B0E40298A_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_m08FD8A1BC70532B505DA643E490593D7995BC2F4_RuntimeMethod_var); ((Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_StaticFields*)il2cpp_codegen_static_fields_for(Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_il2cpp_TypeInfo_var))->set_Multiply_2(L_5); // Num>.Divide = (a, b) => a / b; U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA * L_6 = ((U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 * L_7 = (Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98 *)il2cpp_codegen_object_new(Func_3_tBF14BAE6ADDCE90607C4BD86E37FA0D7C4481C98_il2cpp_TypeInfo_var); Func_3__ctor_m08FD8A1BC70532B505DA643E490593D7995BC2F4(L_7, L_6, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__0_3_m8125382A13845B639A0D84650C0668F16470BFF3_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_m08FD8A1BC70532B505DA643E490593D7995BC2F4_RuntimeMethod_var); ((Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_StaticFields*)il2cpp_codegen_static_fields_for(Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_il2cpp_TypeInfo_var))->set_Divide_3(L_7); // Num>.Rate = (a, b) => a * b; U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA * L_8 = ((U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_3_t08089D11BE19E3E0A0B8EB839F69753F6B4E1D27 * L_9 = (Func_3_t08089D11BE19E3E0A0B8EB839F69753F6B4E1D27 *)il2cpp_codegen_object_new(Func_3_t08089D11BE19E3E0A0B8EB839F69753F6B4E1D27_il2cpp_TypeInfo_var); Func_3__ctor_mE0B8B63345542489B4819DDC1D1D86A909FA793E(L_9, L_8, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__0_4_m7ED75D4BEFDCC32141EA98BBC3C41F20F39EA4C4_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE0B8B63345542489B4819DDC1D1D86A909FA793E_RuntimeMethod_var); ((Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_StaticFields*)il2cpp_codegen_static_fields_for(Num_1_tBADA451A1A31FA716A0A2BAD3CAC33AF5FCDDAF8_il2cpp_TypeInfo_var))->set_Rate_10(L_9); // } return; } } // System.Collections.IEnumerator AOTAdapter::TestCalibrateGyrBy9AxisData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AOTAdapter_TestCalibrateGyrBy9AxisData_m21E8E7710A4601B81B1E3B4A37FD75D73775C03F (AOTAdapter_tA966ECE5175B60F3FA0AB940479D4B66FA9479FA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CTestCalibrateGyrBy9AxisDataU3Ed__1_tB9846DB130C10CD7DBB90339B3EE5EB979F1BA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CTestCalibrateGyrBy9AxisDataU3Ed__1_tB9846DB130C10CD7DBB90339B3EE5EB979F1BA6F * L_0 = (U3CTestCalibrateGyrBy9AxisDataU3Ed__1_tB9846DB130C10CD7DBB90339B3EE5EB979F1BA6F *)il2cpp_codegen_object_new(U3CTestCalibrateGyrBy9AxisDataU3Ed__1_tB9846DB130C10CD7DBB90339B3EE5EB979F1BA6F_il2cpp_TypeInfo_var); U3CTestCalibrateGyrBy9AxisDataU3Ed__1__ctor_mDCB444DA0D1F42F47D99F31F65B87980DBE28B58(L_0, 0, /*hidden argument*/NULL); U3CTestCalibrateGyrBy9AxisDataU3Ed__1_tB9846DB130C10CD7DBB90339B3EE5EB979F1BA6F * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // System.Byte[] AOTAdapter::ToBytes(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* AOTAdapter_ToBytes_mA74F220CA12F33C868D8992CEF20C113BC3C4C64 (AOTAdapter_tA966ECE5175B60F3FA0AB940479D4B66FA9479FA * __this, String_t* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_ConvertAll_TisString_t_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0A79CDEF831C4A13973A436B144DFBC9DA65783_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Converter_2__ctor_m3C75DF85AD16E7486DFC7723FF5C3F678E1FBC12_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Converter_2_t4B17AB465CCCBF8031AD47129A5261C88F1F6907_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CToBytesU3Eb__2_0_mE28F0077013B55F583A866FF7608569E7C0775C2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Converter_2_t4B17AB465CCCBF8031AD47129A5261C88F1F6907 * G_B2_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B2_1 = NULL; Converter_2_t4B17AB465CCCBF8031AD47129A5261C88F1F6907 * G_B1_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B1_1 = NULL; { // return Array.ConvertAll(msg.Split(','), s => byte.Parse(s)); String_t* L_0 = ___msg0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3; L_3 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_0, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_il2cpp_TypeInfo_var); Converter_2_t4B17AB465CCCBF8031AD47129A5261C88F1F6907 * L_4 = ((U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_il2cpp_TypeInfo_var))->get_U3CU3E9__2_0_1(); Converter_2_t4B17AB465CCCBF8031AD47129A5261C88F1F6907 * L_5 = L_4; G_B1_0 = L_5; G_B1_1 = L_3; if (L_5) { G_B2_0 = L_5; G_B2_1 = L_3; goto IL_0030; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_il2cpp_TypeInfo_var); U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA * L_6 = ((U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Converter_2_t4B17AB465CCCBF8031AD47129A5261C88F1F6907 * L_7 = (Converter_2_t4B17AB465CCCBF8031AD47129A5261C88F1F6907 *)il2cpp_codegen_object_new(Converter_2_t4B17AB465CCCBF8031AD47129A5261C88F1F6907_il2cpp_TypeInfo_var); Converter_2__ctor_m3C75DF85AD16E7486DFC7723FF5C3F678E1FBC12(L_7, L_6, (intptr_t)((intptr_t)U3CU3Ec_U3CToBytesU3Eb__2_0_mE28F0077013B55F583A866FF7608569E7C0775C2_RuntimeMethod_var), /*hidden argument*/Converter_2__ctor_m3C75DF85AD16E7486DFC7723FF5C3F678E1FBC12_RuntimeMethod_var); Converter_2_t4B17AB465CCCBF8031AD47129A5261C88F1F6907 * L_8 = L_7; ((U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t40225D33860C624E85CE53DC9312F6773F2C03EA_il2cpp_TypeInfo_var))->set_U3CU3E9__2_0_1(L_8); G_B2_0 = L_8; G_B2_1 = G_B1_1; } IL_0030: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = Array_ConvertAll_TisString_t_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0A79CDEF831C4A13973A436B144DFBC9DA65783(G_B2_1, G_B2_0, /*hidden argument*/Array_ConvertAll_TisString_t_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0A79CDEF831C4A13973A436B144DFBC9DA65783_RuntimeMethod_var); return L_9; } } // System.Void AOTAdapter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AOTAdapter__ctor_m248D5762D378F79A007EA0F333900EAB65FBA03F (AOTAdapter_tA966ECE5175B60F3FA0AB940479D4B66FA9479FA * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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 AboutUsView::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AboutUsView_Start_m50F96E705B27AD9EA9F80F04A8271E07B343F841 (AboutUsView_t8DD9725C51188B1B28CBD5F4F53449A7C6164D75 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B2_0 = NULL; PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B1_0 = NULL; { // JCUnityLib.RectTransformUtils.MakeRectTransformFullScreen(transform as RectTransform); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); RectTransformUtils_MakeRectTransformFullScreen_m3545E92ED6FF4B9788579E6BDC798D4E4E007C7F(((RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 *)IsInstSealed((RuntimeObject*)L_0, RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); // PersistenHandler.ins?.menuBackCtr.views.Add(this); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * L_1 = ((PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_StaticFields*)il2cpp_codegen_static_fields_for(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var))->get_ins_5(); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * L_2 = L_1; G_B1_0 = L_2; if (L_2) { G_B2_0 = L_2; goto IL_001a; } } { return; } IL_001a: { NullCheck(G_B2_0); MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * L_3 = G_B2_0->get_menuBackCtr_4(); NullCheck(L_3); List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * L_4 = L_3->get_views_0(); NullCheck(L_4); List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A(L_4, __this, /*hidden argument*/List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A_RuntimeMethod_var); // } return; } } // System.Void AboutUsView::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AboutUsView_OnDestroy_mB34D2DAFC59CB49C657BF1E9288F42FB7B73F6A8 (AboutUsView_t8DD9725C51188B1B28CBD5F4F53449A7C6164D75 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B2_0 = NULL; PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * G_B1_0 = NULL; { // PersistenHandler.ins?.menuBackCtr.views.Remove(this); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * L_0 = ((PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_StaticFields*)il2cpp_codegen_static_fields_for(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var))->get_ins_5(); PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000a; } } { return; } IL_000a: { NullCheck(G_B2_0); MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * L_2 = G_B2_0->get_menuBackCtr_4(); NullCheck(L_2); List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * L_3 = L_2->get_views_0(); NullCheck(L_3); bool L_4; L_4 = List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D(L_3, __this, /*hidden argument*/List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D_RuntimeMethod_var); // } return; } } // System.Boolean AboutUsView::OnMenuBack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AboutUsView_OnMenuBack_m6D86DD3B89D9FB27285F9446BBF48348E9B66FF2 (AboutUsView_t8DD9725C51188B1B28CBD5F4F53449A7C6164D75 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_DestroyView_TisAboutUsView_t8DD9725C51188B1B28CBD5F4F53449A7C6164D75_m65BF7294C1246A4D5C2D183A0FBA0104538B41AF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // ViewMgr.Instance.DestroyView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_0; L_0 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1; L_1 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_0); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_DestroyView_TisAboutUsView_t8DD9725C51188B1B28CBD5F4F53449A7C6164D75_m65BF7294C1246A4D5C2D183A0FBA0104538B41AF_RuntimeMethod_var, L_0, L_1); // return true; return (bool)1; } } // System.Void AboutUsView::Back() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AboutUsView_Back_m2890702207B03B296710ADA7E4DC62349FE4B528 (AboutUsView_t8DD9725C51188B1B28CBD5F4F53449A7C6164D75 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_DestroyView_TisAboutUsView_t8DD9725C51188B1B28CBD5F4F53449A7C6164D75_m65BF7294C1246A4D5C2D183A0FBA0104538B41AF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // ViewMgr.Instance.DestroyView(); ViewMgr_tA6D96FB01608DA78EDF68B008390906AA4CEBC9E * L_1; L_1 = ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B(/*hidden argument*/ViewManager_1_get_Instance_m5712D60167A41A5A2291CDE0129F7B4376D0B09B_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2; L_2 = Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_RuntimeMethod_var); NullCheck(L_1); GenericVirtualActionInvoker1< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(ViewManager_1_DestroyView_TisAboutUsView_t8DD9725C51188B1B28CBD5F4F53449A7C6164D75_m65BF7294C1246A4D5C2D183A0FBA0104538B41AF_RuntimeMethod_var, L_1, L_2); // } return; } } // System.Void AboutUsView::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AboutUsView__ctor_m3464BDBCEDD92B9DF835D581A7AE4568B583DD51 (AboutUsView_t8DD9725C51188B1B28CBD5F4F53449A7C6164D75 * __this, const RuntimeMethod* method) { { ViewBase__ctor_mB64BDE24E8F888C9A324D2BFFF2C4C1FC338590A(__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 // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.AbstractECMultiplier::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * AbstractECMultiplier_Multiply_m3D059DEFFA469468780D5649544B86667023F43D (AbstractECMultiplier_t54253743E31DE46FD22E58679B9792D44DA770B5 * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___p0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___k1, const RuntimeMethod* method) { int32_t V_0 = 0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_1 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_2 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * G_B6_0 = NULL; { // int sign = k.SignValue; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___k1; NullCheck(L_0); int32_t L_1; L_1 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (sign == 0 || p.IsInfinity) int32_t L_2 = V_0; if (!L_2) { goto IL_0012; } } { ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3 = ___p0; NullCheck(L_3); bool L_4; L_4 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_001e; } } IL_0012: { // return p.Curve.Infinity; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_5 = ___p0; NullCheck(L_5); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_6; L_6 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, L_5); NullCheck(L_6); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_7; L_7 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Infinity() */, L_6); return L_7; } IL_001e: { // ECPoint positive = MultiplyPositive(p, k.Abs()); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_8 = ___p0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9 = ___k1; NullCheck(L_9); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10; L_10 = BigInteger_Abs_m41F14FE53F6623C355F7D4A782ED8DCB98619024(L_9, /*hidden argument*/NULL); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_11; L_11 = VirtualFuncInvoker2< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.AbstractECMultiplier::MultiplyPositive(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_8, L_10); V_1 = L_11; // ECPoint result = sign > 0 ? positive : positive.Negate(); int32_t L_12 = V_0; if ((((int32_t)L_12) > ((int32_t)0))) { goto IL_0038; } } { ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_13 = V_1; NullCheck(L_13); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_14; L_14 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(28 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Negate() */, L_13); G_B6_0 = L_14; goto IL_0039; } IL_0038: { ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_15 = V_1; G_B6_0 = L_15; } IL_0039: { V_2 = G_B6_0; // return CheckResult(result); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_16 = V_2; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_17; L_17 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.AbstractECMultiplier::CheckResult(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, __this, L_16); return L_17; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.AbstractECMultiplier::CheckResult(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * AbstractECMultiplier_CheckResult_mAC4440FE64FEB33BE198BFDDF19113D0D618F591 (AbstractECMultiplier_t54253743E31DE46FD22E58679B9792D44DA770B5 * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___p0, const RuntimeMethod* method) { { // return ECAlgorithms.ImplCheckResult(p); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = ___p0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_1; L_1 = ECAlgorithms_ImplCheckResult_mAF8A92EC4D4630B14DDC5C5CA6C4591B92C89431(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Multiplier.AbstractECMultiplier::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractECMultiplier__ctor_m898F1EE1A85F4E552860CB418F1D64A0B33C0C01 (AbstractECMultiplier_t54253743E31DE46FD22E58679B9792D44DA770B5 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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 // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve::Inverse(System.Int32,System.Int32[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * AbstractF2mCurve_Inverse_m6313DDD1C409D3F6AC529CDED5486BCC47A8A6C7 (int32_t ___m0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ks1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new LongArray(x).ModInverse(m, ks).ToBigInteger(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x2; LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_1 = (LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 *)il2cpp_codegen_object_new(LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644_il2cpp_TypeInfo_var); LongArray__ctor_m38760DDDD15A553FC0F4AB09EB98260128ABDE24(L_1, L_0, /*hidden argument*/NULL); int32_t L_2 = ___m0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = ___ks1; NullCheck(L_1); LongArray_tAD83B3758269288B1E3AEC8B5E5AF03BF79E1644 * L_4; L_4 = LongArray_ModInverse_m43DE92389D0AA85319F522C10618760EC5C31F18(L_1, L_2, L_3, /*hidden argument*/NULL); NullCheck(L_4); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5; L_5 = LongArray_ToBigInteger_mAE31491B33C7C860DD77FD77535C7B4B16E620BD(L_4, /*hidden argument*/NULL); return L_5; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve::BuildField(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AbstractF2mCurve_BuildField_m04DA8E75B06499D714B02ABB7F15E310E6625849 (int32_t ___m0, int32_t ___k11, int32_t ___k22, int32_t ___k33, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (k1 == 0) int32_t L_0 = ___k11; if (L_0) { goto IL_000e; } } { // throw new ArgumentException("k1 must be > 0"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_1 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDBF4B9E804B8020528C55E98E771D2025C3ADFA5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractF2mCurve_BuildField_m04DA8E75B06499D714B02ABB7F15E310E6625849_RuntimeMethod_var))); } IL_000e: { // if (k2 == 0) int32_t L_2 = ___k22; if (L_2) { goto IL_0033; } } { // if (k3 != 0) int32_t L_3 = ___k33; if (!L_3) { goto IL_001f; } } { // throw new ArgumentException("k3 must be 0 if k2 == 0"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8F79A9E7ECD108CC68DE9D4183A6DBBA7CF12C8F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractF2mCurve_BuildField_m04DA8E75B06499D714B02ABB7F15E310E6625849_RuntimeMethod_var))); } IL_001f: { // return FiniteFields.GetBinaryExtensionField(new int[]{ 0, k1, m }); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)3); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = L_5; int32_t L_7 = ___k11; NullCheck(L_6); (L_6)->SetAt(static_cast(1), (int32_t)L_7); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = L_6; int32_t L_9 = ___m0; NullCheck(L_8); (L_8)->SetAt(static_cast(2), (int32_t)L_9); IL2CPP_RUNTIME_CLASS_INIT(FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E_il2cpp_TypeInfo_var); RuntimeObject* L_10; L_10 = FiniteFields_GetBinaryExtensionField_m3E37D84D65534151FCB3C6D0B21EC60876B22494(L_8, /*hidden argument*/NULL); return L_10; } IL_0033: { // if (k2 <= k1) int32_t L_11 = ___k22; int32_t L_12 = ___k11; if ((((int32_t)L_11) > ((int32_t)L_12))) { goto IL_0042; } } { // throw new ArgumentException("k2 must be > k1"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD60AE7E2FC49FE6878069F49FF751C9CA5332C15)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractF2mCurve_BuildField_m04DA8E75B06499D714B02ABB7F15E310E6625849_RuntimeMethod_var))); } IL_0042: { // if (k3 <= k2) int32_t L_14 = ___k33; int32_t L_15 = ___k22; if ((((int32_t)L_14) > ((int32_t)L_15))) { goto IL_0051; } } { // throw new ArgumentException("k3 must be > k2"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_16 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBB430A3A6FD2BA15DF02BF5291EFA70B7E3DDBA5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractF2mCurve_BuildField_m04DA8E75B06499D714B02ABB7F15E310E6625849_RuntimeMethod_var))); } IL_0051: { // return FiniteFields.GetBinaryExtensionField(new int[]{ 0, k1, k2, k3, m }); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_17 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)5); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = L_17; int32_t L_19 = ___k11; NullCheck(L_18); (L_18)->SetAt(static_cast(1), (int32_t)L_19); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_20 = L_18; int32_t L_21 = ___k22; NullCheck(L_20); (L_20)->SetAt(static_cast(2), (int32_t)L_21); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_22 = L_20; int32_t L_23 = ___k33; NullCheck(L_22); (L_22)->SetAt(static_cast(3), (int32_t)L_23); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_24 = L_22; int32_t L_25 = ___m0; NullCheck(L_24); (L_24)->SetAt(static_cast(4), (int32_t)L_25); IL2CPP_RUNTIME_CLASS_INIT(FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E_il2cpp_TypeInfo_var); RuntimeObject* L_26; L_26 = FiniteFields_GetBinaryExtensionField_m3E37D84D65534151FCB3C6D0B21EC60876B22494(L_24, /*hidden argument*/NULL); return L_26; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve::.ctor(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractF2mCurve__ctor_m85C0E74000104B30D90690BFFE2BDF6B4ADB1093 (AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE * __this, int32_t ___m0, int32_t ___k11, int32_t ___k22, int32_t ___k33, const RuntimeMethod* method) { { // : base(BuildField(m, k1, k2, k3)) int32_t L_0 = ___m0; int32_t L_1 = ___k11; int32_t L_2 = ___k22; int32_t L_3 = ___k33; RuntimeObject* L_4; L_4 = AbstractF2mCurve_BuildField_m04DA8E75B06499D714B02ABB7F15E310E6625849(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); ECCurve__ctor_m98CB320A8F3D2EA8EC9B606BCDE417D18ED7840E(__this, L_4, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve::IsValidFieldElement(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AbstractF2mCurve_IsValidFieldElement_m59F7D7E7135E7B2EF5237B6D780AF882BFD86922 (AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method) { { // return x != null && x.SignValue >= 0 && x.BitLength <= FieldSize; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x0; if (!L_0) { goto IL_001e; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___x0; NullCheck(L_1); int32_t L_2; L_2 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001e; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___x0; NullCheck(L_3); int32_t L_4; L_4 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_3, /*hidden argument*/NULL); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_FieldSize() */, __this); return (bool)((((int32_t)((((int32_t)L_4) > ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_001e: { return (bool)0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve::CreatePoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * AbstractF2mCurve_CreatePoint_m0BB8EAA178FC6B647C0499990BE5A32F3D883099 (AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y1, bool ___withCompression2, const RuntimeMethod* method) { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; int32_t V_2 = 0; { // ECFieldElement X = FromBigInteger(x), Y = FromBigInteger(y); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_0); V_0 = L_1; // ECFieldElement X = FromBigInteger(x), Y = FromBigInteger(y); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___y1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_2); V_1 = L_3; // switch (this.CoordinateSystem) int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_CoordinateSystem() */, __this); V_2 = L_4; int32_t L_5 = V_2; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)5))) <= ((uint32_t)1)))) { goto IL_004c; } } { // if (X.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6 = V_0; NullCheck(L_6); bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_6); if (!L_7) { goto IL_003e; } } { // if (!Y.Square().Equals(B)) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8 = V_1; NullCheck(L_8); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_9; L_9 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_8); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10; L_10 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, __this); NullCheck(L_9); bool L_11; L_11 = VirtualFuncInvoker1< bool, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_9, L_10); if (L_11) { goto IL_004c; } } { // throw new ArgumentException(); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m789B4E75608A673F2CF5DDFC2E67DA20AF440A34(L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractF2mCurve_CreatePoint_m0BB8EAA178FC6B647C0499990BE5A32F3D883099_RuntimeMethod_var))); } IL_003e: { // Y = Y.Divide(X).Add(X); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_13 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_14 = V_0; NullCheck(L_13); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_15; L_15 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_13, L_14); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16 = V_0; NullCheck(L_15); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_17; L_17 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_15, L_16); V_1 = L_17; } IL_004c: { // return CreateRawPoint(X, Y, withCompression); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_18 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = V_1; bool L_20 = ___withCompression2; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_21; L_21 = VirtualFuncInvoker3< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, bool >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) */, __this, L_18, L_19, L_20); return L_21; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve::DecompressPoint(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * AbstractF2mCurve_DecompressPoint_mB5ADA7ECEEC468838E8F5BD56F963E389988F940 (AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE * __this, int32_t ___yTilde0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___X11, const RuntimeMethod* method) { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; int32_t V_4 = 0; { // ECFieldElement xp = FromBigInteger(X1), yp = null; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___X11; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_0); V_0 = L_1; // ECFieldElement xp = FromBigInteger(X1), yp = null; V_1 = (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL; // if (xp.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_2); if (!L_3) { goto IL_0020; } } { // yp = B.Sqrt(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4; L_4 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, __this); NullCheck(L_4); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5; L_5 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(15 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Sqrt() */, L_4); V_1 = L_5; // } goto IL_0087; } IL_0020: { // ECFieldElement beta = xp.Square().Invert().Multiply(B).Add(A).Add(xp); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6 = V_0; NullCheck(L_6); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7; L_7 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_6); NullCheck(L_7); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8; L_8 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(14 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Invert() */, L_7); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_9; L_9 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, __this); NullCheck(L_8); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10; L_10 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_8, L_9); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_11; L_11 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, __this); NullCheck(L_10); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_12; L_12 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_10, L_11); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_13 = V_0; NullCheck(L_12); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_14; L_14 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_12, L_13); V_2 = L_14; // ECFieldElement z = SolveQuadraticEquation(beta); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_15 = V_2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16; L_16 = AbstractF2mCurve_SolveQuadraticEquation_m322B6AD50820185FD260CABA9D178B294E7F2C89(__this, L_15, /*hidden argument*/NULL); V_3 = L_16; // if (z != null) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_17 = V_3; if (!L_17) { goto IL_0087; } } { // if (z.TestBitZero() != (yTilde == 1)) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_18 = V_3; NullCheck(L_18); bool L_19; L_19 = VirtualFuncInvoker0< bool >::Invoke(24 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::TestBitZero() */, L_18); int32_t L_20 = ___yTilde0; if ((((int32_t)L_19) == ((int32_t)((((int32_t)L_20) == ((int32_t)1))? 1 : 0)))) { goto IL_0066; } } { // z = z.AddOne(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_21 = V_3; NullCheck(L_21); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_22; L_22 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::AddOne() */, L_21); V_3 = L_22; } IL_0066: { // switch (this.CoordinateSystem) int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_CoordinateSystem() */, __this); V_4 = L_23; int32_t L_24 = V_4; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)5))) <= ((uint32_t)1)))) { goto IL_007f; } } { // yp = z.Add(xp); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_25 = V_3; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_26 = V_0; NullCheck(L_25); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_27; L_27 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_25, L_26); V_1 = L_27; // break; goto IL_0087; } IL_007f: { // yp = z.Multiply(xp); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_28 = V_3; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_29 = V_0; NullCheck(L_28); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_30; L_30 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_28, L_29); V_1 = L_30; } IL_0087: { // if (yp == null) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_31 = V_1; if (L_31) { goto IL_0095; } } { // throw new ArgumentException("Invalid point compression"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_32 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_32, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF99C83B5A6A13E692E3A135868E45CBB7E938EAA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractF2mCurve_DecompressPoint_mB5ADA7ECEEC468838E8F5BD56F963E389988F940_RuntimeMethod_var))); } IL_0095: { // return CreateRawPoint(xp, yp, true); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_33 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_34 = V_1; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_35; L_35 = VirtualFuncInvoker3< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, bool >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) */, __this, L_33, L_34, (bool)1); return L_35; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve::SolveQuadraticEquation(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * AbstractF2mCurve_SolveQuadraticEquation_m322B6AD50820185FD260CABA9D178B294E7F2C89 (AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___beta0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; int32_t V_3 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_4 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_5 = NULL; int32_t V_6 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_7 = NULL; { // if (beta.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = ___beta0; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_0); if (!L_1) { goto IL_000a; } } { // return beta; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___beta0; return L_2; } IL_000a: { // ECFieldElement gamma, z, zeroElement = FromBigInteger(BigInteger.Zero); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_Zero_7(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4; L_4 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_3); V_2 = L_4; // int m = FieldSize; int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_FieldSize() */, __this); V_3 = L_5; } IL_001d: { // ECFieldElement t = FromBigInteger(BigInteger.Arbitrary(m)); int32_t L_6 = V_3; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7; L_7 = BigInteger_Arbitrary_m7A8A0C3F5C6AF98F79DC77490E1ACCE039C1230B(L_6, /*hidden argument*/NULL); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8; L_8 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_7); V_4 = L_8; // z = zeroElement; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_9 = V_2; V_1 = L_9; // ECFieldElement w = beta; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10 = ___beta0; V_5 = L_10; // for (int i = 1; i < m; i++) V_6 = 1; goto IL_0063; } IL_0035: { // ECFieldElement w2 = w.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_11 = V_5; NullCheck(L_11); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_12; L_12 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_11); V_7 = L_12; // z = z.Square().Add(w2.Multiply(t)); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_13 = V_1; NullCheck(L_13); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_14; L_14 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_13); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_15 = V_7; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16 = V_4; NullCheck(L_15); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_17; L_17 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_15, L_16); NullCheck(L_14); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_18; L_18 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_14, L_17); V_1 = L_18; // w = w2.Add(beta); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = V_7; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_20 = ___beta0; NullCheck(L_19); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_21; L_21 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_19, L_20); V_5 = L_21; // for (int i = 1; i < m; i++) int32_t L_22 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0063: { // for (int i = 1; i < m; i++) int32_t L_23 = V_6; int32_t L_24 = V_3; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_0035; } } { // if (!w.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_25 = V_5; NullCheck(L_25); bool L_26; L_26 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_25); if (L_26) { goto IL_0073; } } { // return null; return (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)NULL; } IL_0073: { // gamma = z.Square().Add(z); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_27 = V_1; NullCheck(L_27); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_28; L_28 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_27); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_29 = V_1; NullCheck(L_28); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_30; L_30 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_28, L_29); V_0 = L_30; // while (gamma.IsZero); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_31 = V_0; NullCheck(L_31); bool L_32; L_32 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_31); if (L_32) { goto IL_001d; } } { // return z; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_33 = V_1; return L_33; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve::GetSi() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* AbstractF2mCurve_GetSi_mF0D780C25DAB91A7B0A760C6E7DED234078ED852 (AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tnaf_t81087B1591BF363879B0361EE4C5F411B1802A93_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (si == null) BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_0 = __this->get_si_16(); if (L_0) { goto IL_0034; } } { // lock (this) V_0 = __this; V_1 = (bool)0; } IL_000c: try {// begin try (depth: 1) { AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); // if (si == null) BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_2 = __this->get_si_16(); if (L_2) { goto IL_0028; } } IL_001c: { // si = Tnaf.GetSi(this); IL2CPP_RUNTIME_CLASS_INIT(Tnaf_t81087B1591BF363879B0361EE4C5F411B1802A93_il2cpp_TypeInfo_var); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_3; L_3 = Tnaf_GetSi_mD10DAAF8AB76B6AC1306C91AA1DE833DA110BE15(__this, /*hidden argument*/NULL); __this->set_si_16(L_3); } IL_0028: { // } IL2CPP_LEAVE(0x34, FINALLY_002a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002a; } FINALLY_002a: {// begin finally (depth: 1) { bool L_4 = V_1; if (!L_4) { goto IL_0033; } } IL_002d: { AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE * L_5 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_5, /*hidden argument*/NULL); } IL_0033: { IL2CPP_END_FINALLY(42) } }// end finally (depth: 1) IL2CPP_CLEANUP(42) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x34, IL_0034) } IL_0034: { // return si; BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_6 = __this->get_si_16(); return L_6; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mCurve::get_IsKoblitz() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AbstractF2mCurve_get_IsKoblitz_m024B3221F0D995C6113289FED87F32407CAC92AB (AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE * __this, const RuntimeMethod* method) { { // return m_order != null && m_cofactor != null && m_b.IsOne && (m_a.IsZero || m_a.IsOne); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->get_m_order_11(); if (!L_0) { goto IL_0038; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->get_m_cofactor_12(); if (!L_1) { goto IL_0038; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->get_m_b_10(); NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_2); if (!L_3) { goto IL_0038; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4 = ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->get_m_a_9(); NullCheck(L_4); bool L_5; L_5 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_4); if (L_5) { goto IL_0036; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6 = ((ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 *)__this)->get_m_a_9(); NullCheck(L_6); bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_6); return L_7; } IL_0036: { return (bool)1; } IL_0038: { 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 // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mFieldElement::HalfTrace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * AbstractF2mFieldElement_HalfTrace_m0978120D82E3A8F9994B3BF8C21B17E3308EB08A (AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; int32_t V_3 = 0; { // int m = FieldSize; int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_FieldSize() */, __this); V_0 = L_0; // if ((m & 1) == 0) int32_t L_1 = V_0; if (((int32_t)((int32_t)L_1&(int32_t)1))) { goto IL_0017; } } { // throw new InvalidOperationException("Half-trace only defined for odd m"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral16E6163626A12D1DF5EDADB492CEBF218FFEFB5D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractF2mFieldElement_HalfTrace_m0978120D82E3A8F9994B3BF8C21B17E3308EB08A_RuntimeMethod_var))); } IL_0017: { // ECFieldElement fe = this; V_1 = __this; // ECFieldElement ht = fe; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3 = V_1; V_2 = L_3; // for (int i = 2; i < m; i += 2) V_3 = 2; goto IL_0033; } IL_001f: { // fe = fe.SquarePow(2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4 = V_1; NullCheck(L_4); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5; L_5 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, int32_t >::Invoke(23 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::SquarePow(System.Int32) */, L_4, 2); V_1 = L_5; // ht = ht.Add(fe); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6 = V_2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7 = V_1; NullCheck(L_6); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8; L_8 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_6, L_7); V_2 = L_8; // for (int i = 2; i < m; i += 2) int32_t L_9 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)2)); } IL_0033: { // for (int i = 2; i < m; i += 2) int32_t L_10 = V_3; int32_t L_11 = V_0; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_001f; } } { // return ht; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_12 = V_2; return L_12; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mFieldElement::Trace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AbstractF2mFieldElement_Trace_m2CB43D6449723BF02E092D1E1D3ECD5C976B96B7 (AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; int32_t V_3 = 0; { // int m = FieldSize; int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_FieldSize() */, __this); V_0 = L_0; // ECFieldElement fe = this; V_1 = __this; // ECFieldElement tr = fe; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = V_1; V_2 = L_1; // for (int i = 1; i < m; ++i) V_3 = 1; goto IL_0022; } IL_000f: { // fe = fe.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = V_1; NullCheck(L_2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_2); V_1 = L_3; // tr = tr.Add(fe); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4 = V_2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = V_1; NullCheck(L_4); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6; L_6 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_4, L_5); V_2 = L_6; // for (int i = 1; i < m; ++i) int32_t L_7 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0022: { // for (int i = 1; i < m; ++i) int32_t L_8 = V_3; int32_t L_9 = V_0; if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_000f; } } { // if (tr.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10 = V_2; NullCheck(L_10); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_10); if (!L_11) { goto IL_0030; } } { // return 0; return 0; } IL_0030: { // if (tr.IsOne) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_12 = V_2; NullCheck(L_12); bool L_13; L_13 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_12); if (!L_13) { goto IL_003a; } } { // return 1; return 1; } IL_003a: { // throw new InvalidOperationException("Internal error in trace calculation"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_14 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0198AA6FEAB49BBB85FF18EDE85816FCC424D8D7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractF2mFieldElement_Trace_m2CB43D6449723BF02E092D1E1D3ECD5C976B96B7_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mFieldElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractF2mFieldElement__ctor_m5A7D1221FECFC95A0A65048752733D42BB882528 (AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677 * __this, const RuntimeMethod* method) { { ECFieldElement__ctor_mC59D02D5C74E85F70D850C983EE204CCE5291E2E(__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 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractF2mPoint__ctor_m286254AF1E7FEDA130EC045C190D4A3806CEAA75 (AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method) { { // : base(curve, x, y, withCompression) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; bool L_3 = ___withCompression3; ECPointBase__ctor_m811BAC39B23B703D5ADF976D28F882C448588746(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractF2mPoint__ctor_mDFCC11B5B8257CB5D92A463B3D35DB96F4C97B78 (AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method) { { // : base(curve, x, y, zs, withCompression) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_3 = ___zs3; bool L_4 = ___withCompression4; ECPointBase__ctor_m27DB02CE78C9EF0BA3D9363F3ABA42A5365E6533(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint::SatisfiesCurveEquation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AbstractF2mPoint_SatisfiesCurveEquation_mE774B75B5736E4FBE8AD06EB68476D009D3C7666 (AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 * __this, const RuntimeMethod* method) { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_4 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_5 = NULL; int32_t V_6 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_7 = NULL; bool V_8 = false; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_9 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_10 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_11 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_12 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_13 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_14 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_15 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_16 = NULL; { // ECCurve curve = Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0; L_0 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); // ECFieldElement X = this.RawXCoord, Y = this.RawYCoord, A = curve.A, B = curve.B; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_0 = L_1; // ECFieldElement X = this.RawXCoord, Y = this.RawYCoord, A = curve.A, B = curve.B; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2; L_2 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_1 = L_2; // ECFieldElement X = this.RawXCoord, Y = this.RawYCoord, A = curve.A, B = curve.B; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_3 = L_0; NullCheck(L_3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4; L_4 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_3); V_2 = L_4; // ECFieldElement X = this.RawXCoord, Y = this.RawYCoord, A = curve.A, B = curve.B; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_5 = L_3; NullCheck(L_5); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6; L_6 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, L_5); V_3 = L_6; // int coord = curve.CoordinateSystem; NullCheck(L_5); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_CoordinateSystem() */, L_5); V_6 = L_7; // if (coord == ECCurve.COORD_LAMBDA_PROJECTIVE) int32_t L_8 = V_6; if ((!(((uint32_t)L_8) == ((uint32_t)6)))) { goto IL_00f0; } } { // ECFieldElement Z = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_9; L_9 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_11 = (L_9)->GetAt(static_cast(L_10)); V_7 = L_11; // bool ZIsOne = Z.IsOne; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_12 = V_7; NullCheck(L_12); bool L_13; L_13 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_12); V_8 = L_13; // if (X.IsZero) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_14 = V_0; NullCheck(L_14); bool L_15; L_15 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsZero() */, L_14); if (!L_15) { goto IL_0077; } } { // lhs = Y.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16 = V_1; NullCheck(L_16); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_17; L_17 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_16); V_4 = L_17; // rhs = B; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_18 = V_3; V_5 = L_18; // if (!ZIsOne) bool L_19 = V_8; if (L_19) { goto IL_0173; } } { // ECFieldElement Z2 = Z.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_20 = V_7; NullCheck(L_20); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_21; L_21 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_20); V_9 = L_21; // rhs = rhs.Multiply(Z2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_22 = V_5; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_23 = V_9; NullCheck(L_22); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_24; L_24 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_22, L_23); V_5 = L_24; // } goto IL_0173; } IL_0077: { // ECFieldElement L = Y, X2 = X.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_25 = V_1; V_10 = L_25; // ECFieldElement L = Y, X2 = X.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_26 = V_0; NullCheck(L_26); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_27; L_27 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_26); V_11 = L_27; // if (ZIsOne) bool L_28 = V_8; if (!L_28) { goto IL_00ad; } } { // lhs = L.Square().Add(L).Add(A); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_29 = V_10; NullCheck(L_29); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_30; L_30 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_29); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_31 = V_10; NullCheck(L_30); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_32; L_32 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_30, L_31); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_33 = V_2; NullCheck(L_32); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_34; L_34 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_32, L_33); V_4 = L_34; // rhs = X2.Square().Add(B); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_35 = V_11; NullCheck(L_35); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_36; L_36 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_35); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_37 = V_3; NullCheck(L_36); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_38; L_38 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_36, L_37); V_5 = L_38; // } goto IL_00e0; } IL_00ad: { // ECFieldElement Z2 = Z.Square(), Z4 = Z2.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_39 = V_7; NullCheck(L_39); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_40; L_40 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_39); V_12 = L_40; // ECFieldElement Z2 = Z.Square(), Z4 = Z2.Square(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_41 = V_12; NullCheck(L_41); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_42; L_42 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_41); V_13 = L_42; // lhs = L.Add(Z).MultiplyPlusProduct(L, A, Z2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_43 = V_10; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_44 = V_7; NullCheck(L_43); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_45; L_45 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_43, L_44); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_46 = V_10; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_47 = V_2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_48 = V_12; NullCheck(L_45); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_49; L_49 = VirtualFuncInvoker3< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::MultiplyPlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_45, L_46, L_47, L_48); V_4 = L_49; // rhs = X2.SquarePlusProduct(B, Z4); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_50 = V_11; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_51 = V_3; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_52 = V_13; NullCheck(L_50); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_53; L_53 = VirtualFuncInvoker2< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::SquarePlusProduct(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_50, L_51, L_52); V_5 = L_53; } IL_00e0: { // lhs = lhs.Multiply(X2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_54 = V_4; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_55 = V_11; NullCheck(L_54); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_56; L_56 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_54, L_55); V_4 = L_56; // } goto IL_0173; } IL_00f0: { // lhs = Y.Add(X).Multiply(Y); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_57 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_58 = V_0; NullCheck(L_57); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_59; L_59 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_57, L_58); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_60 = V_1; NullCheck(L_59); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_61; L_61 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_59, L_60); V_4 = L_61; int32_t L_62 = V_6; if (!L_62) { goto IL_0159; } } { int32_t L_63 = V_6; if ((!(((uint32_t)L_63) == ((uint32_t)1)))) { goto IL_014e; } } { // ECFieldElement Z = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_64; L_64 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_64); int32_t L_65 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_66 = (L_64)->GetAt(static_cast(L_65)); V_14 = L_66; // if (!Z.IsOne) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_67 = V_14; NullCheck(L_67); bool L_68; L_68 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_67); if (L_68) { goto IL_0159; } } { // ECFieldElement Z2 = Z.Square(), Z3 = Z.Multiply(Z2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_69 = V_14; NullCheck(L_69); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_70; L_70 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_69); V_15 = L_70; // ECFieldElement Z2 = Z.Square(), Z3 = Z.Multiply(Z2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_71 = V_14; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_72 = V_15; NullCheck(L_71); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_73; L_73 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_71, L_72); V_16 = L_73; // lhs = lhs.Multiply(Z); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_74 = V_4; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_75 = V_14; NullCheck(L_74); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_76; L_76 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_74, L_75); V_4 = L_76; // A = A.Multiply(Z); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_77 = V_2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_78 = V_14; NullCheck(L_77); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_79; L_79 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_77, L_78); V_2 = L_79; // B = B.Multiply(Z3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_80 = V_3; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_81 = V_16; NullCheck(L_80); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_82; L_82 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_80, L_81); V_3 = L_82; // break; goto IL_0159; } IL_014e: { // throw new InvalidOperationException("unsupported coordinate system"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_83 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_83, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88FDE4E981039D470D95B3A195A7183361D9E468)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_83, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractF2mPoint_SatisfiesCurveEquation_mE774B75B5736E4FBE8AD06EB68476D009D3C7666_RuntimeMethod_var))); } IL_0159: { // rhs = X.Add(A).Multiply(X.Square()).Add(B); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_84 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_85 = V_2; NullCheck(L_84); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_86; L_86 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_84, L_85); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_87 = V_0; NullCheck(L_87); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_88; L_88 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_87); NullCheck(L_86); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_89; L_89 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_86, L_88); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_90 = V_3; NullCheck(L_89); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_91; L_91 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_89, L_90); V_5 = L_91; } IL_0173: { // return lhs.Equals(rhs); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_92 = V_4; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_93 = V_5; NullCheck(L_92); bool L_94; L_94 = VirtualFuncInvoker1< bool, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_92, L_93); return L_94; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint::SatisfiesOrder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AbstractF2mPoint_SatisfiesOrder_m112CEF49A37D5601F2F9F8A71C6EFD23A8CA9238 (AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * V_2 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_4 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_5 = NULL; { // ECCurve curve = Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0; L_0 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_0; // BigInteger cofactor = curve.Cofactor; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1 = V_0; NullCheck(L_1); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = VirtualFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(27 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Cofactor() */, L_1); V_1 = L_2; // if (BigInteger.Two.Equals(cofactor)) IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_Two_9(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = V_1; NullCheck(L_3); bool L_5; L_5 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_3, L_4); if (!L_5) { goto IL_003f; } } { // ECPoint N = this.Normalize(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_6; L_6 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(17 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize() */, __this); // ECFieldElement X = N.AffineXCoord; NullCheck(L_6); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7; L_7 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineXCoord() */, L_6); // ECFieldElement rhs = X.Add(curve.A); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_8 = V_0; NullCheck(L_8); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_9; L_9 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_8); NullCheck(L_7); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10; L_10 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_7, L_9); // return ((AbstractF2mFieldElement)rhs).Trace() == 0; NullCheck(((AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677 *)CastclassClass((RuntimeObject*)L_10, AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677_il2cpp_TypeInfo_var))); int32_t L_11; L_11 = VirtualFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mFieldElement::Trace() */, ((AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677 *)CastclassClass((RuntimeObject*)L_10, AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677_il2cpp_TypeInfo_var))); return (bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0); } IL_003f: { // if (BigInteger.ValueOf(4).Equals(cofactor)) IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12; L_12 = BigInteger_ValueOf_m26A9968814DAF2363D8B71164672E6257BC82001(((int64_t)((int64_t)4)), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13 = V_1; NullCheck(L_12); bool L_14; L_14 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_12, L_13); if (!L_14) { goto IL_00c1; } } { // ECPoint N = this.Normalize(); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_15; L_15 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(17 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Normalize() */, __this); V_2 = L_15; // ECFieldElement X = N.AffineXCoord; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_16 = V_2; NullCheck(L_16); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_17; L_17 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineXCoord() */, L_16); V_3 = L_17; // ECFieldElement lambda = ((AbstractF2mCurve)curve).SolveQuadraticEquation(X.Add(curve.A)); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_18 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = V_3; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_20 = V_0; NullCheck(L_20); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_21; L_21 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_20); NullCheck(L_19); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_22; L_22 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_19, L_21); NullCheck(((AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE *)CastclassClass((RuntimeObject*)L_18, AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE_il2cpp_TypeInfo_var))); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_23; L_23 = AbstractF2mCurve_SolveQuadraticEquation_m322B6AD50820185FD260CABA9D178B294E7F2C89(((AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE *)CastclassClass((RuntimeObject*)L_18, AbstractF2mCurve_tDE72296FD23D8B8C899FBB99BAD91F3D1C9BBCCE_il2cpp_TypeInfo_var)), L_22, /*hidden argument*/NULL); V_4 = L_23; // if (lambda == null) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_24 = V_4; if (L_24) { goto IL_007b; } } { // return false; return (bool)0; } IL_007b: { // ECFieldElement w = X.Multiply(lambda).Add(N.AffineYCoord); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_25 = V_3; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_26 = V_4; NullCheck(L_25); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_27; L_27 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_25, L_26); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_28 = V_2; NullCheck(L_28); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_29; L_29 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineYCoord() */, L_28); NullCheck(L_27); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_30; L_30 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_27, L_29); // ECFieldElement t = w.Add(curve.A); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_31 = V_0; NullCheck(L_31); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_32; L_32 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_31); NullCheck(L_30); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_33; L_33 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_30, L_32); V_5 = L_33; // return ((AbstractF2mFieldElement)t).Trace() == 0 // || ((AbstractF2mFieldElement)(t.Add(X))).Trace() == 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_34 = V_5; NullCheck(((AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677 *)CastclassClass((RuntimeObject*)L_34, AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677_il2cpp_TypeInfo_var))); int32_t L_35; L_35 = VirtualFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mFieldElement::Trace() */, ((AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677 *)CastclassClass((RuntimeObject*)L_34, AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677_il2cpp_TypeInfo_var))); if (!L_35) { goto IL_00bf; } } { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_36 = V_5; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_37 = V_3; NullCheck(L_36); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_38; L_38 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_36, L_37); NullCheck(((AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677 *)CastclassClass((RuntimeObject*)L_38, AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677_il2cpp_TypeInfo_var))); int32_t L_39; L_39 = VirtualFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mFieldElement::Trace() */, ((AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677 *)CastclassClass((RuntimeObject*)L_38, AbstractF2mFieldElement_tFE8B594FAC65E3901869DD8752F30A2A5AA26677_il2cpp_TypeInfo_var))); return (bool)((((int32_t)L_39) == ((int32_t)0))? 1 : 0); } IL_00bf: { return (bool)1; } IL_00c1: { // return base.SatisfiesOrder(); bool L_40; L_40 = ECPoint_SatisfiesOrder_mD887F50F9CAB721BD4F14FB7EB0DECB1FE2A3B26(__this, /*hidden argument*/NULL); return L_40; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint::ScaleX(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * AbstractF2mPoint_ScaleX_m9EA94D81FDB3A837BE3CB66B878EBFA7D8B73E07 (AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___scale0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_4 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_5 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_6 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_7 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_8 = NULL; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return this; return __this; } IL_000a: { // switch (CurveCoordinateSystem) int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_CurveCoordinateSystem() */, __this); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)5))) { goto IL_001e; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)6))) { goto IL_0060; } } { goto IL_00c2; } IL_001e: { // ECFieldElement X = RawXCoord, L = RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4; L_4 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_1 = L_4; // ECFieldElement X = RawXCoord, L = RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5; L_5 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); // ECFieldElement X2 = X.Multiply(scale); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7 = ___scale0; NullCheck(L_6); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8; L_8 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_6, L_7); V_2 = L_8; // ECFieldElement L2 = L.Add(X).Divide(scale).Add(X2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_9 = V_1; NullCheck(L_5); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10; L_10 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_5, L_9); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_11 = ___scale0; NullCheck(L_10); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_12; L_12 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_10, L_11); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_13 = V_2; NullCheck(L_12); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_14; L_14 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_12, L_13); V_3 = L_14; // return Curve.CreateRawPoint(X, L2, RawZCoords, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_15; L_15 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_17 = V_3; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_18; L_18 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); bool L_19; L_19 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); NullCheck(L_15); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_20; L_20 = VirtualFuncInvoker4< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*, bool >::Invoke(14 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) */, L_15, L_16, L_17, L_18, L_19); return L_20; } IL_0060: { // ECFieldElement X = RawXCoord, L = RawYCoord, Z = RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_21; L_21 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_4 = L_21; // ECFieldElement X = RawXCoord, L = RawYCoord, Z = RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_22; L_22 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); // ECFieldElement X = RawXCoord, L = RawYCoord, Z = RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_23; L_23 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_23); int32_t L_24 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_25 = (L_23)->GetAt(static_cast(L_24)); V_5 = L_25; // ECFieldElement X2 = X.Multiply(scale.Square()); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_26 = V_4; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_27 = ___scale0; NullCheck(L_27); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_28; L_28 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_27); NullCheck(L_26); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_29; L_29 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_26, L_28); V_6 = L_29; // ECFieldElement L2 = L.Add(X).Add(X2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_30 = V_4; NullCheck(L_22); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_31; L_31 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_22, L_30); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_32 = V_6; NullCheck(L_31); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_33; L_33 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_31, L_32); V_7 = L_33; // ECFieldElement Z2 = Z.Multiply(scale); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_34 = V_5; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_35 = ___scale0; NullCheck(L_34); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_36; L_36 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_34, L_35); V_8 = L_36; // return Curve.CreateRawPoint(X, L2, new ECFieldElement[] { Z2 }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_37; L_37 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_38 = V_4; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_39 = V_7; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_40 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_41 = L_40; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_42 = V_8; NullCheck(L_41); ArrayElementTypeCheck (L_41, L_42); (L_41)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_42); bool L_43; L_43 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); NullCheck(L_37); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_44; L_44 = VirtualFuncInvoker4< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*, bool >::Invoke(14 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) */, L_37, L_38, L_39, L_41, L_43); return L_44; } IL_00c2: { // return base.ScaleX(scale); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_45 = ___scale0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_46; L_46 = ECPoint_ScaleX_m33D21B8AFA27339CFFE38F18CB084F39F1370671(__this, L_45, /*hidden argument*/NULL); return L_46; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint::ScaleY(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * AbstractF2mPoint_ScaleY_m006DD869E74DA3124CB10C551841B1AA96A46833 (AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 * __this, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___scale0, const RuntimeMethod* method) { int32_t V_0 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return this; return __this; } IL_000a: { // switch (CurveCoordinateSystem) int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_CurveCoordinateSystem() */, __this); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)5))) <= ((uint32_t)1)))) { goto IL_0051; } } { // ECFieldElement X = RawXCoord, L = RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_1 = L_3; // ECFieldElement X = RawXCoord, L = RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4; L_4 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); // ECFieldElement L2 = L.Add(X).Multiply(scale).Add(X); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5 = V_1; NullCheck(L_4); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6; L_6 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_4, L_5); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7 = ___scale0; NullCheck(L_6); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8; L_8 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_6, L_7); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_9 = V_1; NullCheck(L_8); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10; L_10 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_8, L_9); V_2 = L_10; // return Curve.CreateRawPoint(X, L2, RawZCoords, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_11; L_11 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_12 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_13 = V_2; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_14; L_14 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); bool L_15; L_15 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); NullCheck(L_11); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_16; L_16 = VirtualFuncInvoker4< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*, bool >::Invoke(14 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) */, L_11, L_12, L_13, L_14, L_15); return L_16; } IL_0051: { // return base.ScaleY(scale); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_17 = ___scale0; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_18; L_18 = ECPoint_ScaleY_mC08D61D692210FDBA7BFFDCDAD9A7CFB790490E3(__this, L_17, /*hidden argument*/NULL); return L_18; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint::Subtract(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * AbstractF2mPoint_Subtract_mBE9F19556452BFBF0A126FE3BC5A3C3A426A12BB (AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___b0, const RuntimeMethod* method) { { // if (b.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = ___b0; NullCheck(L_0); bool L_1; L_1 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000a; } } { // return this; return __this; } IL_000a: { // return Add(b.Negate()); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = ___b0; NullCheck(L_2); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3; L_3 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(28 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Negate() */, L_2); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4; L_4 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, __this, L_3); return L_4; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint::Tau() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 * AbstractF2mPoint_Tau_m4AB82C9E942B8300C59C203B47D121A3C500DB4E (AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; int32_t V_1 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_4 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_5 = NULL; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return this; return __this; } IL_000a: { // ECCurve curve = this.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1; L_1 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_1; // int coord = curve.CoordinateSystem; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_CoordinateSystem() */, L_2); V_1 = L_3; // ECFieldElement X1 = this.RawXCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4; L_4 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_2 = L_4; int32_t L_5 = V_1; switch (L_5) { case 0: { goto IL_0043; } case 1: { goto IL_0068; } case 2: { goto IL_00a9; } case 3: { goto IL_00a9; } case 4: { goto IL_00a9; } case 5: { goto IL_0043; } case 6: { goto IL_0068; } } } { goto IL_00a9; } IL_0043: { // ECFieldElement Y1 = this.RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6; L_6 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_3 = L_6; // return (AbstractF2mPoint)curve.CreateRawPoint(X1.Square(), Y1.Square(), IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_7 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8 = V_2; NullCheck(L_8); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_9; L_9 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_8); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10 = V_3; NullCheck(L_10); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_11; L_11 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_10); bool L_12; L_12 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_13; L_13 = VirtualFuncInvoker3< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, bool >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) */, L_7, L_9, L_11, L_12); return ((AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 *)CastclassClass((RuntimeObject*)L_13, AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833_il2cpp_TypeInfo_var)); } IL_0068: { // ECFieldElement Y1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_14; L_14 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_4 = L_14; // ECFieldElement Y1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_15; L_15 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_15); int32_t L_16 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_17 = (L_15)->GetAt(static_cast(L_16)); V_5 = L_17; // return (AbstractF2mPoint)curve.CreateRawPoint(X1.Square(), Y1.Square(), // new ECFieldElement[] { Z1.Square() }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_18 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = V_2; NullCheck(L_19); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_20; L_20 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_19); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_21 = V_4; NullCheck(L_21); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_22; L_22 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_21); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_23 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_24 = L_23; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_25 = V_5; NullCheck(L_25); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_26; L_26 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_25); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_26); (L_24)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_26); bool L_27; L_27 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); NullCheck(L_18); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_28; L_28 = VirtualFuncInvoker4< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*, bool >::Invoke(14 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) */, L_18, L_20, L_22, L_24, L_27); return ((AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 *)CastclassClass((RuntimeObject*)L_28, AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833_il2cpp_TypeInfo_var)); } IL_00a9: { // throw new InvalidOperationException("unsupported coordinate system"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_29 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_29, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88FDE4E981039D470D95B3A195A7183361D9E468)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractF2mPoint_Tau_m4AB82C9E942B8300C59C203B47D121A3C500DB4E_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractF2mPoint::TauPow(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 * AbstractF2mPoint_TauPow_m9E3230C6082D696F9B1F805A9314B54949376141 (AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 * __this, int32_t ___pow0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * V_0 = NULL; int32_t V_1 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_4 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_5 = NULL; { // if (this.IsInfinity) bool L_0; L_0 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // return this; return __this; } IL_000a: { // ECCurve curve = this.Curve; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_1; L_1 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); V_0 = L_1; // int coord = curve.CoordinateSystem; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_CoordinateSystem() */, L_2); V_1 = L_3; // ECFieldElement X1 = this.RawXCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4; L_4 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_2 = L_4; int32_t L_5 = V_1; switch (L_5) { case 0: { goto IL_0043; } case 1: { goto IL_006a; } case 2: { goto IL_00ae; } case 3: { goto IL_00ae; } case 4: { goto IL_00ae; } case 5: { goto IL_0043; } case 6: { goto IL_006a; } } } { goto IL_00ae; } IL_0043: { // ECFieldElement Y1 = this.RawYCoord; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6; L_6 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_3 = L_6; // return (AbstractF2mPoint)curve.CreateRawPoint(X1.SquarePow(pow), Y1.SquarePow(pow), IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_7 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8 = V_2; int32_t L_9 = ___pow0; NullCheck(L_8); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10; L_10 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, int32_t >::Invoke(23 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::SquarePow(System.Int32) */, L_8, L_9); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_11 = V_3; int32_t L_12 = ___pow0; NullCheck(L_11); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_13; L_13 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, int32_t >::Invoke(23 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::SquarePow(System.Int32) */, L_11, L_12); bool L_14; L_14 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_15; L_15 = VirtualFuncInvoker3< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, bool >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) */, L_7, L_10, L_13, L_14); return ((AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 *)CastclassClass((RuntimeObject*)L_15, AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833_il2cpp_TypeInfo_var)); } IL_006a: { // ECFieldElement Y1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16; L_16 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); V_4 = L_16; // ECFieldElement Y1 = this.RawYCoord, Z1 = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_17; L_17 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_17); int32_t L_18 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = (L_17)->GetAt(static_cast(L_18)); V_5 = L_19; // return (AbstractF2mPoint)curve.CreateRawPoint(X1.SquarePow(pow), Y1.SquarePow(pow), // new ECFieldElement[] { Z1.SquarePow(pow) }, IsCompressed); ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_20 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_21 = V_2; int32_t L_22 = ___pow0; NullCheck(L_21); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_23; L_23 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, int32_t >::Invoke(23 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::SquarePow(System.Int32) */, L_21, L_22); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_24 = V_4; int32_t L_25 = ___pow0; NullCheck(L_24); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_26; L_26 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, int32_t >::Invoke(23 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::SquarePow(System.Int32) */, L_24, L_25); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_27 = (ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*)SZArrayNew(ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E_il2cpp_TypeInfo_var, (uint32_t)1); ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_28 = L_27; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_29 = V_5; int32_t L_30 = ___pow0; NullCheck(L_29); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_31; L_31 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, int32_t >::Invoke(23 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::SquarePow(System.Int32) */, L_29, L_30); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_31); (L_28)->SetAt(static_cast(0), (ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *)L_31); bool L_32; L_32 = ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline(__this, /*hidden argument*/NULL); NullCheck(L_20); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_33; L_33 = VirtualFuncInvoker4< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E*, bool >::Invoke(14 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) */, L_20, L_23, L_26, L_28, L_32); return ((AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833 *)CastclassClass((RuntimeObject*)L_33, AbstractF2mPoint_tFCA599B02F26BB22110F765762F2739601807833_il2cpp_TypeInfo_var)); } IL_00ae: { // throw new InvalidOperationException("unsupported coordinate system"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_34 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_34, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88FDE4E981039D470D95B3A195A7183361D9E468)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractF2mPoint_TauPow_m9E3230C6082D696F9B1F805A9314B54949376141_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 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpCurve::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractFpCurve__ctor_m947A80805376A60114DDA1012E816316109ABE33 (AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : base(FiniteFields.GetPrimeField(q)) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___q0; IL2CPP_RUNTIME_CLASS_INIT(FiniteFields_tA7706BE627FC163153E106BDDA62E99177DBD30E_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = FiniteFields_GetPrimeField_mA2B298E77BE1A338610E2C8EF14B55A13F00B45F(L_0, /*hidden argument*/NULL); ECCurve__ctor_m98CB320A8F3D2EA8EC9B606BCDE417D18ED7840E(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpCurve::IsValidFieldElement(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AbstractFpCurve_IsValidFieldElement_mA21573CC4394547E964463BDADD2429D609D5720 (AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IFiniteField_t93F742CE2136665713411FB881C26BD6E901868C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return x != null && x.SignValue >= 0 && x.CompareTo(Field.Characteristic) < 0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___x0; if (!L_0) { goto IL_0021; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___x0; NullCheck(L_1); int32_t L_2; L_2 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0021; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___x0; RuntimeObject* L_4; L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(23 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_Field() */, __this); NullCheck(L_4); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5; L_5 = InterfaceFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Field.IFiniteField::get_Characteristic() */, IFiniteField_t93F742CE2136665713411FB881C26BD6E901868C_il2cpp_TypeInfo_var, L_4); NullCheck(L_3); int32_t L_6; L_6 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_3, L_5, /*hidden argument*/NULL); return (bool)((((int32_t)L_6) < ((int32_t)0))? 1 : 0); } IL_0021: { return (bool)0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpCurve::DecompressPoint(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * AbstractFpCurve_DecompressPoint_mBDCDC336839C40605F734B064E89A0AA2D7FDCCC (AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF * __this, int32_t ___yTilde0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___X11, const RuntimeMethod* method) { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; { // ECFieldElement x = FromBigInteger(X1); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___X11; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::FromBigInteger(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) */, __this, L_0); V_0 = L_1; // ECFieldElement rhs = x.Square().Add(A).Multiply(x).Add(B); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = V_0; NullCheck(L_2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_4; L_4 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, __this); NullCheck(L_3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5; L_5 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_3, L_4); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6 = V_0; NullCheck(L_5); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_7; L_7 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_5, L_6); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_8; L_8 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, __this); NullCheck(L_7); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_9; L_9 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_7, L_8); // ECFieldElement y = rhs.Sqrt(); NullCheck(L_9); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_10; L_10 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(15 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Sqrt() */, L_9); V_1 = L_10; // if (y == null) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_11 = V_1; if (L_11) { goto IL_003e; } } { // throw new ArgumentException("Invalid point compression"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF99C83B5A6A13E692E3A135868E45CBB7E938EAA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractFpCurve_DecompressPoint_mBDCDC336839C40605F734B064E89A0AA2D7FDCCC_RuntimeMethod_var))); } IL_003e: { // if (y.TestBitZero() != (yTilde == 1)) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_13 = V_1; NullCheck(L_13); bool L_14; L_14 = VirtualFuncInvoker0< bool >::Invoke(24 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::TestBitZero() */, L_13); int32_t L_15 = ___yTilde0; if ((((int32_t)L_14) == ((int32_t)((((int32_t)L_15) == ((int32_t)1))? 1 : 0)))) { goto IL_0051; } } { // y = y.Negate(); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16 = V_1; NullCheck(L_16); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_17; L_17 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Negate() */, L_16); V_1 = L_17; } IL_0051: { // return CreateRawPoint(x, y, true); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_18 = V_0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = V_1; ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_20; L_20 = VirtualFuncInvoker3< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, bool >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) */, __this, L_18, L_19, (bool)1); return L_20; } } #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 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpFieldElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractFpFieldElement__ctor_mEC778633EF031B1FE3D13C3755B70DA1AEAD64F8 (AbstractFpFieldElement_tD2C80C5CF9EBE12D131C5D8D967229FF84510820 * __this, const RuntimeMethod* method) { { ECFieldElement__ctor_mC59D02D5C74E85F70D850C983EE204CCE5291E2E(__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 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpPoint::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractFpPoint__ctor_m42BA911AB715BDF0A21503C183F3E65D6D14507C (AbstractFpPoint_t799A86CC9DA46A0A95F2372E8027786F40B8E987 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, bool ___withCompression3, const RuntimeMethod* method) { { // : base(curve, x, y, withCompression) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; bool L_3 = ___withCompression3; ECPointBase__ctor_m811BAC39B23B703D5ADF976D28F882C448588746(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpPoint::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractFpPoint__ctor_m39302B31AA85EF4CD29A4F7239A98CEEAD0F93B6 (AbstractFpPoint_t799A86CC9DA46A0A95F2372E8027786F40B8E987 * __this, ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * ___curve0, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___x1, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ___y2, ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ___zs3, bool ___withCompression4, const RuntimeMethod* method) { { // : base(curve, x, y, zs, withCompression) ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_0 = ___curve0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1 = ___x1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_2 = ___y2; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_3 = ___zs3; bool L_4 = ___withCompression4; ECPointBase__ctor_m27DB02CE78C9EF0BA3D9363F3ABA42A5365E6533(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpPoint::get_CompressionYTilde() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AbstractFpPoint_get_CompressionYTilde_mD58BFE38867B94317FBAFCDAF8434EA561F8C041 (AbstractFpPoint_t799A86CC9DA46A0A95F2372E8027786F40B8E987 * __this, const RuntimeMethod* method) { { // get { return this.AffineYCoord.TestBitZero(); } ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0; L_0 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_AffineYCoord() */, __this); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(24 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::TestBitZero() */, L_0); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpPoint::SatisfiesCurveEquation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AbstractFpPoint_SatisfiesCurveEquation_m209397E75F889A29E1BDA2FCC3EA0C0B1A2D9ECE (AbstractFpPoint_t799A86CC9DA46A0A95F2372E8027786F40B8E987 * __this, const RuntimeMethod* method) { ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_0 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_1 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_2 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_3 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_4 = NULL; int32_t V_5 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_6 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_7 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_8 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_9 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_10 = NULL; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * V_11 = NULL; { // ECFieldElement X = this.RawXCoord, Y = this.RawYCoord, A = Curve.A, B = Curve.B; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0; L_0 = ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline(__this, /*hidden argument*/NULL); V_0 = L_0; // ECFieldElement X = this.RawXCoord, Y = this.RawYCoord, A = Curve.A, B = Curve.B; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_1; L_1 = ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline(__this, /*hidden argument*/NULL); // ECFieldElement X = this.RawXCoord, Y = this.RawYCoord, A = Curve.A, B = Curve.B; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_2; L_2 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); NullCheck(L_2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_3; L_3 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(24 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_A() */, L_2); V_1 = L_3; // ECFieldElement X = this.RawXCoord, Y = this.RawYCoord, A = Curve.A, B = Curve.B; ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * L_4; L_4 = VirtualFuncInvoker0< ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_Curve() */, __this); NullCheck(L_4); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_5; L_5 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::get_B() */, L_4); V_2 = L_5; // ECFieldElement lhs = Y.Square(); NullCheck(L_1); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_6; L_6 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_1); V_3 = L_6; // switch (CurveCoordinateSystem) int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::get_CurveCoordinateSystem() */, __this); V_5 = L_7; int32_t L_8 = V_5; switch (L_8) { case 0: { goto IL_00e1; } case 1: { goto IL_0053; } case 2: { goto IL_0097; } case 3: { goto IL_0097; } case 4: { goto IL_0097; } } } { goto IL_00d6; } IL_0053: { // ECFieldElement Z = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_9; L_9 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_11 = (L_9)->GetAt(static_cast(L_10)); V_6 = L_11; // if (!Z.IsOne) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_12 = V_6; NullCheck(L_12); bool L_13; L_13 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_12); if (L_13) { goto IL_00e1; } } { // ECFieldElement Z2 = Z.Square(), Z3 = Z.Multiply(Z2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_14 = V_6; NullCheck(L_14); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_15; L_15 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_14); V_7 = L_15; // ECFieldElement Z2 = Z.Square(), Z3 = Z.Multiply(Z2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_16 = V_6; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_17 = V_7; NullCheck(L_16); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_18; L_18 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_16, L_17); V_8 = L_18; // lhs = lhs.Multiply(Z); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_19 = V_3; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_20 = V_6; NullCheck(L_19); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_21; L_21 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_19, L_20); V_3 = L_21; // A = A.Multiply(Z2); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_22 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_23 = V_7; NullCheck(L_22); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_24; L_24 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_22, L_23); V_1 = L_24; // B = B.Multiply(Z3); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_25 = V_2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_26 = V_8; NullCheck(L_25); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_27; L_27 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_25, L_26); V_2 = L_27; // break; goto IL_00e1; } IL_0097: { // ECFieldElement Z = this.RawZCoords[0]; ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_28; L_28 = ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline(__this, /*hidden argument*/NULL); NullCheck(L_28); int32_t L_29 = 0; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_30 = (L_28)->GetAt(static_cast(L_29)); V_9 = L_30; // if (!Z.IsOne) ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_31 = V_9; NullCheck(L_31); bool L_32; L_32 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::get_IsOne() */, L_31); if (L_32) { goto IL_00e1; } } { // ECFieldElement Z2 = Z.Square(), Z4 = Z2.Square(), Z6 = Z2.Multiply(Z4); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_33 = V_9; NullCheck(L_33); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_34; L_34 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_33); // ECFieldElement Z2 = Z.Square(), Z4 = Z2.Square(), Z6 = Z2.Multiply(Z4); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_35 = L_34; NullCheck(L_35); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_36; L_36 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_35); V_10 = L_36; // ECFieldElement Z2 = Z.Square(), Z4 = Z2.Square(), Z6 = Z2.Multiply(Z4); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_37 = V_10; NullCheck(L_35); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_38; L_38 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_35, L_37); V_11 = L_38; // A = A.Multiply(Z4); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_39 = V_1; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_40 = V_10; NullCheck(L_39); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_41; L_41 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_39, L_40); V_1 = L_41; // B = B.Multiply(Z6); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_42 = V_2; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_43 = V_11; NullCheck(L_42); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_44; L_44 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_42, L_43); V_2 = L_44; // break; goto IL_00e1; } IL_00d6: { // throw new InvalidOperationException("unsupported coordinate system"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_45 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_45, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88FDE4E981039D470D95B3A195A7183361D9E468)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractFpPoint_SatisfiesCurveEquation_m209397E75F889A29E1BDA2FCC3EA0C0B1A2D9ECE_RuntimeMethod_var))); } IL_00e1: { // ECFieldElement rhs = X.Square().Add(A).Multiply(X).Add(B); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_46 = V_0; NullCheck(L_46); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_47; L_47 = VirtualFuncInvoker0< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Square() */, L_46); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_48 = V_1; NullCheck(L_47); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_49; L_49 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_47, L_48); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_50 = V_0; NullCheck(L_49); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_51; L_51 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_49, L_50); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_52 = V_2; NullCheck(L_51); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_53; L_53 = VirtualFuncInvoker1< ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_51, L_52); V_4 = L_53; // return lhs.Equals(rhs); ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_54 = V_3; ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_55 = V_4; NullCheck(L_54); bool L_56; L_56 = VirtualFuncInvoker1< bool, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * >::Invoke(25 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement) */, L_54, L_55); return L_56; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpPoint::Subtract(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * AbstractFpPoint_Subtract_mEB359DACE4CCE272572BDFD4D1294BEF7542DA89 (AbstractFpPoint_t799A86CC9DA46A0A95F2372E8027786F40B8E987 * __this, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * ___b0, const RuntimeMethod* method) { { // if (b.IsInfinity) ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_0 = ___b0; NullCheck(L_0); bool L_1; L_1 = ECPoint_get_IsInfinity_m8BFF9320A2F9BC9925622364C2FDB921C46242D2(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000a; } } { // return this; return __this; } IL_000a: { // return Add(b.Negate()); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_2 = ___b0; NullCheck(L_2); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_3; L_3 = VirtualFuncInvoker0< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(28 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Negate() */, L_2); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_4; L_4 = VirtualFuncInvoker1< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * >::Invoke(26 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint) */, __this, L_3); 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.Void UnityStandardAssets.Cameras.AbstractTargetFollower::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTargetFollower_Start_m7F61268C7065276D04619317D1B609C06C37C398 (AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_AutoTargetPlayer) bool L_0 = __this->get_m_AutoTargetPlayer_5(); if (!L_0) { goto IL_000e; } } { // FindAndTargetPlayer(); AbstractTargetFollower_FindAndTargetPlayer_m692A40676591951502AB0C1B7904AE247E14B3C3(__this, /*hidden argument*/NULL); } IL_000e: { // if (m_Target == null) return; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1 = __this->get_m_Target_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_1, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_001d; } } { // if (m_Target == null) return; return; } IL_001d: { // targetRigidbody = m_Target.GetComponent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3 = __this->get_m_Target_4(); NullCheck(L_3); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_4; L_4 = Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980(L_3, /*hidden argument*/Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980_RuntimeMethod_var); __this->set_targetRigidbody_7(L_4); // } return; } } // System.Void UnityStandardAssets.Cameras.AbstractTargetFollower::FixedUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTargetFollower_FixedUpdate_m9BBDE9FD938E5F3C379CC827B2D14B2BF1E197B3 (AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_AutoTargetPlayer && (m_Target == null || !m_Target.gameObject.activeSelf)) bool L_0 = __this->get_m_AutoTargetPlayer_5(); if (!L_0) { goto IL_002e; } } { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1 = __this->get_m_Target_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_1, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_2) { goto IL_0028; } } { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3 = __this->get_m_Target_4(); NullCheck(L_3); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4; L_4 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_3, /*hidden argument*/NULL); NullCheck(L_4); bool L_5; L_5 = GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_002e; } } IL_0028: { // FindAndTargetPlayer(); AbstractTargetFollower_FindAndTargetPlayer_m692A40676591951502AB0C1B7904AE247E14B3C3(__this, /*hidden argument*/NULL); } IL_002e: { // if (m_UpdateType == UpdateType.FixedUpdate) int32_t L_6 = __this->get_m_UpdateType_6(); if (L_6) { goto IL_0041; } } { // FollowTarget(Time.deltaTime); float L_7; L_7 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); VirtualActionInvoker1< float >::Invoke(5 /* System.Void UnityStandardAssets.Cameras.AbstractTargetFollower::FollowTarget(System.Single) */, __this, L_7); } IL_0041: { // } return; } } // System.Void UnityStandardAssets.Cameras.AbstractTargetFollower::LateUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTargetFollower_LateUpdate_m828E15AD2C38E4F0947474CB179D054E962FF6ED (AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_AutoTargetPlayer && (m_Target == null || !m_Target.gameObject.activeSelf)) bool L_0 = __this->get_m_AutoTargetPlayer_5(); if (!L_0) { goto IL_002e; } } { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1 = __this->get_m_Target_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_1, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_2) { goto IL_0028; } } { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3 = __this->get_m_Target_4(); NullCheck(L_3); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4; L_4 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_3, /*hidden argument*/NULL); NullCheck(L_4); bool L_5; L_5 = GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_002e; } } IL_0028: { // FindAndTargetPlayer(); AbstractTargetFollower_FindAndTargetPlayer_m692A40676591951502AB0C1B7904AE247E14B3C3(__this, /*hidden argument*/NULL); } IL_002e: { // if (m_UpdateType == UpdateType.LateUpdate) int32_t L_6 = __this->get_m_UpdateType_6(); if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_0042; } } { // FollowTarget(Time.deltaTime); float L_7; L_7 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); VirtualActionInvoker1< float >::Invoke(5 /* System.Void UnityStandardAssets.Cameras.AbstractTargetFollower::FollowTarget(System.Single) */, __this, L_7); } IL_0042: { // } return; } } // System.Void UnityStandardAssets.Cameras.AbstractTargetFollower::ManualUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTargetFollower_ManualUpdate_m001A4048A98BFF454F9E03BFB17478A02C4E80EA (AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_AutoTargetPlayer && (m_Target == null || !m_Target.gameObject.activeSelf)) bool L_0 = __this->get_m_AutoTargetPlayer_5(); if (!L_0) { goto IL_002e; } } { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1 = __this->get_m_Target_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_1, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_2) { goto IL_0028; } } { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3 = __this->get_m_Target_4(); NullCheck(L_3); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4; L_4 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_3, /*hidden argument*/NULL); NullCheck(L_4); bool L_5; L_5 = GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_002e; } } IL_0028: { // FindAndTargetPlayer(); AbstractTargetFollower_FindAndTargetPlayer_m692A40676591951502AB0C1B7904AE247E14B3C3(__this, /*hidden argument*/NULL); } IL_002e: { // if (m_UpdateType == UpdateType.ManualUpdate) int32_t L_6 = __this->get_m_UpdateType_6(); if ((!(((uint32_t)L_6) == ((uint32_t)2)))) { goto IL_0042; } } { // FollowTarget(Time.deltaTime); float L_7; L_7 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); VirtualActionInvoker1< float >::Invoke(5 /* System.Void UnityStandardAssets.Cameras.AbstractTargetFollower::FollowTarget(System.Single) */, __this, L_7); } IL_0042: { // } return; } } // System.Void UnityStandardAssets.Cameras.AbstractTargetFollower::FindAndTargetPlayer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTargetFollower_FindAndTargetPlayer_m692A40676591951502AB0C1B7904AE247E14B3C3 (AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70); s_Il2CppMethodInitialized = true; } GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * V_0 = NULL; { // var targetObj = GameObject.FindGameObjectWithTag("Player"); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = GameObject_FindGameObjectWithTag_mFC215979EDFED361F88C336BF9E187F24434C63F(_stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70, /*hidden argument*/NULL); V_0 = L_0; // if (targetObj) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001f; } } { // SetTarget(targetObj.transform); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3 = V_0; NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_3, /*hidden argument*/NULL); VirtualActionInvoker1< Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * >::Invoke(6 /* System.Void UnityStandardAssets.Cameras.AbstractTargetFollower::SetTarget(UnityEngine.Transform) */, __this, L_4); } IL_001f: { // } return; } } // System.Void UnityStandardAssets.Cameras.AbstractTargetFollower::SetTarget(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTargetFollower_SetTarget_mCB80D61FD43B809825CF5685694F069163835A80 (AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___newTransform0, const RuntimeMethod* method) { { // m_Target = newTransform; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___newTransform0; __this->set_m_Target_4(L_0); // } return; } } // UnityEngine.Transform UnityStandardAssets.Cameras.AbstractTargetFollower::get_Target() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * AbstractTargetFollower_get_Target_m9D95FB6B7D394313A438474A9F3F2A2E69CFEF1B (AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47 * __this, const RuntimeMethod* method) { { // get { return m_Target; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_m_Target_4(); return L_0; } } // System.Void UnityStandardAssets.Cameras.AbstractTargetFollower::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTargetFollower__ctor_m9383202CC56D1418B9B62CDA9A85A00D4F7EB181 (AbstractTargetFollower_tE4043836A9382BE340DA022ECD069C9489F84D47 * __this, const RuntimeMethod* method) { { // [SerializeField] private bool m_AutoTargetPlayer = true; // Whether the rig should automatically target the player. __this->set_m_AutoTargetPlayer_5((bool)1); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsAgreementCredentials::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsAgreementCredentials__ctor_m6158944ABEEB4EFBE9E5D2428F031EBC1B9A8B18 (AbstractTlsAgreementCredentials_t2D38BAF91A1ADA5ACD2D147A82F78A22DC91139C * __this, const RuntimeMethod* method) { { AbstractTlsCredentials__ctor_mE8FED7D2368A15AE77BDA2FE43D9AF0F23E70030(__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 // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsCipherFactory::CreateCipher(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AbstractTlsCipherFactory_CreateCipher_m43FF5D365582CFB74922379332778B9CAB925D01 (AbstractTlsCipherFactory_tA8785BCE606A193A288216A22E1D0169431076DE * __this, RuntimeObject* ___context0, int32_t ___encryptionAlgorithm1, int32_t ___macAlgorithm2, const RuntimeMethod* method) { { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_0 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_0, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractTlsCipherFactory_CreateCipher_m43FF5D365582CFB74922379332778B9CAB925D01_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsCipherFactory::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsCipherFactory__ctor_mCA4E0648FB22DC2AE461F332E6B7124EDA7AC037 (AbstractTlsCipherFactory_tA8785BCE606A193A288216A22E1D0169431076DE * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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.Collections.Generic.List`1 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::get_HostNames() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * AbstractTlsClient_get_HostNames_m78EBDA54BAD0EB28CE031AFADB7DC10BCF1BAE4F (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, const RuntimeMethod* method) { { // public System.Collections.Generic.List HostNames { get; set; } List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_0 = __this->get_U3CHostNamesU3Ek__BackingField_8(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::set_HostNames(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsClient_set_HostNames_m81D48F37D53DE7EBAF489F1FD794D912AFB878D1 (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___value0, const RuntimeMethod* method) { { // public System.Collections.Generic.List HostNames { get; set; } List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_0 = ___value0; __this->set_U3CHostNamesU3Ek__BackingField_8(L_0); return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsClient__ctor_m00AAEAED3851F070360CAD1961095DEA65112B5A (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(new DefaultTlsCipherFactory()) DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D * L_0 = (DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D *)il2cpp_codegen_object_new(DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D_il2cpp_TypeInfo_var); DefaultTlsCipherFactory__ctor_m5D638B780C1C0DA09BC8520DE03094C14FECBE79(L_0, /*hidden argument*/NULL); AbstractTlsClient__ctor_m197F9DC93B926784C5F64748B23950FEF2A1C11C(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsClient__ctor_m197F9DC93B926784C5F64748B23950FEF2A1C11C (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, RuntimeObject* ___cipherFactory0, const RuntimeMethod* method) { { // public AbstractTlsClient(TlsCipherFactory cipherFactory) AbstractTlsPeer__ctor_m850A3883E22821F6631430942B414AC2C98677E0(__this, /*hidden argument*/NULL); // this.mCipherFactory = cipherFactory; RuntimeObject* L_0 = ___cipherFactory0; __this->set_mCipherFactory_0(L_0); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::AllowUnexpectedServerExtension(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AbstractTlsClient_AllowUnexpectedServerExtension_mEC193D5504C9766A72D7BA105E9845E887944F91 (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, int32_t ___extensionType0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___extensionData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsEccUtilities_tA8FA2CF6C2582ADEB9045A54E18452FF71644AAD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___extensionType0; if ((((int32_t)L_0) == ((int32_t)((int32_t)10)))) { goto IL_000c; } } { int32_t L_1 = ___extensionType0; if ((((int32_t)L_1) == ((int32_t)((int32_t)11)))) { goto IL_0015; } } { goto IL_001e; } IL_000c: { // TlsEccUtilities.ReadSupportedEllipticCurvesExtension(extensionData); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___extensionData1; IL2CPP_RUNTIME_CLASS_INIT(TlsEccUtilities_tA8FA2CF6C2582ADEB9045A54E18452FF71644AAD_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3; L_3 = TlsEccUtilities_ReadSupportedEllipticCurvesExtension_mCCAC57F49508ED6A30CA1A5D70EDE63DBE9CDA58(L_2, /*hidden argument*/NULL); // return true; return (bool)1; } IL_0015: { // TlsEccUtilities.ReadSupportedPointFormatsExtension(extensionData); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___extensionData1; IL2CPP_RUNTIME_CLASS_INIT(TlsEccUtilities_tA8FA2CF6C2582ADEB9045A54E18452FF71644AAD_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = TlsEccUtilities_ReadSupportedPointFormatsExtension_m4837CAA4FEB82D0658E97DF16A27907F8ABE5A4B(L_4, /*hidden argument*/NULL); // return true; return (bool)1; } IL_001e: { // return false; return (bool)0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::CheckForUnexpectedServerExtension(System.Collections.IDictionary,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsClient_CheckForUnexpectedServerExtension_mC4EB330F597729BB91EF7FAAB3BCB85F4905A787 (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, RuntimeObject* ___serverExtensions0, int32_t ___extensionType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // byte[] extensionData = TlsUtilities.GetExtensionData(serverExtensions, extensionType); RuntimeObject* L_0 = ___serverExtensions0; int32_t L_1 = ___extensionType1; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = TlsUtilities_GetExtensionData_mA10C3AE8DD3888E07330B794DE4AD7FB0AA522A0(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // if (extensionData != null && !AllowUnexpectedServerExtension(extensionType, extensionData)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; if (!L_3) { goto IL_001d; } } { int32_t L_4 = ___extensionType1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; bool L_6; L_6 = VirtualFuncInvoker2< bool, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(40 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::AllowUnexpectedServerExtension(System.Int32,System.Byte[]) */, __this, L_4, L_5); if (L_6) { goto IL_001d; } } { // throw new TlsFatalAlert(AlertDescription.illegal_parameter); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_7 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_7, (uint8_t)((int32_t)47), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractTlsClient_CheckForUnexpectedServerExtension_mC4EB330F597729BB91EF7FAAB3BCB85F4905A787_RuntimeMethod_var))); } IL_001d: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClientContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsClient_Init_m4B08667013AC0860E6B117588C6CA378ADDB7892 (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { // this.mContext = context; RuntimeObject* L_0 = ___context0; __this->set_mContext_1(L_0); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSession BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::GetSessionToResume() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AbstractTlsClient_GetSessionToResume_mAC06D1372E274BCEA75CC879A8A110541CEF36CA (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, const RuntimeMethod* method) { { // return null; return (RuntimeObject*)NULL; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::get_ClientHelloRecordLayerVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * AbstractTlsClient_get_ClientHelloRecordLayerVersion_m8619B98E4442A9CAE337EE871DD2A4B0414A5B49 (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, const RuntimeMethod* method) { { // return ClientVersion; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_0; L_0 = VirtualFuncInvoker0< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(45 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::get_ClientVersion() */, __this); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::get_ClientVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * AbstractTlsClient_get_ClientVersion_mA2100FD33A6337268FF19E0C5C1D08E944FCE8E7 (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return ProtocolVersion.TLSv12; } IL2CPP_RUNTIME_CLASS_INIT(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_0 = ((ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields*)il2cpp_codegen_static_fields_for(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var))->get_TLSv12_3(); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::get_IsFallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AbstractTlsClient_get_IsFallback_mAF30C14FB6B0CC770F76E8A5110A5826B3981C91 (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::GetClientExtensions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AbstractTlsClient_GetClientExtensions_mF53616B79DAD0C1D0003B93C76796C36734452B9 (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mAEAFB52F240319AA1D448C63589073F709E7CEC1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m63D8EDB109726D949E9E5DC9B84B86F39661B848_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t77BA6B368D40DAB759A8A757EE4032C4882536FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerNameList_t0AD4FCB1DE8CF29A35882591180C32EB8C352676_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsContext_t4B26631B1E8D556073EE641DCEE757DBEEC197DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsEccUtilities_tA8FA2CF6C2582ADEB9045A54E18452FF71644AAD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; List_1_t77BA6B368D40DAB759A8A757EE4032C4882536FB * V_1 = NULL; int32_t V_2 = 0; { // IDictionary clientExtensions = null; V_0 = (RuntimeObject*)NULL; // ProtocolVersion clientVersion = mContext.ClientVersion; RuntimeObject* L_0 = __this->get_mContext_1(); NullCheck(L_0); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_1; L_1 = InterfaceFuncInvoker0< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext::get_ClientVersion() */, TlsContext_t4B26631B1E8D556073EE641DCEE757DBEEC197DB_il2cpp_TypeInfo_var, L_0); // if (TlsUtilities.IsSignatureAlgorithmsExtensionAllowed(clientVersion)) IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); bool L_2; L_2 = TlsUtilities_IsSignatureAlgorithmsExtensionAllowed_m8C9FFC409AF131312554CA8C36E678FB55A20E79(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0032; } } { // this.mSupportedSignatureAlgorithms = TlsUtilities.GetDefaultSupportedSignatureAlgorithms(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); RuntimeObject* L_3; L_3 = TlsUtilities_GetDefaultSupportedSignatureAlgorithms_m52D31E1063FEB85A72943A8F90A9BE089931103C(/*hidden argument*/NULL); __this->set_mSupportedSignatureAlgorithms_2(L_3); // clientExtensions = TlsExtensionsUtilities.EnsureExtensionsInitialised(clientExtensions); RuntimeObject* L_4 = V_0; RuntimeObject* L_5; L_5 = TlsExtensionsUtilities_EnsureExtensionsInitialised_mA4EB7585E0F22B3517895F3930A3FAABB66F5963(L_4, /*hidden argument*/NULL); V_0 = L_5; // TlsUtilities.AddSignatureAlgorithmsExtension(clientExtensions, mSupportedSignatureAlgorithms); RuntimeObject* L_6 = V_0; RuntimeObject* L_7 = __this->get_mSupportedSignatureAlgorithms_2(); TlsUtilities_AddSignatureAlgorithmsExtension_m4B5FD6430130D9F8F911DE167375104D0A906D16(L_6, L_7, /*hidden argument*/NULL); } IL_0032: { // if (TlsEccUtilities.ContainsEccCipherSuites(GetCipherSuites())) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8; L_8 = VirtualFuncInvoker0< Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* >::Invoke(50 /* System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::GetCipherSuites() */, __this); IL2CPP_RUNTIME_CLASS_INIT(TlsEccUtilities_tA8FA2CF6C2582ADEB9045A54E18452FF71644AAD_il2cpp_TypeInfo_var); bool L_9; L_9 = TlsEccUtilities_ContainsEccCipherSuites_m647EB4ED329A9B2DB443612751C5D1D63A6E33B7(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0088; } } { // this.mNamedCurves = new int[]{ NamedCurve.secp256r1, NamedCurve.secp384r1 }; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = L_10; NullCheck(L_11); (L_11)->SetAt(static_cast(0), (int32_t)((int32_t)23)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = L_11; NullCheck(L_12); (L_12)->SetAt(static_cast(1), (int32_t)((int32_t)24)); __this->set_mNamedCurves_3(L_12); // this.mClientECPointFormats = new byte[]{ ECPointFormat.uncompressed, // ECPointFormat.ansiX962_compressed_prime, ECPointFormat.ansiX962_compressed_char2, }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = L_13; NullCheck(L_14); (L_14)->SetAt(static_cast(1), (uint8_t)1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = L_14; NullCheck(L_15); (L_15)->SetAt(static_cast(2), (uint8_t)2); __this->set_mClientECPointFormats_4(L_15); // clientExtensions = TlsExtensionsUtilities.EnsureExtensionsInitialised(clientExtensions); RuntimeObject* L_16 = V_0; RuntimeObject* L_17; L_17 = TlsExtensionsUtilities_EnsureExtensionsInitialised_mA4EB7585E0F22B3517895F3930A3FAABB66F5963(L_16, /*hidden argument*/NULL); V_0 = L_17; // TlsEccUtilities.AddSupportedEllipticCurvesExtension(clientExtensions, mNamedCurves); RuntimeObject* L_18 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_19 = __this->get_mNamedCurves_3(); IL2CPP_RUNTIME_CLASS_INIT(TlsEccUtilities_tA8FA2CF6C2582ADEB9045A54E18452FF71644AAD_il2cpp_TypeInfo_var); TlsEccUtilities_AddSupportedEllipticCurvesExtension_m9FFB42BFF8CBE53C523F74BE68521BB1456EADD3(L_18, L_19, /*hidden argument*/NULL); // TlsEccUtilities.AddSupportedPointFormatsExtension(clientExtensions, mClientECPointFormats); RuntimeObject* L_20 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = __this->get_mClientECPointFormats_4(); TlsEccUtilities_AddSupportedPointFormatsExtension_m7A59C05599BC96FB3219342AE6069CDDFA164A95(L_20, L_21, /*hidden argument*/NULL); } IL_0088: { // if (this.HostNames != null && this.HostNames.Count > 0) List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_22; L_22 = AbstractTlsClient_get_HostNames_m78EBDA54BAD0EB28CE031AFADB7DC10BCF1BAE4F_inline(__this, /*hidden argument*/NULL); if (!L_22) { goto IL_00e9; } } { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_23; L_23 = AbstractTlsClient_get_HostNames_m78EBDA54BAD0EB28CE031AFADB7DC10BCF1BAE4F_inline(__this, /*hidden argument*/NULL); NullCheck(L_23); int32_t L_24; L_24 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_23, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); if ((((int32_t)L_24) <= ((int32_t)0))) { goto IL_00e9; } } { // var list = new System.Collections.Generic.List(this.HostNames.Count); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_25; L_25 = AbstractTlsClient_get_HostNames_m78EBDA54BAD0EB28CE031AFADB7DC10BCF1BAE4F_inline(__this, /*hidden argument*/NULL); NullCheck(L_25); int32_t L_26; L_26 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_25, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); List_1_t77BA6B368D40DAB759A8A757EE4032C4882536FB * L_27 = (List_1_t77BA6B368D40DAB759A8A757EE4032C4882536FB *)il2cpp_codegen_object_new(List_1_t77BA6B368D40DAB759A8A757EE4032C4882536FB_il2cpp_TypeInfo_var); List_1__ctor_m63D8EDB109726D949E9E5DC9B84B86F39661B848(L_27, L_26, /*hidden argument*/List_1__ctor_m63D8EDB109726D949E9E5DC9B84B86F39661B848_RuntimeMethod_var); V_1 = L_27; // for (int i = 0; i < this.HostNames.Count; ++i) V_2 = 0; goto IL_00cf; } IL_00b3: { // list.Add(new ServerName(Tls.NameType.host_name, this.HostNames[i])); List_1_t77BA6B368D40DAB759A8A757EE4032C4882536FB * L_28 = V_1; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_29; L_29 = AbstractTlsClient_get_HostNames_m78EBDA54BAD0EB28CE031AFADB7DC10BCF1BAE4F_inline(__this, /*hidden argument*/NULL); int32_t L_30 = V_2; NullCheck(L_29); String_t* L_31; L_31 = List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline(L_29, L_30, /*hidden argument*/List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78 * L_32 = (ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78 *)il2cpp_codegen_object_new(ServerName_tE9A2CBAF3C41F18A47247612F165583AE4DD9C78_il2cpp_TypeInfo_var); ServerName__ctor_mCEE87E51D7CF5EA7D8F87E55896E0074EB405CF9(L_32, (uint8_t)0, L_31, /*hidden argument*/NULL); NullCheck(L_28); List_1_Add_mAEAFB52F240319AA1D448C63589073F709E7CEC1(L_28, L_32, /*hidden argument*/List_1_Add_mAEAFB52F240319AA1D448C63589073F709E7CEC1_RuntimeMethod_var); // for (int i = 0; i < this.HostNames.Count; ++i) int32_t L_33 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00cf: { // for (int i = 0; i < this.HostNames.Count; ++i) int32_t L_34 = V_2; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_35; L_35 = AbstractTlsClient_get_HostNames_m78EBDA54BAD0EB28CE031AFADB7DC10BCF1BAE4F_inline(__this, /*hidden argument*/NULL); NullCheck(L_35); int32_t L_36; L_36 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_35, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); if ((((int32_t)L_34) < ((int32_t)L_36))) { goto IL_00b3; } } { // TlsExtensionsUtilities.AddServerNameExtension(clientExtensions, new ServerNameList(list)); RuntimeObject* L_37 = V_0; List_1_t77BA6B368D40DAB759A8A757EE4032C4882536FB * L_38 = V_1; ServerNameList_t0AD4FCB1DE8CF29A35882591180C32EB8C352676 * L_39 = (ServerNameList_t0AD4FCB1DE8CF29A35882591180C32EB8C352676 *)il2cpp_codegen_object_new(ServerNameList_t0AD4FCB1DE8CF29A35882591180C32EB8C352676_il2cpp_TypeInfo_var); ServerNameList__ctor_m9FF188EC8133031BF14F79A7DDCC712B3891562E(L_39, L_38, /*hidden argument*/NULL); TlsExtensionsUtilities_AddServerNameExtension_m1EABD1F4CB9CE8CA76E23A46E8E236C0D5B7A7DF(L_37, L_39, /*hidden argument*/NULL); } IL_00e9: { // return clientExtensions; RuntimeObject* L_40 = V_0; return L_40; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::get_MinimumVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * AbstractTlsClient_get_MinimumVersion_m76EC2A8D40275FA835622F7F22CFCC74281B8DE7 (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return ProtocolVersion.TLSv10; } IL2CPP_RUNTIME_CLASS_INIT(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_0 = ((ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields*)il2cpp_codegen_static_fields_for(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var))->get_TLSv10_1(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::NotifyServerVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsClient_NotifyServerVersion_m3E4B70B2629FBB9615384512FFD8463E67C3AAD9 (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___serverVersion0, const RuntimeMethod* method) { { // if (!MinimumVersion.IsEqualOrEarlierVersionOf(serverVersion)) ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_0; L_0 = VirtualFuncInvoker0< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(48 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::get_MinimumVersion() */, __this); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_1 = ___serverVersion0; NullCheck(L_0); bool L_2; L_2 = ProtocolVersion_IsEqualOrEarlierVersionOf_mA6DCE6087D568B23EF6CE3AA61F87A322A592C7D(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0016; } } { // throw new TlsFatalAlert(AlertDescription.protocol_version); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_3 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_3, (uint8_t)((int32_t)70), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractTlsClient_NotifyServerVersion_m3E4B70B2629FBB9615384512FFD8463E67C3AAD9_RuntimeMethod_var))); } IL_0016: { // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::GetCompressionMethods() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* AbstractTlsClient_GetCompressionMethods_m4020B22B447EBBD84C9805713F1755EE5DE4C6A3 (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new byte[]{ CompressionMethod.cls_null }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)1); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::NotifySessionID(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsClient_NotifySessionID_m9BA6E50B8C3F5DAA6350D4141F66F1F6ACF30489 (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sessionID0, const RuntimeMethod* method) { { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::NotifySelectedCipherSuite(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsClient_NotifySelectedCipherSuite_m516702F2FE8567590FEEB2B715421E66F49CD026 (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, int32_t ___selectedCipherSuite0, const RuntimeMethod* method) { { // this.mSelectedCipherSuite = selectedCipherSuite; int32_t L_0 = ___selectedCipherSuite0; __this->set_mSelectedCipherSuite_6(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::NotifySelectedCompressionMethod(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsClient_NotifySelectedCompressionMethod_m129CE3D6BCE4A0A9F34D47786D0C8270E96BB697 (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, uint8_t ___selectedCompressionMethod0, const RuntimeMethod* method) { { // this.mSelectedCompressionMethod = selectedCompressionMethod; uint8_t L_0 = ___selectedCompressionMethod0; __this->set_mSelectedCompressionMethod_7(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::ProcessServerExtensions(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsClient_ProcessServerExtensions_mA591968A47ABAE9FE3D28CB50FF77B401B172C0B (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, RuntimeObject* ___serverExtensions0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsEccUtilities_tA8FA2CF6C2582ADEB9045A54E18452FF71644AAD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (serverExtensions != null) RuntimeObject* L_0 = ___serverExtensions0; if (!L_0) { goto IL_0042; } } { // CheckForUnexpectedServerExtension(serverExtensions, ExtensionType.signature_algorithms); RuntimeObject* L_1 = ___serverExtensions0; VirtualActionInvoker2< RuntimeObject*, int32_t >::Invoke(41 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::CheckForUnexpectedServerExtension(System.Collections.IDictionary,System.Int32) */, __this, L_1, ((int32_t)13)); // CheckForUnexpectedServerExtension(serverExtensions, ExtensionType.elliptic_curves); RuntimeObject* L_2 = ___serverExtensions0; VirtualActionInvoker2< RuntimeObject*, int32_t >::Invoke(41 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::CheckForUnexpectedServerExtension(System.Collections.IDictionary,System.Int32) */, __this, L_2, ((int32_t)10)); // if (TlsEccUtilities.IsEccCipherSuite(this.mSelectedCipherSuite)) int32_t L_3 = __this->get_mSelectedCipherSuite_6(); IL2CPP_RUNTIME_CLASS_INIT(TlsEccUtilities_tA8FA2CF6C2582ADEB9045A54E18452FF71644AAD_il2cpp_TypeInfo_var); bool L_4; L_4 = TlsEccUtilities_IsEccCipherSuite_m4ED61002A7798D23528C99ADBBDC3A0CA5266929(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0030; } } { // this.mServerECPointFormats = TlsEccUtilities.GetSupportedPointFormatsExtension(serverExtensions); RuntimeObject* L_5 = ___serverExtensions0; IL2CPP_RUNTIME_CLASS_INIT(TlsEccUtilities_tA8FA2CF6C2582ADEB9045A54E18452FF71644AAD_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = TlsEccUtilities_GetSupportedPointFormatsExtension_m09428BD27B8485621E96C1D858D914533A518198(L_5, /*hidden argument*/NULL); __this->set_mServerECPointFormats_5(L_6); // } goto IL_0039; } IL_0030: { // CheckForUnexpectedServerExtension(serverExtensions, ExtensionType.ec_point_formats); RuntimeObject* L_7 = ___serverExtensions0; VirtualActionInvoker2< RuntimeObject*, int32_t >::Invoke(41 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::CheckForUnexpectedServerExtension(System.Collections.IDictionary,System.Int32) */, __this, L_7, ((int32_t)11)); } IL_0039: { // CheckForUnexpectedServerExtension(serverExtensions, ExtensionType.padding); RuntimeObject* L_8 = ___serverExtensions0; VirtualActionInvoker2< RuntimeObject*, int32_t >::Invoke(41 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::CheckForUnexpectedServerExtension(System.Collections.IDictionary,System.Int32) */, __this, L_8, ((int32_t)21)); } IL_0042: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::ProcessServerSupplementalData(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsClient_ProcessServerSupplementalData_m0976E48219DD93A8ED8A9E1507796082CF4CD682 (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, RuntimeObject* ___serverSupplementalData0, const RuntimeMethod* method) { { // if (serverSupplementalData != null) RuntimeObject* L_0 = ___serverSupplementalData0; if (!L_0) { goto IL_000b; } } { // throw new TlsFatalAlert(AlertDescription.unexpected_message); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_1 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_1, (uint8_t)((int32_t)10), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractTlsClient_ProcessServerSupplementalData_m0976E48219DD93A8ED8A9E1507796082CF4CD682_RuntimeMethod_var))); } IL_000b: { // } return; } } // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::GetClientSupplementalData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AbstractTlsClient_GetClientSupplementalData_m7B2F5FF14F30B25425076714A1C5A710A44B2173 (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, const RuntimeMethod* method) { { // return null; return (RuntimeObject*)NULL; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCompression BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::GetCompression() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AbstractTlsClient_GetCompression_m62F000706F926945DF52435D3BD99811C9434CAA (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsDeflateCompression_t6B3138C3D08A0B68B2FEE96C9F55A23955A0D9D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsNullCompression_t49470554C57A5B979EF77D41D47FD59BC5960B82_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int16_t V_0 = 0; { // switch (mSelectedCompressionMethod) int16_t L_0 = __this->get_mSelectedCompressionMethod_7(); V_0 = L_0; int16_t L_1 = V_0; if (!L_1) { goto IL_0010; } } { int16_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0016; } } { goto IL_001c; } IL_0010: { // return new TlsNullCompression(); TlsNullCompression_t49470554C57A5B979EF77D41D47FD59BC5960B82 * L_3 = (TlsNullCompression_t49470554C57A5B979EF77D41D47FD59BC5960B82 *)il2cpp_codegen_object_new(TlsNullCompression_t49470554C57A5B979EF77D41D47FD59BC5960B82_il2cpp_TypeInfo_var); TlsNullCompression__ctor_mA3BE8683E03879ADCF8FB3BD60168B40BCF02604(L_3, /*hidden argument*/NULL); return L_3; } IL_0016: { // return new TlsDeflateCompression(); TlsDeflateCompression_t6B3138C3D08A0B68B2FEE96C9F55A23955A0D9D9 * L_4 = (TlsDeflateCompression_t6B3138C3D08A0B68B2FEE96C9F55A23955A0D9D9 *)il2cpp_codegen_object_new(TlsDeflateCompression_t6B3138C3D08A0B68B2FEE96C9F55A23955A0D9D9_il2cpp_TypeInfo_var); TlsDeflateCompression__ctor_mAB010223B26DF1123C0AB833F5C2FC65B4A2C3B3(L_4, /*hidden argument*/NULL); return L_4; } IL_001c: { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_5 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_5, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractTlsClient_GetCompression_m62F000706F926945DF52435D3BD99811C9434CAA_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::GetCipher() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AbstractTlsClient_GetCipher_m905F3CA9034AB204C872B5256841E614A88E6DE8 (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsCipherFactory_t0F936DE1D412BE079F1BFABC4203B927A87F598E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // int encryptionAlgorithm = TlsUtilities.GetEncryptionAlgorithm(mSelectedCipherSuite); int32_t L_0 = __this->get_mSelectedCipherSuite_6(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); int32_t L_1; L_1 = TlsUtilities_GetEncryptionAlgorithm_mB24B2D2D25A4CD67E4AA07C4AA948501A58689C8(L_0, /*hidden argument*/NULL); V_0 = L_1; // int macAlgorithm = TlsUtilities.GetMacAlgorithm(mSelectedCipherSuite); int32_t L_2 = __this->get_mSelectedCipherSuite_6(); int32_t L_3; L_3 = TlsUtilities_GetMacAlgorithm_mB9D7A01C77C5CE032E69CD334FDDA6C14DD2C950(L_2, /*hidden argument*/NULL); V_1 = L_3; // return mCipherFactory.CreateCipher(mContext, encryptionAlgorithm, macAlgorithm); RuntimeObject* L_4 = __this->get_mCipherFactory_0(); RuntimeObject* L_5 = __this->get_mContext_1(); int32_t L_6 = V_0; int32_t L_7 = V_1; NullCheck(L_4); RuntimeObject* L_8; L_8 = InterfaceFuncInvoker3< RuntimeObject*, RuntimeObject*, int32_t, int32_t >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory::CreateCipher(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext,System.Int32,System.Int32) */, TlsCipherFactory_t0F936DE1D412BE079F1BFABC4203B927A87F598E_il2cpp_TypeInfo_var, L_4, L_5, L_6, L_7); return L_8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsClient::NotifyNewSessionTicket(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.NewSessionTicket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsClient_NotifyNewSessionTicket_m48C74C263D86BA17546BB63BC2E483C1934795E7 (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, NewSessionTicket_tE97CC8F3816C300BC527EEB9DF903C4AB90348EF * ___newSessionTicket0, 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.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::NextCounterValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t AbstractTlsContext_NextCounterValue_mEFF1B08A42FCC877829DA0057BF7F3B9F86D6E6A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Interlocked.Increment(ref counter); IL2CPP_RUNTIME_CLASS_INIT(AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836_il2cpp_TypeInfo_var); int64_t L_0; L_0 = Interlocked_Increment_m23DCFD6F8418AC5C322DBE3AC1FB311AF3EDBF3B((int64_t*)(((AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836_StaticFields*)il2cpp_codegen_static_fields_for(AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836_il2cpp_TypeInfo_var))->get_address_of_counter_0()), /*hidden argument*/NULL); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsContext__ctor_mD6E25A60EFBD088D842BB739C9A20EBC85EA416A (AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___secureRandom0, SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * ___securityParameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestRandomGenerator_t7F725714953C6C06BF15EB435780870FEC4932F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Times_t0764503B8BDE3E87C25E1C2C8F21400B48C8F13F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // internal AbstractTlsContext(SecureRandom secureRandom, SecurityParameters securityParameters) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // IDigest d = TlsUtilities.CreateHash(HashAlgorithm.sha256); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = TlsUtilities_CreateHash_m14A3ED0375E79886C74DE1BAC49447C922246D88((uint8_t)4, /*hidden argument*/NULL); V_0 = L_0; // byte[] seed = new byte[d.GetDigestSize()]; RuntimeObject* L_1 = V_0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_2); V_1 = L_3; // secureRandom.NextBytes(seed); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_4 = ___secureRandom0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_1; NullCheck(L_4); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(9 /* System.Void System.Random::NextBytes(System.Byte[]) */, L_4, L_5); // this.mNonceRandom = new DigestRandomGenerator(d); RuntimeObject* L_6 = V_0; DigestRandomGenerator_t7F725714953C6C06BF15EB435780870FEC4932F4 * L_7 = (DigestRandomGenerator_t7F725714953C6C06BF15EB435780870FEC4932F4 *)il2cpp_codegen_object_new(DigestRandomGenerator_t7F725714953C6C06BF15EB435780870FEC4932F4_il2cpp_TypeInfo_var); DigestRandomGenerator__ctor_mEE7975B198F48214D497F3F4729771EA58C4549C(L_7, L_6, /*hidden argument*/NULL); __this->set_mNonceRandom_1(L_7); // mNonceRandom.AddSeedMaterial(NextCounterValue()); RuntimeObject* L_8 = __this->get_mNonceRandom_1(); IL2CPP_RUNTIME_CLASS_INIT(AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836_il2cpp_TypeInfo_var); int64_t L_9; L_9 = AbstractTlsContext_NextCounterValue_mEFF1B08A42FCC877829DA0057BF7F3B9F86D6E6A(/*hidden argument*/NULL); NullCheck(L_8); InterfaceActionInvoker1< int64_t >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator::AddSeedMaterial(System.Int64) */, IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A_il2cpp_TypeInfo_var, L_8, L_9); // mNonceRandom.AddSeedMaterial(Times.NanoTime()); RuntimeObject* L_10 = __this->get_mNonceRandom_1(); IL2CPP_RUNTIME_CLASS_INIT(Times_t0764503B8BDE3E87C25E1C2C8F21400B48C8F13F_il2cpp_TypeInfo_var); int64_t L_11; L_11 = Times_NanoTime_mB148DB292002C63B3904A5F9B66071D14A885443(/*hidden argument*/NULL); NullCheck(L_10); InterfaceActionInvoker1< int64_t >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator::AddSeedMaterial(System.Int64) */, IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A_il2cpp_TypeInfo_var, L_10, L_11); // mNonceRandom.AddSeedMaterial(seed); RuntimeObject* L_12 = __this->get_mNonceRandom_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_1; NullCheck(L_12); InterfaceActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator::AddSeedMaterial(System.Byte[]) */, IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A_il2cpp_TypeInfo_var, L_12, L_13); // this.mSecureRandom = secureRandom; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_14 = ___secureRandom0; __this->set_mSecureRandom_2(L_14); // this.mSecurityParameters = securityParameters; SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_15 = ___securityParameters1; __this->set_mSecurityParameters_3(L_15); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::get_NonceRandomGenerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AbstractTlsContext_get_NonceRandomGenerator_m8AD170EF78BA01C5CF822A9E38ACE8AD9E690D6B (AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836 * __this, const RuntimeMethod* method) { { // get { return mNonceRandom; } RuntimeObject* L_0 = __this->get_mNonceRandom_1(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::get_SecureRandom() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * AbstractTlsContext_get_SecureRandom_m38D935BA6E02CCF14CA38013004A7A12904EB215 (AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836 * __this, const RuntimeMethod* method) { { // get { return mSecureRandom; } SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = __this->get_mSecureRandom_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::get_SecurityParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * AbstractTlsContext_get_SecurityParameters_mE38EDC14D54CE6A0D4764C9EC7E078096BAAFB02 (AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836 * __this, const RuntimeMethod* method) { { // get { return mSecurityParameters; } SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_0 = __this->get_mSecurityParameters_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::get_ClientVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * AbstractTlsContext_get_ClientVersion_mFAF78E3B428EBD2B5BF2A9C732DC201B45B93F03 (AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836 * __this, const RuntimeMethod* method) { { // get { return mClientVersion; } ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_0 = __this->get_mClientVersion_4(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::SetClientVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsContext_SetClientVersion_m19BC0B9B87ECF287D65B9215B47A3050C22B57E8 (AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836 * __this, ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___clientVersion0, const RuntimeMethod* method) { { // this.mClientVersion = clientVersion; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_0 = ___clientVersion0; __this->set_mClientVersion_4(L_0); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::get_ServerVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * AbstractTlsContext_get_ServerVersion_m4082DE3E5C9ECC3CB6A5D2294A800C5013193577 (AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836 * __this, const RuntimeMethod* method) { { // get { return mServerVersion; } ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_0 = __this->get_mServerVersion_5(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::SetServerVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsContext_SetServerVersion_mB276CDCF3747CC4C35FBADFE06CF7424648C74AE (AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836 * __this, ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___serverVersion0, const RuntimeMethod* method) { { // this.mServerVersion = serverVersion; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_0 = ___serverVersion0; __this->set_mServerVersion_5(L_0); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSession BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::get_ResumableSession() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AbstractTlsContext_get_ResumableSession_m0DA51A2B75DD5E77DBE90B9FA59A80802AC985A7 (AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836 * __this, const RuntimeMethod* method) { { // get { return mSession; } RuntimeObject* L_0 = __this->get_mSession_6(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::SetResumableSession(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSession) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsContext_SetResumableSession_m8B7B6AAE2A3BA302732FE26B4508B18CAED546A0 (AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836 * __this, RuntimeObject* ___session0, const RuntimeMethod* method) { { // this.mSession = session; RuntimeObject* L_0 = ___session0; __this->set_mSession_6(L_0); // } return; } } // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::get_UserObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AbstractTlsContext_get_UserObject_m634162EB1ECAEF33A6D329965ADFE4AB0C5EA336 (AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836 * __this, const RuntimeMethod* method) { { // get { return mUserObject; } RuntimeObject * L_0 = __this->get_mUserObject_7(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::set_UserObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsContext_set_UserObject_m14D69A0F4956EDF97E87985CEFC8C9F4A74B4E5E (AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { // set { this.mUserObject = value; } RuntimeObject * L_0 = ___value0; __this->set_mUserObject_7(L_0); // set { this.mUserObject = value; } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::ExportKeyingMaterial(System.String,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* AbstractTlsContext_ExportKeyingMaterial_m09F98974D75B0E934E62D56A7F048AD66289F61B (AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836 * __this, String_t* ___asciiLabel0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___context_value1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; int32_t V_3 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; int32_t V_5 = 0; { // if (context_value != null && !TlsUtilities.IsValidUint16(context_value.Length)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___context_value1; if (!L_0) { goto IL_001d; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___context_value1; NullCheck(L_1); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); bool L_2; L_2 = TlsUtilities_IsValidUint16_m8F8B645CBD1901C792B00B6B775F39A8D654C0E7(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); if (L_2) { goto IL_001d; } } { // throw new ArgumentException("must have length less than 2^16 (or be null)", "context_value"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA9692D3FA66B49CB0A74C0107BE801C882F1D627)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2BD1D4754D7590A329D9357372B2F2183396EEF9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractTlsContext_ExportKeyingMaterial_m09F98974D75B0E934E62D56A7F048AD66289F61B_RuntimeMethod_var))); } IL_001d: { // SecurityParameters sp = SecurityParameters; SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_4; L_4 = VirtualFuncInvoker0< SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * >::Invoke(16 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::get_SecurityParameters() */, __this); V_0 = L_4; // if (!sp.IsExtendedMasterSecret) SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(16 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::get_IsExtendedMasterSecret() */, L_5); if (L_6) { goto IL_0037; } } { // throw new InvalidOperationException("cannot export keying material without extended_master_secret"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_7 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6A709BA6B47DD0FD4BFDFFDD1FAD5E1071B2FBDC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractTlsContext_ExportKeyingMaterial_m09F98974D75B0E934E62D56A7F048AD66289F61B_RuntimeMethod_var))); } IL_0037: { // byte[] cr = sp.ClientRandom, sr = sp.ServerRandom; SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_8 = V_0; NullCheck(L_8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(11 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::get_ClientRandom() */, L_8); V_1 = L_9; // byte[] cr = sp.ClientRandom, sr = sp.ServerRandom; SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_10 = V_0; NullCheck(L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11; L_11 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(12 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::get_ServerRandom() */, L_10); V_2 = L_11; // int seedLength = cr.Length + sr.Length; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; NullCheck(L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_2; NullCheck(L_13); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))), (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))))); // if (context_value != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___context_value1; if (!L_14) { goto IL_0058; } } { // seedLength += (2 + context_value.Length); int32_t L_15 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___context_value1; NullCheck(L_16); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))))))); } IL_0058: { // byte[] seed = new byte[seedLength]; int32_t L_17 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_17); V_4 = L_18; // int seedPos = 0; V_5 = 0; // Array.Copy(cr, 0, seed, seedPos, cr.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_4; int32_t L_21 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_1; NullCheck(L_22); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_19, 0, (RuntimeArray *)(RuntimeArray *)L_20, L_21, ((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length))), /*hidden argument*/NULL); // seedPos += cr.Length; int32_t L_23 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_1; NullCheck(L_24); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length))))); // Array.Copy(sr, 0, seed, seedPos, sr.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_4; int32_t L_27 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_2; NullCheck(L_28); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_25, 0, (RuntimeArray *)(RuntimeArray *)L_26, L_27, ((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length))), /*hidden argument*/NULL); // seedPos += sr.Length; int32_t L_29 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = V_2; NullCheck(L_30); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length))))); // if (context_value != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = ___context_value1; if (!L_31) { goto IL_00ba; } } { // TlsUtilities.WriteUint16(context_value.Length, seed, seedPos); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = ___context_value1; NullCheck(L_32); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = V_4; int32_t L_34 = V_5; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_WriteUint16_mC62EE72A6598A7A7761399F9597312CC5E100CF0(((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length))), L_33, L_34, /*hidden argument*/NULL); // seedPos += 2; int32_t L_35 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)2)); // Array.Copy(context_value, 0, seed, seedPos, context_value.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = ___context_value1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = V_4; int32_t L_38 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = ___context_value1; NullCheck(L_39); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_36, 0, (RuntimeArray *)(RuntimeArray *)L_37, L_38, ((int32_t)((int32_t)(((RuntimeArray*)L_39)->max_length))), /*hidden argument*/NULL); // seedPos += context_value.Length; int32_t L_40 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = ___context_value1; NullCheck(L_41); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_41)->max_length))))); } IL_00ba: { // if (seedPos != seedLength) int32_t L_42 = V_5; int32_t L_43 = V_3; if ((((int32_t)L_42) == ((int32_t)L_43))) { goto IL_00ca; } } { // throw new InvalidOperationException("error in calculation of seed for export"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_44 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_44, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA5B849A456671FE37C92B2072D1EDEE14697F7B0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractTlsContext_ExportKeyingMaterial_m09F98974D75B0E934E62D56A7F048AD66289F61B_RuntimeMethod_var))); } IL_00ca: { // return TlsUtilities.PRF(this, sp.MasterSecret, asciiLabel, seed, length); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_45 = V_0; NullCheck(L_45); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46; L_46 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::get_MasterSecret() */, L_45); String_t* L_47 = ___asciiLabel0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_48 = V_4; int32_t L_49 = ___length2; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50; L_50 = TlsUtilities_PRF_m956445C165EEF9F5D3900C0E70BD164EAF9CBD4D(__this, L_46, L_47, L_48, L_49, /*hidden argument*/NULL); return L_50; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsContext__cctor_mCB898E35A2F409ECE6C54C0F591FDDF565FA18D5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Times_t0764503B8BDE3E87C25E1C2C8F21400B48C8F13F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static long counter = Times.NanoTime(); IL2CPP_RUNTIME_CLASS_INIT(Times_t0764503B8BDE3E87C25E1C2C8F21400B48C8F13F_il2cpp_TypeInfo_var); int64_t L_0; L_0 = Times_NanoTime_mB148DB292002C63B3904A5F9B66071D14A885443(/*hidden argument*/NULL); ((AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836_StaticFields*)il2cpp_codegen_static_fields_for(AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836_il2cpp_TypeInfo_var))->set_counter_0(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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsCredentials::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsCredentials__ctor_mE8FED7D2368A15AE77BDA2FE43D9AF0F23E70030 (AbstractTlsCredentials_tDB92B39DD1CD54CC841E54091FB947734ECD1664 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsEncryptionCredentials::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsEncryptionCredentials__ctor_mF110CCFDB63692F75058510A213421112D73977C (AbstractTlsEncryptionCredentials_t2EFED10EB5F6A19463E3D0689B6A8120A90A442C * __this, const RuntimeMethod* method) { { AbstractTlsCredentials__ctor_mE8FED7D2368A15AE77BDA2FE43D9AF0F23E70030(__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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange::.ctor(System.Int32,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsKeyExchange__ctor_m2FDD97E09FEC1C3588274D65D6CC18903CD8B06A (AbstractTlsKeyExchange_t469056906A1F384443B6EA3D807B76A8ABCF5EDA * __this, int32_t ___keyExchange0, RuntimeObject* ___supportedSignatureAlgorithms1, const RuntimeMethod* method) { { // protected AbstractTlsKeyExchange(int keyExchange, IList supportedSignatureAlgorithms) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.mKeyExchange = keyExchange; int32_t L_0 = ___keyExchange0; __this->set_mKeyExchange_0(L_0); // this.mSupportedSignatureAlgorithms = supportedSignatureAlgorithms; RuntimeObject* L_1 = ___supportedSignatureAlgorithms1; __this->set_mSupportedSignatureAlgorithms_1(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigitallySigned BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange::ParseSignature(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288 * AbstractTlsKeyExchange_ParseSignature_mC2075F390DEB0F7E1269A1BC932F9604E1D11EC5 (AbstractTlsKeyExchange_t469056906A1F384443B6EA3D807B76A8ABCF5EDA * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * V_0 = NULL; DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288 * G_B2_0 = NULL; DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288 * G_B1_0 = NULL; { // DigitallySigned signature = DigitallySigned.Parse(mContext, input); RuntimeObject* L_0 = __this->get_mContext_2(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___input0; DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288 * L_2; L_2 = DigitallySigned_Parse_m258106102318F297392C5F9705890CCA96F399A2(L_0, L_1, /*hidden argument*/NULL); // SignatureAndHashAlgorithm signatureAlgorithm = signature.Algorithm; DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288 * L_3 = L_2; NullCheck(L_3); SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * L_4; L_4 = VirtualFuncInvoker0< SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigitallySigned::get_Algorithm() */, L_3); V_0 = L_4; // if (signatureAlgorithm != null) SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * L_5 = V_0; G_B1_0 = L_3; if (!L_5) { G_B2_0 = L_3; goto IL_0022; } } { // TlsUtilities.VerifySupportedSignatureAlgorithm(mSupportedSignatureAlgorithms, signatureAlgorithm); RuntimeObject* L_6 = __this->get_mSupportedSignatureAlgorithms_1(); SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_VerifySupportedSignatureAlgorithm_mB7A7E8BDC377BAB0E781A0537344D18F56F2E59A(L_6, L_7, /*hidden argument*/NULL); G_B2_0 = G_B1_0; } IL_0022: { // return signature; return G_B2_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsKeyExchange_Init_mA65A247B3EE4414B2C369035663D40F7622FBBAD (AbstractTlsKeyExchange_t469056906A1F384443B6EA3D807B76A8ABCF5EDA * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsContext_t4B26631B1E8D556073EE641DCEE757DBEEC197DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * V_0 = NULL; int32_t V_1 = 0; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * G_B11_0 = NULL; String_t* G_B11_1 = NULL; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * G_B10_0 = NULL; String_t* G_B10_1 = NULL; String_t* G_B12_0 = NULL; String_t* G_B12_1 = NULL; { // this.mContext = context; RuntimeObject* L_0 = ___context0; __this->set_mContext_2(L_0); // ProtocolVersion clientVersion = context.ClientVersion; RuntimeObject* L_1 = ___context0; NullCheck(L_1); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_2; L_2 = InterfaceFuncInvoker0< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext::get_ClientVersion() */, TlsContext_t4B26631B1E8D556073EE641DCEE757DBEEC197DB_il2cpp_TypeInfo_var, L_1); V_0 = L_2; // if (TlsUtilities.IsSignatureAlgorithmsExtensionAllowed(clientVersion)) ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); bool L_4; L_4 = TlsUtilities_IsSignatureAlgorithmsExtensionAllowed_m8C9FFC409AF131312554CA8C36E678FB55A20E79(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_00c4; } } { // if (this.mSupportedSignatureAlgorithms == null) RuntimeObject* L_5 = __this->get_mSupportedSignatureAlgorithms_1(); if (L_5) { goto IL_00e9; } } { // switch (mKeyExchange) int32_t L_6 = __this->get_mKeyExchange_0(); V_1 = L_6; int32_t L_7 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1))) { case 0: { goto IL_00ad; } case 1: { goto IL_00b9; } case 2: { goto IL_0095; } case 3: { goto IL_00b9; } case 4: { goto IL_00ad; } case 5: { goto IL_00b9; } case 6: { goto IL_0095; } case 7: { goto IL_00b9; } case 8: { goto IL_00ad; } case 9: { goto IL_00b9; } case 10: { goto IL_00b9; } case 11: { goto IL_00b9; } case 12: { goto IL_00e9; } case 13: { goto IL_00e9; } case 14: { goto IL_00ad; } case 15: { goto IL_00a1; } case 16: { goto IL_00a1; } case 17: { goto IL_00ad; } case 18: { goto IL_00ad; } case 19: { goto IL_00b9; } case 20: { goto IL_00e9; } case 21: { goto IL_0095; } case 22: { goto IL_00ad; } case 23: { goto IL_00e9; } } } { goto IL_00b9; } IL_0095: { // this.mSupportedSignatureAlgorithms = TlsUtilities.GetDefaultDssSignatureAlgorithms(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); RuntimeObject* L_8; L_8 = TlsUtilities_GetDefaultDssSignatureAlgorithms_m3BD6A6B07A578F14655284962A249C0346FE581D(/*hidden argument*/NULL); __this->set_mSupportedSignatureAlgorithms_1(L_8); // break; return; } IL_00a1: { // this.mSupportedSignatureAlgorithms = TlsUtilities.GetDefaultECDsaSignatureAlgorithms(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); RuntimeObject* L_9; L_9 = TlsUtilities_GetDefaultECDsaSignatureAlgorithms_mB2E41818955FB31A461F7DFE93045C13BB9B0E5C(/*hidden argument*/NULL); __this->set_mSupportedSignatureAlgorithms_1(L_9); // break; return; } IL_00ad: { // this.mSupportedSignatureAlgorithms = TlsUtilities.GetDefaultRsaSignatureAlgorithms(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); RuntimeObject* L_10; L_10 = TlsUtilities_GetDefaultRsaSignatureAlgorithms_m387348A3823965A5A5E074E9EB4586AE994E788B(/*hidden argument*/NULL); __this->set_mSupportedSignatureAlgorithms_1(L_10); // break; return; } IL_00b9: { // throw new InvalidOperationException("unsupported key exchange algorithm"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_11 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB72657F0B8D2D8F073DD492DC0BA16984E3BA442)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractTlsKeyExchange_Init_mA65A247B3EE4414B2C369035663D40F7622FBBAD_RuntimeMethod_var))); } IL_00c4: { // else if (this.mSupportedSignatureAlgorithms != null) RuntimeObject* L_12 = __this->get_mSupportedSignatureAlgorithms_1(); if (!L_12) { goto IL_00e9; } } { // throw new InvalidOperationException("supported_signature_algorithms not allowed for " + clientVersion); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_13 = V_0; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_14 = L_13; G_B10_0 = L_14; G_B10_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB44CB47D683F1EAE9F0359F3585EF597B47F60A0)); if (L_14) { G_B11_0 = L_14; G_B11_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB44CB47D683F1EAE9F0359F3585EF597B47F60A0)); goto IL_00d9; } } { G_B12_0 = ((String_t*)(NULL)); G_B12_1 = G_B10_1; goto IL_00de; } IL_00d9: { NullCheck(G_B11_0); String_t* L_15; L_15 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B11_0); G_B12_0 = L_15; G_B12_1 = G_B11_1; } IL_00de: { String_t* L_16; L_16 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B12_1, G_B12_0, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_17 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_17, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractTlsKeyExchange_Init_mA65A247B3EE4414B2C369035663D40F7622FBBAD_RuntimeMethod_var))); } IL_00e9: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange::ProcessServerCertificate(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsKeyExchange_ProcessServerCertificate_mC2FB92884B37F3B4F90222FB70FC71504CFB04E9 (AbstractTlsKeyExchange_t469056906A1F384443B6EA3D807B76A8ABCF5EDA * __this, Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * ___serverCertificate0, const RuntimeMethod* method) { { // if (mSupportedSignatureAlgorithms == null) RuntimeObject* L_0 = __this->get_mSupportedSignatureAlgorithms_1(); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange::ProcessServerCredentials(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsKeyExchange_ProcessServerCredentials_m7B896309927F829D64168FE56A995347C441B663 (AbstractTlsKeyExchange_t469056906A1F384443B6EA3D807B76A8ABCF5EDA * __this, RuntimeObject* ___serverCredentials0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsCredentials_t6C3F3B2C48D027442C1753CA9C9E1D75BC3B4CA7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // ProcessServerCertificate(serverCredentials.Certificate); RuntimeObject* L_0 = ___serverCredentials0; NullCheck(L_0); Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_1; L_1 = InterfaceFuncInvoker0< Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCredentials::get_Certificate() */, TlsCredentials_t6C3F3B2C48D027442C1753CA9C9E1D75BC3B4CA7_il2cpp_TypeInfo_var, L_0); VirtualActionInvoker1< Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * >::Invoke(22 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange::ProcessServerCertificate(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate) */, __this, L_1); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange::get_RequiresServerKeyExchange() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AbstractTlsKeyExchange_get_RequiresServerKeyExchange_m26AFD300D25BD336BAD660770B5F33EE7943A73F (AbstractTlsKeyExchange_t469056906A1F384443B6EA3D807B76A8ABCF5EDA * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange::GenerateServerKeyExchange() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* AbstractTlsKeyExchange_GenerateServerKeyExchange_m9311FF6E8D4A8E983AC93C938674700A2E7FA3C7 (AbstractTlsKeyExchange_t469056906A1F384443B6EA3D807B76A8ABCF5EDA * __this, const RuntimeMethod* method) { { // if (RequiresServerKeyExchange) bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(24 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange::get_RequiresServerKeyExchange() */, __this); if (!L_0) { goto IL_0010; } } { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_1 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_1, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractTlsKeyExchange_GenerateServerKeyExchange_m9311FF6E8D4A8E983AC93C938674700A2E7FA3C7_RuntimeMethod_var))); } IL_0010: { // return null; return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange::SkipServerKeyExchange() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsKeyExchange_SkipServerKeyExchange_m4AD339A486DC7CAECAC3A1B007FF02B76B6A79B0 (AbstractTlsKeyExchange_t469056906A1F384443B6EA3D807B76A8ABCF5EDA * __this, const RuntimeMethod* method) { { // if (RequiresServerKeyExchange) bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(24 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange::get_RequiresServerKeyExchange() */, __this); if (!L_0) { goto IL_0010; } } { // throw new TlsFatalAlert(AlertDescription.unexpected_message); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_1 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_1, (uint8_t)((int32_t)10), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractTlsKeyExchange_SkipServerKeyExchange_m4AD339A486DC7CAECAC3A1B007FF02B76B6A79B0_RuntimeMethod_var))); } IL_0010: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange::ProcessServerKeyExchange(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsKeyExchange_ProcessServerKeyExchange_m83285065760E1DBC51BE6823DBFC692250DFCCA5 (AbstractTlsKeyExchange_t469056906A1F384443B6EA3D807B76A8ABCF5EDA * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method) { { // if (!RequiresServerKeyExchange) bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(24 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange::get_RequiresServerKeyExchange() */, __this); if (L_0) { goto IL_0010; } } { // throw new TlsFatalAlert(AlertDescription.unexpected_message); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_1 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_1, (uint8_t)((int32_t)10), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractTlsKeyExchange_ProcessServerKeyExchange_m83285065760E1DBC51BE6823DBFC692250DFCCA5_RuntimeMethod_var))); } IL_0010: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange::SkipClientCredentials() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsKeyExchange_SkipClientCredentials_m21F63EFCE7147F3AF474E3DACD6A4D46E51E1CBB (AbstractTlsKeyExchange_t469056906A1F384443B6EA3D807B76A8ABCF5EDA * __this, const RuntimeMethod* method) { { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange::ProcessClientCertificate(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsKeyExchange_ProcessClientCertificate_m5C1983848CC907F51DC7AE1DA4EBB33A4DF9D002 (AbstractTlsKeyExchange_t469056906A1F384443B6EA3D807B76A8ABCF5EDA * __this, Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * ___clientCertificate0, const RuntimeMethod* method) { { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsKeyExchange::ProcessClientKeyExchange(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsKeyExchange_ProcessClientKeyExchange_mB99E84DD6D40D75B41A5115DA1B9399A934B43F4 (AbstractTlsKeyExchange_t469056906A1F384443B6EA3D807B76A8ABCF5EDA * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method) { { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_0 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_0, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractTlsKeyExchange_ProcessClientKeyExchange_mB99E84DD6D40D75B41A5115DA1B9399A934B43F4_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.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsPeer::RequiresExtendedMasterSecret() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AbstractTlsPeer_RequiresExtendedMasterSecret_m380FD6A1A794581B6D913A5B81F7D2946F921569 (AbstractTlsPeer_t3589DDB3C9CBD13D650BADDC95A1814D4A5D6A5A * __this, const RuntimeMethod* method) { { // return false; return (bool)0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsPeer::ShouldUseGmtUnixTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AbstractTlsPeer_ShouldUseGmtUnixTime_m9F36E3220B26E67400830BC27581D09FB3C52737 (AbstractTlsPeer_t3589DDB3C9CBD13D650BADDC95A1814D4A5D6A5A * __this, const RuntimeMethod* method) { { // return false; return (bool)0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsPeer::NotifySecureRenegotiation(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsPeer_NotifySecureRenegotiation_m249BBDFB27CB271074347B581246AB02B9CCF4F8 (AbstractTlsPeer_t3589DDB3C9CBD13D650BADDC95A1814D4A5D6A5A * __this, bool ___secureRenegotiation0, const RuntimeMethod* method) { { // if (!secureRenegotiation) bool L_0 = ___secureRenegotiation0; if (L_0) { goto IL_000b; } } { // throw new TlsFatalAlert(AlertDescription.handshake_failure); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_1 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_1, (uint8_t)((int32_t)40), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractTlsPeer_NotifySecureRenegotiation_m249BBDFB27CB271074347B581246AB02B9CCF4F8_RuntimeMethod_var))); } IL_000b: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsPeer::NotifyAlertRaised(System.Byte,System.Byte,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsPeer_NotifyAlertRaised_m301AFBCAC7482E86A10EAEC434324192754B86A1 (AbstractTlsPeer_t3589DDB3C9CBD13D650BADDC95A1814D4A5D6A5A * __this, uint8_t ___alertLevel0, uint8_t ___alertDescription1, String_t* ___message2, Exception_t * ___cause3, const RuntimeMethod* method) { { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsPeer::NotifyAlertReceived(System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsPeer_NotifyAlertReceived_m2926ED2D206B596273683F90DE98879C804AD318 (AbstractTlsPeer_t3589DDB3C9CBD13D650BADDC95A1814D4A5D6A5A * __this, uint8_t ___alertLevel0, uint8_t ___alertDescription1, const RuntimeMethod* method) { { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsPeer::NotifyHandshakeComplete() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsPeer_NotifyHandshakeComplete_m312FEA5B14DE3C129CC881764040E8FFD668FB2C (AbstractTlsPeer_t3589DDB3C9CBD13D650BADDC95A1814D4A5D6A5A * __this, const RuntimeMethod* method) { { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsPeer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsPeer__ctor_m850A3883E22821F6631430942B414AC2C98677E0 (AbstractTlsPeer_t3589DDB3C9CBD13D650BADDC95A1814D4A5D6A5A * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsServer__ctor_m843A210F49417EB7D3E0988FE2FE4AF205937622 (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(new DefaultTlsCipherFactory()) DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D * L_0 = (DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D *)il2cpp_codegen_object_new(DefaultTlsCipherFactory_tD7A95837E2FC78B9EB65931708B30F1131EE782D_il2cpp_TypeInfo_var); DefaultTlsCipherFactory__ctor_m5D638B780C1C0DA09BC8520DE03094C14FECBE79(L_0, /*hidden argument*/NULL); AbstractTlsServer__ctor_m31AE20C8EAECA2EAC23DECF802904645B7EE3D17(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsServer__ctor_m31AE20C8EAECA2EAC23DECF802904645B7EE3D17 (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, RuntimeObject* ___cipherFactory0, const RuntimeMethod* method) { { // public AbstractTlsServer(TlsCipherFactory cipherFactory) AbstractTlsPeer__ctor_m850A3883E22821F6631430942B414AC2C98677E0(__this, /*hidden argument*/NULL); // this.mCipherFactory = cipherFactory; RuntimeObject* L_0 = ___cipherFactory0; __this->set_mCipherFactory_0(L_0); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::get_AllowEncryptThenMac() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AbstractTlsServer_get_AllowEncryptThenMac_m2AB847B6CB31B76901E117516885C73B3EDA4087 (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, const RuntimeMethod* method) { { // get { return true; } return (bool)1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::get_AllowTruncatedHMac() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AbstractTlsServer_get_AllowTruncatedHMac_m7CDBE61579704AB54719389AC5FF05E64CB08041 (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::CheckServerExtensions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AbstractTlsServer_CheckServerExtensions_mA7C02D650BD12E2B41014C5D32BDA06F78852822 (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { // return this.mServerExtensions = TlsExtensionsUtilities.EnsureExtensionsInitialised(this.mServerExtensions); RuntimeObject* L_0 = __this->get_mServerExtensions_17(); RuntimeObject* L_1; L_1 = TlsExtensionsUtilities_EnsureExtensionsInitialised_mA4EB7585E0F22B3517895F3930A3FAABB66F5963(L_0, /*hidden argument*/NULL); RuntimeObject* L_2 = L_1; V_0 = L_2; __this->set_mServerExtensions_17(L_2); RuntimeObject* L_3 = V_0; return L_3; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::GetCompressionMethods() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* AbstractTlsServer_GetCompressionMethods_mCD7DE0D4FF0CABF80FD23A26D489A72C9B64C5B2 (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new byte[] { CompressionMethod.cls_null }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)1); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::get_MaximumVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * AbstractTlsServer_get_MaximumVersion_mC7AA6B1FB51CFD462B8F6DC351FB98BA6EB8DE1B (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return ProtocolVersion.TLSv11; } IL2CPP_RUNTIME_CLASS_INIT(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_0 = ((ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields*)il2cpp_codegen_static_fields_for(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var))->get_TLSv11_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::get_MinimumVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * AbstractTlsServer_get_MinimumVersion_m1A3B4028DCB08CF33BDAD68563FAC8AC9A4B8F25 (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return ProtocolVersion.TLSv10; } IL2CPP_RUNTIME_CLASS_INIT(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_0 = ((ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields*)il2cpp_codegen_static_fields_for(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var))->get_TLSv10_1(); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::SupportsClientEccCapabilities(System.Int32[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AbstractTlsServer_SupportsClientEccCapabilities_m760BB4E3237CCFEC40AB8BE624216CFB8FB3D4F9 (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___namedCurves0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ecPointFormats1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsEccUtilities_tA8FA2CF6C2582ADEB9045A54E18452FF71644AAD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // if (namedCurves == null) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___namedCurves0; if (L_0) { goto IL_0009; } } { // return TlsEccUtilities.HasAnySupportedNamedCurves(); IL2CPP_RUNTIME_CLASS_INIT(TlsEccUtilities_tA8FA2CF6C2582ADEB9045A54E18452FF71644AAD_il2cpp_TypeInfo_var); bool L_1; L_1 = TlsEccUtilities_HasAnySupportedNamedCurves_m4222F55BB9E225D9341EFCBABB1D39C9E847EB2F(/*hidden argument*/NULL); return L_1; } IL_0009: { // for (int i = 0; i < namedCurves.Length; ++i) V_0 = 0; goto IL_002f; } IL_000d: { // int namedCurve = namedCurves[i]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = ___namedCurves0; int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; int32_t L_5 = (L_2)->GetAt(static_cast(L_4)); V_1 = L_5; // if (NamedCurve.IsValid(namedCurve) // && (!NamedCurve.RefersToASpecificNamedCurve(namedCurve) || TlsEccUtilities.IsSupportedNamedCurve(namedCurve))) int32_t L_6 = V_1; bool L_7; L_7 = NamedCurve_IsValid_m0203DA806E64A849497073EE536B9209FB7030C2(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002b; } } { int32_t L_8 = V_1; bool L_9; L_9 = NamedCurve_RefersToASpecificNamedCurve_m07FDC262ED5E7B0B10E67ADA2CCF07958EC4924E(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0029; } } { int32_t L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TlsEccUtilities_tA8FA2CF6C2582ADEB9045A54E18452FF71644AAD_il2cpp_TypeInfo_var); bool L_11; L_11 = TlsEccUtilities_IsSupportedNamedCurve_mA592D9E91A8EF4A1532024C366E6A66A3050CF5E(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_002b; } } IL_0029: { // return true; return (bool)1; } IL_002b: { // for (int i = 0; i < namedCurves.Length; ++i) int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_002f: { // for (int i = 0; i < namedCurves.Length; ++i) int32_t L_13 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = ___namedCurves0; NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))) { goto IL_000d; } } { // return false; return (bool)0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServerContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsServer_Init_m2E572A77412DC93A70288E3BB8552EF6FDE51AA5 (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { // this.mContext = context; RuntimeObject* L_0 = ___context0; __this->set_mContext_1(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::NotifyClientVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsServer_NotifyClientVersion_m7BCABC8797717E484B0C0A0BAF64FD96670501FD (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___clientVersion0, const RuntimeMethod* method) { { // this.mClientVersion = clientVersion; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_0 = ___clientVersion0; __this->set_mClientVersion_2(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::NotifyFallback(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsServer_NotifyFallback_m5C5A79A6EB103865FF20F565E59EB799DDE3BE7F (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, bool ___isFallback0, const RuntimeMethod* method) { { // if (isFallback && MaximumVersion.IsLaterVersionOf(mClientVersion)) bool L_0 = ___isFallback0; if (!L_0) { goto IL_001e; } } { ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_1; L_1 = VirtualFuncInvoker0< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(42 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::get_MaximumVersion() */, __this); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_2 = __this->get_mClientVersion_2(); NullCheck(L_1); bool L_3; L_3 = ProtocolVersion_IsLaterVersionOf_m972DA1FD7B9FD889DF3159179024ADEF161928A6(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001e; } } { // throw new TlsFatalAlert(AlertDescription.inappropriate_fallback); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_4 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_4, (uint8_t)((int32_t)86), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractTlsServer_NotifyFallback_m5C5A79A6EB103865FF20F565E59EB799DDE3BE7F_RuntimeMethod_var))); } IL_001e: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::NotifyOfferedCipherSuites(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsServer_NotifyOfferedCipherSuites_mC9F210EA25437B772A8783B65371D267C3C7EE09 (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___offeredCipherSuites0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsEccUtilities_tA8FA2CF6C2582ADEB9045A54E18452FF71644AAD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // this.mOfferedCipherSuites = offeredCipherSuites; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___offeredCipherSuites0; __this->set_mOfferedCipherSuites_3(L_0); // this.mEccCipherSuitesOffered = TlsEccUtilities.ContainsEccCipherSuites(this.mOfferedCipherSuites); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = __this->get_mOfferedCipherSuites_3(); IL2CPP_RUNTIME_CLASS_INIT(TlsEccUtilities_tA8FA2CF6C2582ADEB9045A54E18452FF71644AAD_il2cpp_TypeInfo_var); bool L_2; L_2 = TlsEccUtilities_ContainsEccCipherSuites_m647EB4ED329A9B2DB443612751C5D1D63A6E33B7(L_1, /*hidden argument*/NULL); __this->set_mEccCipherSuitesOffered_10(L_2); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::NotifyOfferedCompressionMethods(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsServer_NotifyOfferedCompressionMethods_mE375CC0142B6341C6480AAEBE69F7295B01BF6A9 (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___offeredCompressionMethods0, const RuntimeMethod* method) { { // this.mOfferedCompressionMethods = offeredCompressionMethods; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___offeredCompressionMethods0; __this->set_mOfferedCompressionMethods_4(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::ProcessClientExtensions(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsServer_ProcessClientExtensions_mCB13675B6C9A6ACA57E849231984CDB30A82D27B (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, RuntimeObject* ___clientExtensions0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsEccUtilities_tA8FA2CF6C2582ADEB9045A54E18452FF71644AAD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // this.mClientExtensions = clientExtensions; RuntimeObject* L_0 = ___clientExtensions0; __this->set_mClientExtensions_5(L_0); // if (clientExtensions != null) RuntimeObject* L_1 = ___clientExtensions0; if (!L_1) { goto IL_0091; } } { // this.mEncryptThenMacOffered = TlsExtensionsUtilities.HasEncryptThenMacExtension(clientExtensions); RuntimeObject* L_2 = ___clientExtensions0; bool L_3; L_3 = TlsExtensionsUtilities_HasEncryptThenMacExtension_m9F9FADA5CBE41A1A8B94E300DF918FFEA73E011B(L_2, /*hidden argument*/NULL); __this->set_mEncryptThenMacOffered_6(L_3); // this.mMaxFragmentLengthOffered = TlsExtensionsUtilities.GetMaxFragmentLengthExtension(clientExtensions); RuntimeObject* L_4 = ___clientExtensions0; int16_t L_5; L_5 = TlsExtensionsUtilities_GetMaxFragmentLengthExtension_m76BD5AE20A99F3EEC6AB1DFA0CFA19EBC1A6ACBF(L_4, /*hidden argument*/NULL); __this->set_mMaxFragmentLengthOffered_7(L_5); // if (mMaxFragmentLengthOffered >= 0 && !MaxFragmentLength.IsValid((byte)mMaxFragmentLengthOffered)) int16_t L_6 = __this->get_mMaxFragmentLengthOffered_7(); if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_0044; } } { int16_t L_7 = __this->get_mMaxFragmentLengthOffered_7(); bool L_8; L_8 = MaxFragmentLength_IsValid_m5D205F1963F7EA3C01A51D398AE66B34CF608A79((uint8_t)((int32_t)((uint8_t)L_7)), /*hidden argument*/NULL); if (L_8) { goto IL_0044; } } { // throw new TlsFatalAlert(AlertDescription.illegal_parameter); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_9 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_9, (uint8_t)((int32_t)47), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractTlsServer_ProcessClientExtensions_mCB13675B6C9A6ACA57E849231984CDB30A82D27B_RuntimeMethod_var))); } IL_0044: { // this.mTruncatedHMacOffered = TlsExtensionsUtilities.HasTruncatedHMacExtension(clientExtensions); RuntimeObject* L_10 = ___clientExtensions0; bool L_11; L_11 = TlsExtensionsUtilities_HasTruncatedHMacExtension_m4A99645588466BA771AE23CD20338BA9EC03D24F(L_10, /*hidden argument*/NULL); __this->set_mTruncatedHMacOffered_8(L_11); // this.mSupportedSignatureAlgorithms = TlsUtilities.GetSignatureAlgorithmsExtension(clientExtensions); RuntimeObject* L_12 = ___clientExtensions0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); RuntimeObject* L_13; L_13 = TlsUtilities_GetSignatureAlgorithmsExtension_m493291732BD3780EED0E04BF2BEDAEFC46BB24F5(L_12, /*hidden argument*/NULL); __this->set_mSupportedSignatureAlgorithms_9(L_13); // if (this.mSupportedSignatureAlgorithms != null) RuntimeObject* L_14 = __this->get_mSupportedSignatureAlgorithms_9(); if (!L_14) { goto IL_0079; } } { // if (!TlsUtilities.IsSignatureAlgorithmsExtensionAllowed(mClientVersion)) ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_15 = __this->get_mClientVersion_2(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); bool L_16; L_16 = TlsUtilities_IsSignatureAlgorithmsExtensionAllowed_m8C9FFC409AF131312554CA8C36E678FB55A20E79(L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0079; } } { // throw new TlsFatalAlert(AlertDescription.illegal_parameter); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_17 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_17, (uint8_t)((int32_t)47), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractTlsServer_ProcessClientExtensions_mCB13675B6C9A6ACA57E849231984CDB30A82D27B_RuntimeMethod_var))); } IL_0079: { // this.mNamedCurves = TlsEccUtilities.GetSupportedEllipticCurvesExtension(clientExtensions); RuntimeObject* L_18 = ___clientExtensions0; IL2CPP_RUNTIME_CLASS_INIT(TlsEccUtilities_tA8FA2CF6C2582ADEB9045A54E18452FF71644AAD_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_19; L_19 = TlsEccUtilities_GetSupportedEllipticCurvesExtension_m1F9EAF4F2C78E03A152F8944EC7E007A46E6C64F(L_18, /*hidden argument*/NULL); __this->set_mNamedCurves_11(L_19); // this.mClientECPointFormats = TlsEccUtilities.GetSupportedPointFormatsExtension(clientExtensions); RuntimeObject* L_20 = ___clientExtensions0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21; L_21 = TlsEccUtilities_GetSupportedPointFormatsExtension_m09428BD27B8485621E96C1D858D914533A518198(L_20, /*hidden argument*/NULL); __this->set_mClientECPointFormats_12(L_21); } IL_0091: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::GetServerVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * AbstractTlsServer_GetServerVersion_m93DEA6A3A4CE3D53856AF7A82D73A83FD0C23CF4 (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, const RuntimeMethod* method) { ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * V_0 = NULL; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * V_1 = NULL; { // if (MinimumVersion.IsEqualOrEarlierVersionOf(mClientVersion)) ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_0; L_0 = VirtualFuncInvoker0< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(43 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::get_MinimumVersion() */, __this); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_1 = __this->get_mClientVersion_2(); NullCheck(L_0); bool L_2; L_2 = ProtocolVersion_IsEqualOrEarlierVersionOf_mA6DCE6087D568B23EF6CE3AA61F87A322A592C7D(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0051; } } { // ProtocolVersion maximumVersion = MaximumVersion; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_3; L_3 = VirtualFuncInvoker0< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(42 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::get_MaximumVersion() */, __this); V_0 = L_3; // if (mClientVersion.IsEqualOrEarlierVersionOf(maximumVersion)) ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_4 = __this->get_mClientVersion_2(); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_5 = V_0; NullCheck(L_4); bool L_6; L_6 = ProtocolVersion_IsEqualOrEarlierVersionOf_mA6DCE6087D568B23EF6CE3AA61F87A322A592C7D(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0038; } } { // return mServerVersion = mClientVersion; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_7 = __this->get_mClientVersion_2(); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_8 = L_7; V_1 = L_8; __this->set_mServerVersion_14(L_8); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_9 = V_1; return L_9; } IL_0038: { // if (mClientVersion.IsLaterVersionOf(maximumVersion)) ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_10 = __this->get_mClientVersion_2(); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_11 = V_0; NullCheck(L_10); bool L_12; L_12 = ProtocolVersion_IsLaterVersionOf_m972DA1FD7B9FD889DF3159179024ADEF161928A6(L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0051; } } { // return mServerVersion = maximumVersion; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_13 = V_0; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_14 = L_13; V_1 = L_14; __this->set_mServerVersion_14(L_14); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_15 = V_1; return L_15; } IL_0051: { // throw new TlsFatalAlert(AlertDescription.protocol_version); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_16 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_16, (uint8_t)((int32_t)70), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractTlsServer_GetServerVersion_m93DEA6A3A4CE3D53856AF7A82D73A83FD0C23CF4_RuntimeMethod_var))); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::GetSelectedCipherSuite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AbstractTlsServer_GetSelectedCipherSuite_m841BCF4AF4377B89E0EA6560962AF139BE8DDD67 (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsEccUtilities_tA8FA2CF6C2582ADEB9045A54E18452FF71644AAD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { // IList sigAlgs = TlsUtilities.GetUsableSignatureAlgorithms(this.mSupportedSignatureAlgorithms); RuntimeObject* L_0 = __this->get_mSupportedSignatureAlgorithms_9(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = TlsUtilities_GetUsableSignatureAlgorithms_m6088FF9BF47975F1719C9ACACF72BF30DBD8B394(L_0, /*hidden argument*/NULL); V_0 = L_1; // bool eccCipherSuitesEnabled = SupportsClientEccCapabilities(this.mNamedCurves, this.mClientECPointFormats); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = __this->get_mNamedCurves_11(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_mClientECPointFormats_12(); bool L_4; L_4 = VirtualFuncInvoker2< bool, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(44 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::SupportsClientEccCapabilities(System.Int32[],System.Byte[]) */, __this, L_2, L_3); V_1 = L_4; // int[] cipherSuites = GetCipherSuites(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5; L_5 = VirtualFuncInvoker0< Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* >::Invoke(41 /* System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::GetCipherSuites() */, __this); V_2 = L_5; // for (int i = 0; i < cipherSuites.Length; ++i) V_3 = 0; goto IL_0075; } IL_002a: { // int cipherSuite = cipherSuites[i]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = V_2; int32_t L_7 = V_3; NullCheck(L_6); int32_t L_8 = L_7; int32_t L_9 = (L_6)->GetAt(static_cast(L_8)); V_4 = L_9; // if (Arrays.Contains(this.mOfferedCipherSuites, cipherSuite) // && (eccCipherSuitesEnabled || !TlsEccUtilities.IsEccCipherSuite(cipherSuite)) // && TlsUtilities.IsValidCipherSuiteForVersion(cipherSuite, mServerVersion) // && TlsUtilities.IsValidCipherSuiteForSignatureAlgorithms(cipherSuite, sigAlgs)) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = __this->get_mOfferedCipherSuites_3(); int32_t L_11 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_12; L_12 = Arrays_Contains_mA6F27613B7535BFB5B27C6005F406A558D525FF1(L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0071; } } { bool L_13 = V_1; if (L_13) { goto IL_004a; } } { int32_t L_14 = V_4; IL2CPP_RUNTIME_CLASS_INIT(TlsEccUtilities_tA8FA2CF6C2582ADEB9045A54E18452FF71644AAD_il2cpp_TypeInfo_var); bool L_15; L_15 = TlsEccUtilities_IsEccCipherSuite_m4ED61002A7798D23528C99ADBBDC3A0CA5266929(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0071; } } IL_004a: { int32_t L_16 = V_4; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_17 = __this->get_mServerVersion_14(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); bool L_18; L_18 = TlsUtilities_IsValidCipherSuiteForVersion_mC3ED3FE1C17CAD0B5DE835A6E275E7A1CF122182(L_16, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0071; } } { int32_t L_19 = V_4; RuntimeObject* L_20 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); bool L_21; L_21 = TlsUtilities_IsValidCipherSuiteForSignatureAlgorithms_m2CCB2711CAEA9CB9DBD237717D8803521C3AF733(L_19, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0071; } } { // return this.mSelectedCipherSuite = cipherSuite; int32_t L_22 = V_4; int32_t L_23 = L_22; V_5 = L_23; __this->set_mSelectedCipherSuite_15(L_23); int32_t L_24 = V_5; return L_24; } IL_0071: { // for (int i = 0; i < cipherSuites.Length; ++i) int32_t L_25 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_0075: { // for (int i = 0; i < cipherSuites.Length; ++i) int32_t L_26 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_27 = V_2; NullCheck(L_27); if ((((int32_t)L_26) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length)))))) { goto IL_002a; } } { // throw new TlsFatalAlert(AlertDescription.handshake_failure); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_28 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_28, (uint8_t)((int32_t)40), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractTlsServer_GetSelectedCipherSuite_m841BCF4AF4377B89E0EA6560962AF139BE8DDD67_RuntimeMethod_var))); } } // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::GetSelectedCompressionMethod() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t AbstractTlsServer_GetSelectedCompressionMethod_m7BAC5D6B859F5DA3D2A684CF29431DD483C70116 (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; uint8_t V_2 = 0x0; { // byte[] compressionMethods = GetCompressionMethods(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0; L_0 = AbstractTlsServer_GetCompressionMethods_mCD7DE0D4FF0CABF80FD23A26D489A72C9B64C5B2(__this, /*hidden argument*/NULL); V_0 = L_0; // for (int i = 0; i < compressionMethods.Length; ++i) V_1 = 0; goto IL_002c; } IL_000b: { // if (Arrays.Contains(mOfferedCompressionMethods, compressionMethods[i])) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_mOfferedCompressionMethods_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; uint8_t L_5 = (L_2)->GetAt(static_cast(L_4)); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_6; L_6 = Arrays_Contains_m98270A2286043FD81622E3B5B508F39AEC53F0CF(L_1, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0028; } } { // return this.mSelectedCompressionMethod = compressionMethods[i]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_0; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = L_8; uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); uint8_t L_11 = L_10; V_2 = L_11; __this->set_mSelectedCompressionMethod_16(L_11); uint8_t L_12 = V_2; return L_12; } IL_0028: { // for (int i = 0; i < compressionMethods.Length; ++i) int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_002c: { // for (int i = 0; i < compressionMethods.Length; ++i) int32_t L_14 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_0; NullCheck(L_15); if ((((int32_t)L_14) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))) { goto IL_000b; } } { // throw new TlsFatalAlert(AlertDescription.handshake_failure); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_16 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_16, (uint8_t)((int32_t)40), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractTlsServer_GetSelectedCompressionMethod_m7BAC5D6B859F5DA3D2A684CF29431DD483C70116_RuntimeMethod_var))); } } // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::GetServerExtensions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AbstractTlsServer_GetServerExtensions_mD121BCBB242F0DC742BFC54D53797F95BAAAB439 (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsEccUtilities_tA8FA2CF6C2582ADEB9045A54E18452FF71644AAD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (this.mEncryptThenMacOffered && AllowEncryptThenMac) bool L_0 = __this->get_mEncryptThenMacOffered_6(); if (!L_0) { goto IL_0028; } } { bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(38 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::get_AllowEncryptThenMac() */, __this); if (!L_1) { goto IL_0028; } } { // if (TlsUtilities.IsBlockCipherSuite(this.mSelectedCipherSuite)) int32_t L_2 = __this->get_mSelectedCipherSuite_15(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); bool L_3; L_3 = TlsUtilities_IsBlockCipherSuite_mA273B0389EC7649C39401F777D6C94AC077AC749(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0028; } } { // TlsExtensionsUtilities.AddEncryptThenMacExtension(CheckServerExtensions()); RuntimeObject* L_4; L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(40 /* System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::CheckServerExtensions() */, __this); TlsExtensionsUtilities_AddEncryptThenMacExtension_mE0AFD0E9AAD60B720FCC0CDC23ABBED1B1218DE7(L_4, /*hidden argument*/NULL); } IL_0028: { // if (this.mMaxFragmentLengthOffered >= 0 // && TlsUtilities.IsValidUint8(mMaxFragmentLengthOffered) // && MaxFragmentLength.IsValid((byte)mMaxFragmentLengthOffered)) int16_t L_5 = __this->get_mMaxFragmentLengthOffered_7(); if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_005e; } } { int16_t L_6 = __this->get_mMaxFragmentLengthOffered_7(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); bool L_7; L_7 = TlsUtilities_IsValidUint8_m06100859B35F835C7102DCDEBC29D14A91BFDBCC(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_005e; } } { int16_t L_8 = __this->get_mMaxFragmentLengthOffered_7(); bool L_9; L_9 = MaxFragmentLength_IsValid_m5D205F1963F7EA3C01A51D398AE66B34CF608A79((uint8_t)((int32_t)((uint8_t)L_8)), /*hidden argument*/NULL); if (!L_9) { goto IL_005e; } } { // TlsExtensionsUtilities.AddMaxFragmentLengthExtension(CheckServerExtensions(), (byte)mMaxFragmentLengthOffered); RuntimeObject* L_10; L_10 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(40 /* System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::CheckServerExtensions() */, __this); int16_t L_11 = __this->get_mMaxFragmentLengthOffered_7(); TlsExtensionsUtilities_AddMaxFragmentLengthExtension_mB28DEEC706D2D1B5C338A4C56CBF4C65E27FF4E7(L_10, (uint8_t)((int32_t)((uint8_t)L_11)), /*hidden argument*/NULL); } IL_005e: { // if (this.mTruncatedHMacOffered && AllowTruncatedHMac) bool L_12 = __this->get_mTruncatedHMacOffered_8(); if (!L_12) { goto IL_0079; } } { bool L_13; L_13 = VirtualFuncInvoker0< bool >::Invoke(39 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::get_AllowTruncatedHMac() */, __this); if (!L_13) { goto IL_0079; } } { // TlsExtensionsUtilities.AddTruncatedHMacExtension(CheckServerExtensions()); RuntimeObject* L_14; L_14 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(40 /* System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::CheckServerExtensions() */, __this); TlsExtensionsUtilities_AddTruncatedHMacExtension_m291495C7C889A3625EDC84B631C3391DE731FB4B(L_14, /*hidden argument*/NULL); } IL_0079: { // if (this.mClientECPointFormats != null && TlsEccUtilities.IsEccCipherSuite(this.mSelectedCipherSuite)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = __this->get_mClientECPointFormats_12(); if (!L_15) { goto IL_00b3; } } { int32_t L_16 = __this->get_mSelectedCipherSuite_15(); IL2CPP_RUNTIME_CLASS_INIT(TlsEccUtilities_tA8FA2CF6C2582ADEB9045A54E18452FF71644AAD_il2cpp_TypeInfo_var); bool L_17; L_17 = TlsEccUtilities_IsEccCipherSuite_m4ED61002A7798D23528C99ADBBDC3A0CA5266929(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00b3; } } { // this.mServerECPointFormats = new byte[]{ ECPointFormat.uncompressed, // ECPointFormat.ansiX962_compressed_prime, ECPointFormat.ansiX962_compressed_char2, }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = L_18; NullCheck(L_19); (L_19)->SetAt(static_cast(1), (uint8_t)1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = L_19; NullCheck(L_20); (L_20)->SetAt(static_cast(2), (uint8_t)2); __this->set_mServerECPointFormats_13(L_20); // TlsEccUtilities.AddSupportedPointFormatsExtension(CheckServerExtensions(), mServerECPointFormats); RuntimeObject* L_21; L_21 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(40 /* System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::CheckServerExtensions() */, __this); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = __this->get_mServerECPointFormats_13(); IL2CPP_RUNTIME_CLASS_INIT(TlsEccUtilities_tA8FA2CF6C2582ADEB9045A54E18452FF71644AAD_il2cpp_TypeInfo_var); TlsEccUtilities_AddSupportedPointFormatsExtension_m7A59C05599BC96FB3219342AE6069CDDFA164A95(L_21, L_22, /*hidden argument*/NULL); } IL_00b3: { // return mServerExtensions; RuntimeObject* L_23 = __this->get_mServerExtensions_17(); return L_23; } } // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::GetServerSupplementalData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AbstractTlsServer_GetServerSupplementalData_m38F5DD7BA73A9F0115CF5AB7F719E6C486FD5CEA (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, const RuntimeMethod* method) { { // return null; return (RuntimeObject*)NULL; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatus BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::GetCertificateStatus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 * AbstractTlsServer_GetCertificateStatus_m810383F43560A3295BA7971087B665D7BC1D8DA4 (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, const RuntimeMethod* method) { { // return null; return (CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 *)NULL; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::GetCertificateRequest() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * AbstractTlsServer_GetCertificateRequest_m59944BCA10ECB0ECE1DB358B089B486ECAFD13E6 (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, const RuntimeMethod* method) { { // return null; return (CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 *)NULL; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::ProcessClientSupplementalData(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsServer_ProcessClientSupplementalData_m99490EA1F7B088C83BC3A3198AF18C85BF45F4F3 (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, RuntimeObject* ___clientSupplementalData0, const RuntimeMethod* method) { { // if (clientSupplementalData != null) RuntimeObject* L_0 = ___clientSupplementalData0; if (!L_0) { goto IL_000b; } } { // throw new TlsFatalAlert(AlertDescription.unexpected_message); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_1 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_1, (uint8_t)((int32_t)10), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractTlsServer_ProcessClientSupplementalData_m99490EA1F7B088C83BC3A3198AF18C85BF45F4F3_RuntimeMethod_var))); } IL_000b: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::NotifyClientCertificate(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsServer_NotifyClientCertificate_mA469BE360BBB520AF2FE36075B69A10CE6A6DA21 (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * ___clientCertificate0, const RuntimeMethod* method) { { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_0 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_0, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractTlsServer_NotifyClientCertificate_mA469BE360BBB520AF2FE36075B69A10CE6A6DA21_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCompression BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::GetCompression() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AbstractTlsServer_GetCompression_mFA9E2487FDF8AA2BA0EA85AF4F60D04FA4222BE3 (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsNullCompression_t49470554C57A5B979EF77D41D47FD59BC5960B82_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // switch (mSelectedCompressionMethod) uint8_t L_0 = __this->get_mSelectedCompressionMethod_16(); if ((!(((uint32_t)L_0) == ((uint32_t)0)))) { goto IL_000f; } } { // return new TlsNullCompression(); TlsNullCompression_t49470554C57A5B979EF77D41D47FD59BC5960B82 * L_1 = (TlsNullCompression_t49470554C57A5B979EF77D41D47FD59BC5960B82 *)il2cpp_codegen_object_new(TlsNullCompression_t49470554C57A5B979EF77D41D47FD59BC5960B82_il2cpp_TypeInfo_var); TlsNullCompression__ctor_mA3BE8683E03879ADCF8FB3BD60168B40BCF02604(L_1, /*hidden argument*/NULL); return L_1; } IL_000f: { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_2 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_2, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractTlsServer_GetCompression_mFA9E2487FDF8AA2BA0EA85AF4F60D04FA4222BE3_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::GetCipher() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AbstractTlsServer_GetCipher_mFCB79557441A1556E9082F4150DCFA731265F45F (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsCipherFactory_t0F936DE1D412BE079F1BFABC4203B927A87F598E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // int encryptionAlgorithm = TlsUtilities.GetEncryptionAlgorithm(mSelectedCipherSuite); int32_t L_0 = __this->get_mSelectedCipherSuite_15(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); int32_t L_1; L_1 = TlsUtilities_GetEncryptionAlgorithm_mB24B2D2D25A4CD67E4AA07C4AA948501A58689C8(L_0, /*hidden argument*/NULL); V_0 = L_1; // int macAlgorithm = TlsUtilities.GetMacAlgorithm(mSelectedCipherSuite); int32_t L_2 = __this->get_mSelectedCipherSuite_15(); int32_t L_3; L_3 = TlsUtilities_GetMacAlgorithm_mB9D7A01C77C5CE032E69CD334FDDA6C14DD2C950(L_2, /*hidden argument*/NULL); V_1 = L_3; // return mCipherFactory.CreateCipher(mContext, encryptionAlgorithm, macAlgorithm); RuntimeObject* L_4 = __this->get_mCipherFactory_0(); RuntimeObject* L_5 = __this->get_mContext_1(); int32_t L_6 = V_0; int32_t L_7 = V_1; NullCheck(L_4); RuntimeObject* L_8; L_8 = InterfaceFuncInvoker3< RuntimeObject*, RuntimeObject*, int32_t, int32_t >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipherFactory::CreateCipher(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext,System.Int32,System.Int32) */, TlsCipherFactory_t0F936DE1D412BE079F1BFABC4203B927A87F598E_il2cpp_TypeInfo_var, L_4, L_5, L_6, L_7); return L_8; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.NewSessionTicket BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsServer::GetNewSessionTicket() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NewSessionTicket_tE97CC8F3816C300BC527EEB9DF903C4AB90348EF * AbstractTlsServer_GetNewSessionTicket_m112833D1446B46FA233FADECB7E26FC9141D26A8 (AbstractTlsServer_t7DFC655CDE12A521925FCA361DD37A221F600585 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NewSessionTicket_tE97CC8F3816C300BC527EEB9DF903C4AB90348EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new NewSessionTicket(0L, TlsUtilities.EmptyBytes); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ((TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields*)il2cpp_codegen_static_fields_for(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var))->get_EmptyBytes_0(); NewSessionTicket_tE97CC8F3816C300BC527EEB9DF903C4AB90348EF * L_1 = (NewSessionTicket_tE97CC8F3816C300BC527EEB9DF903C4AB90348EF *)il2cpp_codegen_object_new(NewSessionTicket_tE97CC8F3816C300BC527EEB9DF903C4AB90348EF_il2cpp_TypeInfo_var); NewSessionTicket__ctor_mEB0DD095673BC18014E3ACE759F0B3155F0AFBF8(L_1, ((int64_t)((int64_t)0)), L_0, /*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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsSigner::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsSigner_Init_mAE630443A1E426CA101748BD863F7FA4EC2B16CE (AbstractTlsSigner_t24989BA8F6A4C023621CCF4C4B42BDF8648B0BE1 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { // this.mContext = context; RuntimeObject* L_0 = ___context0; __this->set_mContext_0(L_0); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsSigner::GenerateRawSignature(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* AbstractTlsSigner_GenerateRawSignature_mB38CCFEB9555748FC373B03D25DBCE58A255F2F8 (AbstractTlsSigner_t24989BA8F6A4C023621CCF4C4B42BDF8648B0BE1 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___md5AndSha11, const RuntimeMethod* method) { { // return GenerateRawSignature(null, privateKey, md5AndSha1); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___privateKey0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___md5AndSha11; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = VirtualFuncInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 *, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(16 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsSigner::GenerateRawSignature(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[]) */, __this, (SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 *)NULL, L_0, L_1); return L_2; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsSigner::VerifyRawSignature(System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AbstractTlsSigner_VerifyRawSignature_m04EB226B9AAD93AACB5297FB3BEB696AC43E810D (AbstractTlsSigner_t24989BA8F6A4C023621CCF4C4B42BDF8648B0BE1 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sigBytes0, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___publicKey1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___md5AndSha12, const RuntimeMethod* method) { { // return VerifyRawSignature(null, sigBytes, publicKey, md5AndSha1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___sigBytes0; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_1 = ___publicKey1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___md5AndSha12; bool L_3; L_3 = VirtualFuncInvoker4< bool, SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(18 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsSigner::VerifyRawSignature(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm,System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[]) */, __this, (SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 *)NULL, L_0, L_1, L_2); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsSigner::CreateSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AbstractTlsSigner_CreateSigner_mA23C632C5DB1F2BEC87D95B06BD43A616DBE45FC (AbstractTlsSigner_t24989BA8F6A4C023621CCF4C4B42BDF8648B0BE1 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___privateKey0, const RuntimeMethod* method) { { // return CreateSigner(null, privateKey); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___privateKey0; RuntimeObject* L_1; L_1 = VirtualFuncInvoker2< RuntimeObject*, SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 *, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsSigner::CreateSigner(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) */, __this, (SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 *)NULL, L_0); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsSigner::CreateVerifyer(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AbstractTlsSigner_CreateVerifyer_mC019050C4DAE3347A05C4DAF1522F54D849B08B3 (AbstractTlsSigner_t24989BA8F6A4C023621CCF4C4B42BDF8648B0BE1 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___publicKey0, const RuntimeMethod* method) { { // return CreateVerifyer(null, publicKey); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___publicKey0; RuntimeObject* L_1; L_1 = VirtualFuncInvoker2< RuntimeObject*, SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 *, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * >::Invoke(22 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ISigner BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsSigner::CreateVerifyer(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) */, __this, (SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 *)NULL, L_0); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsSigner::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsSigner__ctor_m8BC10417388286735795E5F14F3B9EB21B825121 (AbstractTlsSigner_t24989BA8F6A4C023621CCF4C4B42BDF8648B0BE1 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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 // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsSignerCredentials::get_SignatureAndHashAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * AbstractTlsSignerCredentials_get_SignatureAndHashAlgorithm_m4D0282CC0734FA47464A1616799313AFD84A5191 (AbstractTlsSignerCredentials_t25C57E69FD0FDFF448390F69B6E470CE4D8476F4 * __this, const RuntimeMethod* method) { { // throw new InvalidOperationException("TlsSignerCredentials implementation does not support (D)TLS 1.2+"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral16E1218E6019D1B44B02C8CA5D97498E293BBC7A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AbstractTlsSignerCredentials_get_SignatureAndHashAlgorithm_m4D0282CC0734FA47464A1616799313AFD84A5191_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsSignerCredentials::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractTlsSignerCredentials__ctor_mE7465880857C7BF7189CEE325EE5A243B5410006 (AbstractTlsSignerCredentials_t25C57E69FD0FDFF448390F69B6E470CE4D8476F4 * __this, const RuntimeMethod* method) { { AbstractTlsCredentials__ctor_mE8FED7D2368A15AE77BDA2FE43D9AF0F23E70030(__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 // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AccessDescription BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AccessDescription::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013 * AccessDescription_GetInstance_mA8771A414D406CAE18021338681FBE95CB518505 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is AccessDescription) RuntimeObject * L_0 = ___obj0; if (!((AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013 *)IsInstClass((RuntimeObject*)L_0, AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (AccessDescription) obj; RuntimeObject * L_1 = ___obj0; return ((AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013 *)CastclassClass((RuntimeObject*)L_1, AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj is Asn1Sequence) RuntimeObject * L_2 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_2, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0023; } } { // return new AccessDescription((Asn1Sequence) obj); RuntimeObject * L_3 = ___obj0; AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013 * L_4 = (AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013 *)il2cpp_codegen_object_new(AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013_il2cpp_TypeInfo_var); AccessDescription__ctor_m3A06F2FCE21E4FA3CDF12FA51FA2CF6136407B0D(L_4, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0023: { // throw new ArgumentException("unknown object in factory: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_5 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE)), L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AccessDescription_GetInstance_mA8771A414D406CAE18021338681FBE95CB518505_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AccessDescription::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AccessDescription__ctor_m3A06F2FCE21E4FA3CDF12FA51FA2CF6136407B0D (AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private AccessDescription( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq.Count != 2) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_0); if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_001a; } } { // throw new ArgumentException("wrong number of elements in sequence"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEC27B2EE69C00117EF98E24323B84E0FC2CEE450)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AccessDescription__ctor_m3A06F2FCE21E4FA3CDF12FA51FA2CF6136407B0D_RuntimeMethod_var))); } IL_001a: { // accessMethod = DerObjectIdentifier.GetInstance(seq[0]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_3 = ___seq0; NullCheck(L_3); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_4; L_4 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_3, 0); IL2CPP_RUNTIME_CLASS_INIT(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_5; L_5 = DerObjectIdentifier_GetInstance_mBE1F50C71CFA8B210307AFD39E62F8AF4D5E34FF(L_4, /*hidden argument*/NULL); __this->set_accessMethod_4(L_5); // accessLocation = GeneralName.GetInstance(seq[1]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = ___seq0; NullCheck(L_6); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7; L_7 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_6, 1); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_8; L_8 = GeneralName_GetInstance_m1272C84D0DB838BFCAB7024ACBF3C833D0BE8A66(L_7, /*hidden argument*/NULL); __this->set_accessLocation_5(L_8); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AccessDescription::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AccessDescription__ctor_m3DF22028387607E3C75B2D5982E632BDE801DE09 (AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013 * __this, DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___oid0, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___location1, const RuntimeMethod* method) { { // public AccessDescription( // DerObjectIdentifier oid, // GeneralName location) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // accessMethod = oid; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = ___oid0; __this->set_accessMethod_4(L_0); // accessLocation = location; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_1 = ___location1; __this->set_accessLocation_5(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AccessDescription::get_AccessMethod() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * AccessDescription_get_AccessMethod_m5D5BBA425C95A21C72D0156A7F174B85C152F202 (AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013 * __this, const RuntimeMethod* method) { { // get { return accessMethod; } DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get_accessMethod_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AccessDescription::get_AccessLocation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * AccessDescription_get_AccessLocation_m0D5033DA0B6FAAC7B8D3F59901616A012668B83A (AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013 * __this, const RuntimeMethod* method) { { // get { return accessLocation; } GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_0 = __this->get_accessLocation_5(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AccessDescription::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * AccessDescription_ToAsn1Object_m93694731DBA6CFEEC3A7654D4D817F4C9CDCE05C (AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new DerSequence(accessMethod, accessLocation); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_2 = __this->get_accessMethod_4(); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = L_1; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_4 = __this->get_accessLocation_5(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_4); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_5 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_5, L_3, /*hidden argument*/NULL); return L_5; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AccessDescription::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AccessDescription_ToString_m84749BF7FD4F7A690C9B4E50E455091E8BFF0883 (AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral29C2CC2A1F8EF673FA2E8F4636F9BF77F9B0A0EA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D); s_Il2CppMethodInitialized = true; } { // return "AccessDescription: Oid(" + this.accessMethod.Id + ")"; DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = __this->get_accessMethod_4(); NullCheck(L_0); String_t* L_1; L_1 = DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline(L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteral29C2CC2A1F8EF673FA2E8F4636F9BF77F9B0A0EA, L_1, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, /*hidden argument*/NULL); return L_2; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AccessDescription::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AccessDescription__cctor_m20265C75E73105CC90AF175A74D1160B67A8DA02 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral492FF0043DAAFB823DC466AE1313919237CF4F66); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F2CEDC9C1C1058102FE87CA1B2B5AEFD9B8E356); s_Il2CppMethodInitialized = true; } { // public readonly static DerObjectIdentifier IdADCAIssuers = new DerObjectIdentifier("1.3.6.1.5.5.7.48.2"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_0 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_0, _stringLiteral4F2CEDC9C1C1058102FE87CA1B2B5AEFD9B8E356, /*hidden argument*/NULL); ((AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013_StaticFields*)il2cpp_codegen_static_fields_for(AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013_il2cpp_TypeInfo_var))->set_IdADCAIssuers_2(L_0); // public readonly static DerObjectIdentifier IdADOcsp = new DerObjectIdentifier("1.3.6.1.5.5.7.48.1"); DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * L_1 = (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 *)il2cpp_codegen_object_new(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var); DerObjectIdentifier__ctor_m8009342D7B2AD40B1E19E6AB958141979B7405CD(L_1, _stringLiteral492FF0043DAAFB823DC466AE1313919237CF4F66, /*hidden argument*/NULL); ((AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013_StaticFields*)il2cpp_codegen_static_fields_for(AccessDescription_t10D921572E4E2BD7A068A9303036F537F4E72013_il2cpp_TypeInfo_var))->set_IdADOcsp_3(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 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Tsp.Accuracy::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Accuracy__ctor_m876EA9B8D9DF8DD31E0C99F58559BAA6B17E5ADD (Accuracy_t67B98FC0FBCDCDB47CAE2BE835EC666EB5DA39C8 * __this, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___seconds0, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___millis1, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___micros2, const RuntimeMethod* method) { { // public Accuracy( // DerInteger seconds, // DerInteger millis, // DerInteger micros) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (millis != null // && (millis.Value.IntValue < MinMillis // || millis.Value.IntValue > MaxMillis)) DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = ___millis1; if (!L_0) { goto IL_0034; } } { DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_1 = ___millis1; NullCheck(L_1); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_1, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3; L_3 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) < ((int32_t)1))) { goto IL_0029; } } { DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_4 = ___millis1; NullCheck(L_4); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5; L_5 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6; L_6 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) <= ((int32_t)((int32_t)999)))) { goto IL_0034; } } IL_0029: { // throw new ArgumentException( // "Invalid millis field : not in (1..999)"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEE183F22AF283718B7715AD610FEC8C289109FD1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Accuracy__ctor_m876EA9B8D9DF8DD31E0C99F58559BAA6B17E5ADD_RuntimeMethod_var))); } IL_0034: { // if (micros != null // && (micros.Value.IntValue < MinMicros // || micros.Value.IntValue > MaxMicros)) DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_8 = ___micros2; if (!L_8) { goto IL_0062; } } { DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_9 = ___micros2; NullCheck(L_9); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10; L_10 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_9, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_11; L_11 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_10, /*hidden argument*/NULL); if ((((int32_t)L_11) < ((int32_t)1))) { goto IL_0057; } } { DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_12 = ___micros2; NullCheck(L_12); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13; L_13 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_12, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14; L_14 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_13, /*hidden argument*/NULL); if ((((int32_t)L_14) <= ((int32_t)((int32_t)999)))) { goto IL_0062; } } IL_0057: { // throw new ArgumentException( // "Invalid micros field : not in (1..999)"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_15 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB871EC8666A42D681BC92626CC2DD53036E8DB7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Accuracy__ctor_m876EA9B8D9DF8DD31E0C99F58559BAA6B17E5ADD_RuntimeMethod_var))); } IL_0062: { // this.seconds = seconds; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_16 = ___seconds0; __this->set_seconds_2(L_16); // this.millis = millis; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_17 = ___millis1; __this->set_millis_3(L_17); // this.micros = micros; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_18 = ___micros2; __this->set_micros_4(L_18); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Tsp.Accuracy::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Accuracy__ctor_m1F765E99EE0E5AB3E1A55A3BD9FB086D9779241D (Accuracy_t67B98FC0FBCDCDB47CAE2BE835EC666EB5DA39C8 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * V_1 = NULL; int32_t V_2 = 0; { // private Accuracy( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // for (int i = 0; i < seq.Count; ++i) V_0 = 0; goto IL_00f6; } IL_000d: { // if (seq[i] is DerInteger) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; int32_t L_1 = V_0; NullCheck(L_0); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_2; L_2 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_0, L_1); if (!((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)IsInstClass((RuntimeObject*)L_2, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var))) { goto IL_0032; } } { // seconds = (DerInteger) seq[i]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_3 = ___seq0; int32_t L_4 = V_0; NullCheck(L_3); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_5; L_5 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_3, L_4); __this->set_seconds_2(((DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)CastclassClass((RuntimeObject*)L_5, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var))); // } goto IL_00f2; } IL_0032: { // else if (seq[i] is DerTaggedObject) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6 = ___seq0; int32_t L_7 = V_0; NullCheck(L_6); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_8; L_8 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_6, L_7); if (!((DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)IsInstClass((RuntimeObject*)L_8, DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var))) { goto IL_00f2; } } { // DerTaggedObject extra = (DerTaggedObject) seq[i]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_9 = ___seq0; int32_t L_10 = V_0; NullCheck(L_9); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_11; L_11 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_9, L_10); V_1 = ((DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)CastclassClass((RuntimeObject*)L_11, DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var)); // switch (extra.TagNo) DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_12 = V_1; NullCheck(L_12); int32_t L_13; L_13 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(L_12, /*hidden argument*/NULL); V_2 = L_13; int32_t L_14 = V_2; if (!L_14) { goto IL_0063; } } { int32_t L_15 = V_2; if ((((int32_t)L_15) == ((int32_t)1))) { goto IL_00a5; } } { goto IL_00e7; } IL_0063: { // millis = DerInteger.GetInstance(extra, false); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_16 = V_1; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_17; L_17 = DerInteger_GetInstance_mBE61A36F9174D4745983FEC17EF7EDD02EE4C0D4(L_16, (bool)0, /*hidden argument*/NULL); __this->set_millis_3(L_17); // if (millis.Value.IntValue < MinMillis // || millis.Value.IntValue > MaxMillis) DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_18 = __this->get_millis_3(); NullCheck(L_18); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_19; L_19 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_18, /*hidden argument*/NULL); NullCheck(L_19); int32_t L_20; L_20 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_19, /*hidden argument*/NULL); if ((((int32_t)L_20) < ((int32_t)1))) { goto IL_009a; } } { DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_21 = __this->get_millis_3(); NullCheck(L_21); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_22; L_22 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_21, /*hidden argument*/NULL); NullCheck(L_22); int32_t L_23; L_23 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_22, /*hidden argument*/NULL); if ((((int32_t)L_23) <= ((int32_t)((int32_t)999)))) { goto IL_00f2; } } IL_009a: { // throw new ArgumentException( // "Invalid millis field : not in (1..999)."); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_24 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3B927BB2832904BD5FD9B23EB2700F7CE5EDD7C1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Accuracy__ctor_m1F765E99EE0E5AB3E1A55A3BD9FB086D9779241D_RuntimeMethod_var))); } IL_00a5: { // micros = DerInteger.GetInstance(extra, false); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_25 = V_1; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_26; L_26 = DerInteger_GetInstance_mBE61A36F9174D4745983FEC17EF7EDD02EE4C0D4(L_25, (bool)0, /*hidden argument*/NULL); __this->set_micros_4(L_26); // if (micros.Value.IntValue < MinMicros // || micros.Value.IntValue > MaxMicros) DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_27 = __this->get_micros_4(); NullCheck(L_27); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_28; L_28 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_27, /*hidden argument*/NULL); NullCheck(L_28); int32_t L_29; L_29 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_28, /*hidden argument*/NULL); if ((((int32_t)L_29) < ((int32_t)1))) { goto IL_00dc; } } { DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_30 = __this->get_micros_4(); NullCheck(L_30); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_31; L_31 = DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478(L_30, /*hidden argument*/NULL); NullCheck(L_31); int32_t L_32; L_32 = BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144(L_31, /*hidden argument*/NULL); if ((((int32_t)L_32) <= ((int32_t)((int32_t)999)))) { goto IL_00f2; } } IL_00dc: { // throw new ArgumentException( // "Invalid micros field : not in (1..999)."); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_33 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_33, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA865A049885469CAE360992BE4F6954D81160E3)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Accuracy__ctor_m1F765E99EE0E5AB3E1A55A3BD9FB086D9779241D_RuntimeMethod_var))); } IL_00e7: { // throw new ArgumentException("Invalig tag number"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_34 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_34, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB29E444EBDE0FBFA2123D9F7EF8EA8EDFDD8506)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Accuracy__ctor_m1F765E99EE0E5AB3E1A55A3BD9FB086D9779241D_RuntimeMethod_var))); } IL_00f2: { // for (int i = 0; i < seq.Count; ++i) int32_t L_35 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_00f6: { // for (int i = 0; i < seq.Count; ++i) int32_t L_36 = V_0; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_37 = ___seq0; NullCheck(L_37); int32_t L_38; L_38 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_37); if ((((int32_t)L_36) < ((int32_t)L_38))) { goto IL_000d; } } { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Tsp.Accuracy BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Tsp.Accuracy::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Accuracy_t67B98FC0FBCDCDB47CAE2BE835EC666EB5DA39C8 * Accuracy_GetInstance_m90817F23FB691DE12B33812C16DED3F73E3841F9 (RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Accuracy_t67B98FC0FBCDCDB47CAE2BE835EC666EB5DA39C8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (o == null || o is Accuracy) RuntimeObject * L_0 = ___o0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___o0; if (!((Accuracy_t67B98FC0FBCDCDB47CAE2BE835EC666EB5DA39C8 *)IsInstClass((RuntimeObject*)L_1, Accuracy_t67B98FC0FBCDCDB47CAE2BE835EC666EB5DA39C8_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (Accuracy) o; RuntimeObject * L_2 = ___o0; return ((Accuracy_t67B98FC0FBCDCDB47CAE2BE835EC666EB5DA39C8 *)CastclassClass((RuntimeObject*)L_2, Accuracy_t67B98FC0FBCDCDB47CAE2BE835EC666EB5DA39C8_il2cpp_TypeInfo_var)); } IL_0012: { // if (o is Asn1Sequence) RuntimeObject * L_3 = ___o0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0026; } } { // return new Accuracy((Asn1Sequence) o); RuntimeObject * L_4 = ___o0; Accuracy_t67B98FC0FBCDCDB47CAE2BE835EC666EB5DA39C8 * L_5 = (Accuracy_t67B98FC0FBCDCDB47CAE2BE835EC666EB5DA39C8 *)il2cpp_codegen_object_new(Accuracy_t67B98FC0FBCDCDB47CAE2BE835EC666EB5DA39C8_il2cpp_TypeInfo_var); Accuracy__ctor_m1F765E99EE0E5AB3E1A55A3BD9FB086D9779241D(L_5, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0026: { // throw new ArgumentException( // "Unknown object in 'Accuracy' factory: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(o)); RuntimeObject * L_6 = ___o0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1DCDC5DD46C5EE3772C1FD90AC5D5FD906CBAE86)), L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Accuracy_GetInstance_m90817F23FB691DE12B33812C16DED3F73E3841F9_RuntimeMethod_var))); } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Tsp.Accuracy::get_Seconds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * Accuracy_get_Seconds_mAE8ABF1B4B9CF2B710291920230F813C56E55349 (Accuracy_t67B98FC0FBCDCDB47CAE2BE835EC666EB5DA39C8 * __this, const RuntimeMethod* method) { { // get { return seconds; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_seconds_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Tsp.Accuracy::get_Millis() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * Accuracy_get_Millis_m94F4CA5B793CEE26FFEFDE52476700B32CC87207 (Accuracy_t67B98FC0FBCDCDB47CAE2BE835EC666EB5DA39C8 * __this, const RuntimeMethod* method) { { // get { return millis; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_millis_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Tsp.Accuracy::get_Micros() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * Accuracy_get_Micros_m7DA1A293E7B6744046171F6AE22E366CB2A7A774 (Accuracy_t67B98FC0FBCDCDB47CAE2BE835EC666EB5DA39C8 * __this, const RuntimeMethod* method) { { // get { return micros; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_micros_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Tsp.Accuracy::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * Accuracy_ToAsn1Object_mC8546A6F573D7151631D265763FCB1A2CC6FF03D (Accuracy_t67B98FC0FBCDCDB47CAE2BE835EC666EB5DA39C8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // Asn1EncodableVector v = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0; L_0 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_1 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; // if (seconds != null) DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_2 = __this->get_seconds_2(); if (!L_2) { goto IL_0028; } } { // v.Add(seconds); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_3 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_4 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = L_4; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_6 = __this->get_seconds_2(); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_6); NullCheck(L_3); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_3, L_5, /*hidden argument*/NULL); } IL_0028: { // if (millis != null) DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_7 = __this->get_millis_3(); if (!L_7) { goto IL_004c; } } { // v.Add(new DerTaggedObject(false, 0, millis)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_8 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_9 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_10 = L_9; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_11 = __this->get_millis_3(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_12 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_12, (bool)0, 0, L_11, /*hidden argument*/NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_12); (L_10)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_12); NullCheck(L_8); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_8, L_10, /*hidden argument*/NULL); } IL_004c: { // if (micros != null) DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_13 = __this->get_micros_4(); if (!L_13) { goto IL_0070; } } { // v.Add(new DerTaggedObject(false, 1, micros)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_14 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_15 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_16 = L_15; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_17 = __this->get_micros_4(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_18 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_18, (bool)0, 1, L_17, /*hidden argument*/NULL); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_18); (L_16)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_18); NullCheck(L_14); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_14, L_16, /*hidden argument*/NULL); } IL_0070: { // return new DerSequence(v); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_19 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_20 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_20, L_19, /*hidden argument*/NULL); return L_20; } } #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 UnityStandardAssets.Utility.ActivateTrigger::DoActivateTrigger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActivateTrigger_DoActivateTrigger_m67A916D32496AEE42B99E067D4B53CD08D7F053F (ActivateTrigger_t381325415988DBD12B2599B5E2B0A526EA0F687B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisAnimation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8_mF1FD0FEF2EA1871E69A6CDEA2AEA35CA963D870C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mF6943C67D79929CEF346FD96932E84EFCA9819B9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8765EAD9CEAC2E7567BD19108F56080A7AD8C252); s_Il2CppMethodInitialized = true; } Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * V_0 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * V_1 = NULL; int32_t V_2 = 0; Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * G_B4_0 = NULL; Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * G_B3_0 = NULL; { // triggerCount--; int32_t L_0 = __this->get_triggerCount_7(); __this->set_triggerCount_7(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))); // if (triggerCount == 0 || repeatTrigger) int32_t L_1 = __this->get_triggerCount_7(); if (!L_1) { goto IL_0021; } } { bool L_2 = __this->get_repeatTrigger_8(); if (!L_2) { goto IL_0114; } } IL_0021: { // Object currentTarget = target ?? gameObject; Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_3 = __this->get_target_5(); Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_4 = L_3; G_B3_0 = L_4; if (L_4) { G_B4_0 = L_4; goto IL_0031; } } { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5; L_5 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); G_B4_0 = ((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)(L_5)); } IL_0031: { // Behaviour targetBehaviour = currentTarget as Behaviour; Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_6 = G_B4_0; V_0 = ((Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 *)IsInstClass((RuntimeObject*)L_6, Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9_il2cpp_TypeInfo_var)); // GameObject targetGameObject = currentTarget as GameObject; V_1 = ((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)IsInstSealed((RuntimeObject*)L_6, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var)); // if (targetBehaviour != null) Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_8; L_8 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_7, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_8) { goto IL_004e; } } { // targetGameObject = targetBehaviour.gameObject; Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * L_9 = V_0; NullCheck(L_9); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_10; L_10 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_9, /*hidden argument*/NULL); V_1 = L_10; } IL_004e: { // switch (action) int32_t L_11 = __this->get_action_4(); V_2 = L_11; int32_t L_12 = V_2; switch (L_12) { case 0: { goto IL_0074; } case 1: { goto IL_008c; } case 2: { goto IL_00cc; } case 3: { goto IL_00dd; } case 4: { goto IL_00ee; } case 5: { goto IL_0104; } } } { return; } IL_0074: { // if (targetGameObject != null) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_14; L_14 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_13, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_14) { goto IL_0114; } } { // targetGameObject.BroadcastMessage("DoActivateTrigger"); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_15 = V_1; NullCheck(L_15); GameObject_BroadcastMessage_m70A03FA2B67C28818B43C65870EC3D5E680B9A9E(L_15, _stringLiteral8765EAD9CEAC2E7567BD19108F56080A7AD8C252, /*hidden argument*/NULL); // break; return; } IL_008c: { // if (source != null) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_16 = __this->get_source_6(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_17; L_17 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_16, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_17) { goto IL_0114; } } { // if (targetGameObject != null) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_18 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_19; L_19 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_18, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_19) { goto IL_0114; } } { // Instantiate(source, targetGameObject.transform.position, // targetGameObject.transform.rotation); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_20 = __this->get_source_6(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_21 = V_1; NullCheck(L_21); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_22; L_22 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_21, /*hidden argument*/NULL); NullCheck(L_22); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23; L_23 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_22, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_24 = V_1; NullCheck(L_24); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_25; L_25 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_24, /*hidden argument*/NULL); NullCheck(L_25); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_26; L_26 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_27; L_27 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mF6943C67D79929CEF346FD96932E84EFCA9819B9(L_20, L_23, L_26, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mF6943C67D79929CEF346FD96932E84EFCA9819B9_RuntimeMethod_var); // Destroy(targetGameObject); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_28 = V_1; Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_28, /*hidden argument*/NULL); // break; return; } IL_00cc: { // if (targetGameObject != null) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_29 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_30; L_30 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_29, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_30) { goto IL_0114; } } { // targetGameObject.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_31 = V_1; NullCheck(L_31); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_31, (bool)1, /*hidden argument*/NULL); // break; return; } IL_00dd: { // if (targetBehaviour != null) Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * L_32 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_33; L_33 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_32, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_33) { goto IL_0114; } } { // targetBehaviour.enabled = true; Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * L_34 = V_0; NullCheck(L_34); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_34, (bool)1, /*hidden argument*/NULL); // break; return; } IL_00ee: { // if (targetGameObject != null) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_35 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_36; L_36 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_35, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_36) { goto IL_0114; } } { // targetGameObject.GetComponent().Play(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_37 = V_1; NullCheck(L_37); Animation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8 * L_38; L_38 = GameObject_GetComponent_TisAnimation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8_mF1FD0FEF2EA1871E69A6CDEA2AEA35CA963D870C(L_37, /*hidden argument*/GameObject_GetComponent_TisAnimation_t8C4FD9513E57F59E8737AD03938AAAF9EFF2F0D8_mF1FD0FEF2EA1871E69A6CDEA2AEA35CA963D870C_RuntimeMethod_var); NullCheck(L_38); bool L_39; L_39 = Animation_Play_m5588607899B9B866117A1477C696076F161BA3D4(L_38, /*hidden argument*/NULL); // break; return; } IL_0104: { // if (targetGameObject != null) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_40 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_41; L_41 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_40, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_41) { goto IL_0114; } } { // targetGameObject.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_42 = V_1; NullCheck(L_42); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_42, (bool)0, /*hidden argument*/NULL); } IL_0114: { // } return; } } // System.Void UnityStandardAssets.Utility.ActivateTrigger::OnTriggerEnter(UnityEngine.Collider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActivateTrigger_OnTriggerEnter_m1B6300E8F49B18FA7B558DC0E3406BD12F65E1D8 (ActivateTrigger_t381325415988DBD12B2599B5E2B0A526EA0F687B * __this, Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___other0, const RuntimeMethod* method) { { // DoActivateTrigger(); ActivateTrigger_DoActivateTrigger_m67A916D32496AEE42B99E067D4B53CD08D7F053F(__this, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Utility.ActivateTrigger::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActivateTrigger__ctor_m70F6E6A83BDB8D18767FB6E122A5019CE24ADC73 (ActivateTrigger_t381325415988DBD12B2599B5E2B0A526EA0F687B * __this, const RuntimeMethod* method) { { // public Mode action = Mode.Activate; // The action to accomplish __this->set_action_4(2); // public int triggerCount = 1; __this->set_triggerCount_7(1); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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 // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.AdditionalInformationSyntax BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.AdditionalInformationSyntax::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdditionalInformationSyntax_tBF6D76859A3499052ED14FD940C6529D547248AD * AdditionalInformationSyntax_GetInstance_mB7ABFC43AEC122440D39D8C1747D5DEDCD3BE5DA (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdditionalInformationSyntax_tBF6D76859A3499052ED14FD940C6529D547248AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAsn1String_tB12BA3E00C5577BB15F600BEAADA53A4DC2A93E3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj is AdditionalInformationSyntax) RuntimeObject * L_0 = ___obj0; if (!((AdditionalInformationSyntax_tBF6D76859A3499052ED14FD940C6529D547248AD *)IsInstClass((RuntimeObject*)L_0, AdditionalInformationSyntax_tBF6D76859A3499052ED14FD940C6529D547248AD_il2cpp_TypeInfo_var))) { goto IL_000f; } } { // return (AdditionalInformationSyntax) obj; RuntimeObject * L_1 = ___obj0; return ((AdditionalInformationSyntax_tBF6D76859A3499052ED14FD940C6529D547248AD *)CastclassClass((RuntimeObject*)L_1, AdditionalInformationSyntax_tBF6D76859A3499052ED14FD940C6529D547248AD_il2cpp_TypeInfo_var)); } IL_000f: { // if (obj is IAsn1String) RuntimeObject * L_2 = ___obj0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_2, IAsn1String_tB12BA3E00C5577BB15F600BEAADA53A4DC2A93E3_il2cpp_TypeInfo_var))) { goto IL_0023; } } { // return new AdditionalInformationSyntax(DirectoryString.GetInstance(obj)); RuntimeObject * L_3 = ___obj0; DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * L_4; L_4 = DirectoryString_GetInstance_mB4995BC4A6AE0328ABF5344E3B11DA53399BDCF5(L_3, /*hidden argument*/NULL); AdditionalInformationSyntax_tBF6D76859A3499052ED14FD940C6529D547248AD * L_5 = (AdditionalInformationSyntax_tBF6D76859A3499052ED14FD940C6529D547248AD *)il2cpp_codegen_object_new(AdditionalInformationSyntax_tBF6D76859A3499052ED14FD940C6529D547248AD_il2cpp_TypeInfo_var); AdditionalInformationSyntax__ctor_m9B13145BBAABF705BD464FAA5ECF9CC4DEF7A139(L_5, L_4, /*hidden argument*/NULL); return L_5; } IL_0023: { // throw new ArgumentException("Unknown object in GetInstance: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_6 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA411FC0F3A67F563080C0B2C9B766FA0B758F635)), L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AdditionalInformationSyntax_GetInstance_mB7ABFC43AEC122440D39D8C1747D5DEDCD3BE5DA_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.AdditionalInformationSyntax::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdditionalInformationSyntax__ctor_m9B13145BBAABF705BD464FAA5ECF9CC4DEF7A139 (AdditionalInformationSyntax_tBF6D76859A3499052ED14FD940C6529D547248AD * __this, DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * ___information0, const RuntimeMethod* method) { { // private AdditionalInformationSyntax( // DirectoryString information) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.information = information; DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * L_0 = ___information0; __this->set_information_2(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.AdditionalInformationSyntax::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdditionalInformationSyntax__ctor_mECC99E23D80564AEE58D30C74D253EACE4A9BACC (AdditionalInformationSyntax_tBF6D76859A3499052ED14FD940C6529D547248AD * __this, String_t* ___information0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public AdditionalInformationSyntax( // string information) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.information = new DirectoryString(information); String_t* L_0 = ___information0; DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * L_1 = (DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F *)il2cpp_codegen_object_new(DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F_il2cpp_TypeInfo_var); DirectoryString__ctor_m83D29C33CD4E2743C3C66C570A13F2651CB5E539(L_1, L_0, /*hidden argument*/NULL); __this->set_information_2(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.AdditionalInformationSyntax::get_Information() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * AdditionalInformationSyntax_get_Information_mA7659B53BF3B2633A032093193B8244DC91ACC70 (AdditionalInformationSyntax_tBF6D76859A3499052ED14FD940C6529D547248AD * __this, const RuntimeMethod* method) { { // get { return information; } DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * L_0 = __this->get_information_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.AdditionalInformationSyntax::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * AdditionalInformationSyntax_ToAsn1Object_m2240623BD9D421D769D38B783C9D822235611F5A (AdditionalInformationSyntax_tBF6D76859A3499052ED14FD940C6529D547248AD * __this, const RuntimeMethod* method) { { // return information.ToAsn1Object(); DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * L_0 = __this->get_information_2(); NullCheck(L_0); Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * L_1; L_1 = VirtualFuncInvoker0< Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::ToAsn1Object() */, L_0); 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.UInt32 BestHTTP.Decompression.Zlib.Adler::Adler32(System.UInt32,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Adler_Adler32_m7DA20E3A89C7D70A6493815519024D62CDE4D25D (uint32_t ___adler0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, int32_t ___index2, int32_t ___len3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B6_0 = 0; { // if (buf == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buf1; if (L_0) { goto IL_0005; } } { // return 1; return 1; } IL_0005: { // uint s1 = (uint) (adler & 0xffff); uint32_t L_1 = ___adler0; V_0 = ((int32_t)((int32_t)L_1&(int32_t)((int32_t)65535))); // uint s2 = (uint) ((adler >> 16) & 0xffff); uint32_t L_2 = ___adler0; V_1 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_2>>((int32_t)16)))&(int32_t)((int32_t)65535))); goto IL_015e; } IL_001d: { // int k = len < NMAX ? len : NMAX; int32_t L_3 = ___len3; IL2CPP_RUNTIME_CLASS_INIT(Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_il2cpp_TypeInfo_var); int32_t L_4 = ((Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_StaticFields*)il2cpp_codegen_static_fields_for(Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_il2cpp_TypeInfo_var))->get_NMAX_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_002c; } } { IL2CPP_RUNTIME_CLASS_INIT(Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_il2cpp_TypeInfo_var); int32_t L_5 = ((Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_StaticFields*)il2cpp_codegen_static_fields_for(Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_il2cpp_TypeInfo_var))->get_NMAX_1(); G_B6_0 = L_5; goto IL_002d; } IL_002c: { int32_t L_6 = ___len3; G_B6_0 = L_6; } IL_002d: { V_2 = G_B6_0; // len -= k; int32_t L_7 = ___len3; int32_t L_8 = V_2; ___len3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8)); goto IL_012d; } IL_0038: { // s1 += buf[index++]; s2 += s1; uint32_t L_9 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___buf1; int32_t L_11 = ___index2; int32_t L_12 = L_11; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); NullCheck(L_10); int32_t L_13 = L_12; uint8_t L_14 = (L_10)->GetAt(static_cast(L_13)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_14)); // s1 += buf[index++]; s2 += s1; uint32_t L_15 = V_1; uint32_t L_16 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16)); // s1 += buf[index++]; s2 += s1; uint32_t L_17 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ___buf1; int32_t L_19 = ___index2; int32_t L_20 = L_19; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); NullCheck(L_18); int32_t L_21 = L_20; uint8_t L_22 = (L_18)->GetAt(static_cast(L_21)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_22)); // s1 += buf[index++]; s2 += s1; uint32_t L_23 = V_1; uint32_t L_24 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24)); // s1 += buf[index++]; s2 += s1; uint32_t L_25 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___buf1; int32_t L_27 = ___index2; int32_t L_28 = L_27; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); NullCheck(L_26); int32_t L_29 = L_28; uint8_t L_30 = (L_26)->GetAt(static_cast(L_29)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_30)); // s1 += buf[index++]; s2 += s1; uint32_t L_31 = V_1; uint32_t L_32 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); // s1 += buf[index++]; s2 += s1; uint32_t L_33 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = ___buf1; int32_t L_35 = ___index2; int32_t L_36 = L_35; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); NullCheck(L_34); int32_t L_37 = L_36; uint8_t L_38 = (L_34)->GetAt(static_cast(L_37)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_38)); // s1 += buf[index++]; s2 += s1; uint32_t L_39 = V_1; uint32_t L_40 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); // s1 += buf[index++]; s2 += s1; uint32_t L_41 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_42 = ___buf1; int32_t L_43 = ___index2; int32_t L_44 = L_43; ___index2 = ((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(L_45)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)L_46)); // s1 += buf[index++]; s2 += s1; uint32_t L_47 = V_1; uint32_t L_48 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)L_48)); // s1 += buf[index++]; s2 += s1; uint32_t L_49 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50 = ___buf1; int32_t L_51 = ___index2; int32_t L_52 = L_51; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); NullCheck(L_50); int32_t L_53 = L_52; uint8_t L_54 = (L_50)->GetAt(static_cast(L_53)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)L_54)); // s1 += buf[index++]; s2 += s1; uint32_t L_55 = V_1; uint32_t L_56 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)L_56)); // s1 += buf[index++]; s2 += s1; uint32_t L_57 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_58 = ___buf1; int32_t L_59 = ___index2; int32_t L_60 = L_59; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); NullCheck(L_58); int32_t L_61 = L_60; uint8_t L_62 = (L_58)->GetAt(static_cast(L_61)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)L_62)); // s1 += buf[index++]; s2 += s1; uint32_t L_63 = V_1; uint32_t L_64 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)L_64)); // s1 += buf[index++]; s2 += s1; uint32_t L_65 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_66 = ___buf1; int32_t L_67 = ___index2; int32_t L_68 = L_67; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)); NullCheck(L_66); int32_t L_69 = L_68; uint8_t L_70 = (L_66)->GetAt(static_cast(L_69)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)L_70)); // s1 += buf[index++]; s2 += s1; uint32_t L_71 = V_1; uint32_t L_72 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)L_72)); // s1 += buf[index++]; s2 += s1; uint32_t L_73 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_74 = ___buf1; int32_t L_75 = ___index2; int32_t L_76 = L_75; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1)); NullCheck(L_74); int32_t L_77 = L_76; uint8_t L_78 = (L_74)->GetAt(static_cast(L_77)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)L_78)); // s1 += buf[index++]; s2 += s1; uint32_t L_79 = V_1; uint32_t L_80 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)L_80)); // s1 += buf[index++]; s2 += s1; uint32_t L_81 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_82 = ___buf1; int32_t L_83 = ___index2; int32_t L_84 = L_83; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1)); NullCheck(L_82); int32_t L_85 = L_84; uint8_t L_86 = (L_82)->GetAt(static_cast(L_85)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)L_86)); // s1 += buf[index++]; s2 += s1; uint32_t L_87 = V_1; uint32_t L_88 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)L_88)); // s1 += buf[index++]; s2 += s1; uint32_t L_89 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_90 = ___buf1; int32_t L_91 = ___index2; int32_t L_92 = L_91; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1)); NullCheck(L_90); int32_t L_93 = L_92; uint8_t L_94 = (L_90)->GetAt(static_cast(L_93)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)L_94)); // s1 += buf[index++]; s2 += s1; uint32_t L_95 = V_1; uint32_t L_96 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)L_96)); // s1 += buf[index++]; s2 += s1; uint32_t L_97 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_98 = ___buf1; int32_t L_99 = ___index2; int32_t L_100 = L_99; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1)); NullCheck(L_98); int32_t L_101 = L_100; uint8_t L_102 = (L_98)->GetAt(static_cast(L_101)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)L_102)); // s1 += buf[index++]; s2 += s1; uint32_t L_103 = V_1; uint32_t L_104 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)L_104)); // s1 += buf[index++]; s2 += s1; uint32_t L_105 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_106 = ___buf1; int32_t L_107 = ___index2; int32_t L_108 = L_107; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1)); NullCheck(L_106); int32_t L_109 = L_108; uint8_t L_110 = (L_106)->GetAt(static_cast(L_109)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)L_110)); // s1 += buf[index++]; s2 += s1; uint32_t L_111 = V_1; uint32_t L_112 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)L_112)); // s1 += buf[index++]; s2 += s1; uint32_t L_113 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_114 = ___buf1; int32_t L_115 = ___index2; int32_t L_116 = L_115; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1)); NullCheck(L_114); int32_t L_117 = L_116; uint8_t L_118 = (L_114)->GetAt(static_cast(L_117)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)L_118)); // s1 += buf[index++]; s2 += s1; uint32_t L_119 = V_1; uint32_t L_120 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_119, (int32_t)L_120)); // s1 += buf[index++]; s2 += s1; uint32_t L_121 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_122 = ___buf1; int32_t L_123 = ___index2; int32_t L_124 = L_123; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)1)); NullCheck(L_122); int32_t L_125 = L_124; uint8_t L_126 = (L_122)->GetAt(static_cast(L_125)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)L_126)); // s1 += buf[index++]; s2 += s1; uint32_t L_127 = V_1; uint32_t L_128 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)L_128)); // s1 += buf[index++]; s2 += s1; uint32_t L_129 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_130 = ___buf1; int32_t L_131 = ___index2; int32_t L_132 = L_131; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_132, (int32_t)1)); NullCheck(L_130); int32_t L_133 = L_132; uint8_t L_134 = (L_130)->GetAt(static_cast(L_133)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)L_134)); // s1 += buf[index++]; s2 += s1; uint32_t L_135 = V_1; uint32_t L_136 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_135, (int32_t)L_136)); // k -= 16; int32_t L_137 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_137, (int32_t)((int32_t)16))); } IL_012d: { // while (k >= 16) int32_t L_138 = V_2; if ((((int32_t)L_138) >= ((int32_t)((int32_t)16)))) { goto IL_0038; } } { // if (k != 0) int32_t L_139 = V_2; if (!L_139) { goto IL_014e; } } IL_0138: { // s1 += buf[index++]; uint32_t L_140 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_141 = ___buf1; int32_t L_142 = ___index2; int32_t L_143 = L_142; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_143, (int32_t)1)); NullCheck(L_141); int32_t L_144 = L_143; uint8_t L_145 = (L_141)->GetAt(static_cast(L_144)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_140, (int32_t)L_145)); // s2 += s1; uint32_t L_146 = V_1; uint32_t L_147 = V_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_146, (int32_t)L_147)); // while (--k != 0); int32_t L_148 = V_2; int32_t L_149 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_148, (int32_t)1)); V_2 = L_149; if (L_149) { goto IL_0138; } } IL_014e: { // s1 %= BASE; uint32_t L_150 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_il2cpp_TypeInfo_var); uint32_t L_151 = ((Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_StaticFields*)il2cpp_codegen_static_fields_for(Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_il2cpp_TypeInfo_var))->get_BASE_0(); V_0 = ((int32_t)((uint32_t)(int32_t)L_150%(uint32_t)(int32_t)L_151)); // s2 %= BASE; uint32_t L_152 = V_1; uint32_t L_153 = ((Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_StaticFields*)il2cpp_codegen_static_fields_for(Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_il2cpp_TypeInfo_var))->get_BASE_0(); V_1 = ((int32_t)((uint32_t)(int32_t)L_152%(uint32_t)(int32_t)L_153)); } IL_015e: { // while (len > 0) int32_t L_154 = ___len3; if ((((int32_t)L_154) > ((int32_t)0))) { goto IL_001d; } } { // return (uint)((s2 << 16) | s1); uint32_t L_155 = V_1; uint32_t L_156 = V_0; return ((int32_t)((int32_t)((int32_t)((int32_t)L_155<<(int32_t)((int32_t)16)))|(int32_t)L_156)); } } // System.Void BestHTTP.Decompression.Zlib.Adler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Adler__ctor_mAA006C8B66A96E5ECC6E40D3501CE9766DF6F197 (Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.Decompression.Zlib.Adler::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Adler__cctor_m96FEFE7A52A3E308E3A3FAB673AB34675528355E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly uint BASE = 65521; ((Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_StaticFields*)il2cpp_codegen_static_fields_for(Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_il2cpp_TypeInfo_var))->set_BASE_0(((int32_t)65521)); // private static readonly int NMAX = 5552; ((Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_StaticFields*)il2cpp_codegen_static_fields_for(Adler_t9EF61B2174268790865FA1CDAFFBC11D03A372AC_il2cpp_TypeInfo_var))->set_NMAX_1(((int32_t)5552)); 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.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.Adler32::adler32(System.Int64,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Adler32_adler32_m506946C8B2C6E8BF8B37F1AA9193044841485DA8 (Adler32_tA7FF29BBF4C9B4738DDE9CA1F7F5B6457DDF5EC2 * __this, int64_t ___adler0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, int32_t ___index2, int32_t ___len3, const RuntimeMethod* method) { int64_t V_0 = 0; int64_t V_1 = 0; int32_t V_2 = 0; int32_t G_B6_0 = 0; { // if(buf == null){ return 1L; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buf1; if (L_0) { goto IL_0006; } } { // if(buf == null){ return 1L; } return ((int64_t)((int64_t)1)); } IL_0006: { // long s1=adler&0xffff; int64_t L_1 = ___adler0; V_0 = ((int64_t)((int64_t)L_1&(int64_t)((int64_t)((int64_t)((int32_t)65535))))); // long s2=(adler>>16)&0xffff; int64_t L_2 = ___adler0; V_1 = ((int64_t)((int64_t)((int64_t)((int64_t)L_2>>(int32_t)((int32_t)16)))&(int64_t)((int64_t)((int64_t)((int32_t)65535))))); goto IL_01dd; } IL_0020: { // k=lenGetAt(static_cast(L_11)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_7, (int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)255))))))); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_13 = V_1; int64_t L_14 = V_0; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_13, (int64_t)L_14)); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_15 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___buf1; int32_t L_17 = ___index2; int32_t L_18 = L_17; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); NullCheck(L_16); int32_t L_19 = L_18; uint8_t L_20 = (L_16)->GetAt(static_cast(L_19)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_15, (int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_20&(int32_t)((int32_t)255))))))); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_21 = V_1; int64_t L_22 = V_0; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_21, (int64_t)L_22)); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_23 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ___buf1; int32_t L_25 = ___index2; int32_t L_26 = L_25; ___index2 = ((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(L_27)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_23, (int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_28&(int32_t)((int32_t)255))))))); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_29 = V_1; int64_t L_30 = V_0; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_29, (int64_t)L_30)); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_31 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = ___buf1; int32_t L_33 = ___index2; int32_t L_34 = L_33; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); NullCheck(L_32); int32_t L_35 = L_34; uint8_t L_36 = (L_32)->GetAt(static_cast(L_35)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_31, (int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_36&(int32_t)((int32_t)255))))))); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_37 = V_1; int64_t L_38 = V_0; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_37, (int64_t)L_38)); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_39 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = ___buf1; int32_t L_41 = ___index2; int32_t L_42 = L_41; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); NullCheck(L_40); int32_t L_43 = L_42; uint8_t L_44 = (L_40)->GetAt(static_cast(L_43)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_39, (int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_44&(int32_t)((int32_t)255))))))); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_45 = V_1; int64_t L_46 = V_0; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_45, (int64_t)L_46)); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_47 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_48 = ___buf1; int32_t L_49 = ___index2; int32_t L_50 = L_49; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); NullCheck(L_48); int32_t L_51 = L_50; uint8_t L_52 = (L_48)->GetAt(static_cast(L_51)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_47, (int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_52&(int32_t)((int32_t)255))))))); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_53 = V_1; int64_t L_54 = V_0; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_53, (int64_t)L_54)); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_55 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_56 = ___buf1; int32_t L_57 = ___index2; int32_t L_58 = L_57; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); NullCheck(L_56); int32_t L_59 = L_58; uint8_t L_60 = (L_56)->GetAt(static_cast(L_59)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_55, (int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_60&(int32_t)((int32_t)255))))))); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_61 = V_1; int64_t L_62 = V_0; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_61, (int64_t)L_62)); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_63 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_64 = ___buf1; int32_t L_65 = ___index2; int32_t L_66 = L_65; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1)); NullCheck(L_64); int32_t L_67 = L_66; uint8_t L_68 = (L_64)->GetAt(static_cast(L_67)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_63, (int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_68&(int32_t)((int32_t)255))))))); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_69 = V_1; int64_t L_70 = V_0; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_69, (int64_t)L_70)); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_71 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_72 = ___buf1; int32_t L_73 = ___index2; int32_t L_74 = L_73; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)); NullCheck(L_72); int32_t L_75 = L_74; uint8_t L_76 = (L_72)->GetAt(static_cast(L_75)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_71, (int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_76&(int32_t)((int32_t)255))))))); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_77 = V_1; int64_t L_78 = V_0; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_77, (int64_t)L_78)); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_79 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_80 = ___buf1; int32_t L_81 = ___index2; int32_t L_82 = L_81; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1)); NullCheck(L_80); int32_t L_83 = L_82; uint8_t L_84 = (L_80)->GetAt(static_cast(L_83)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_79, (int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_84&(int32_t)((int32_t)255))))))); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_85 = V_1; int64_t L_86 = V_0; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_85, (int64_t)L_86)); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_87 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_88 = ___buf1; int32_t L_89 = ___index2; int32_t L_90 = L_89; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1)); NullCheck(L_88); int32_t L_91 = L_90; uint8_t L_92 = (L_88)->GetAt(static_cast(L_91)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_87, (int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_92&(int32_t)((int32_t)255))))))); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_93 = V_1; int64_t L_94 = V_0; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_93, (int64_t)L_94)); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_95 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_96 = ___buf1; int32_t L_97 = ___index2; int32_t L_98 = L_97; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1)); NullCheck(L_96); int32_t L_99 = L_98; uint8_t L_100 = (L_96)->GetAt(static_cast(L_99)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_95, (int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_100&(int32_t)((int32_t)255))))))); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_101 = V_1; int64_t L_102 = V_0; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_101, (int64_t)L_102)); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_103 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_104 = ___buf1; int32_t L_105 = ___index2; int32_t L_106 = L_105; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)1)); NullCheck(L_104); int32_t L_107 = L_106; uint8_t L_108 = (L_104)->GetAt(static_cast(L_107)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_103, (int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_108&(int32_t)((int32_t)255))))))); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_109 = V_1; int64_t L_110 = V_0; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_109, (int64_t)L_110)); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_111 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_112 = ___buf1; int32_t L_113 = ___index2; int32_t L_114 = L_113; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)1)); NullCheck(L_112); int32_t L_115 = L_114; uint8_t L_116 = (L_112)->GetAt(static_cast(L_115)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_111, (int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_116&(int32_t)((int32_t)255))))))); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_117 = V_1; int64_t L_118 = V_0; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_117, (int64_t)L_118)); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_119 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_120 = ___buf1; int32_t L_121 = ___index2; int32_t L_122 = L_121; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_122, (int32_t)1)); NullCheck(L_120); int32_t L_123 = L_122; uint8_t L_124 = (L_120)->GetAt(static_cast(L_123)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_119, (int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_124&(int32_t)((int32_t)255))))))); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_125 = V_1; int64_t L_126 = V_0; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_125, (int64_t)L_126)); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_127 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_128 = ___buf1; int32_t L_129 = ___index2; int32_t L_130 = L_129; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)1)); NullCheck(L_128); int32_t L_131 = L_130; uint8_t L_132 = (L_128)->GetAt(static_cast(L_131)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_127, (int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_132&(int32_t)((int32_t)255))))))); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_133 = V_1; int64_t L_134 = V_0; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_133, (int64_t)L_134)); // k-=16; int32_t L_135 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_135, (int32_t)((int32_t)16))); } IL_01a3: { // while(k>=16){ int32_t L_136 = V_2; if ((((int32_t)L_136) >= ((int32_t)((int32_t)16)))) { goto IL_003e; } } { // if(k!=0){ int32_t L_137 = V_2; if (!L_137) { goto IL_01cb; } } IL_01ae: { // s1+=buf[index++]&0xff; s2+=s1; int64_t L_138 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_139 = ___buf1; int32_t L_140 = ___index2; int32_t L_141 = L_140; ___index2 = ((int32_t)il2cpp_codegen_add((int32_t)L_141, (int32_t)1)); NullCheck(L_139); int32_t L_142 = L_141; uint8_t L_143 = (L_139)->GetAt(static_cast(L_142)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_138, (int64_t)((int64_t)((int64_t)((int32_t)((int32_t)L_143&(int32_t)((int32_t)255))))))); // s1+=buf[index++]&0xff; s2+=s1; int64_t L_144 = V_1; int64_t L_145 = V_0; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_144, (int64_t)L_145)); // while(--k!=0); int32_t L_146 = V_2; int32_t L_147 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_146, (int32_t)1)); V_2 = L_147; if (L_147) { goto IL_01ae; } } IL_01cb: { // s1%=BASE; int64_t L_148 = V_0; V_0 = ((int64_t)((int64_t)L_148%(int64_t)((int64_t)((int64_t)((int32_t)65521))))); // s2%=BASE; int64_t L_149 = V_1; V_1 = ((int64_t)((int64_t)L_149%(int64_t)((int64_t)((int64_t)((int32_t)65521))))); } IL_01dd: { // while(len > 0) { int32_t L_150 = ___len3; if ((((int32_t)L_150) > ((int32_t)0))) { goto IL_0020; } } { // return (s2<<16)|s1; int64_t L_151 = V_1; int64_t L_152 = V_0; return ((int64_t)((int64_t)((int64_t)((int64_t)L_151<<(int32_t)((int32_t)16)))|(int64_t)L_152)); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Zlib.Adler32::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Adler32__ctor_m983BEEF538610DDD988E03C908F07D255C72DA6F (Adler32_tA7FF29BBF4C9B4738DDE9CA1F7F5B6457DDF5EC2 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__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 // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.AdmissionSyntax BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.AdmissionSyntax::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdmissionSyntax_t2B59800096D90E3BA77CF7256DE57D71B98F0F36 * AdmissionSyntax_GetInstance_mC67E2C2C86DB22CC9FF44FD389E199EB5F296C1A (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdmissionSyntax_t2B59800096D90E3BA77CF7256DE57D71B98F0F36_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is AdmissionSyntax) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((AdmissionSyntax_t2B59800096D90E3BA77CF7256DE57D71B98F0F36 *)IsInstClass((RuntimeObject*)L_1, AdmissionSyntax_t2B59800096D90E3BA77CF7256DE57D71B98F0F36_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (AdmissionSyntax)obj; RuntimeObject * L_2 = ___obj0; return ((AdmissionSyntax_t2B59800096D90E3BA77CF7256DE57D71B98F0F36 *)CastclassClass((RuntimeObject*)L_2, AdmissionSyntax_t2B59800096D90E3BA77CF7256DE57D71B98F0F36_il2cpp_TypeInfo_var)); } IL_0012: { // if (obj is Asn1Sequence) RuntimeObject * L_3 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0026; } } { // return new AdmissionSyntax((Asn1Sequence)obj); RuntimeObject * L_4 = ___obj0; AdmissionSyntax_t2B59800096D90E3BA77CF7256DE57D71B98F0F36 * L_5 = (AdmissionSyntax_t2B59800096D90E3BA77CF7256DE57D71B98F0F36 *)il2cpp_codegen_object_new(AdmissionSyntax_t2B59800096D90E3BA77CF7256DE57D71B98F0F36_il2cpp_TypeInfo_var); AdmissionSyntax__ctor_m1DF0F442A95F7F5621B5DD65CA4CCDCE7FA65941(L_5, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0026: { // throw new ArgumentException("unknown object in factory: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_6 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE)), L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AdmissionSyntax_GetInstance_mC67E2C2C86DB22CC9FF44FD389E199EB5F296C1A_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.AdmissionSyntax::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdmissionSyntax__ctor_m1DF0F442A95F7F5621B5DD65CA4CCDCE7FA65941 (AdmissionSyntax_t2B59800096D90E3BA77CF7256DE57D71B98F0F36 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // private AdmissionSyntax( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // switch (seq.Count) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_0); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_002a; } } { goto IL_004f; } IL_0017: { // this.contentsOfAdmissions = DerSequence.GetInstance(seq[0]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_4 = ___seq0; NullCheck(L_4); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_5; L_5 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_4, 0); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_6; L_6 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_5, /*hidden argument*/NULL); __this->set_contentsOfAdmissions_3(L_6); // break; return; } IL_002a: { // admissionAuthority = GeneralName.GetInstance(seq[0]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_7 = ___seq0; NullCheck(L_7); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_8; L_8 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_7, 0); GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_9; L_9 = GeneralName_GetInstance_m1272C84D0DB838BFCAB7024ACBF3C833D0BE8A66(L_8, /*hidden argument*/NULL); __this->set_admissionAuthority_2(L_9); // contentsOfAdmissions = DerSequence.GetInstance(seq[1]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_10 = ___seq0; NullCheck(L_10); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_11; L_11 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_10, 1); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_12; L_12 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_11, /*hidden argument*/NULL); __this->set_contentsOfAdmissions_3(L_12); // break; return; } IL_004f: { // throw new ArgumentException("Bad sequence size: " + seq.Count); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_13 = ___seq0; NullCheck(L_13); int32_t L_14; L_14 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_13); V_1 = L_14; String_t* L_15; L_15 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_1), /*hidden argument*/NULL); String_t* L_16; L_16 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E72F695FA1ADD82694BFAAE0D450A02CFF9BAD1)), L_15, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_17 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_17, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AdmissionSyntax__ctor_m1DF0F442A95F7F5621B5DD65CA4CCDCE7FA65941_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.AdmissionSyntax::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdmissionSyntax__ctor_m672C1AF40304AF335A34C4E65527E0587F50D551 (AdmissionSyntax_t2B59800096D90E3BA77CF7256DE57D71B98F0F36 * __this, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___admissionAuthority0, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___contentsOfAdmissions1, const RuntimeMethod* method) { { // public AdmissionSyntax( // GeneralName admissionAuthority, // Asn1Sequence contentsOfAdmissions) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.admissionAuthority = admissionAuthority; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_0 = ___admissionAuthority0; __this->set_admissionAuthority_2(L_0); // this.contentsOfAdmissions = contentsOfAdmissions; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_1 = ___contentsOfAdmissions1; __this->set_contentsOfAdmissions_3(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.AdmissionSyntax::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * AdmissionSyntax_ToAsn1Object_m86D137929CB906C3DE2CD5C0ECB96A56E6256364 (AdmissionSyntax_t2B59800096D90E3BA77CF7256DE57D71B98F0F36 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // Asn1EncodableVector vec = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0; L_0 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_1 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; // if (admissionAuthority != null) GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_2 = __this->get_admissionAuthority_2(); if (!L_2) { goto IL_0028; } } { // vec.Add(admissionAuthority); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_3 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_4 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = L_4; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_6 = __this->get_admissionAuthority_2(); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_6); NullCheck(L_3); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_3, L_5, /*hidden argument*/NULL); } IL_0028: { // vec.Add(contentsOfAdmissions); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_7 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_8 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_9 = L_8; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_10 = __this->get_contentsOfAdmissions_3(); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_10); NullCheck(L_7); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_7, L_9, /*hidden argument*/NULL); // return new DerSequence(vec); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_11 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_12 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_12, L_11, /*hidden argument*/NULL); return L_12; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.AdmissionSyntax::get_AdmissionAuthority() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * AdmissionSyntax_get_AdmissionAuthority_m3B1BF723D4408E42A2C39B4774C786EB08CC6D8A (AdmissionSyntax_t2B59800096D90E3BA77CF7256DE57D71B98F0F36 * __this, const RuntimeMethod* method) { { // get { return admissionAuthority; } GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_0 = __this->get_admissionAuthority_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.Admissions[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.AdmissionSyntax::GetContentsOfAdmissions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdmissionsU5BU5D_tDBCB7A3A945AF71D3AFD40DB0B2DF80B08A1CD8C* AdmissionSyntax_GetContentsOfAdmissions_mA38953714005C1C9C0266EBD018D10AA0C0A54CF (AdmissionSyntax_t2B59800096D90E3BA77CF7256DE57D71B98F0F36 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdmissionsU5BU5D_tDBCB7A3A945AF71D3AFD40DB0B2DF80B08A1CD8C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AdmissionsU5BU5D_tDBCB7A3A945AF71D3AFD40DB0B2DF80B08A1CD8C* V_0 = NULL; int32_t V_1 = 0; { // Admissions[] result = new Admissions[contentsOfAdmissions.Count]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_contentsOfAdmissions_3(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_0); AdmissionsU5BU5D_tDBCB7A3A945AF71D3AFD40DB0B2DF80B08A1CD8C* L_2 = (AdmissionsU5BU5D_tDBCB7A3A945AF71D3AFD40DB0B2DF80B08A1CD8C*)(AdmissionsU5BU5D_tDBCB7A3A945AF71D3AFD40DB0B2DF80B08A1CD8C*)SZArrayNew(AdmissionsU5BU5D_tDBCB7A3A945AF71D3AFD40DB0B2DF80B08A1CD8C_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; // for (int i = 0; i < contentsOfAdmissions.Count; ++i) V_1 = 0; goto IL_002d; } IL_0015: { // result[i] = Admissions.GetInstance(contentsOfAdmissions[i]); AdmissionsU5BU5D_tDBCB7A3A945AF71D3AFD40DB0B2DF80B08A1CD8C* L_3 = V_0; int32_t L_4 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_5 = __this->get_contentsOfAdmissions_3(); int32_t L_6 = V_1; NullCheck(L_5); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_7; L_7 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_5, L_6); Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA * L_8; L_8 = Admissions_GetInstance_mA792BBF88022C1FDC69CA35C0D04180E2A580DFF(L_7, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_8); (L_3)->SetAt(static_cast(L_4), (Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA *)L_8); // for (int i = 0; i < contentsOfAdmissions.Count; ++i) int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002d: { // for (int i = 0; i < contentsOfAdmissions.Count; ++i) int32_t L_10 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_11 = __this->get_contentsOfAdmissions_3(); NullCheck(L_11); int32_t L_12; L_12 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_11); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_0015; } } { // return result; AdmissionsU5BU5D_tDBCB7A3A945AF71D3AFD40DB0B2DF80B08A1CD8C* L_13 = V_0; return L_13; } } #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 // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.Admissions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.Admissions::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA * Admissions_GetInstance_mA792BBF88022C1FDC69CA35C0D04180E2A580DFF (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (obj == null || obj is Admissions) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA *)IsInstClass((RuntimeObject*)L_1, Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (Admissions) obj; RuntimeObject * L_2 = ___obj0; return ((Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA *)CastclassClass((RuntimeObject*)L_2, Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA_il2cpp_TypeInfo_var)); } IL_0012: { // if (obj is Asn1Sequence) RuntimeObject * L_3 = ___obj0; if (!((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)IsInstClass((RuntimeObject*)L_3, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var))) { goto IL_0026; } } { // return new Admissions((Asn1Sequence) obj); RuntimeObject * L_4 = ___obj0; Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA * L_5 = (Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA *)il2cpp_codegen_object_new(Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA_il2cpp_TypeInfo_var); Admissions__ctor_mCC253BAF015541C3B0C7166974227A5525EEA10D(L_5, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0026: { // throw new ArgumentException("unknown object in factory: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(obj), "obj"); RuntimeObject * L_6 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_7; L_7 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE)), L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Admissions_GetInstance_mA792BBF88022C1FDC69CA35C0D04180E2A580DFF_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.Admissions::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Admissions__ctor_mCC253BAF015541C3B0C7166974227A5525EEA10D (Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { // private Admissions( // Asn1Sequence seq) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // if (seq.Count > 3) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = ___seq0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_0); if ((((int32_t)L_1) <= ((int32_t)3))) { goto IL_002d; } } { // throw new ArgumentException("Bad sequence size: " + seq.Count); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2 = ___seq0; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_2); V_2 = L_3; String_t* L_4; L_4 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_2), /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E72F695FA1ADD82694BFAAE0D450A02CFF9BAD1)), L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Admissions__ctor_mCC253BAF015541C3B0C7166974227A5525EEA10D_RuntimeMethod_var))); } IL_002d: { // IEnumerator e = seq.GetEnumerator(); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_7 = ___seq0; NullCheck(L_7); RuntimeObject* L_8; L_8 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, L_7); V_0 = L_8; // e.MoveNext(); RuntimeObject* L_9 = V_0; NullCheck(L_9); bool L_10; L_10 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_9); // Asn1Encodable o = (Asn1Encodable) e.Current; RuntimeObject* L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_11); V_1 = ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_12, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var)); // if (o is Asn1TaggedObject) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_13 = V_1; if (!((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)IsInstClass((RuntimeObject*)L_13, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))) { goto IL_00c2; } } { // switch (((Asn1TaggedObject)o).TagNo) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_14 = V_1; NullCheck(((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_14, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))); int32_t L_15; L_15 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_14, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_15; int32_t L_16 = V_2; if (!L_16) { goto IL_0064; } } { int32_t L_17 = V_2; if ((((int32_t)L_17) == ((int32_t)1))) { goto IL_0078; } } { goto IL_008c; } IL_0064: { // admissionAuthority = GeneralName.GetInstance((Asn1TaggedObject)o, true); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_18 = V_1; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_19; L_19 = GeneralName_GetInstance_mAA0712B2438660011F2C76A2306337005E5892DC(((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_18, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)), (bool)1, /*hidden argument*/NULL); __this->set_admissionAuthority_2(L_19); // break; goto IL_00af; } IL_0078: { // namingAuthority = NamingAuthority.GetInstance((Asn1TaggedObject)o, true); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_20 = V_1; IL2CPP_RUNTIME_CLASS_INIT(NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138_il2cpp_TypeInfo_var); NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138 * L_21; L_21 = NamingAuthority_GetInstance_m34A10A9F517B412684D5B63E3207CFBAD5BE9981(((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_20, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)), (bool)1, /*hidden argument*/NULL); __this->set_namingAuthority_3(L_21); // break; goto IL_00af; } IL_008c: { // throw new ArgumentException("Bad tag number: " + ((Asn1TaggedObject)o).TagNo); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_22 = V_1; NullCheck(((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_22, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))))); int32_t L_23; L_23 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_22, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_3 = L_23; String_t* L_24; L_24 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_3), /*hidden argument*/NULL); String_t* L_25; L_25 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7ADB26976C64E2913ACB7A7907862FA832C541C3)), L_24, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_26 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Admissions__ctor_mCC253BAF015541C3B0C7166974227A5525EEA10D_RuntimeMethod_var))); } IL_00af: { // e.MoveNext(); RuntimeObject* L_27 = V_0; NullCheck(L_27); bool L_28; L_28 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_27); // o = (Asn1Encodable) e.Current; RuntimeObject* L_29 = V_0; NullCheck(L_29); RuntimeObject * L_30; L_30 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_29); V_1 = ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_30, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var)); } IL_00c2: { // if (o is Asn1TaggedObject) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_31 = V_1; if (!((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)IsInstClass((RuntimeObject*)L_31, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))) { goto IL_0122; } } { // switch (((Asn1TaggedObject)o).TagNo) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_32 = V_1; NullCheck(((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_32, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))); int32_t L_33; L_33 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_32, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if ((!(((uint32_t)L_33) == ((uint32_t)1)))) { goto IL_00ec; } } { // namingAuthority = NamingAuthority.GetInstance((Asn1TaggedObject)o, true); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_34 = V_1; IL2CPP_RUNTIME_CLASS_INIT(NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138_il2cpp_TypeInfo_var); NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138 * L_35; L_35 = NamingAuthority_GetInstance_m34A10A9F517B412684D5B63E3207CFBAD5BE9981(((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_34, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)), (bool)1, /*hidden argument*/NULL); __this->set_namingAuthority_3(L_35); // break; goto IL_010f; } IL_00ec: { // throw new ArgumentException("Bad tag number: " + ((Asn1TaggedObject)o).TagNo); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_36 = V_1; NullCheck(((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_36, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var))))); int32_t L_37; L_37 = Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline(((Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 *)CastclassClass((RuntimeObject*)L_36, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_2 = L_37; String_t* L_38; L_38 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_2), /*hidden argument*/NULL); String_t* L_39; L_39 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7ADB26976C64E2913ACB7A7907862FA832C541C3)), L_38, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_40 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_40, L_39, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Admissions__ctor_mCC253BAF015541C3B0C7166974227A5525EEA10D_RuntimeMethod_var))); } IL_010f: { // e.MoveNext(); RuntimeObject* L_41 = V_0; NullCheck(L_41); bool L_42; L_42 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_41); // o = (Asn1Encodable) e.Current; RuntimeObject* L_43 = V_0; NullCheck(L_43); RuntimeObject * L_44; L_44 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_43); V_1 = ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_44, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var)); } IL_0122: { // professionInfos = Asn1Sequence.GetInstance(o); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_45 = V_1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_46; L_46 = Asn1Sequence_GetInstance_m53E4D5619D84F02123D6C3B6EA8E0EEEF86B244C(L_45, /*hidden argument*/NULL); __this->set_professionInfos_4(L_46); // if (e.MoveNext()) RuntimeObject* L_47 = V_0; NullCheck(L_47); bool L_48; L_48 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_47); if (!L_48) { goto IL_0151; } } { // throw new ArgumentException("Bad object encountered: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(e.Current)); RuntimeObject* L_49 = V_0; NullCheck(L_49); RuntimeObject * L_50; L_50 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var)), L_49); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_51; L_51 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_50, /*hidden argument*/NULL); String_t* L_52; L_52 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral84EAEBC82D7315561C65C9D45DF5978D32B9114D)), L_51, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_53 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_53, L_52, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_53, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Admissions__ctor_mCC253BAF015541C3B0C7166974227A5525EEA10D_RuntimeMethod_var))); } IL_0151: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.Admissions::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.NamingAuthority,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Admissions__ctor_mA7BAF47F789C55E0BC618BC51ECA5EF64018098B (Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA * __this, GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * ___admissionAuthority0, NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138 * ___namingAuthority1, ProfessionInfoU5BU5D_t62DBD6C69B65BF5100F2B55E9AD0C60EE9AF5396* ___professionInfos2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* V_0 = NULL; { // public Admissions( // GeneralName admissionAuthority, // NamingAuthority namingAuthority, // ProfessionInfo[] professionInfos) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.admissionAuthority = admissionAuthority; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_0 = ___admissionAuthority0; __this->set_admissionAuthority_2(L_0); // this.namingAuthority = namingAuthority; NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138 * L_1 = ___namingAuthority1; __this->set_namingAuthority_3(L_1); // this.professionInfos = new DerSequence(professionInfos); ProfessionInfoU5BU5D_t62DBD6C69B65BF5100F2B55E9AD0C60EE9AF5396* L_2 = ___professionInfos2; V_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)L_2; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_4 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_4, L_3, /*hidden argument*/NULL); __this->set_professionInfos_4(L_4); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.GeneralName BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.Admissions::get_AdmissionAuthority() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * Admissions_get_AdmissionAuthority_mDC5A800AD15AF6ED5F7B6C4E4206D66A36D37096 (Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA * __this, const RuntimeMethod* method) { { // get { return admissionAuthority; } GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_0 = __this->get_admissionAuthority_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.NamingAuthority BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.Admissions::get_NamingAuthority() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138 * Admissions_get_NamingAuthority_mBFA06FCF96A1650AB50CE01DC87625C1BEF5FDD5 (Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA * __this, const RuntimeMethod* method) { { // get { return namingAuthority; } NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138 * L_0 = __this->get_namingAuthority_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.Admissions::GetProfessionInfos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProfessionInfoU5BU5D_t62DBD6C69B65BF5100F2B55E9AD0C60EE9AF5396* Admissions_GetProfessionInfos_mDAD8537BC513ED60E04B1EDC5C880E29CF85687E (Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfessionInfoU5BU5D_t62DBD6C69B65BF5100F2B55E9AD0C60EE9AF5396_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ProfessionInfoU5BU5D_t62DBD6C69B65BF5100F2B55E9AD0C60EE9AF5396* V_0 = NULL; int32_t V_1 = 0; RuntimeObject* V_2 = NULL; Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // ProfessionInfo[] infos = new ProfessionInfo[professionInfos.Count]; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_0 = __this->get_professionInfos_4(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Count() */, L_0); ProfessionInfoU5BU5D_t62DBD6C69B65BF5100F2B55E9AD0C60EE9AF5396* L_2 = (ProfessionInfoU5BU5D_t62DBD6C69B65BF5100F2B55E9AD0C60EE9AF5396*)(ProfessionInfoU5BU5D_t62DBD6C69B65BF5100F2B55E9AD0C60EE9AF5396*)SZArrayNew(ProfessionInfoU5BU5D_t62DBD6C69B65BF5100F2B55E9AD0C60EE9AF5396_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; // int count = 0; V_1 = 0; // foreach (Asn1Encodable ae in professionInfos) Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_3 = __this->get_professionInfos_4(); NullCheck(L_3); RuntimeObject* L_4; L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetEnumerator() */, L_3); V_2 = L_4; } IL_001f: try {// begin try (depth: 1) { goto IL_003a; } IL_0021: { // foreach (Asn1Encodable ae in professionInfos) RuntimeObject* L_5 = V_2; NullCheck(L_5); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_5); V_3 = ((Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)CastclassClass((RuntimeObject*)L_6, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_il2cpp_TypeInfo_var)); // infos[count++] = ProfessionInfo.GetInstance(ae); ProfessionInfoU5BU5D_t62DBD6C69B65BF5100F2B55E9AD0C60EE9AF5396* L_7 = V_0; int32_t L_8 = V_1; int32_t L_9 = L_8; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_10 = V_3; IL2CPP_RUNTIME_CLASS_INIT(ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB_il2cpp_TypeInfo_var); ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB * L_11; L_11 = ProfessionInfo_GetInstance_mCE1A62A7E78025E080AE56B26BE4FF21DE3CEA72(L_10, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_11); (L_7)->SetAt(static_cast(L_9), (ProfessionInfo_tE79BED1C7E1BFB35741F61CA1859B63B68464DFB *)L_11); } IL_003a: { // foreach (Asn1Encodable ae in professionInfos) RuntimeObject* L_12 = V_2; NullCheck(L_12); bool L_13; L_13 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_12); if (L_13) { goto IL_0021; } } IL_0042: { IL2CPP_LEAVE(0x58, FINALLY_0044); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0044; } FINALLY_0044: {// begin finally (depth: 1) { RuntimeObject* L_14 = V_2; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_14, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_15 = V_4; if (!L_15) { goto IL_0057; } } IL_0050: { RuntimeObject* L_16 = V_4; NullCheck(L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_16); } IL_0057: { IL2CPP_END_FINALLY(68) } }// end finally (depth: 1) IL2CPP_CLEANUP(68) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x58, IL_0058) } IL_0058: { // return infos; ProfessionInfoU5BU5D_t62DBD6C69B65BF5100F2B55E9AD0C60EE9AF5396* L_17 = V_0; return L_17; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.Admissions::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * Admissions_ToAsn1Object_mA0BC1E355429C9E85DAC30E6AF6E51E8F3667AFE (Admissions_tEFE93AE96401EED3173E3E6FAEEDBC0F9091B4AA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * V_0 = NULL; { // Asn1EncodableVector vec = new Asn1EncodableVector(); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0; L_0 = Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline(/*hidden argument*/Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_1 = (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 *)il2cpp_codegen_object_new(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var); Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; // if (admissionAuthority != null) GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_2 = __this->get_admissionAuthority_2(); if (!L_2) { goto IL_002f; } } { // vec.Add(new DerTaggedObject(true, 0, admissionAuthority)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_3 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_4 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = L_4; GeneralName_t5C782EC664B13C8D9B0D33709D55B136FA578F3F * L_6 = __this->get_admissionAuthority_2(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_7 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_7, (bool)1, 0, L_6, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_7); NullCheck(L_3); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_3, L_5, /*hidden argument*/NULL); } IL_002f: { // if (namingAuthority != null) NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138 * L_8 = __this->get_namingAuthority_3(); if (!L_8) { goto IL_0053; } } { // vec.Add(new DerTaggedObject(true, 1, namingAuthority)); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_9 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_10 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_11 = L_10; NamingAuthority_t2A28D0EBD57D967CCA94F2622FEC1DDD3BF15138 * L_12 = __this->get_namingAuthority_3(); DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * L_13 = (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E *)il2cpp_codegen_object_new(DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var); DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F(L_13, (bool)1, 1, L_12, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_13); NullCheck(L_9); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_9, L_11, /*hidden argument*/NULL); } IL_0053: { // vec.Add(professionInfos); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_14 = V_0; Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_15 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)1); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_16 = L_15; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_17 = __this->get_professionInfos_4(); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_17); (L_16)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_17); NullCheck(L_14); Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8(L_14, L_16, /*hidden argument*/NULL); // return new DerSequence(vec); Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * L_18 = V_0; DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_19 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164(L_19, L_18, /*hidden argument*/NULL); return L_19; } } #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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter,System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeadParameters__ctor_mDC4FC845AAF337D5A63276E2A2E7CB2FA1D814C7 (AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64 * __this, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ___key0, int32_t ___macSize1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___nonce2, const RuntimeMethod* method) { { // : this(key, macSize, nonce, null) KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_0 = ___key0; int32_t L_1 = ___macSize1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___nonce2; AeadParameters__ctor_mE2773768F68BC5A4602E213B7901DED949E1900D(__this, L_0, L_1, L_2, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter,System.Int32,System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeadParameters__ctor_mE2773768F68BC5A4602E213B7901DED949E1900D (AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64 * __this, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ___key0, int32_t ___macSize1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___nonce2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___associatedText3, const RuntimeMethod* method) { { // public AeadParameters( // KeyParameter key, // int macSize, // byte[] nonce, // byte[] associatedText) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.key = key; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_0 = ___key0; __this->set_key_2(L_0); // this.nonce = nonce; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___nonce2; __this->set_nonce_1(L_1); // this.macSize = macSize; int32_t L_2 = ___macSize1; __this->set_macSize_3(L_2); // this.associatedText = associatedText; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___associatedText3; __this->set_associatedText_0(L_3); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * AeadParameters_get_Key_m8220664F661676D2B8B18D369F358157065944DF (AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64 * __this, const RuntimeMethod* method) { { // get { return key; } KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_0 = __this->get_key_2(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::get_MacSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AeadParameters_get_MacSize_mECD87B6C03DF5705E33BB2FE5246A93CC784F177 (AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64 * __this, const RuntimeMethod* method) { { // get { return macSize; } int32_t L_0 = __this->get_macSize_3(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::GetAssociatedText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* AeadParameters_GetAssociatedText_mFC2AF217A8206ED39A24B2ACF21C5FF7B9131746 (AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64 * __this, const RuntimeMethod* method) { { // return associatedText; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_associatedText_0(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.AeadParameters::GetNonce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* AeadParameters_GetNonce_mDB33741877152CB2559F8608AB02E9EA09781B7E (AeadParameters_t6C6A2620BFEC0ADD723500AA9021B04CE1956B64 * __this, const RuntimeMethod* method) { { // return nonce; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_nonce_1(); 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 UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAiControl::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneAiControl_Awake_mBB1F332AC1DD045C2A966BA70D5953DF13A28856 (AeroplaneAiControl_t4ABAFC0AEAA83D8779307E50289BDC7D726176D4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisAeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103_mD88E3A73D39CF612AB9E30CE2D5E83FCB1465116_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // m_AeroplaneController = GetComponent(); AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_0; L_0 = Component_GetComponent_TisAeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103_mD88E3A73D39CF612AB9E30CE2D5E83FCB1465116(__this, /*hidden argument*/Component_GetComponent_TisAeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103_mD88E3A73D39CF612AB9E30CE2D5E83FCB1465116_RuntimeMethod_var); __this->set_m_AeroplaneController_13(L_0); // m_RandomPerlin = Random.Range(0f, 100f); float L_1; L_1 = Random_Range_mC15372D42A9ABDCAC3DE82E114D60A40C9C311D2((0.0f), (100.0f), /*hidden argument*/NULL); __this->set_m_RandomPerlin_14(L_1); // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAiControl::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneAiControl_Reset_m8AE5A7318E2DABB2F9FC199D1A63CEFF31DF624C (AeroplaneAiControl_t4ABAFC0AEAA83D8779307E50289BDC7D726176D4 * __this, const RuntimeMethod* method) { { // m_TakenOff = false; __this->set_m_TakenOff_15((bool)0); // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAiControl::FixedUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneAiControl_FixedUpdate_mA4FB1E3A82B6BD908B6442AF1EC25BA912FD10B8 (AeroplaneAiControl_t4ABAFC0AEAA83D8779307E50289BDC7D726176D4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; float V_6 = 0.0f; float V_7 = 0.0f; { // if (m_Target != null) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_m_Target_12(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0175; } } { // Vector3 targetPos = m_Target.position + // transform.right* // (Mathf.PerlinNoise(Time.time*m_LateralWanderSpeed, m_RandomPerlin)*2 - 1)* // m_LateralWanderDistance; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2 = __this->get_m_Target_12(); NullCheck(L_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_2, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_4); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Transform_get_right_mA8EB1882CCE8759766544448308C88D9200F06CE(L_4, /*hidden argument*/NULL); float L_6; L_6 = Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844(/*hidden argument*/NULL); float L_7 = __this->get_m_LateralWanderSpeed_7(); float L_8 = __this->get_m_RandomPerlin_14(); float L_9; L_9 = Mathf_PerlinNoise_mBCF172821FEB8FAD7E7CF7F7982018846E702519(((float)il2cpp_codegen_multiply((float)L_6, (float)L_7)), L_8, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_5, ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_9, (float)(2.0f))), (float)(1.0f))), /*hidden argument*/NULL); float L_11 = __this->get_m_LateralWanderDistance_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_10, L_11, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_3, L_12, /*hidden argument*/NULL); V_0 = L_13; // Vector3 localTarget = transform.InverseTransformPoint(targetPos); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_14; L_14 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15 = V_0; NullCheck(L_14); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = Transform_InverseTransformPoint_m476ABC8F3F14824D7D82FE2C54CEE5A151A669B8(L_14, L_15, /*hidden argument*/NULL); V_1 = L_16; // float targetAngleYaw = Mathf.Atan2(localTarget.x, localTarget.z); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17 = V_1; float L_18 = L_17.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19 = V_1; float L_20 = L_19.get_z_4(); float L_21; L_21 = atan2f(L_18, L_20); V_2 = L_21; // float targetAnglePitch = -Mathf.Atan2(localTarget.y, localTarget.z); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22 = V_1; float L_23 = L_22.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24 = V_1; float L_25 = L_24.get_z_4(); float L_26; L_26 = atan2f(L_23, L_25); // targetAnglePitch = Mathf.Clamp(targetAnglePitch, -m_MaxClimbAngle*Mathf.Deg2Rad, // m_MaxClimbAngle*Mathf.Deg2Rad); float L_27 = __this->get_m_MaxClimbAngle_8(); float L_28 = __this->get_m_MaxClimbAngle_8(); float L_29; L_29 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(((-L_26)), ((float)il2cpp_codegen_multiply((float)((-L_27)), (float)(0.0174532924f))), ((float)il2cpp_codegen_multiply((float)L_28, (float)(0.0174532924f))), /*hidden argument*/NULL); // float changePitch = targetAnglePitch - m_AeroplaneController.PitchAngle; AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_30 = __this->get_m_AeroplaneController_13(); NullCheck(L_30); float L_31; L_31 = AeroplaneController_get_PitchAngle_m256401C8A133DF9FECD7F0ED7039C402C54CF7DA_inline(L_30, /*hidden argument*/NULL); // float pitchInput = changePitch*m_PitchSensitivity; float L_32 = __this->get_m_PitchSensitivity_5(); V_3 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_29, (float)L_31)), (float)L_32)); // float desiredRoll = Mathf.Clamp(targetAngleYaw, -m_MaxRollAngle*Mathf.Deg2Rad, m_MaxRollAngle*Mathf.Deg2Rad); float L_33 = V_2; float L_34 = __this->get_m_MaxRollAngle_9(); float L_35 = __this->get_m_MaxRollAngle_9(); float L_36; L_36 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(L_33, ((float)il2cpp_codegen_multiply((float)((-L_34)), (float)(0.0174532924f))), ((float)il2cpp_codegen_multiply((float)L_35, (float)(0.0174532924f))), /*hidden argument*/NULL); V_4 = L_36; // float yawInput = 0; V_5 = (0.0f); // float rollInput = 0; V_6 = (0.0f); // if (!m_TakenOff) bool L_37 = __this->get_m_TakenOff_15(); if (L_37) { goto IL_0116; } } { // if (m_AeroplaneController.Altitude > m_TakeoffHeight) AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_38 = __this->get_m_AeroplaneController_13(); NullCheck(L_38); float L_39; L_39 = AeroplaneController_get_Altitude_m4E875DCD8BCB99EE7F07DA2E8762AFD46BE541FE_inline(L_38, /*hidden argument*/NULL); float L_40 = __this->get_m_TakeoffHeight_11(); if ((!(((float)L_39) > ((float)L_40)))) { goto IL_0131; } } { // m_TakenOff = true; __this->set_m_TakenOff_15((bool)1); // } goto IL_0131; } IL_0116: { // yawInput = targetAngleYaw; float L_41 = V_2; V_5 = L_41; // rollInput = -(m_AeroplaneController.RollAngle - desiredRoll)*m_RollSensitivity; AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_42 = __this->get_m_AeroplaneController_13(); NullCheck(L_42); float L_43; L_43 = AeroplaneController_get_RollAngle_m0EE0E1FF7C938837030E55880D5C1C00672952FC_inline(L_42, /*hidden argument*/NULL); float L_44 = V_4; float L_45 = __this->get_m_RollSensitivity_4(); V_6 = ((float)il2cpp_codegen_multiply((float)((-((float)il2cpp_codegen_subtract((float)L_43, (float)L_44)))), (float)L_45)); } IL_0131: { // float currentSpeedEffect = 1 + (m_AeroplaneController.ForwardSpeed*m_SpeedEffect); AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_46 = __this->get_m_AeroplaneController_13(); NullCheck(L_46); float L_47; L_47 = AeroplaneController_get_ForwardSpeed_m24FBA8E719F9947C59C04A99A82F023BB880AA56_inline(L_46, /*hidden argument*/NULL); float L_48 = __this->get_m_SpeedEffect_10(); V_7 = ((float)il2cpp_codegen_add((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)L_47, (float)L_48)))); // rollInput *= currentSpeedEffect; float L_49 = V_6; float L_50 = V_7; V_6 = ((float)il2cpp_codegen_multiply((float)L_49, (float)L_50)); // pitchInput *= currentSpeedEffect; float L_51 = V_3; float L_52 = V_7; V_3 = ((float)il2cpp_codegen_multiply((float)L_51, (float)L_52)); // yawInput *= currentSpeedEffect; float L_53 = V_5; float L_54 = V_7; V_5 = ((float)il2cpp_codegen_multiply((float)L_53, (float)L_54)); // m_AeroplaneController.Move(rollInput, pitchInput, yawInput, throttleInput, false); AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_55 = __this->get_m_AeroplaneController_13(); float L_56 = V_6; float L_57 = V_3; float L_58 = V_5; NullCheck(L_55); AeroplaneController_Move_m50739E5FDF5DC4DC9CFA0F433DBA454D00895F1D(L_55, L_56, L_57, L_58, (0.5f), (bool)0, /*hidden argument*/NULL); // } return; } IL_0175: { // m_AeroplaneController.Move(0, 0, 0, 0, false); AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_59 = __this->get_m_AeroplaneController_13(); NullCheck(L_59); AeroplaneController_Move_m50739E5FDF5DC4DC9CFA0F433DBA454D00895F1D(L_59, (0.0f), (0.0f), (0.0f), (0.0f), (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAiControl::SetTarget(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneAiControl_SetTarget_m1D2251D711AF77634C31CD681767DDA4D69A2ABF (AeroplaneAiControl_t4ABAFC0AEAA83D8779307E50289BDC7D726176D4 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___target0, const RuntimeMethod* method) { { // m_Target = target; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___target0; __this->set_m_Target_12(L_0); // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAiControl::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneAiControl__ctor_m0D633CFE318B1C993BFDB21B58B9063EEF083123 (AeroplaneAiControl_t4ABAFC0AEAA83D8779307E50289BDC7D726176D4 * __this, const RuntimeMethod* method) { { // [SerializeField] private float m_RollSensitivity = .2f; // How sensitively the AI applies the roll controls __this->set_m_RollSensitivity_4((0.200000003f)); // [SerializeField] private float m_PitchSensitivity = .5f; // How sensitively the AI applies the pitch controls __this->set_m_PitchSensitivity_5((0.5f)); // [SerializeField] private float m_LateralWanderDistance = 5; // The amount that the plane can wander by when heading for a target __this->set_m_LateralWanderDistance_6((5.0f)); // [SerializeField] private float m_LateralWanderSpeed = 0.11f; // The speed at which the plane will wander laterally __this->set_m_LateralWanderSpeed_7((0.109999999f)); // [SerializeField] private float m_MaxClimbAngle = 45; // The maximum angle that the AI will attempt to make plane can climb at __this->set_m_MaxClimbAngle_8((45.0f)); // [SerializeField] private float m_MaxRollAngle = 45; // The maximum angle that the AI will attempt to u __this->set_m_MaxRollAngle_9((45.0f)); // [SerializeField] private float m_SpeedEffect = 0.01f; // This increases the effect of the controls based on the plane's speed. __this->set_m_SpeedEffect_10((0.00999999978f)); // [SerializeField] private float m_TakeoffHeight = 20; // the AI will fly straight and only pitch upwards until reaching this height __this->set_m_TakeoffHeight_11((20.0f)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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 UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneAudio_Awake_mD1C3764DA8C85EE774B0498DA5E9780A661DD104 (AeroplaneAudio_tED6F725E788DB4ACA033B014BD6E3977F142C4A3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisAeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103_mD88E3A73D39CF612AB9E30CE2D5E83FCB1465116_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_m960FD5C861EFDB693785C073698FEBE516CDE81E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // m_Plane = GetComponent(); AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_0; L_0 = Component_GetComponent_TisAeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103_mD88E3A73D39CF612AB9E30CE2D5E83FCB1465116(__this, /*hidden argument*/Component_GetComponent_TisAeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103_mD88E3A73D39CF612AB9E30CE2D5E83FCB1465116_RuntimeMethod_var); __this->set_m_Plane_15(L_0); // m_Rigidbody = GetComponent(); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_1; L_1 = Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980(__this, /*hidden argument*/Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980_RuntimeMethod_var); __this->set_m_Rigidbody_16(L_1); // m_EngineSoundSource = gameObject.AddComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2; L_2 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); NullCheck(L_2); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_3; L_3 = GameObject_AddComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_m960FD5C861EFDB693785C073698FEBE516CDE81E(L_2, /*hidden argument*/GameObject_AddComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_m960FD5C861EFDB693785C073698FEBE516CDE81E_RuntimeMethod_var); __this->set_m_EngineSoundSource_13(L_3); // m_EngineSoundSource.playOnAwake = false; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_4 = __this->get_m_EngineSoundSource_13(); NullCheck(L_4); AudioSource_set_playOnAwake_mBE8FAD0E1555C431C56E0DEB4BF7371E76E236F5(L_4, (bool)0, /*hidden argument*/NULL); // m_WindSoundSource = gameObject.AddComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5; L_5 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); NullCheck(L_5); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_6; L_6 = GameObject_AddComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_m960FD5C861EFDB693785C073698FEBE516CDE81E(L_5, /*hidden argument*/GameObject_AddComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_m960FD5C861EFDB693785C073698FEBE516CDE81E_RuntimeMethod_var); __this->set_m_WindSoundSource_14(L_6); // m_WindSoundSource.playOnAwake = false; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_7 = __this->get_m_WindSoundSource_14(); NullCheck(L_7); AudioSource_set_playOnAwake_mBE8FAD0E1555C431C56E0DEB4BF7371E76E236F5(L_7, (bool)0, /*hidden argument*/NULL); // m_EngineSoundSource.clip = m_EngineSound; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_8 = __this->get_m_EngineSoundSource_13(); AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * L_9 = __this->get_m_EngineSound_4(); NullCheck(L_8); AudioSource_set_clip_mD1F50F7BA6EA3AF25B4922473352C5180CFF7B2B(L_8, L_9, /*hidden argument*/NULL); // m_WindSoundSource.clip = m_WindSound; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_10 = __this->get_m_WindSoundSource_14(); AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * L_11 = __this->get_m_WindSound_8(); NullCheck(L_10); AudioSource_set_clip_mD1F50F7BA6EA3AF25B4922473352C5180CFF7B2B(L_10, L_11, /*hidden argument*/NULL); // m_EngineSoundSource.minDistance = m_AdvancedSetttings.engineMinDistance; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_12 = __this->get_m_EngineSoundSource_13(); AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD * L_13 = __this->get_m_AdvancedSetttings_12(); NullCheck(L_13); float L_14 = L_13->get_engineMinDistance_0(); NullCheck(L_12); AudioSource_set_minDistance_m9C1D3410330B09EACA69C64BF634018D71180F91(L_12, L_14, /*hidden argument*/NULL); // m_EngineSoundSource.maxDistance = m_AdvancedSetttings.engineMaxDistance; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_15 = __this->get_m_EngineSoundSource_13(); AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD * L_16 = __this->get_m_AdvancedSetttings_12(); NullCheck(L_16); float L_17 = L_16->get_engineMaxDistance_1(); NullCheck(L_15); AudioSource_set_maxDistance_m8AF5831BC0B2D070B2D4E1B54CB27082240A5EA8(L_15, L_17, /*hidden argument*/NULL); // m_EngineSoundSource.loop = true; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_18 = __this->get_m_EngineSoundSource_13(); NullCheck(L_18); AudioSource_set_loop_mDD9FB746D8A7392472E5484EEF8D0A667993E3E0(L_18, (bool)1, /*hidden argument*/NULL); // m_EngineSoundSource.dopplerLevel = m_AdvancedSetttings.engineDopplerLevel; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_19 = __this->get_m_EngineSoundSource_13(); AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD * L_20 = __this->get_m_AdvancedSetttings_12(); NullCheck(L_20); float L_21 = L_20->get_engineDopplerLevel_2(); NullCheck(L_19); AudioSource_set_dopplerLevel_m3E3187EA638992BE0A7AF9D660DAB1B0D088C2A0(L_19, L_21, /*hidden argument*/NULL); // m_WindSoundSource.minDistance = m_AdvancedSetttings.windMinDistance; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_22 = __this->get_m_WindSoundSource_14(); AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD * L_23 = __this->get_m_AdvancedSetttings_12(); NullCheck(L_23); float L_24 = L_23->get_windMinDistance_4(); NullCheck(L_22); AudioSource_set_minDistance_m9C1D3410330B09EACA69C64BF634018D71180F91(L_22, L_24, /*hidden argument*/NULL); // m_WindSoundSource.maxDistance = m_AdvancedSetttings.windMaxDistance; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_25 = __this->get_m_WindSoundSource_14(); AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD * L_26 = __this->get_m_AdvancedSetttings_12(); NullCheck(L_26); float L_27 = L_26->get_windMaxDistance_5(); NullCheck(L_25); AudioSource_set_maxDistance_m8AF5831BC0B2D070B2D4E1B54CB27082240A5EA8(L_25, L_27, /*hidden argument*/NULL); // m_WindSoundSource.loop = true; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_28 = __this->get_m_WindSoundSource_14(); NullCheck(L_28); AudioSource_set_loop_mDD9FB746D8A7392472E5484EEF8D0A667993E3E0(L_28, (bool)1, /*hidden argument*/NULL); // m_WindSoundSource.dopplerLevel = m_AdvancedSetttings.windDopplerLevel; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_29 = __this->get_m_WindSoundSource_14(); AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD * L_30 = __this->get_m_AdvancedSetttings_12(); NullCheck(L_30); float L_31 = L_30->get_windDopplerLevel_6(); NullCheck(L_29); AudioSource_set_dopplerLevel_m3E3187EA638992BE0A7AF9D660DAB1B0D088C2A0(L_29, L_31, /*hidden argument*/NULL); // Update(); AeroplaneAudio_Update_mE0F1409B7B370A2C794F3B025C5693FDE22F8B76(__this, /*hidden argument*/NULL); // m_EngineSoundSource.Play(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_32 = __this->get_m_EngineSoundSource_13(); NullCheck(L_32); AudioSource_Play_mED16664B8F8F3E4D68785C8C00FC96C4DF053AE1(L_32, /*hidden argument*/NULL); // m_WindSoundSource.Play(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_33 = __this->get_m_WindSoundSource_14(); NullCheck(L_33); AudioSource_Play_mED16664B8F8F3E4D68785C8C00FC96C4DF053AE1(L_33, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneAudio_Update_mE0F1409B7B370A2C794F3B025C5693FDE22F8B76 (AeroplaneAudio_tED6F725E788DB4ACA033B014BD6E3977F142C4A3 * __this, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); { // var enginePowerProportion = Mathf.InverseLerp(0, m_Plane.MaxEnginePower, m_Plane.EnginePower); AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_0 = __this->get_m_Plane_15(); NullCheck(L_0); float L_1; L_1 = AeroplaneController_get_MaxEnginePower_m7C993DEBFB6C0BDC12585CC7EEFEF54482841A04_inline(L_0, /*hidden argument*/NULL); AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_2 = __this->get_m_Plane_15(); NullCheck(L_2); float L_3; L_3 = AeroplaneController_get_EnginePower_m6820B0A8A0667DF3F875DD6B946CAFA90D49886F_inline(L_2, /*hidden argument*/NULL); float L_4; L_4 = Mathf_InverseLerp_mCD2E6F9ADCFFB40EB7D3086E444DF2C702F9C29B((0.0f), L_1, L_3, /*hidden argument*/NULL); V_0 = L_4; // m_EngineSoundSource.pitch = Mathf.Lerp(m_EngineMinThrottlePitch, m_EngineMaxThrottlePitch, enginePowerProportion); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_5 = __this->get_m_EngineSoundSource_13(); float L_6 = __this->get_m_EngineMinThrottlePitch_5(); float L_7 = __this->get_m_EngineMaxThrottlePitch_6(); float L_8 = V_0; float L_9; L_9 = Mathf_Lerp_m8A2A50B945F42D579EDF44D5EE79E85A4DA59616(L_6, L_7, L_8, /*hidden argument*/NULL); NullCheck(L_5); AudioSource_set_pitch_m9E9EEFADFAB44ADEC656573425CF34D0069A0CBC(L_5, L_9, /*hidden argument*/NULL); // m_EngineSoundSource.pitch += m_Plane.ForwardSpeed*m_EngineFwdSpeedMultiplier; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_10 = __this->get_m_EngineSoundSource_13(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_11 = L_10; NullCheck(L_11); float L_12; L_12 = AudioSource_get_pitch_mB0A139A0693803E201D08B797BFD122B94453C7D(L_11, /*hidden argument*/NULL); AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_13 = __this->get_m_Plane_15(); NullCheck(L_13); float L_14; L_14 = AeroplaneController_get_ForwardSpeed_m24FBA8E719F9947C59C04A99A82F023BB880AA56_inline(L_13, /*hidden argument*/NULL); float L_15 = __this->get_m_EngineFwdSpeedMultiplier_7(); NullCheck(L_11); AudioSource_set_pitch_m9E9EEFADFAB44ADEC656573425CF34D0069A0CBC(L_11, ((float)il2cpp_codegen_add((float)L_12, (float)((float)il2cpp_codegen_multiply((float)L_14, (float)L_15)))), /*hidden argument*/NULL); // m_EngineSoundSource.volume = Mathf.InverseLerp(0, m_Plane.MaxEnginePower*m_AdvancedSetttings.engineMasterVolume, // m_Plane.EnginePower); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_16 = __this->get_m_EngineSoundSource_13(); AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_17 = __this->get_m_Plane_15(); NullCheck(L_17); float L_18; L_18 = AeroplaneController_get_MaxEnginePower_m7C993DEBFB6C0BDC12585CC7EEFEF54482841A04_inline(L_17, /*hidden argument*/NULL); AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD * L_19 = __this->get_m_AdvancedSetttings_12(); NullCheck(L_19); float L_20 = L_19->get_engineMasterVolume_3(); AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_21 = __this->get_m_Plane_15(); NullCheck(L_21); float L_22; L_22 = AeroplaneController_get_EnginePower_m6820B0A8A0667DF3F875DD6B946CAFA90D49886F_inline(L_21, /*hidden argument*/NULL); float L_23; L_23 = Mathf_InverseLerp_mCD2E6F9ADCFFB40EB7D3086E444DF2C702F9C29B((0.0f), ((float)il2cpp_codegen_multiply((float)L_18, (float)L_20)), L_22, /*hidden argument*/NULL); NullCheck(L_16); AudioSource_set_volume_m37B6B2EACA7C2C18ABEE55EE5EA404085E94EE58(L_16, L_23, /*hidden argument*/NULL); // float planeSpeed = m_Rigidbody.velocity.magnitude; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_24 = __this->get_m_Rigidbody_16(); NullCheck(L_24); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25; L_25 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_24, /*hidden argument*/NULL); V_2 = L_25; float L_26; L_26 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_2), /*hidden argument*/NULL); V_1 = L_26; // m_WindSoundSource.pitch = m_WindBasePitch + planeSpeed*m_WindSpeedPitchFactor; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_27 = __this->get_m_WindSoundSource_14(); float L_28 = __this->get_m_WindBasePitch_9(); float L_29 = V_1; float L_30 = __this->get_m_WindSpeedPitchFactor_10(); NullCheck(L_27); AudioSource_set_pitch_m9E9EEFADFAB44ADEC656573425CF34D0069A0CBC(L_27, ((float)il2cpp_codegen_add((float)L_28, (float)((float)il2cpp_codegen_multiply((float)L_29, (float)L_30)))), /*hidden argument*/NULL); // m_WindSoundSource.volume = Mathf.InverseLerp(0, m_WindMaxSpeedVolume, planeSpeed)*m_AdvancedSetttings.windMasterVolume; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_31 = __this->get_m_WindSoundSource_14(); float L_32 = __this->get_m_WindMaxSpeedVolume_11(); float L_33 = V_1; float L_34; L_34 = Mathf_InverseLerp_mCD2E6F9ADCFFB40EB7D3086E444DF2C702F9C29B((0.0f), L_32, L_33, /*hidden argument*/NULL); AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD * L_35 = __this->get_m_AdvancedSetttings_12(); NullCheck(L_35); float L_36 = L_35->get_windMasterVolume_7(); NullCheck(L_31); AudioSource_set_volume_m37B6B2EACA7C2C18ABEE55EE5EA404085E94EE58(L_31, ((float)il2cpp_codegen_multiply((float)L_34, (float)L_36)), /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneAudio::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneAudio__ctor_mA7BF192E0267AE2CCC0E12B940961C322706158D (AeroplaneAudio_tED6F725E788DB4ACA033B014BD6E3977F142C4A3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // [SerializeField] private float m_EngineMinThrottlePitch = 0.4f; // Pitch of the engine sound when at minimum throttle. __this->set_m_EngineMinThrottlePitch_5((0.400000006f)); // [SerializeField] private float m_EngineMaxThrottlePitch = 2f; // Pitch of the engine sound when at maximum throttle. __this->set_m_EngineMaxThrottlePitch_6((2.0f)); // [SerializeField] private float m_EngineFwdSpeedMultiplier = 0.002f; // Additional multiplier for an increase in pitch of the engine from the plane's speed. __this->set_m_EngineFwdSpeedMultiplier_7((0.00200000009f)); // [SerializeField] private float m_WindBasePitch = 0.2f; // starting pitch for wind (when plane is at zero speed) __this->set_m_WindBasePitch_9((0.200000003f)); // [SerializeField] private float m_WindSpeedPitchFactor = 0.004f; // Relative increase in pitch of the wind from the plane's speed. __this->set_m_WindSpeedPitchFactor_10((0.00400000019f)); // [SerializeField] private float m_WindMaxSpeedVolume = 100; // the speed the aircraft much reach before the wind sound reaches maximum volume. __this->set_m_WindMaxSpeedVolume_11((100.0f)); // [SerializeField] private AdvancedSetttings m_AdvancedSetttings = new AdvancedSetttings();// container to make advanced settings appear as rollout in inspector AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD * L_0 = (AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD *)il2cpp_codegen_object_new(AdvancedSetttings_t3E09AC52AB316F1D2D3C368196EE34173402F1AD_il2cpp_TypeInfo_var); AdvancedSetttings__ctor_mFAB9E670E2A2A4F1C0A437146AA5295D52282D78(L_0, /*hidden argument*/NULL); __this->set_m_AdvancedSetttings_12(L_0); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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 UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneControlSurfaceAnimator_Start_mF59FE734FA30A77F3252848150CFEF108128207E (AeroplaneControlSurfaceAnimator_tAB121372160BB21BEDC0E95F34C7DEFBA4C73ABC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisAeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103_mD88E3A73D39CF612AB9E30CE2D5E83FCB1465116_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ControlSurfaceU5BU5D_t09C2F2631D1F263F2D5F2642B8117E7E1B3BA349* V_0 = NULL; int32_t V_1 = 0; { // m_Plane = GetComponent(); AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_0; L_0 = Component_GetComponent_TisAeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103_mD88E3A73D39CF612AB9E30CE2D5E83FCB1465116(__this, /*hidden argument*/Component_GetComponent_TisAeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103_mD88E3A73D39CF612AB9E30CE2D5E83FCB1465116_RuntimeMethod_var); __this->set_m_Plane_6(L_0); // foreach (var surface in m_ControlSurfaces) ControlSurfaceU5BU5D_t09C2F2631D1F263F2D5F2642B8117E7E1B3BA349* L_1 = __this->get_m_ControlSurfaces_5(); V_0 = L_1; V_1 = 0; goto IL_002e; } IL_0017: { // foreach (var surface in m_ControlSurfaces) ControlSurfaceU5BU5D_t09C2F2631D1F263F2D5F2642B8117E7E1B3BA349* L_2 = V_0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 * L_5 = (L_2)->GetAt(static_cast(L_4)); // surface.originalLocalRotation = surface.transform.localRotation; ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 * L_6 = L_5; NullCheck(L_6); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7 = L_6->get_transform_0(); NullCheck(L_7); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_8; L_8 = Transform_get_localRotation_mA6472AE7509D762965275D79B645A14A9CCF5BE5(L_7, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_originalLocalRotation_3(L_8); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002e: { // foreach (var surface in m_ControlSurfaces) int32_t L_10 = V_1; ControlSurfaceU5BU5D_t09C2F2631D1F263F2D5F2642B8117E7E1B3BA349* L_11 = V_0; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_0017; } } { // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneControlSurfaceAnimator_Update_m226B44E84AB643FD36508C6DD9B9C6C9CB0B0B10 (AeroplaneControlSurfaceAnimator_tAB121372160BB21BEDC0E95F34C7DEFBA4C73ABC * __this, const RuntimeMethod* method) { ControlSurfaceU5BU5D_t09C2F2631D1F263F2D5F2642B8117E7E1B3BA349* V_0 = NULL; int32_t V_1 = 0; ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 * V_2 = NULL; int32_t V_3 = 0; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_4; memset((&V_4), 0, sizeof(V_4)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_5; memset((&V_5), 0, sizeof(V_5)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_6; memset((&V_6), 0, sizeof(V_6)); float V_7 = 0.0f; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_8; memset((&V_8), 0, sizeof(V_8)); float V_9 = 0.0f; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_10; memset((&V_10), 0, sizeof(V_10)); { // foreach (var surface in m_ControlSurfaces) ControlSurfaceU5BU5D_t09C2F2631D1F263F2D5F2642B8117E7E1B3BA349* L_0 = __this->get_m_ControlSurfaces_5(); V_0 = L_0; V_1 = 0; goto IL_0147; } IL_000e: { // foreach (var surface in m_ControlSurfaces) ControlSurfaceU5BU5D_t09C2F2631D1F263F2D5F2642B8117E7E1B3BA349* L_1 = V_0; int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 * L_4 = (L_1)->GetAt(static_cast(L_3)); V_2 = L_4; // switch (surface.type) ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 * L_5 = V_2; NullCheck(L_5); int32_t L_6 = L_5->get_type_2(); V_3 = L_6; int32_t L_7 = V_3; switch (L_7) { case 0: { goto IL_0038; } case 1: { goto IL_0069; } case 2: { goto IL_009b; } case 3: { goto IL_0107; } case 4: { goto IL_00c9; } } } { goto IL_0143; } IL_0038: { // Quaternion rotation = Quaternion.Euler(surface.amount*m_Plane.RollInput, 0f, 0f); ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 * L_8 = V_2; NullCheck(L_8); float L_9 = L_8->get_amount_1(); AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_10 = __this->get_m_Plane_6(); NullCheck(L_10); float L_11; L_11 = AeroplaneController_get_RollInput_m0C5664B7B308AA31B69423E3D36DAB1A3281BAD7_inline(L_10, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_12; L_12 = Quaternion_Euler_m37BF99FFFA09F4B3F83DC066641B82C59B19A9C3(((float)il2cpp_codegen_multiply((float)L_9, (float)L_11)), (0.0f), (0.0f), /*hidden argument*/NULL); V_4 = L_12; // RotateSurface(surface, rotation); ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 * L_13 = V_2; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_14 = V_4; AeroplaneControlSurfaceAnimator_RotateSurface_m1C533431497586B6C6B9604556B350E8117C1D8D(__this, L_13, L_14, /*hidden argument*/NULL); // break; goto IL_0143; } IL_0069: { // Quaternion rotation = Quaternion.Euler(surface.amount*-m_Plane.PitchInput, 0f, 0f); ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 * L_15 = V_2; NullCheck(L_15); float L_16 = L_15->get_amount_1(); AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_17 = __this->get_m_Plane_6(); NullCheck(L_17); float L_18; L_18 = AeroplaneController_get_PitchInput_mC727744982F5F76244E92A6D6E47FCCC08426112_inline(L_17, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_19; L_19 = Quaternion_Euler_m37BF99FFFA09F4B3F83DC066641B82C59B19A9C3(((float)il2cpp_codegen_multiply((float)L_16, (float)((-L_18)))), (0.0f), (0.0f), /*hidden argument*/NULL); V_5 = L_19; // RotateSurface(surface, rotation); ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 * L_20 = V_2; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_21 = V_5; AeroplaneControlSurfaceAnimator_RotateSurface_m1C533431497586B6C6B9604556B350E8117C1D8D(__this, L_20, L_21, /*hidden argument*/NULL); // break; goto IL_0143; } IL_009b: { // Quaternion rotation = Quaternion.Euler(0f, surface.amount*m_Plane.YawInput, 0f); ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 * L_22 = V_2; NullCheck(L_22); float L_23 = L_22->get_amount_1(); AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_24 = __this->get_m_Plane_6(); NullCheck(L_24); float L_25; L_25 = AeroplaneController_get_YawInput_m592983EDFA03B03DDBBA4EE77907AA42E32054FE_inline(L_24, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_26; L_26 = Quaternion_Euler_m37BF99FFFA09F4B3F83DC066641B82C59B19A9C3((0.0f), ((float)il2cpp_codegen_multiply((float)L_23, (float)L_25)), (0.0f), /*hidden argument*/NULL); V_6 = L_26; // RotateSurface(surface, rotation); ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 * L_27 = V_2; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_28 = V_6; AeroplaneControlSurfaceAnimator_RotateSurface_m1C533431497586B6C6B9604556B350E8117C1D8D(__this, L_27, L_28, /*hidden argument*/NULL); // break; goto IL_0143; } IL_00c9: { // float r = m_Plane.YawInput + m_Plane.PitchInput; AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_29 = __this->get_m_Plane_6(); NullCheck(L_29); float L_30; L_30 = AeroplaneController_get_YawInput_m592983EDFA03B03DDBBA4EE77907AA42E32054FE_inline(L_29, /*hidden argument*/NULL); AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_31 = __this->get_m_Plane_6(); NullCheck(L_31); float L_32; L_32 = AeroplaneController_get_PitchInput_mC727744982F5F76244E92A6D6E47FCCC08426112_inline(L_31, /*hidden argument*/NULL); V_7 = ((float)il2cpp_codegen_add((float)L_30, (float)L_32)); // Quaternion rotation = Quaternion.Euler(0f, 0f, surface.amount*r); ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 * L_33 = V_2; NullCheck(L_33); float L_34 = L_33->get_amount_1(); float L_35 = V_7; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_36; L_36 = Quaternion_Euler_m37BF99FFFA09F4B3F83DC066641B82C59B19A9C3((0.0f), (0.0f), ((float)il2cpp_codegen_multiply((float)L_34, (float)L_35)), /*hidden argument*/NULL); V_8 = L_36; // RotateSurface(surface, rotation); ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 * L_37 = V_2; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_38 = V_8; AeroplaneControlSurfaceAnimator_RotateSurface_m1C533431497586B6C6B9604556B350E8117C1D8D(__this, L_37, L_38, /*hidden argument*/NULL); // break; goto IL_0143; } IL_0107: { // float r = m_Plane.YawInput - m_Plane.PitchInput; AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_39 = __this->get_m_Plane_6(); NullCheck(L_39); float L_40; L_40 = AeroplaneController_get_YawInput_m592983EDFA03B03DDBBA4EE77907AA42E32054FE_inline(L_39, /*hidden argument*/NULL); AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_41 = __this->get_m_Plane_6(); NullCheck(L_41); float L_42; L_42 = AeroplaneController_get_PitchInput_mC727744982F5F76244E92A6D6E47FCCC08426112_inline(L_41, /*hidden argument*/NULL); V_9 = ((float)il2cpp_codegen_subtract((float)L_40, (float)L_42)); // Quaternion rotation = Quaternion.Euler(0f, 0f, surface.amount*r); ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 * L_43 = V_2; NullCheck(L_43); float L_44 = L_43->get_amount_1(); float L_45 = V_9; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_46; L_46 = Quaternion_Euler_m37BF99FFFA09F4B3F83DC066641B82C59B19A9C3((0.0f), (0.0f), ((float)il2cpp_codegen_multiply((float)L_44, (float)L_45)), /*hidden argument*/NULL); V_10 = L_46; // RotateSurface(surface, rotation); ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 * L_47 = V_2; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_48 = V_10; AeroplaneControlSurfaceAnimator_RotateSurface_m1C533431497586B6C6B9604556B350E8117C1D8D(__this, L_47, L_48, /*hidden argument*/NULL); } IL_0143: { int32_t L_49 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_0147: { // foreach (var surface in m_ControlSurfaces) int32_t L_50 = V_1; ControlSurfaceU5BU5D_t09C2F2631D1F263F2D5F2642B8117E7E1B3BA349* L_51 = V_0; NullCheck(L_51); if ((((int32_t)L_50) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_51)->max_length)))))) { goto IL_000e; } } { // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator::RotateSurface(UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator/ControlSurface,UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneControlSurfaceAnimator_RotateSurface_m1C533431497586B6C6B9604556B350E8117C1D8D (AeroplaneControlSurfaceAnimator_tAB121372160BB21BEDC0E95F34C7DEFBA4C73ABC * __this, ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 * ___surface0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation1, const RuntimeMethod* method) { Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_0; memset((&V_0), 0, sizeof(V_0)); { // Quaternion target = surface.originalLocalRotation*rotation; ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 * L_0 = ___surface0; NullCheck(L_0); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_1 = L_0->get_originalLocalRotation_3(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_2 = ___rotation1; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_3; L_3 = Quaternion_op_Multiply_m5C7A60AC0CDCA2C5E2F23E45FBD1B15CA152D7B0(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; // surface.transform.localRotation = Quaternion.Slerp(surface.transform.localRotation, target, // m_Smoothing*Time.deltaTime); ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 * L_4 = ___surface0; NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5 = L_4->get_transform_0(); ControlSurface_t36BBC5A1626F71E0E80F360B8F7C3D8971848403 * L_6 = ___surface0; NullCheck(L_6); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7 = L_6->get_transform_0(); NullCheck(L_7); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_8; L_8 = Transform_get_localRotation_mA6472AE7509D762965275D79B645A14A9CCF5BE5(L_7, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_9 = V_0; float L_10 = __this->get_m_Smoothing_4(); float L_11; L_11 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_12; L_12 = Quaternion_Slerp_m6D2BD18286254E28D2288B51962EC71F85C7B5C8(L_8, L_9, ((float)il2cpp_codegen_multiply((float)L_10, (float)L_11)), /*hidden argument*/NULL); NullCheck(L_5); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_5, L_12, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneControlSurfaceAnimator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneControlSurfaceAnimator__ctor_m31502B7EB27FE87B5ED3CF500BCDDECF6EB52131 (AeroplaneControlSurfaceAnimator_tAB121372160BB21BEDC0E95F34C7DEFBA4C73ABC * __this, const RuntimeMethod* method) { { // [SerializeField] private float m_Smoothing = 5f; // The smoothing applied to the movement of control surfaces. __this->set_m_Smoothing_4((5.0f)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::get_Altitude() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AeroplaneController_get_Altitude_m4E875DCD8BCB99EE7F07DA2E8762AFD46BE541FE (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // public float Altitude { get; private set; } // The aeroplane's height above the ground. float L_0 = __this->get_U3CAltitudeU3Ek__BackingField_18(); return L_0; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::set_Altitude(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_set_Altitude_mAE9A6518154CFD78E7CFF142CE90D962CD3227CB (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method) { { // public float Altitude { get; private set; } // The aeroplane's height above the ground. float L_0 = ___value0; __this->set_U3CAltitudeU3Ek__BackingField_18(L_0); return; } } // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::get_Throttle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AeroplaneController_get_Throttle_m4AD61D14FF2EB832F32EF2201EEEB88D8C00112F (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // public float Throttle { get; private set; } // The amount of throttle being used. float L_0 = __this->get_U3CThrottleU3Ek__BackingField_19(); return L_0; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::set_Throttle(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_set_Throttle_m92D547C38B62C8BC0627EA481B518D9814471C51 (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method) { { // public float Throttle { get; private set; } // The amount of throttle being used. float L_0 = ___value0; __this->set_U3CThrottleU3Ek__BackingField_19(L_0); return; } } // System.Boolean UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::get_AirBrakes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AeroplaneController_get_AirBrakes_mA6A92442654786A3A81FC10F115E19388289B321 (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // public bool AirBrakes { get; private set; } // Whether or not the air brakes are being applied. bool L_0 = __this->get_U3CAirBrakesU3Ek__BackingField_20(); return L_0; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::set_AirBrakes(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_set_AirBrakes_m219D70D6F0149377B82BFD9C5EBC04F704F69E5B (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool AirBrakes { get; private set; } // Whether or not the air brakes are being applied. bool L_0 = ___value0; __this->set_U3CAirBrakesU3Ek__BackingField_20(L_0); return; } } // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::get_ForwardSpeed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AeroplaneController_get_ForwardSpeed_m24FBA8E719F9947C59C04A99A82F023BB880AA56 (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // public float ForwardSpeed { get; private set; } // How fast the aeroplane is traveling in it's forward direction. float L_0 = __this->get_U3CForwardSpeedU3Ek__BackingField_21(); return L_0; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::set_ForwardSpeed(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_set_ForwardSpeed_mA83C4E387E8F7BE0EB0513469189C1EAA7B15488 (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method) { { // public float ForwardSpeed { get; private set; } // How fast the aeroplane is traveling in it's forward direction. float L_0 = ___value0; __this->set_U3CForwardSpeedU3Ek__BackingField_21(L_0); return; } } // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::get_EnginePower() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AeroplaneController_get_EnginePower_m6820B0A8A0667DF3F875DD6B946CAFA90D49886F (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // public float EnginePower { get; private set; } // How much power the engine is being given. float L_0 = __this->get_U3CEnginePowerU3Ek__BackingField_22(); return L_0; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::set_EnginePower(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_set_EnginePower_mC367A1178518B9BD614703C790ED9C3E905C6C8B (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method) { { // public float EnginePower { get; private set; } // How much power the engine is being given. float L_0 = ___value0; __this->set_U3CEnginePowerU3Ek__BackingField_22(L_0); return; } } // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::get_MaxEnginePower() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AeroplaneController_get_MaxEnginePower_m7C993DEBFB6C0BDC12585CC7EEFEF54482841A04 (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // public float MaxEnginePower{ get { return m_MaxEnginePower; }} // The maximum output of the engine. float L_0 = __this->get_m_MaxEnginePower_4(); return L_0; } } // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::get_RollAngle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AeroplaneController_get_RollAngle_m0EE0E1FF7C938837030E55880D5C1C00672952FC (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // public float RollAngle { get; private set; } float L_0 = __this->get_U3CRollAngleU3Ek__BackingField_23(); return L_0; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::set_RollAngle(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_set_RollAngle_m194392FEB7B4232ECC7668DC939835A964FA66F9 (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method) { { // public float RollAngle { get; private set; } float L_0 = ___value0; __this->set_U3CRollAngleU3Ek__BackingField_23(L_0); return; } } // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::get_PitchAngle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AeroplaneController_get_PitchAngle_m256401C8A133DF9FECD7F0ED7039C402C54CF7DA (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // public float PitchAngle { get; private set; } float L_0 = __this->get_U3CPitchAngleU3Ek__BackingField_24(); return L_0; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::set_PitchAngle(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_set_PitchAngle_m6B3800033AF9875C9C281698484D2E231FCBB22F (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method) { { // public float PitchAngle { get; private set; } float L_0 = ___value0; __this->set_U3CPitchAngleU3Ek__BackingField_24(L_0); return; } } // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::get_RollInput() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AeroplaneController_get_RollInput_m0C5664B7B308AA31B69423E3D36DAB1A3281BAD7 (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // public float RollInput { get; private set; } float L_0 = __this->get_U3CRollInputU3Ek__BackingField_25(); return L_0; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::set_RollInput(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_set_RollInput_m4BB6E33F4D4A5E9625B7DCE2630A83A3A41B654F (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method) { { // public float RollInput { get; private set; } float L_0 = ___value0; __this->set_U3CRollInputU3Ek__BackingField_25(L_0); return; } } // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::get_PitchInput() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AeroplaneController_get_PitchInput_mC727744982F5F76244E92A6D6E47FCCC08426112 (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // public float PitchInput { get; private set; } float L_0 = __this->get_U3CPitchInputU3Ek__BackingField_26(); return L_0; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::set_PitchInput(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_set_PitchInput_mF42D986AC4A0106FB23CC615FBB0FC23373E3338 (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method) { { // public float PitchInput { get; private set; } float L_0 = ___value0; __this->set_U3CPitchInputU3Ek__BackingField_26(L_0); return; } } // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::get_YawInput() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AeroplaneController_get_YawInput_m592983EDFA03B03DDBBA4EE77907AA42E32054FE (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // public float YawInput { get; private set; } float L_0 = __this->get_U3CYawInputU3Ek__BackingField_27(); return L_0; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::set_YawInput(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_set_YawInput_m69C88A4428AFB957949221A11B65A31FEC45651E (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method) { { // public float YawInput { get; private set; } float L_0 = ___value0; __this->set_U3CYawInputU3Ek__BackingField_27(L_0); return; } } // System.Single UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::get_ThrottleInput() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AeroplaneController_get_ThrottleInput_m59851ED24E7C475C0C70D4864F6FF459316F0D07 (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // public float ThrottleInput { get; private set; } float L_0 = __this->get_U3CThrottleInputU3Ek__BackingField_28(); return L_0; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::set_ThrottleInput(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_set_ThrottleInput_m2743123CE0B04B4916503B63E69910CE7744095F (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method) { { // public float ThrottleInput { get; private set; } float L_0 = ___value0; __this->set_U3CThrottleInputU3Ek__BackingField_28(L_0); return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_Start_m7FBCD8FBF0BCC1462B1A8BC4E2B5FF8D6AE5EE4B (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentsInChildren_TisWheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779_m9DDC7258869B0D6263AA367336D70F4966CE1614_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* V_1 = NULL; int32_t V_2 = 0; { // m_Rigidbody = GetComponent(); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0; L_0 = Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980(__this, /*hidden argument*/Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mB4A92A619135F9258670FB93AE08F229A41D0980_RuntimeMethod_var); __this->set_m_Rigidbody_34(L_0); // m_OriginalDrag = m_Rigidbody.drag; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_1 = __this->get_m_Rigidbody_34(); NullCheck(L_1); float L_2; L_2 = Rigidbody_get_drag_m0C617963D9BBBC4018D3A8B2DB5D6190615F4A64(L_1, /*hidden argument*/NULL); __this->set_m_OriginalDrag_29(L_2); // m_OriginalAngularDrag = m_Rigidbody.angularDrag; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_3 = __this->get_m_Rigidbody_34(); NullCheck(L_3); float L_4; L_4 = Rigidbody_get_angularDrag_m0E53FD8F8A09DFA941C52C868288DBBC030C5082(L_3, /*hidden argument*/NULL); __this->set_m_OriginalAngularDrag_30(L_4); // for (int i = 0; i < transform.childCount; i++ ) V_0 = 0; goto IL_0063; } IL_0032: { // foreach (var componentsInChild in transform.GetChild(i).GetComponentsInChildren()) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); int32_t L_6 = V_0; NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = Transform_GetChild_mA7D94BEFF0144F76561D9B8FED61C5C939EC1F1C(L_5, L_6, /*hidden argument*/NULL); NullCheck(L_7); WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* L_8; L_8 = Component_GetComponentsInChildren_TisWheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779_m9DDC7258869B0D6263AA367336D70F4966CE1614(L_7, /*hidden argument*/Component_GetComponentsInChildren_TisWheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779_m9DDC7258869B0D6263AA367336D70F4966CE1614_RuntimeMethod_var); V_1 = L_8; V_2 = 0; goto IL_0059; } IL_0048: { // foreach (var componentsInChild in transform.GetChild(i).GetComponentsInChildren()) WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* L_9 = V_1; int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = L_10; WheelCollider_t57B08104FE16DFC3BF72826F7A3CCB8477C01779 * L_12 = (L_9)->GetAt(static_cast(L_11)); // componentsInChild.motorTorque = 0.18f; NullCheck(L_12); WheelCollider_set_motorTorque_mFE7962DF8003D10BA646545E56F0A6B3ED8803DA(L_12, (0.180000007f), /*hidden argument*/NULL); int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0059: { // foreach (var componentsInChild in transform.GetChild(i).GetComponentsInChildren()) int32_t L_14 = V_2; WheelColliderU5BU5D_tD116627586657E2002728C2CACF8C5986C4A9CC6* L_15 = V_1; NullCheck(L_15); if ((((int32_t)L_14) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))) { goto IL_0048; } } { // for (int i = 0; i < transform.childCount; i++ ) int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0063: { // for (int i = 0; i < transform.childCount; i++ ) int32_t L_17 = V_0; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_18; L_18 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_18); int32_t L_19; L_19 = Transform_get_childCount_mCBED4F6D3F6A7386C4D97C2C3FD25C383A0BCD05(L_18, /*hidden argument*/NULL); if ((((int32_t)L_17) < ((int32_t)L_19))) { goto IL_0032; } } { // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::Move(System.Single,System.Single,System.Single,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_Move_m50739E5FDF5DC4DC9CFA0F433DBA454D00895F1D (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___rollInput0, float ___pitchInput1, float ___yawInput2, float ___throttleInput3, bool ___airBrakes4, const RuntimeMethod* method) { { // RollInput = rollInput; float L_0 = ___rollInput0; AeroplaneController_set_RollInput_m4BB6E33F4D4A5E9625B7DCE2630A83A3A41B654F_inline(__this, L_0, /*hidden argument*/NULL); // PitchInput = pitchInput; float L_1 = ___pitchInput1; AeroplaneController_set_PitchInput_mF42D986AC4A0106FB23CC615FBB0FC23373E3338_inline(__this, L_1, /*hidden argument*/NULL); // YawInput = yawInput; float L_2 = ___yawInput2; AeroplaneController_set_YawInput_m69C88A4428AFB957949221A11B65A31FEC45651E_inline(__this, L_2, /*hidden argument*/NULL); // ThrottleInput = throttleInput; float L_3 = ___throttleInput3; AeroplaneController_set_ThrottleInput_m2743123CE0B04B4916503B63E69910CE7744095F_inline(__this, L_3, /*hidden argument*/NULL); // AirBrakes = airBrakes; bool L_4 = ___airBrakes4; AeroplaneController_set_AirBrakes_m219D70D6F0149377B82BFD9C5EBC04F704F69E5B_inline(__this, L_4, /*hidden argument*/NULL); // ClampInputs(); AeroplaneController_ClampInputs_m11BFF054FCFFD465F2092EEEC1569089D32ED574(__this, /*hidden argument*/NULL); // CalculateRollAndPitchAngles(); AeroplaneController_CalculateRollAndPitchAngles_m256DFBCD062BE41329387558298C11E5120E1CEA(__this, /*hidden argument*/NULL); // AutoLevel(); AeroplaneController_AutoLevel_m769E68621FF95E4F36EF22B21C1D5534B0B64647(__this, /*hidden argument*/NULL); // CalculateForwardSpeed(); AeroplaneController_CalculateForwardSpeed_mEDE489FF22663E14B1D0EBD4A8C711AA82430ABC(__this, /*hidden argument*/NULL); // ControlThrottle(); AeroplaneController_ControlThrottle_m23FD0CBDDCE899A8C33DD36D20E530F29ABF5692(__this, /*hidden argument*/NULL); // CalculateDrag(); AeroplaneController_CalculateDrag_m5F4B70479BD915D297D6F251AD8B0B08B9516914(__this, /*hidden argument*/NULL); // CaluclateAerodynamicEffect(); AeroplaneController_CaluclateAerodynamicEffect_m06EB3AD0D5A5A7B3D5C160DA498B0813561E4BB8(__this, /*hidden argument*/NULL); // CalculateLinearForces(); AeroplaneController_CalculateLinearForces_m16697D299B525FE4771CA9EA1D8E768D5BF2EB7D(__this, /*hidden argument*/NULL); // CalculateTorque(); AeroplaneController_CalculateTorque_m83F88301C503C2A4EFE346086E8580C4231D1490(__this, /*hidden argument*/NULL); // CalculateAltitude(); AeroplaneController_CalculateAltitude_m4E655414BAA1B4E1B556DF0D0ED88C85A945E90D(__this, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::ClampInputs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_ClampInputs_m11BFF054FCFFD465F2092EEEC1569089D32ED574 (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // RollInput = Mathf.Clamp(RollInput, -1, 1); float L_0; L_0 = AeroplaneController_get_RollInput_m0C5664B7B308AA31B69423E3D36DAB1A3281BAD7_inline(__this, /*hidden argument*/NULL); float L_1; L_1 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(L_0, (-1.0f), (1.0f), /*hidden argument*/NULL); AeroplaneController_set_RollInput_m4BB6E33F4D4A5E9625B7DCE2630A83A3A41B654F_inline(__this, L_1, /*hidden argument*/NULL); // PitchInput = Mathf.Clamp(PitchInput, -1, 1); float L_2; L_2 = AeroplaneController_get_PitchInput_mC727744982F5F76244E92A6D6E47FCCC08426112_inline(__this, /*hidden argument*/NULL); float L_3; L_3 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(L_2, (-1.0f), (1.0f), /*hidden argument*/NULL); AeroplaneController_set_PitchInput_mF42D986AC4A0106FB23CC615FBB0FC23373E3338_inline(__this, L_3, /*hidden argument*/NULL); // YawInput = Mathf.Clamp(YawInput, -1, 1); float L_4; L_4 = AeroplaneController_get_YawInput_m592983EDFA03B03DDBBA4EE77907AA42E32054FE_inline(__this, /*hidden argument*/NULL); float L_5; L_5 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(L_4, (-1.0f), (1.0f), /*hidden argument*/NULL); AeroplaneController_set_YawInput_m69C88A4428AFB957949221A11B65A31FEC45651E_inline(__this, L_5, /*hidden argument*/NULL); // ThrottleInput = Mathf.Clamp(ThrottleInput, -1, 1); float L_6; L_6 = AeroplaneController_get_ThrottleInput_m59851ED24E7C475C0C70D4864F6FF459316F0D07_inline(__this, /*hidden argument*/NULL); float L_7; L_7 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(L_6, (-1.0f), (1.0f), /*hidden argument*/NULL); AeroplaneController_set_ThrottleInput_m2743123CE0B04B4916503B63E69910CE7744095F_inline(__this, L_7, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::CalculateRollAndPitchAngles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_CalculateRollAndPitchAngles_m256DFBCD062BE41329387558298C11E5120E1CEA (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_3; memset((&V_3), 0, sizeof(V_3)); { // var flatForward = transform.forward; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_0, /*hidden argument*/NULL); V_0 = L_1; // flatForward.y = 0; (&V_0)->set_y_3((0.0f)); // if (flatForward.sqrMagnitude > 0) float L_2; L_2 = Vector3_get_sqrMagnitude_mC567EE6DF411501A8FE1F23A0038862630B88249((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); if ((!(((float)L_2) > ((float)(0.0f))))) { goto IL_0081; } } { // flatForward.Normalize(); Vector3_Normalize_m2258C159121FC81954C301DEE631BC24FCEDE780((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); // var localFlatForward = transform.InverseTransformDirection(flatForward); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = V_0; NullCheck(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Transform_InverseTransformDirection_m9EB6F7A2598FD8D6B52F0A6EBA96A3BAAF68D696(L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; // PitchAngle = Mathf.Atan2(localFlatForward.y, localFlatForward.z); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = V_1; float L_7 = L_6.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = V_1; float L_9 = L_8.get_z_4(); float L_10; L_10 = atan2f(L_7, L_9); AeroplaneController_set_PitchAngle_m6B3800033AF9875C9C281698484D2E231FCBB22F_inline(__this, L_10, /*hidden argument*/NULL); // var flatRight = Vector3.Cross(Vector3.up, flatForward); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; L_11 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Vector3_Cross_m63414F0C545EBB616F339FF8830D37F9230736A4(L_11, L_12, /*hidden argument*/NULL); V_2 = L_13; // var localFlatRight = transform.InverseTransformDirection(flatRight); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_14; L_14 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15 = V_2; NullCheck(L_14); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = Transform_InverseTransformDirection_m9EB6F7A2598FD8D6B52F0A6EBA96A3BAAF68D696(L_14, L_15, /*hidden argument*/NULL); V_3 = L_16; // RollAngle = Mathf.Atan2(localFlatRight.y, localFlatRight.x); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17 = V_3; float L_18 = L_17.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19 = V_3; float L_20 = L_19.get_x_2(); float L_21; L_21 = atan2f(L_18, L_20); AeroplaneController_set_RollAngle_m194392FEB7B4232ECC7668DC939835A964FA66F9_inline(__this, L_21, /*hidden argument*/NULL); } IL_0081: { // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::AutoLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_AutoLevel_m769E68621FF95E4F36EF22B21C1D5534B0B64647 (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // m_BankedTurnAmount = Mathf.Sin(RollAngle); float L_0; L_0 = AeroplaneController_get_RollAngle_m0EE0E1FF7C938837030E55880D5C1C00672952FC_inline(__this, /*hidden argument*/NULL); float L_1; L_1 = sinf(L_0); __this->set_m_BankedTurnAmount_33(L_1); // if (RollInput == 0f) float L_2; L_2 = AeroplaneController_get_RollInput_m0C5664B7B308AA31B69423E3D36DAB1A3281BAD7_inline(__this, /*hidden argument*/NULL); if ((!(((float)L_2) == ((float)(0.0f))))) { goto IL_0032; } } { // RollInput = -RollAngle*m_AutoRollLevel; float L_3; L_3 = AeroplaneController_get_RollAngle_m0EE0E1FF7C938837030E55880D5C1C00672952FC_inline(__this, /*hidden argument*/NULL); float L_4 = __this->get_m_AutoRollLevel_13(); AeroplaneController_set_RollInput_m4BB6E33F4D4A5E9625B7DCE2630A83A3A41B654F_inline(__this, ((float)il2cpp_codegen_multiply((float)((-L_3)), (float)L_4)), /*hidden argument*/NULL); } IL_0032: { // if (PitchInput == 0f) float L_5; L_5 = AeroplaneController_get_PitchInput_mC727744982F5F76244E92A6D6E47FCCC08426112_inline(__this, /*hidden argument*/NULL); if ((!(((float)L_5) == ((float)(0.0f))))) { goto IL_0079; } } { // PitchInput = -PitchAngle*m_AutoPitchLevel; float L_6; L_6 = AeroplaneController_get_PitchAngle_m256401C8A133DF9FECD7F0ED7039C402C54CF7DA_inline(__this, /*hidden argument*/NULL); float L_7 = __this->get_m_AutoPitchLevel_14(); AeroplaneController_set_PitchInput_mF42D986AC4A0106FB23CC615FBB0FC23373E3338_inline(__this, ((float)il2cpp_codegen_multiply((float)((-L_6)), (float)L_7)), /*hidden argument*/NULL); // PitchInput -= Mathf.Abs(m_BankedTurnAmount*m_BankedTurnAmount*m_AutoTurnPitch); float L_8; L_8 = AeroplaneController_get_PitchInput_mC727744982F5F76244E92A6D6E47FCCC08426112_inline(__this, /*hidden argument*/NULL); float L_9 = __this->get_m_BankedTurnAmount_33(); float L_10 = __this->get_m_BankedTurnAmount_33(); float L_11 = __this->get_m_AutoTurnPitch_12(); float L_12; L_12 = fabsf(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_9, (float)L_10)), (float)L_11))); AeroplaneController_set_PitchInput_mF42D986AC4A0106FB23CC615FBB0FC23373E3338_inline(__this, ((float)il2cpp_codegen_subtract((float)L_8, (float)L_12)), /*hidden argument*/NULL); } IL_0079: { // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::CalculateForwardSpeed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_CalculateForwardSpeed_mEDE489FF22663E14B1D0EBD4A8C711AA82430ABC (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // var localVelocity = transform.InverseTransformDirection(m_Rigidbody.velocity); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_1 = __this->get_m_Rigidbody_34(); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_1, /*hidden argument*/NULL); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Transform_InverseTransformDirection_m9EB6F7A2598FD8D6B52F0A6EBA96A3BAAF68D696(L_0, L_2, /*hidden argument*/NULL); V_0 = L_3; // ForwardSpeed = Mathf.Max(0, localVelocity.z); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = V_0; float L_5 = L_4.get_z_4(); float L_6; L_6 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775((0.0f), L_5, /*hidden argument*/NULL); AeroplaneController_set_ForwardSpeed_mA83C4E387E8F7BE0EB0513469189C1EAA7B15488_inline(__this, L_6, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::ControlThrottle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_ControlThrottle_m23FD0CBDDCE899A8C33DD36D20E530F29ABF5692 (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // if (m_Immobilized) bool L_0 = __this->get_m_Immobilized_32(); if (!L_0) { goto IL_0013; } } { // ThrottleInput = -0.5f; AeroplaneController_set_ThrottleInput_m2743123CE0B04B4916503B63E69910CE7744095F_inline(__this, (-0.5f), /*hidden argument*/NULL); } IL_0013: { // Throttle = Mathf.Clamp01(Throttle + ThrottleInput*Time.deltaTime*m_ThrottleChangeSpeed); float L_1; L_1 = AeroplaneController_get_Throttle_m4AD61D14FF2EB832F32EF2201EEEB88D8C00112F_inline(__this, /*hidden argument*/NULL); float L_2; L_2 = AeroplaneController_get_ThrottleInput_m59851ED24E7C475C0C70D4864F6FF459316F0D07_inline(__this, /*hidden argument*/NULL); float L_3; L_3 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); float L_4 = __this->get_m_ThrottleChangeSpeed_16(); float L_5; L_5 = Mathf_Clamp01_m2296D75F0F1292D5C8181C57007A1CA45F440C4C(((float)il2cpp_codegen_add((float)L_1, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_2, (float)L_3)), (float)L_4)))), /*hidden argument*/NULL); AeroplaneController_set_Throttle_m92D547C38B62C8BC0627EA481B518D9814471C51_inline(__this, L_5, /*hidden argument*/NULL); // EnginePower = Throttle*m_MaxEnginePower; float L_6; L_6 = AeroplaneController_get_Throttle_m4AD61D14FF2EB832F32EF2201EEEB88D8C00112F_inline(__this, /*hidden argument*/NULL); float L_7 = __this->get_m_MaxEnginePower_4(); AeroplaneController_set_EnginePower_mC367A1178518B9BD614703C790ED9C3E905C6C8B_inline(__this, ((float)il2cpp_codegen_multiply((float)L_6, (float)L_7)), /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::CalculateDrag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_CalculateDrag_m5F4B70479BD915D297D6F251AD8B0B08B9516914 (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { float V_0 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * G_B2_0 = NULL; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * G_B1_0 = NULL; float G_B3_0 = 0.0f; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * G_B3_1 = NULL; { // float extraDrag = m_Rigidbody.velocity.magnitude*m_DragIncreaseFactor; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0 = __this->get_m_Rigidbody_34(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_0, /*hidden argument*/NULL); V_1 = L_1; float L_2; L_2 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_1), /*hidden argument*/NULL); float L_3 = __this->get_m_DragIncreaseFactor_17(); V_0 = ((float)il2cpp_codegen_multiply((float)L_2, (float)L_3)); // m_Rigidbody.drag = (AirBrakes ? (m_OriginalDrag + extraDrag)*m_AirBrakesEffect : m_OriginalDrag + extraDrag); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_4 = __this->get_m_Rigidbody_34(); bool L_5; L_5 = AeroplaneController_get_AirBrakes_mA6A92442654786A3A81FC10F115E19388289B321_inline(__this, /*hidden argument*/NULL); G_B1_0 = L_4; if (L_5) { G_B2_0 = L_4; goto IL_0033; } } { float L_6 = __this->get_m_OriginalDrag_29(); float L_7 = V_0; G_B3_0 = ((float)il2cpp_codegen_add((float)L_6, (float)L_7)); G_B3_1 = G_B1_0; goto IL_0042; } IL_0033: { float L_8 = __this->get_m_OriginalDrag_29(); float L_9 = V_0; float L_10 = __this->get_m_AirBrakesEffect_15(); G_B3_0 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_8, (float)L_9)), (float)L_10)); G_B3_1 = G_B2_0; } IL_0042: { NullCheck(G_B3_1); Rigidbody_set_drag_m60E39BE31529DE5163116785A69FACC77C52DA98(G_B3_1, G_B3_0, /*hidden argument*/NULL); // m_Rigidbody.angularDrag = m_OriginalAngularDrag*ForwardSpeed; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_11 = __this->get_m_Rigidbody_34(); float L_12 = __this->get_m_OriginalAngularDrag_30(); float L_13; L_13 = AeroplaneController_get_ForwardSpeed_m24FBA8E719F9947C59C04A99A82F023BB880AA56_inline(__this, /*hidden argument*/NULL); NullCheck(L_11); Rigidbody_set_angularDrag_m8BF3771789B32FB09FDD8066BAFA0A0B661372A4(L_11, ((float)il2cpp_codegen_multiply((float)L_12, (float)L_13)), /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::CaluclateAerodynamicEffect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_CaluclateAerodynamicEffect_m06EB3AD0D5A5A7B3D5C160DA498B0813561E4BB8 (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); { // if (m_Rigidbody.velocity.magnitude > 0) Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0 = __this->get_m_Rigidbody_34(); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_0, /*hidden argument*/NULL); V_0 = L_1; float L_2; L_2 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); if ((!(((float)L_2) > ((float)(0.0f))))) { goto IL_00e8; } } { // m_AeroFactor = Vector3.Dot(transform.forward, m_Rigidbody.velocity.normalized); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_3, /*hidden argument*/NULL); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_5 = __this->get_m_Rigidbody_34(); NullCheck(L_5); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_5, /*hidden argument*/NULL); V_0 = L_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); float L_8; L_8 = Vector3_Dot_mD19905B093915BA12852732EA27AA2DBE030D11F_inline(L_4, L_7, /*hidden argument*/NULL); __this->set_m_AeroFactor_31(L_8); // m_AeroFactor *= m_AeroFactor; float L_9 = __this->get_m_AeroFactor_31(); float L_10 = __this->get_m_AeroFactor_31(); __this->set_m_AeroFactor_31(((float)il2cpp_codegen_multiply((float)L_9, (float)L_10))); // var newVelocity = Vector3.Lerp(m_Rigidbody.velocity, transform.forward*ForwardSpeed, // m_AeroFactor*ForwardSpeed*m_AerodynamicEffect*Time.deltaTime); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_11 = __this->get_m_Rigidbody_34(); NullCheck(L_11); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_11, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_13; L_13 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_13); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_13, /*hidden argument*/NULL); float L_15; L_15 = AeroplaneController_get_ForwardSpeed_m24FBA8E719F9947C59C04A99A82F023BB880AA56_inline(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_14, L_15, /*hidden argument*/NULL); float L_17 = __this->get_m_AeroFactor_31(); float L_18; L_18 = AeroplaneController_get_ForwardSpeed_m24FBA8E719F9947C59C04A99A82F023BB880AA56_inline(__this, /*hidden argument*/NULL); float L_19 = __this->get_m_AerodynamicEffect_11(); float L_20; L_20 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21; L_21 = Vector3_Lerp_m8E095584FFA10CF1D3EABCD04F4C83FB82EC5524_inline(L_12, L_16, ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_17, (float)L_18)), (float)L_19)), (float)L_20)), /*hidden argument*/NULL); V_1 = L_21; // m_Rigidbody.velocity = newVelocity; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_22 = __this->get_m_Rigidbody_34(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23 = V_1; NullCheck(L_22); Rigidbody_set_velocity_m8DC0988916EB38DFD7D4584830B41D79140BF18D(L_22, L_23, /*hidden argument*/NULL); // m_Rigidbody.rotation = Quaternion.Slerp(m_Rigidbody.rotation, // Quaternion.LookRotation(m_Rigidbody.velocity, transform.up), // m_AerodynamicEffect*Time.deltaTime); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_24 = __this->get_m_Rigidbody_34(); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_25 = __this->get_m_Rigidbody_34(); NullCheck(L_25); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_26; L_26 = Rigidbody_get_rotation_mEB90F9D223B0BA32A1962971E3A93DEE1670D18A(L_25, /*hidden argument*/NULL); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_27 = __this->get_m_Rigidbody_34(); NullCheck(L_27); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28; L_28 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_27, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_29; L_29 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_29); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_30; L_30 = Transform_get_up_mAB753D250A30C78924D5D22B0821F1D254525C31(L_29, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_31; L_31 = Quaternion_LookRotation_m8A7DB5BDBC361586191AB67ACF857F46160EE3F1(L_28, L_30, /*hidden argument*/NULL); float L_32 = __this->get_m_AerodynamicEffect_11(); float L_33; L_33 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_34; L_34 = Quaternion_Slerp_m6D2BD18286254E28D2288B51962EC71F85C7B5C8(L_26, L_31, ((float)il2cpp_codegen_multiply((float)L_32, (float)L_33)), /*hidden argument*/NULL); NullCheck(L_24); Rigidbody_set_rotation_m3024C151FEC9BB75735DE9B4BA64F16AA779C5D6(L_24, L_34, /*hidden argument*/NULL); } IL_00e8: { // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::CalculateLinearForces() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_CalculateLinearForces_m16697D299B525FE4771CA9EA1D8E768D5BF2EB7D (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); float V_2 = 0.0f; float V_3 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_4; memset((&V_4), 0, sizeof(V_4)); { // var forces = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_0 = L_0; // forces += EnginePower*transform.forward; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = V_0; float L_2; L_2 = AeroplaneController_get_EnginePower_m6820B0A8A0667DF3F875DD6B946CAFA90D49886F_inline(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_3, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Vector3_op_Multiply_m079B29E4F58127F03BD52558C1FE1A528547328F_inline(L_2, L_4, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_1, L_5, /*hidden argument*/NULL); V_0 = L_6; // var liftDirection = Vector3.Cross(m_Rigidbody.velocity, transform.right).normalized; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_7 = __this->get_m_Rigidbody_34(); NullCheck(L_7); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; L_8 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_7, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_9); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = Transform_get_right_mA8EB1882CCE8759766544448308C88D9200F06CE(L_9, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; L_11 = Vector3_Cross_m63414F0C545EBB616F339FF8830D37F9230736A4(L_8, L_10, /*hidden argument*/NULL); V_4 = L_11; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_4), /*hidden argument*/NULL); V_1 = L_12; // var zeroLiftFactor = Mathf.InverseLerp(m_ZeroLiftSpeed, 0, ForwardSpeed); float L_13 = __this->get_m_ZeroLiftSpeed_6(); float L_14; L_14 = AeroplaneController_get_ForwardSpeed_m24FBA8E719F9947C59C04A99A82F023BB880AA56_inline(__this, /*hidden argument*/NULL); float L_15; L_15 = Mathf_InverseLerp_mCD2E6F9ADCFFB40EB7D3086E444DF2C702F9C29B(L_13, (0.0f), L_14, /*hidden argument*/NULL); V_2 = L_15; // var liftPower = ForwardSpeed*ForwardSpeed*m_Lift*zeroLiftFactor*m_AeroFactor; float L_16; L_16 = AeroplaneController_get_ForwardSpeed_m24FBA8E719F9947C59C04A99A82F023BB880AA56_inline(__this, /*hidden argument*/NULL); float L_17; L_17 = AeroplaneController_get_ForwardSpeed_m24FBA8E719F9947C59C04A99A82F023BB880AA56_inline(__this, /*hidden argument*/NULL); float L_18 = __this->get_m_Lift_5(); float L_19 = V_2; float L_20 = __this->get_m_AeroFactor_31(); V_3 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_16, (float)L_17)), (float)L_18)), (float)L_19)), (float)L_20)); // forces += liftPower*liftDirection; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21 = V_0; float L_22 = V_3; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24; L_24 = Vector3_op_Multiply_m079B29E4F58127F03BD52558C1FE1A528547328F_inline(L_22, L_23, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25; L_25 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_21, L_24, /*hidden argument*/NULL); V_0 = L_25; // m_Rigidbody.AddForce(forces); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_26 = __this->get_m_Rigidbody_34(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27 = V_0; NullCheck(L_26); Rigidbody_AddForce_mDFB0D57C25682B826999B0074F5C0FD399C6401D(L_26, L_27, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::CalculateTorque() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_CalculateTorque_m83F88301C503C2A4EFE346086E8580C4231D1490 (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // var torque = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_0 = L_0; // torque += PitchInput*m_PitchEffect*transform.right; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = V_0; float L_2; L_2 = AeroplaneController_get_PitchInput_mC727744982F5F76244E92A6D6E47FCCC08426112_inline(__this, /*hidden argument*/NULL); float L_3 = __this->get_m_PitchEffect_8(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_4); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Transform_get_right_mA8EB1882CCE8759766544448308C88D9200F06CE(L_4, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Vector3_op_Multiply_m079B29E4F58127F03BD52558C1FE1A528547328F_inline(((float)il2cpp_codegen_multiply((float)L_2, (float)L_3)), L_5, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_1, L_6, /*hidden argument*/NULL); V_0 = L_7; // torque += YawInput*m_YawEffect*transform.up; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = V_0; float L_9; L_9 = AeroplaneController_get_YawInput_m592983EDFA03B03DDBBA4EE77907AA42E32054FE_inline(__this, /*hidden argument*/NULL); float L_10 = __this->get_m_YawEffect_9(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_11; L_11 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_11); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = Transform_get_up_mAB753D250A30C78924D5D22B0821F1D254525C31(L_11, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Vector3_op_Multiply_m079B29E4F58127F03BD52558C1FE1A528547328F_inline(((float)il2cpp_codegen_multiply((float)L_9, (float)L_10)), L_12, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_8, L_13, /*hidden argument*/NULL); V_0 = L_14; // torque += -RollInput*m_RollEffect*transform.forward; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15 = V_0; float L_16; L_16 = AeroplaneController_get_RollInput_m0C5664B7B308AA31B69423E3D36DAB1A3281BAD7_inline(__this, /*hidden argument*/NULL); float L_17 = __this->get_m_RollEffect_7(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_18; L_18 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_18); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19; L_19 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_18, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20; L_20 = Vector3_op_Multiply_m079B29E4F58127F03BD52558C1FE1A528547328F_inline(((float)il2cpp_codegen_multiply((float)((-L_16)), (float)L_17)), L_19, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21; L_21 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_15, L_20, /*hidden argument*/NULL); V_0 = L_21; // torque += m_BankedTurnAmount*m_BankedTurnEffect*transform.up; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22 = V_0; float L_23 = __this->get_m_BankedTurnAmount_33(); float L_24 = __this->get_m_BankedTurnEffect_10(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_25; L_25 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_25); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26; L_26 = Transform_get_up_mAB753D250A30C78924D5D22B0821F1D254525C31(L_25, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27; L_27 = Vector3_op_Multiply_m079B29E4F58127F03BD52558C1FE1A528547328F_inline(((float)il2cpp_codegen_multiply((float)L_23, (float)L_24)), L_26, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28; L_28 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_22, L_27, /*hidden argument*/NULL); V_0 = L_28; // m_Rigidbody.AddTorque(torque*ForwardSpeed*m_AeroFactor); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_29 = __this->get_m_Rigidbody_34(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_30 = V_0; float L_31; L_31 = AeroplaneController_get_ForwardSpeed_m24FBA8E719F9947C59C04A99A82F023BB880AA56_inline(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_32; L_32 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_30, L_31, /*hidden argument*/NULL); float L_33 = __this->get_m_AeroFactor_31(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_34; L_34 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_32, L_33, /*hidden argument*/NULL); NullCheck(L_29); Rigidbody_AddTorque_mAEB5758FA773B1A0ECDD328934BB3A7202D21EB3(L_29, L_34, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::CalculateAltitude() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_CalculateAltitude_m4E655414BAA1B4E1B556DF0D0ED88C85A945E90D (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 V_0; memset((&V_0), 0, sizeof(V_0)); RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 V_1; memset((&V_1), 0, sizeof(V_1)); AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * G_B2_0 = NULL; AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * G_B1_0 = NULL; float G_B3_0 = 0.0f; AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * G_B3_1 = NULL; { // var ray = new Ray(transform.position - Vector3.up*10, -Vector3.up); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_0, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_2, (10.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_1, L_3, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Vector3_op_UnaryNegation_m362EA356F4CADEDB39F965A0DBDED6EA890925F7_inline(L_5, /*hidden argument*/NULL); Ray__ctor_m75B1F651FF47EE6B887105101B7DA61CBF41F83C((Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 *)(&V_0), L_4, L_6, /*hidden argument*/NULL); // Altitude = Physics.Raycast(ray, out hit) ? hit.distance + 10 : transform.position.y; Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 L_7 = V_0; bool L_8; L_8 = Physics_Raycast_m80EC8EEDA0ABA8B01838BA9054834CD1A381916E(L_7, (RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)(&V_1), /*hidden argument*/NULL); G_B1_0 = __this; if (L_8) { G_B2_0 = __this; goto IL_004d; } } { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_9); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_9, /*hidden argument*/NULL); float L_11 = L_10.get_y_3(); G_B3_0 = L_11; G_B3_1 = G_B1_0; goto IL_005a; } IL_004d: { float L_12; L_12 = RaycastHit_get_distance_m85FCA98D7957C3BF1D449CA1B48C116CCD6226FA((RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)(&V_1), /*hidden argument*/NULL); G_B3_0 = ((float)il2cpp_codegen_add((float)L_12, (float)(10.0f))); G_B3_1 = G_B2_0; } IL_005a: { NullCheck(G_B3_1); AeroplaneController_set_Altitude_mAE9A6518154CFD78E7CFF142CE90D962CD3227CB_inline(G_B3_1, G_B3_0, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::Immobilize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_Immobilize_m2E23F22E0724E48E28928285DBB419318A5B4B91 (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // m_Immobilized = true; __this->set_m_Immobilized_32((bool)1); // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController_Reset_m6AC87A785943BEA306E592215BD489DE80E4510A (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // m_Immobilized = false; __this->set_m_Immobilized_32((bool)0); // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneController::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneController__ctor_m1FC615E68A962649FEC23298121027B4E1CE3349 (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // [SerializeField] private float m_MaxEnginePower = 40f; // The maximum output of the engine. __this->set_m_MaxEnginePower_4((40.0f)); // [SerializeField] private float m_Lift = 0.002f; // The amount of lift generated by the aeroplane moving forwards. __this->set_m_Lift_5((0.00200000009f)); // [SerializeField] private float m_ZeroLiftSpeed = 300; // The speed at which lift is no longer applied. __this->set_m_ZeroLiftSpeed_6((300.0f)); // [SerializeField] private float m_RollEffect = 1f; // The strength of effect for roll input. __this->set_m_RollEffect_7((1.0f)); // [SerializeField] private float m_PitchEffect = 1f; // The strength of effect for pitch input. __this->set_m_PitchEffect_8((1.0f)); // [SerializeField] private float m_YawEffect = 0.2f; // The strength of effect for yaw input. __this->set_m_YawEffect_9((0.200000003f)); // [SerializeField] private float m_BankedTurnEffect = 0.5f; // The amount of turn from doing a banked turn. __this->set_m_BankedTurnEffect_10((0.5f)); // [SerializeField] private float m_AerodynamicEffect = 0.02f; // How much aerodynamics affect the speed of the aeroplane. __this->set_m_AerodynamicEffect_11((0.0199999996f)); // [SerializeField] private float m_AutoTurnPitch = 0.5f; // How much the aeroplane automatically pitches when in a banked turn. __this->set_m_AutoTurnPitch_12((0.5f)); // [SerializeField] private float m_AutoRollLevel = 0.2f; // How much the aeroplane tries to level when not rolling. __this->set_m_AutoRollLevel_13((0.200000003f)); // [SerializeField] private float m_AutoPitchLevel = 0.2f; // How much the aeroplane tries to level when not pitching. __this->set_m_AutoPitchLevel_14((0.200000003f)); // [SerializeField] private float m_AirBrakesEffect = 3f; // How much the air brakes effect the drag. __this->set_m_AirBrakesEffect_15((3.0f)); // [SerializeField] private float m_ThrottleChangeSpeed = 0.3f; // The speed with which the throttle changes. __this->set_m_ThrottleChangeSpeed_16((0.300000012f)); // [SerializeField] private float m_DragIncreaseFactor = 0.001f; // how much drag should increase with speed. __this->set_m_DragIncreaseFactor_17((0.00100000005f)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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 UnityStandardAssets.Vehicles.Aeroplane.AeroplanePropellerAnimator::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplanePropellerAnimator_Awake_mE329F441D5138ACC3CC9B5AB838851F4C5C2FCC4 (AeroplanePropellerAnimator_tDC2F37194C555BEFBDA5296A4BBBC7A2B3295D59 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisAeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103_mD88E3A73D39CF612AB9E30CE2D5E83FCB1465116_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mB89D75983F403B440947CE6FB264503618F5B951_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // m_Plane = GetComponent(); AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_0; L_0 = Component_GetComponent_TisAeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103_mD88E3A73D39CF612AB9E30CE2D5E83FCB1465116(__this, /*hidden argument*/Component_GetComponent_TisAeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103_mD88E3A73D39CF612AB9E30CE2D5E83FCB1465116_RuntimeMethod_var); __this->set_m_Plane_10(L_0); // m_PropellorModelRenderer = m_PropellorModel.GetComponent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1 = __this->get_m_PropellorModel_4(); NullCheck(L_1); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_2; L_2 = Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mB89D75983F403B440947CE6FB264503618F5B951(L_1, /*hidden argument*/Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mB89D75983F403B440947CE6FB264503618F5B951_RuntimeMethod_var); __this->set_m_PropellorModelRenderer_13(L_2); // m_PropellorBlurRenderer = m_PropellorBlur.GetComponent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3 = __this->get_m_PropellorBlur_5(); NullCheck(L_3); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_4; L_4 = Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mB89D75983F403B440947CE6FB264503618F5B951(L_3, /*hidden argument*/Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mB89D75983F403B440947CE6FB264503618F5B951_RuntimeMethod_var); __this->set_m_PropellorBlurRenderer_14(L_4); // m_PropellorBlur.parent = m_PropellorModel; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5 = __this->get_m_PropellorBlur_5(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6 = __this->get_m_PropellorModel_4(); NullCheck(L_5); Transform_set_parent_mEAE304E1A804E8B83054CEECB5BF1E517196EC13(L_5, L_6, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplanePropellerAnimator::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplanePropellerAnimator_Update_m0ED917491FE41855D1B4205B49E73BC66D6E9B96 (AeroplanePropellerAnimator_tDC2F37194C555BEFBDA5296A4BBBC7A2B3295D59 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // m_PropellorModel.Rotate(0, m_MaxRpm*m_Plane.Throttle*Time.deltaTime*k_RpmToDps, 0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_m_PropellorModel_4(); float L_1 = __this->get_m_MaxRpm_9(); AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_2 = __this->get_m_Plane_10(); NullCheck(L_2); float L_3; L_3 = AeroplaneController_get_Throttle_m4AD61D14FF2EB832F32EF2201EEEB88D8C00112F_inline(L_2, /*hidden argument*/NULL); float L_4; L_4 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); NullCheck(L_0); Transform_Rotate_mA3AE6D55AA9CC88A8F03C2B0B7CB3DB45ABA6A8E(L_0, (0.0f), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_1, (float)L_3)), (float)L_4)), (float)(60.0f))), (0.0f), /*hidden argument*/NULL); // var newBlurState = 0; V_0 = 0; // if (m_Plane.Throttle > m_ThrottleBlurStart) AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_5 = __this->get_m_Plane_10(); NullCheck(L_5); float L_6; L_6 = AeroplaneController_get_Throttle_m4AD61D14FF2EB832F32EF2201EEEB88D8C00112F_inline(L_5, /*hidden argument*/NULL); float L_7 = __this->get_m_ThrottleBlurStart_7(); if ((!(((float)L_6) > ((float)L_7)))) { goto IL_0076; } } { // var throttleBlurProportion = Mathf.InverseLerp(m_ThrottleBlurStart, m_ThrottleBlurEnd, m_Plane.Throttle); float L_8 = __this->get_m_ThrottleBlurStart_7(); float L_9 = __this->get_m_ThrottleBlurEnd_8(); AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_10 = __this->get_m_Plane_10(); NullCheck(L_10); float L_11; L_11 = AeroplaneController_get_Throttle_m4AD61D14FF2EB832F32EF2201EEEB88D8C00112F_inline(L_10, /*hidden argument*/NULL); float L_12; L_12 = Mathf_InverseLerp_mCD2E6F9ADCFFB40EB7D3086E444DF2C702F9C29B(L_8, L_9, L_11, /*hidden argument*/NULL); // newBlurState = Mathf.FloorToInt(throttleBlurProportion*(m_PropellorBlurTextures.Length - 1)); Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316* L_13 = __this->get_m_PropellorBlurTextures_6(); NullCheck(L_13); int32_t L_14; L_14 = Mathf_FloorToInt_m9164D538D17B8C3C8A6C4E4FA95032F757D9091E(((float)il2cpp_codegen_multiply((float)L_12, (float)((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))), (int32_t)1)))))), /*hidden argument*/NULL); V_0 = L_14; } IL_0076: { // if (newBlurState != m_PropellorBlurState) int32_t L_15 = V_0; int32_t L_16 = __this->get_m_PropellorBlurState_11(); if ((((int32_t)L_15) == ((int32_t)L_16))) { goto IL_00dc; } } { // m_PropellorBlurState = newBlurState; int32_t L_17 = V_0; __this->set_m_PropellorBlurState_11(L_17); // if (m_PropellorBlurState == 0) int32_t L_18 = __this->get_m_PropellorBlurState_11(); if (L_18) { goto IL_00a7; } } { // m_PropellorModelRenderer.enabled = true; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_19 = __this->get_m_PropellorModelRenderer_13(); NullCheck(L_19); Renderer_set_enabled_mFFBA418C428C1B2B151C77B879DD10C393D9D95B(L_19, (bool)1, /*hidden argument*/NULL); // m_PropellorBlurRenderer.enabled = false; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_20 = __this->get_m_PropellorBlurRenderer_14(); NullCheck(L_20); Renderer_set_enabled_mFFBA418C428C1B2B151C77B879DD10C393D9D95B(L_20, (bool)0, /*hidden argument*/NULL); // } return; } IL_00a7: { // m_PropellorModelRenderer.enabled = false; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_21 = __this->get_m_PropellorModelRenderer_13(); NullCheck(L_21); Renderer_set_enabled_mFFBA418C428C1B2B151C77B879DD10C393D9D95B(L_21, (bool)0, /*hidden argument*/NULL); // m_PropellorBlurRenderer.enabled = true; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_22 = __this->get_m_PropellorBlurRenderer_14(); NullCheck(L_22); Renderer_set_enabled_mFFBA418C428C1B2B151C77B879DD10C393D9D95B(L_22, (bool)1, /*hidden argument*/NULL); // m_PropellorBlurRenderer.material.mainTexture = m_PropellorBlurTextures[m_PropellorBlurState]; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_23 = __this->get_m_PropellorBlurRenderer_14(); NullCheck(L_23); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_24; L_24 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_23, /*hidden argument*/NULL); Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316* L_25 = __this->get_m_PropellorBlurTextures_6(); int32_t L_26 = __this->get_m_PropellorBlurState_11(); NullCheck(L_25); int32_t L_27 = L_26; Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_28 = (L_25)->GetAt(static_cast(L_27)); NullCheck(L_24); Material_set_mainTexture_m1F715422BE5C75B4A7AC951691F0DC16A8C294C5(L_24, L_28, /*hidden argument*/NULL); } IL_00dc: { // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplanePropellerAnimator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplanePropellerAnimator__ctor_mEE35C8DC327F6D127671F6236B3470980764E3CB (AeroplanePropellerAnimator_tDC2F37194C555BEFBDA5296A4BBBC7A2B3295D59 * __this, const RuntimeMethod* method) { { // [SerializeField] [Range(0f, 1f)] private float m_ThrottleBlurStart = 0.25f; // The point at which the blurred textures start. __this->set_m_ThrottleBlurStart_7((0.25f)); // [SerializeField] [Range(0f, 1f)] private float m_ThrottleBlurEnd = 0.5f; // The point at which the blurred textures stop changing. __this->set_m_ThrottleBlurEnd_8((0.5f)); // [SerializeField] private float m_MaxRpm = 2000; // The maximum speed the propellor can turn at. __this->set_m_MaxRpm_9((2000.0f)); // private int m_PropellorBlurState = -1; // To store the state of the blurred textures. __this->set_m_PropellorBlurState_11((-1)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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 UnityStandardAssets.Vehicles.Aeroplane.AeroplaneUserControl2Axis::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneUserControl2Axis_Awake_mE6284378E8163C26FDB122A2721ED98CF2EE5921 (AeroplaneUserControl2Axis_t02395777FC842C7DDB43418A941A41EB6F047D7C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisAeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103_mD88E3A73D39CF612AB9E30CE2D5E83FCB1465116_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // m_Aeroplane = GetComponent(); AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_0; L_0 = Component_GetComponent_TisAeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103_mD88E3A73D39CF612AB9E30CE2D5E83FCB1465116(__this, /*hidden argument*/Component_GetComponent_TisAeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103_mD88E3A73D39CF612AB9E30CE2D5E83FCB1465116_RuntimeMethod_var); __this->set_m_Aeroplane_6(L_0); // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneUserControl2Axis::FixedUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneUserControl2Axis_FixedUpdate_m85869B57F1E6125C4279263942F09785F43B5888 (AeroplaneUserControl2Axis_t02395777FC842C7DDB43418A941A41EB6F047D7C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrossPlatformInputManager_t0BED7CD52A3F492FA55E420470222FCDF9A89AD5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral265E15F1F86F1C766555899D5771CF29055DE75A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F8C014BD4810CC276D0F9F81A1E759C7B098B1E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBC1FBDF3F91C0637B6624C6C526B3718C7E46A2); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; bool V_2 = false; float V_3 = 0.0f; int32_t G_B3_0 = 0; { // float roll = CrossPlatformInputManager.GetAxis("Horizontal"); IL2CPP_RUNTIME_CLASS_INIT(CrossPlatformInputManager_t0BED7CD52A3F492FA55E420470222FCDF9A89AD5_il2cpp_TypeInfo_var); float L_0; L_0 = CrossPlatformInputManager_GetAxis_mB7AB6DA9693D497643353CF2B97A48C75F95007E(_stringLiteral7F8C014BD4810CC276D0F9F81A1E759C7B098B1E, /*hidden argument*/NULL); V_0 = L_0; // float pitch = CrossPlatformInputManager.GetAxis("Vertical"); float L_1; L_1 = CrossPlatformInputManager_GetAxis_mB7AB6DA9693D497643353CF2B97A48C75F95007E(_stringLiteral265E15F1F86F1C766555899D5771CF29055DE75A, /*hidden argument*/NULL); V_1 = L_1; // bool airBrakes = CrossPlatformInputManager.GetButton("Fire1"); bool L_2; L_2 = CrossPlatformInputManager_GetButton_mF4FDF5B4FE1B224C4271E9B832CD8BA08AE73EFF(_stringLiteralFBC1FBDF3F91C0637B6624C6C526B3718C7E46A2, /*hidden argument*/NULL); V_2 = L_2; // float throttle = airBrakes ? -1 : 1; bool L_3 = V_2; if (L_3) { goto IL_0027; } } { G_B3_0 = 1; goto IL_0028; } IL_0027: { G_B3_0 = (-1); } IL_0028: { V_3 = ((float)((float)G_B3_0)); // AdjustInputForMobileControls(ref roll, ref pitch, ref throttle); AeroplaneUserControl2Axis_AdjustInputForMobileControls_mF8743B3626967E1836696860024F755B0439234F(__this, (float*)(&V_0), (float*)(&V_1), (float*)(&V_3), /*hidden argument*/NULL); // m_Aeroplane.Move(roll, pitch, 0, throttle, airBrakes); AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_4 = __this->get_m_Aeroplane_6(); float L_5 = V_0; float L_6 = V_1; float L_7 = V_3; bool L_8 = V_2; NullCheck(L_4); AeroplaneController_Move_m50739E5FDF5DC4DC9CFA0F433DBA454D00895F1D(L_4, L_5, L_6, (0.0f), L_7, L_8, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneUserControl2Axis::AdjustInputForMobileControls(System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneUserControl2Axis_AdjustInputForMobileControls_mF8743B3626967E1836696860024F755B0439234F (AeroplaneUserControl2Axis_t02395777FC842C7DDB43418A941A41EB6F047D7C * __this, float* ___roll0, float* ___pitch1, float* ___throttle2, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; { // float intendedRollAngle = roll*maxRollAngle*Mathf.Deg2Rad; float* L_0 = ___roll0; float L_1 = *((float*)L_0); float L_2 = __this->get_maxRollAngle_4(); V_0 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_1, (float)L_2)), (float)(0.0174532924f))); // float intendedPitchAngle = pitch*maxPitchAngle*Mathf.Deg2Rad; float* L_3 = ___pitch1; float L_4 = *((float*)L_3); float L_5 = __this->get_maxPitchAngle_5(); V_1 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), (float)(0.0174532924f))); // roll = Mathf.Clamp((intendedRollAngle - m_Aeroplane.RollAngle), -1, 1); float* L_6 = ___roll0; float L_7 = V_0; AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_8 = __this->get_m_Aeroplane_6(); NullCheck(L_8); float L_9; L_9 = AeroplaneController_get_RollAngle_m0EE0E1FF7C938837030E55880D5C1C00672952FC_inline(L_8, /*hidden argument*/NULL); float L_10; L_10 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(((float)il2cpp_codegen_subtract((float)L_7, (float)L_9)), (-1.0f), (1.0f), /*hidden argument*/NULL); *((float*)L_6) = (float)L_10; // pitch = Mathf.Clamp((intendedPitchAngle - m_Aeroplane.PitchAngle), -1, 1); float* L_11 = ___pitch1; float L_12 = V_1; AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_13 = __this->get_m_Aeroplane_6(); NullCheck(L_13); float L_14; L_14 = AeroplaneController_get_PitchAngle_m256401C8A133DF9FECD7F0ED7039C402C54CF7DA_inline(L_13, /*hidden argument*/NULL); float L_15; L_15 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(((float)il2cpp_codegen_subtract((float)L_12, (float)L_14)), (-1.0f), (1.0f), /*hidden argument*/NULL); *((float*)L_11) = (float)L_15; // float intendedThrottle = throttle*0.5f + 0.5f; float* L_16 = ___throttle2; float L_17 = *((float*)L_16); V_2 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_17, (float)(0.5f))), (float)(0.5f))); // throttle = Mathf.Clamp(intendedThrottle - m_Aeroplane.Throttle, -1, 1); float* L_18 = ___throttle2; float L_19 = V_2; AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_20 = __this->get_m_Aeroplane_6(); NullCheck(L_20); float L_21; L_21 = AeroplaneController_get_Throttle_m4AD61D14FF2EB832F32EF2201EEEB88D8C00112F_inline(L_20, /*hidden argument*/NULL); float L_22; L_22 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(((float)il2cpp_codegen_subtract((float)L_19, (float)L_21)), (-1.0f), (1.0f), /*hidden argument*/NULL); *((float*)L_18) = (float)L_22; // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneUserControl2Axis::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneUserControl2Axis__ctor_mEF5248CD690ABADA04E8DD4FE8498AF34927C8F1 (AeroplaneUserControl2Axis_t02395777FC842C7DDB43418A941A41EB6F047D7C * __this, const RuntimeMethod* method) { { // public float maxRollAngle = 80; __this->set_maxRollAngle_4((80.0f)); // public float maxPitchAngle = 80; __this->set_maxPitchAngle_5((80.0f)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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 UnityStandardAssets.Vehicles.Aeroplane.AeroplaneUserControl4Axis::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneUserControl4Axis_Awake_m2E197C2C29E1F56E6C25FB657AF0313D2C16ED31 (AeroplaneUserControl4Axis_tFE5CD54A8E4F1B494B3A70CD16DCD6836C88FE8A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisAeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103_mD88E3A73D39CF612AB9E30CE2D5E83FCB1465116_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // m_Aeroplane = GetComponent(); AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_0; L_0 = Component_GetComponent_TisAeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103_mD88E3A73D39CF612AB9E30CE2D5E83FCB1465116(__this, /*hidden argument*/Component_GetComponent_TisAeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103_mD88E3A73D39CF612AB9E30CE2D5E83FCB1465116_RuntimeMethod_var); __this->set_m_Aeroplane_6(L_0); // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneUserControl4Axis::FixedUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneUserControl4Axis_FixedUpdate_m59F01670B6E8FF68815980D7F5B376C3DC3CF85A (AeroplaneUserControl4Axis_tFE5CD54A8E4F1B494B3A70CD16DCD6836C88FE8A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrossPlatformInputManager_t0BED7CD52A3F492FA55E420470222FCDF9A89AD5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16DD21BE77B115D392226EB71A2D3A9FDC29E3F0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral265E15F1F86F1C766555899D5771CF29055DE75A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F8C014BD4810CC276D0F9F81A1E759C7B098B1E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88BEE283254D7094E258B3A88730F4CC4F1E4AC7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBC1FBDF3F91C0637B6624C6C526B3718C7E46A2); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; { // float roll = CrossPlatformInputManager.GetAxis("Mouse X"); IL2CPP_RUNTIME_CLASS_INIT(CrossPlatformInputManager_t0BED7CD52A3F492FA55E420470222FCDF9A89AD5_il2cpp_TypeInfo_var); float L_0; L_0 = CrossPlatformInputManager_GetAxis_mB7AB6DA9693D497643353CF2B97A48C75F95007E(_stringLiteral88BEE283254D7094E258B3A88730F4CC4F1E4AC7, /*hidden argument*/NULL); V_0 = L_0; // float pitch = CrossPlatformInputManager.GetAxis("Mouse Y"); float L_1; L_1 = CrossPlatformInputManager_GetAxis_mB7AB6DA9693D497643353CF2B97A48C75F95007E(_stringLiteral16DD21BE77B115D392226EB71A2D3A9FDC29E3F0, /*hidden argument*/NULL); V_1 = L_1; // m_AirBrakes = CrossPlatformInputManager.GetButton("Fire1"); bool L_2; L_2 = CrossPlatformInputManager_GetButton_mF4FDF5B4FE1B224C4271E9B832CD8BA08AE73EFF(_stringLiteralFBC1FBDF3F91C0637B6624C6C526B3718C7E46A2, /*hidden argument*/NULL); __this->set_m_AirBrakes_8(L_2); // m_Yaw = CrossPlatformInputManager.GetAxis("Horizontal"); float L_3; L_3 = CrossPlatformInputManager_GetAxis_mB7AB6DA9693D497643353CF2B97A48C75F95007E(_stringLiteral7F8C014BD4810CC276D0F9F81A1E759C7B098B1E, /*hidden argument*/NULL); __this->set_m_Yaw_9(L_3); // m_Throttle = CrossPlatformInputManager.GetAxis("Vertical"); float L_4; L_4 = CrossPlatformInputManager_GetAxis_mB7AB6DA9693D497643353CF2B97A48C75F95007E(_stringLiteral265E15F1F86F1C766555899D5771CF29055DE75A, /*hidden argument*/NULL); __this->set_m_Throttle_7(L_4); // AdjustInputForMobileControls(ref roll, ref pitch, ref m_Throttle); float* L_5 = __this->get_address_of_m_Throttle_7(); AeroplaneUserControl4Axis_AdjustInputForMobileControls_m7A8B54330AC2872BEC5CA02F6714429CF557653A(__this, (float*)(&V_0), (float*)(&V_1), (float*)L_5, /*hidden argument*/NULL); // m_Aeroplane.Move(roll, pitch, m_Yaw, m_Throttle, m_AirBrakes); AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_6 = __this->get_m_Aeroplane_6(); float L_7 = V_0; float L_8 = V_1; float L_9 = __this->get_m_Yaw_9(); float L_10 = __this->get_m_Throttle_7(); bool L_11 = __this->get_m_AirBrakes_8(); NullCheck(L_6); AeroplaneController_Move_m50739E5FDF5DC4DC9CFA0F433DBA454D00895F1D(L_6, L_7, L_8, L_9, L_10, L_11, /*hidden argument*/NULL); // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneUserControl4Axis::AdjustInputForMobileControls(System.Single&,System.Single&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneUserControl4Axis_AdjustInputForMobileControls_m7A8B54330AC2872BEC5CA02F6714429CF557653A (AeroplaneUserControl4Axis_tFE5CD54A8E4F1B494B3A70CD16DCD6836C88FE8A * __this, float* ___roll0, float* ___pitch1, float* ___throttle2, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; { // float intendedRollAngle = roll*maxRollAngle*Mathf.Deg2Rad; float* L_0 = ___roll0; float L_1 = *((float*)L_0); float L_2 = __this->get_maxRollAngle_4(); V_0 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_1, (float)L_2)), (float)(0.0174532924f))); // float intendedPitchAngle = pitch*maxPitchAngle*Mathf.Deg2Rad; float* L_3 = ___pitch1; float L_4 = *((float*)L_3); float L_5 = __this->get_maxPitchAngle_5(); V_1 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), (float)(0.0174532924f))); // roll = Mathf.Clamp((intendedRollAngle - m_Aeroplane.RollAngle), -1, 1); float* L_6 = ___roll0; float L_7 = V_0; AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_8 = __this->get_m_Aeroplane_6(); NullCheck(L_8); float L_9; L_9 = AeroplaneController_get_RollAngle_m0EE0E1FF7C938837030E55880D5C1C00672952FC_inline(L_8, /*hidden argument*/NULL); float L_10; L_10 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(((float)il2cpp_codegen_subtract((float)L_7, (float)L_9)), (-1.0f), (1.0f), /*hidden argument*/NULL); *((float*)L_6) = (float)L_10; // pitch = Mathf.Clamp((intendedPitchAngle - m_Aeroplane.PitchAngle), -1, 1); float* L_11 = ___pitch1; float L_12 = V_1; AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * L_13 = __this->get_m_Aeroplane_6(); NullCheck(L_13); float L_14; L_14 = AeroplaneController_get_PitchAngle_m256401C8A133DF9FECD7F0ED7039C402C54CF7DA_inline(L_13, /*hidden argument*/NULL); float L_15; L_15 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(((float)il2cpp_codegen_subtract((float)L_12, (float)L_14)), (-1.0f), (1.0f), /*hidden argument*/NULL); *((float*)L_11) = (float)L_15; // } return; } } // System.Void UnityStandardAssets.Vehicles.Aeroplane.AeroplaneUserControl4Axis::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AeroplaneUserControl4Axis__ctor_mC752A563940E50FF9E13976C5688F05291584B7F (AeroplaneUserControl4Axis_tFE5CD54A8E4F1B494B3A70CD16DCD6836C88FE8A * __this, const RuntimeMethod* method) { { // public float maxRollAngle = 80; __this->set_maxRollAngle_4((80.0f)); // public float maxPitchAngle = 80; __this->set_maxPitchAngle_5((80.0f)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::Shift(System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682 (uint32_t ___r0, int32_t ___shift1, const RuntimeMethod* method) { { // return (r >> shift) | (r << (32 - shift)); uint32_t L_0 = ___r0; int32_t L_1 = ___shift1; uint32_t L_2 = ___r0; int32_t L_3 = ___shift1; return ((int32_t)((int32_t)((int32_t)((uint32_t)L_0>>((int32_t)((int32_t)L_1&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_3))&(int32_t)((int32_t)31))))))); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::FFmulX(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesEngine_FFmulX_m40C403BEB1176C055B62EBA8489D015F94026AD3 (uint32_t ___x0, const RuntimeMethod* method) { { // return ((x & m2) << 1) ^ (((x & m1) >> 7) * m3); uint32_t L_0 = ___x0; uint32_t L_1 = ___x0; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2139062143)))<<(int32_t)1))^(int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)-2139062144)))>>7)), (int32_t)((int32_t)27))))); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::FFmulX2(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesEngine_FFmulX2_m8BD222194F04DFA04FC6B4BA38570714EE1752F7 (uint32_t ___x0, const RuntimeMethod* method) { uint32_t V_0 = 0; { // uint t0 = (x & m5) << 2; uint32_t L_0 = ___x0; // uint t1 = (x & m4); uint32_t L_1 = ___x0; V_0 = ((int32_t)((int32_t)L_1&(int32_t)((int32_t)-1061109568))); // t1 ^= (t1 >> 1); uint32_t L_2 = V_0; uint32_t L_3 = V_0; V_0 = ((int32_t)((int32_t)L_2^(int32_t)((int32_t)((uint32_t)L_3>>1)))); // return t0 ^ (t1 >> 2) ^ (t1 >> 5); uint32_t L_4 = V_0; uint32_t L_5 = V_0; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)1061109567)))<<(int32_t)2))^(int32_t)((int32_t)((uint32_t)L_4>>2))))^(int32_t)((int32_t)((uint32_t)L_5>>5)))); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::Inv_Mcol(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesEngine_Inv_Mcol_m85C88161C0D451EA9190B07BD8FD7916229A8C22 (uint32_t ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; { // t0 = x; uint32_t L_0 = ___x0; V_0 = L_0; // t1 = t0 ^ Shift(t0, 8); uint32_t L_1 = V_0; uint32_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_2, 8, /*hidden argument*/NULL); V_1 = ((int32_t)((int32_t)L_1^(int32_t)L_3)); // t0 ^= FFmulX(t1); uint32_t L_4 = V_0; uint32_t L_5 = V_1; uint32_t L_6; L_6 = AesEngine_FFmulX_m40C403BEB1176C055B62EBA8489D015F94026AD3(L_5, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)L_4^(int32_t)L_6)); // t1 ^= FFmulX2(t0); uint32_t L_7 = V_1; uint32_t L_8 = V_0; uint32_t L_9; L_9 = AesEngine_FFmulX2_m8BD222194F04DFA04FC6B4BA38570714EE1752F7(L_8, /*hidden argument*/NULL); V_1 = ((int32_t)((int32_t)L_7^(int32_t)L_9)); // t0 ^= t1 ^ Shift(t1, 16); uint32_t L_10 = V_0; uint32_t L_11 = V_1; uint32_t L_12 = V_1; uint32_t L_13; L_13 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_12, ((int32_t)16), /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)L_10^(int32_t)((int32_t)((int32_t)L_11^(int32_t)L_13)))); // return t0; uint32_t L_14 = V_0; return L_14; } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::SubWord(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesEngine_SubWord_m5B071644A1DFFF19BE270E1247ED072956ADD402 (uint32_t ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (uint)S[x&255] // | (((uint)S[(x>>8)&255]) << 8) // | (((uint)S[(x>>16)&255]) << 16) // | (((uint)S[(x>>24)&255]) << 24); IL2CPP_RUNTIME_CLASS_INIT(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_1 = ___x0; NullCheck(L_0); int32_t L_2 = ((int32_t)((int32_t)L_1&(int32_t)((int32_t)255))); uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_5 = ___x0; NullCheck(L_4); int32_t L_6 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_5>>8))&(int32_t)((int32_t)255))); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_9 = ___x0; NullCheck(L_8); int32_t L_10 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_9>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_13 = ___x0; NullCheck(L_12); int32_t L_14 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_13>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_15 = (L_12)->GetAt(static_cast(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))))); } } // System.UInt32[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::GenerateWorkingKey(System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* AesEngine_GenerateWorkingKey_mE57E9EF5444A3EAFB3C0772329C5554C48639C98 (AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, bool ___forEncryption1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* V_2 = NULL; int32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; uint32_t V_6 = 0; uint32_t V_7 = 0; int32_t V_8 = 0; uint32_t V_9 = 0; uint32_t V_10 = 0; uint32_t V_11 = 0; uint32_t V_12 = 0; uint32_t V_13 = 0; uint32_t V_14 = 0; uint32_t V_15 = 0; uint32_t V_16 = 0; uint32_t V_17 = 0; int32_t V_18 = 0; uint32_t V_19 = 0; uint32_t V_20 = 0; uint32_t V_21 = 0; uint32_t V_22 = 0; uint32_t V_23 = 0; uint32_t V_24 = 0; uint32_t V_25 = 0; uint32_t V_26 = 0; uint32_t V_27 = 0; uint32_t V_28 = 0; int32_t V_29 = 0; int32_t V_30 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_31 = NULL; int32_t V_32 = 0; { // int keyLen = key.Length; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___key0; NullCheck(L_0); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); // if (keyLen < 16 || keyLen > 32 || (keyLen & 7) != 0) int32_t L_1 = V_0; if ((((int32_t)L_1) < ((int32_t)((int32_t)16)))) { goto IL_0013; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) > ((int32_t)((int32_t)32)))) { goto IL_0013; } } { int32_t L_3 = V_0; if (!((int32_t)((int32_t)L_3&(int32_t)7))) { goto IL_001e; } } IL_0013: { // throw new ArgumentException("Key length not 128/192/256 bits."); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD4587DAEA872EB0581FD7E2ACC74AA38FE7E38A4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AesEngine_GenerateWorkingKey_mE57E9EF5444A3EAFB3C0772329C5554C48639C98_RuntimeMethod_var))); } IL_001e: { // int KC = keyLen >> 2; int32_t L_5 = V_0; V_1 = ((int32_t)((int32_t)L_5>>(int32_t)2)); // this.ROUNDS = KC + 6; // This is not always true for the generalized Rijndael that allows larger block sizes int32_t L_6 = V_1; __this->set_ROUNDS_10(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)6))); // uint[][] W = new uint[ROUNDS + 1][]; // 4 words in a block int32_t L_7 = __this->get_ROUNDS_10(); UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_8 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)SZArrayNew(UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); V_2 = L_8; // for (int i = 0; i <= ROUNDS; ++i) V_3 = 0; goto IL_004a; } IL_003d: { // W[i] = new uint[4]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_9 = V_2; int32_t L_10 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)4); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_11); (L_9)->SetAt(static_cast(L_10), (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)L_11); // for (int i = 0; i <= ROUNDS; ++i) int32_t L_12 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_004a: { // for (int i = 0; i <= ROUNDS; ++i) int32_t L_13 = V_3; int32_t L_14 = __this->get_ROUNDS_10(); if ((((int32_t)L_13) <= ((int32_t)L_14))) { goto IL_003d; } } { int32_t L_15 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)4))) { case 0: { goto IL_0074; } case 1: { goto IL_04e1; } case 2: { goto IL_0121; } case 3: { goto IL_04e1; } case 4: { goto IL_0351; } } } { goto IL_04e1; } IL_0074: { // uint t0 = Pack.LE_To_UInt32(key, 0); W[0][0] = t0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___key0; uint32_t L_17; L_17 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_16, 0, /*hidden argument*/NULL); V_4 = L_17; // uint t0 = Pack.LE_To_UInt32(key, 0); W[0][0] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_18 = V_2; NullCheck(L_18); int32_t L_19 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_20 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_18)->GetAt(static_cast(L_19)); uint32_t L_21 = V_4; NullCheck(L_20); (L_20)->SetAt(static_cast(0), (uint32_t)L_21); // uint t1 = Pack.LE_To_UInt32(key, 4); W[0][1] = t1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___key0; uint32_t L_23; L_23 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_22, 4, /*hidden argument*/NULL); V_5 = L_23; // uint t1 = Pack.LE_To_UInt32(key, 4); W[0][1] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_24 = V_2; NullCheck(L_24); int32_t L_25 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_24)->GetAt(static_cast(L_25)); uint32_t L_27 = V_5; NullCheck(L_26); (L_26)->SetAt(static_cast(1), (uint32_t)L_27); // uint t2 = Pack.LE_To_UInt32(key, 8); W[0][2] = t2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = ___key0; uint32_t L_29; L_29 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_28, 8, /*hidden argument*/NULL); V_6 = L_29; // uint t2 = Pack.LE_To_UInt32(key, 8); W[0][2] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_30 = V_2; NullCheck(L_30); int32_t L_31 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_32 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_30)->GetAt(static_cast(L_31)); uint32_t L_33 = V_6; NullCheck(L_32); (L_32)->SetAt(static_cast(2), (uint32_t)L_33); // uint t3 = Pack.LE_To_UInt32(key, 12); W[0][3] = t3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = ___key0; uint32_t L_35; L_35 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_34, ((int32_t)12), /*hidden argument*/NULL); V_7 = L_35; // uint t3 = Pack.LE_To_UInt32(key, 12); W[0][3] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_36 = V_2; NullCheck(L_36); int32_t L_37 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_36)->GetAt(static_cast(L_37)); uint32_t L_39 = V_7; NullCheck(L_38); (L_38)->SetAt(static_cast(3), (uint32_t)L_39); // for (int i = 1; i <= 10; ++i) V_8 = 1; goto IL_0116; } IL_00ba: { // uint u = SubWord(Shift(t3, 8)) ^ rcon[i - 1]; uint32_t L_40 = V_7; IL2CPP_RUNTIME_CLASS_INIT(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); uint32_t L_41; L_41 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_40, 8, /*hidden argument*/NULL); uint32_t L_42; L_42 = AesEngine_SubWord_m5B071644A1DFFF19BE270E1247ED072956ADD402(L_41, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_rcon_2(); int32_t L_44 = V_8; NullCheck(L_43); int32_t L_45 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)1)); uint8_t L_46 = (L_43)->GetAt(static_cast(L_45)); V_9 = ((int32_t)((int32_t)L_42^(int32_t)L_46)); // t0 ^= u; W[i][0] = t0; uint32_t L_47 = V_4; uint32_t L_48 = V_9; V_4 = ((int32_t)((int32_t)L_47^(int32_t)L_48)); // t0 ^= u; W[i][0] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_49 = V_2; int32_t L_50 = V_8; NullCheck(L_49); int32_t L_51 = L_50; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_52 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_49)->GetAt(static_cast(L_51)); uint32_t L_53 = V_4; NullCheck(L_52); (L_52)->SetAt(static_cast(0), (uint32_t)L_53); // t1 ^= t0; W[i][1] = t1; uint32_t L_54 = V_5; uint32_t L_55 = V_4; V_5 = ((int32_t)((int32_t)L_54^(int32_t)L_55)); // t1 ^= t0; W[i][1] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_56 = V_2; int32_t L_57 = V_8; NullCheck(L_56); int32_t L_58 = L_57; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_59 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_56)->GetAt(static_cast(L_58)); uint32_t L_60 = V_5; NullCheck(L_59); (L_59)->SetAt(static_cast(1), (uint32_t)L_60); // t2 ^= t1; W[i][2] = t2; uint32_t L_61 = V_6; uint32_t L_62 = V_5; V_6 = ((int32_t)((int32_t)L_61^(int32_t)L_62)); // t2 ^= t1; W[i][2] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_63 = V_2; int32_t L_64 = V_8; NullCheck(L_63); int32_t L_65 = L_64; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_66 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_63)->GetAt(static_cast(L_65)); uint32_t L_67 = V_6; NullCheck(L_66); (L_66)->SetAt(static_cast(2), (uint32_t)L_67); // t3 ^= t2; W[i][3] = t3; uint32_t L_68 = V_7; uint32_t L_69 = V_6; V_7 = ((int32_t)((int32_t)L_68^(int32_t)L_69)); // t3 ^= t2; W[i][3] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_70 = V_2; int32_t L_71 = V_8; NullCheck(L_70); int32_t L_72 = L_71; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_73 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_70)->GetAt(static_cast(L_72)); uint32_t L_74 = V_7; NullCheck(L_73); (L_73)->SetAt(static_cast(3), (uint32_t)L_74); // for (int i = 1; i <= 10; ++i) int32_t L_75 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); } IL_0116: { // for (int i = 1; i <= 10; ++i) int32_t L_76 = V_8; if ((((int32_t)L_76) <= ((int32_t)((int32_t)10)))) { goto IL_00ba; } } { // break; goto IL_04ec; } IL_0121: { // uint t0 = Pack.LE_To_UInt32(key, 0); W[0][0] = t0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_77 = ___key0; uint32_t L_78; L_78 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_77, 0, /*hidden argument*/NULL); V_10 = L_78; // uint t0 = Pack.LE_To_UInt32(key, 0); W[0][0] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_79 = V_2; NullCheck(L_79); int32_t L_80 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_81 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_79)->GetAt(static_cast(L_80)); uint32_t L_82 = V_10; NullCheck(L_81); (L_81)->SetAt(static_cast(0), (uint32_t)L_82); // uint t1 = Pack.LE_To_UInt32(key, 4); W[0][1] = t1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_83 = ___key0; uint32_t L_84; L_84 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_83, 4, /*hidden argument*/NULL); V_11 = L_84; // uint t1 = Pack.LE_To_UInt32(key, 4); W[0][1] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_85 = V_2; NullCheck(L_85); int32_t L_86 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_87 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_85)->GetAt(static_cast(L_86)); uint32_t L_88 = V_11; NullCheck(L_87); (L_87)->SetAt(static_cast(1), (uint32_t)L_88); // uint t2 = Pack.LE_To_UInt32(key, 8); W[0][2] = t2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_89 = ___key0; uint32_t L_90; L_90 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_89, 8, /*hidden argument*/NULL); V_12 = L_90; // uint t2 = Pack.LE_To_UInt32(key, 8); W[0][2] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_91 = V_2; NullCheck(L_91); int32_t L_92 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_93 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_91)->GetAt(static_cast(L_92)); uint32_t L_94 = V_12; NullCheck(L_93); (L_93)->SetAt(static_cast(2), (uint32_t)L_94); // uint t3 = Pack.LE_To_UInt32(key, 12); W[0][3] = t3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_95 = ___key0; uint32_t L_96; L_96 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_95, ((int32_t)12), /*hidden argument*/NULL); V_13 = L_96; // uint t3 = Pack.LE_To_UInt32(key, 12); W[0][3] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_97 = V_2; NullCheck(L_97); int32_t L_98 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_99 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_97)->GetAt(static_cast(L_98)); uint32_t L_100 = V_13; NullCheck(L_99); (L_99)->SetAt(static_cast(3), (uint32_t)L_100); // uint t4 = Pack.LE_To_UInt32(key, 16); W[1][0] = t4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_101 = ___key0; uint32_t L_102; L_102 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_101, ((int32_t)16), /*hidden argument*/NULL); V_14 = L_102; // uint t4 = Pack.LE_To_UInt32(key, 16); W[1][0] = t4; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_103 = V_2; NullCheck(L_103); int32_t L_104 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_105 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_103)->GetAt(static_cast(L_104)); uint32_t L_106 = V_14; NullCheck(L_105); (L_105)->SetAt(static_cast(0), (uint32_t)L_106); // uint t5 = Pack.LE_To_UInt32(key, 20); W[1][1] = t5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_107 = ___key0; uint32_t L_108; L_108 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_107, ((int32_t)20), /*hidden argument*/NULL); V_15 = L_108; // uint t5 = Pack.LE_To_UInt32(key, 20); W[1][1] = t5; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_109 = V_2; NullCheck(L_109); int32_t L_110 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_111 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_109)->GetAt(static_cast(L_110)); uint32_t L_112 = V_15; NullCheck(L_111); (L_111)->SetAt(static_cast(1), (uint32_t)L_112); // uint rcon = 1; V_16 = 1; // uint u = SubWord(Shift(t5, 8)) ^ rcon; rcon <<= 1; uint32_t L_113 = V_15; IL2CPP_RUNTIME_CLASS_INIT(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); uint32_t L_114; L_114 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_113, 8, /*hidden argument*/NULL); uint32_t L_115; L_115 = AesEngine_SubWord_m5B071644A1DFFF19BE270E1247ED072956ADD402(L_114, /*hidden argument*/NULL); uint32_t L_116 = V_16; V_17 = ((int32_t)((int32_t)L_115^(int32_t)L_116)); // uint u = SubWord(Shift(t5, 8)) ^ rcon; rcon <<= 1; uint32_t L_117 = V_16; V_16 = ((int32_t)((int32_t)L_117<<(int32_t)1)); // t0 ^= u; W[1][2] = t0; uint32_t L_118 = V_10; uint32_t L_119 = V_17; V_10 = ((int32_t)((int32_t)L_118^(int32_t)L_119)); // t0 ^= u; W[1][2] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_120 = V_2; NullCheck(L_120); int32_t L_121 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_122 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_120)->GetAt(static_cast(L_121)); uint32_t L_123 = V_10; NullCheck(L_122); (L_122)->SetAt(static_cast(2), (uint32_t)L_123); // t1 ^= t0; W[1][3] = t1; uint32_t L_124 = V_11; uint32_t L_125 = V_10; V_11 = ((int32_t)((int32_t)L_124^(int32_t)L_125)); // t1 ^= t0; W[1][3] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_126 = V_2; NullCheck(L_126); int32_t L_127 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_128 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_126)->GetAt(static_cast(L_127)); uint32_t L_129 = V_11; NullCheck(L_128); (L_128)->SetAt(static_cast(3), (uint32_t)L_129); // t2 ^= t1; W[2][0] = t2; uint32_t L_130 = V_12; uint32_t L_131 = V_11; V_12 = ((int32_t)((int32_t)L_130^(int32_t)L_131)); // t2 ^= t1; W[2][0] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_132 = V_2; NullCheck(L_132); int32_t L_133 = 2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_134 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_132)->GetAt(static_cast(L_133)); uint32_t L_135 = V_12; NullCheck(L_134); (L_134)->SetAt(static_cast(0), (uint32_t)L_135); // t3 ^= t2; W[2][1] = t3; uint32_t L_136 = V_13; uint32_t L_137 = V_12; V_13 = ((int32_t)((int32_t)L_136^(int32_t)L_137)); // t3 ^= t2; W[2][1] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_138 = V_2; NullCheck(L_138); int32_t L_139 = 2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_140 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_138)->GetAt(static_cast(L_139)); uint32_t L_141 = V_13; NullCheck(L_140); (L_140)->SetAt(static_cast(1), (uint32_t)L_141); // t4 ^= t3; W[2][2] = t4; uint32_t L_142 = V_14; uint32_t L_143 = V_13; V_14 = ((int32_t)((int32_t)L_142^(int32_t)L_143)); // t4 ^= t3; W[2][2] = t4; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_144 = V_2; NullCheck(L_144); int32_t L_145 = 2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_146 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_144)->GetAt(static_cast(L_145)); uint32_t L_147 = V_14; NullCheck(L_146); (L_146)->SetAt(static_cast(2), (uint32_t)L_147); // t5 ^= t4; W[2][3] = t5; uint32_t L_148 = V_15; uint32_t L_149 = V_14; V_15 = ((int32_t)((int32_t)L_148^(int32_t)L_149)); // t5 ^= t4; W[2][3] = t5; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_150 = V_2; NullCheck(L_150); int32_t L_151 = 2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_152 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_150)->GetAt(static_cast(L_151)); uint32_t L_153 = V_15; NullCheck(L_152); (L_152)->SetAt(static_cast(3), (uint32_t)L_153); // for (int i = 3; i < 12; i += 3) V_18 = 3; goto IL_02f5; } IL_01fb: { // u = SubWord(Shift(t5, 8)) ^ rcon; rcon <<= 1; uint32_t L_154 = V_15; IL2CPP_RUNTIME_CLASS_INIT(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); uint32_t L_155; L_155 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_154, 8, /*hidden argument*/NULL); uint32_t L_156; L_156 = AesEngine_SubWord_m5B071644A1DFFF19BE270E1247ED072956ADD402(L_155, /*hidden argument*/NULL); uint32_t L_157 = V_16; V_17 = ((int32_t)((int32_t)L_156^(int32_t)L_157)); // u = SubWord(Shift(t5, 8)) ^ rcon; rcon <<= 1; uint32_t L_158 = V_16; V_16 = ((int32_t)((int32_t)L_158<<(int32_t)1)); // t0 ^= u; W[i ][0] = t0; uint32_t L_159 = V_10; uint32_t L_160 = V_17; V_10 = ((int32_t)((int32_t)L_159^(int32_t)L_160)); // t0 ^= u; W[i ][0] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_161 = V_2; int32_t L_162 = V_18; NullCheck(L_161); int32_t L_163 = L_162; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_164 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_161)->GetAt(static_cast(L_163)); uint32_t L_165 = V_10; NullCheck(L_164); (L_164)->SetAt(static_cast(0), (uint32_t)L_165); // t1 ^= t0; W[i ][1] = t1; uint32_t L_166 = V_11; uint32_t L_167 = V_10; V_11 = ((int32_t)((int32_t)L_166^(int32_t)L_167)); // t1 ^= t0; W[i ][1] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_168 = V_2; int32_t L_169 = V_18; NullCheck(L_168); int32_t L_170 = L_169; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_171 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_168)->GetAt(static_cast(L_170)); uint32_t L_172 = V_11; NullCheck(L_171); (L_171)->SetAt(static_cast(1), (uint32_t)L_172); // t2 ^= t1; W[i ][2] = t2; uint32_t L_173 = V_12; uint32_t L_174 = V_11; V_12 = ((int32_t)((int32_t)L_173^(int32_t)L_174)); // t2 ^= t1; W[i ][2] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_175 = V_2; int32_t L_176 = V_18; NullCheck(L_175); int32_t L_177 = L_176; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_178 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_175)->GetAt(static_cast(L_177)); uint32_t L_179 = V_12; NullCheck(L_178); (L_178)->SetAt(static_cast(2), (uint32_t)L_179); // t3 ^= t2; W[i ][3] = t3; uint32_t L_180 = V_13; uint32_t L_181 = V_12; V_13 = ((int32_t)((int32_t)L_180^(int32_t)L_181)); // t3 ^= t2; W[i ][3] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_182 = V_2; int32_t L_183 = V_18; NullCheck(L_182); int32_t L_184 = L_183; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_185 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_182)->GetAt(static_cast(L_184)); uint32_t L_186 = V_13; NullCheck(L_185); (L_185)->SetAt(static_cast(3), (uint32_t)L_186); // t4 ^= t3; W[i + 1][0] = t4; uint32_t L_187 = V_14; uint32_t L_188 = V_13; V_14 = ((int32_t)((int32_t)L_187^(int32_t)L_188)); // t4 ^= t3; W[i + 1][0] = t4; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_189 = V_2; int32_t L_190 = V_18; NullCheck(L_189); int32_t L_191 = ((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)1)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_192 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_189)->GetAt(static_cast(L_191)); uint32_t L_193 = V_14; NullCheck(L_192); (L_192)->SetAt(static_cast(0), (uint32_t)L_193); // t5 ^= t4; W[i + 1][1] = t5; uint32_t L_194 = V_15; uint32_t L_195 = V_14; V_15 = ((int32_t)((int32_t)L_194^(int32_t)L_195)); // t5 ^= t4; W[i + 1][1] = t5; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_196 = V_2; int32_t L_197 = V_18; NullCheck(L_196); int32_t L_198 = ((int32_t)il2cpp_codegen_add((int32_t)L_197, (int32_t)1)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_199 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_196)->GetAt(static_cast(L_198)); uint32_t L_200 = V_15; NullCheck(L_199); (L_199)->SetAt(static_cast(1), (uint32_t)L_200); // u = SubWord(Shift(t5, 8)) ^ rcon; rcon <<= 1; uint32_t L_201 = V_15; uint32_t L_202; L_202 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_201, 8, /*hidden argument*/NULL); uint32_t L_203; L_203 = AesEngine_SubWord_m5B071644A1DFFF19BE270E1247ED072956ADD402(L_202, /*hidden argument*/NULL); uint32_t L_204 = V_16; V_17 = ((int32_t)((int32_t)L_203^(int32_t)L_204)); // u = SubWord(Shift(t5, 8)) ^ rcon; rcon <<= 1; uint32_t L_205 = V_16; V_16 = ((int32_t)((int32_t)L_205<<(int32_t)1)); // t0 ^= u; W[i + 1][2] = t0; uint32_t L_206 = V_10; uint32_t L_207 = V_17; V_10 = ((int32_t)((int32_t)L_206^(int32_t)L_207)); // t0 ^= u; W[i + 1][2] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_208 = V_2; int32_t L_209 = V_18; NullCheck(L_208); int32_t L_210 = ((int32_t)il2cpp_codegen_add((int32_t)L_209, (int32_t)1)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_211 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_208)->GetAt(static_cast(L_210)); uint32_t L_212 = V_10; NullCheck(L_211); (L_211)->SetAt(static_cast(2), (uint32_t)L_212); // t1 ^= t0; W[i + 1][3] = t1; uint32_t L_213 = V_11; uint32_t L_214 = V_10; V_11 = ((int32_t)((int32_t)L_213^(int32_t)L_214)); // t1 ^= t0; W[i + 1][3] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_215 = V_2; int32_t L_216 = V_18; NullCheck(L_215); int32_t L_217 = ((int32_t)il2cpp_codegen_add((int32_t)L_216, (int32_t)1)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_218 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_215)->GetAt(static_cast(L_217)); uint32_t L_219 = V_11; NullCheck(L_218); (L_218)->SetAt(static_cast(3), (uint32_t)L_219); // t2 ^= t1; W[i + 2][0] = t2; uint32_t L_220 = V_12; uint32_t L_221 = V_11; V_12 = ((int32_t)((int32_t)L_220^(int32_t)L_221)); // t2 ^= t1; W[i + 2][0] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_222 = V_2; int32_t L_223 = V_18; NullCheck(L_222); int32_t L_224 = ((int32_t)il2cpp_codegen_add((int32_t)L_223, (int32_t)2)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_225 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_222)->GetAt(static_cast(L_224)); uint32_t L_226 = V_12; NullCheck(L_225); (L_225)->SetAt(static_cast(0), (uint32_t)L_226); // t3 ^= t2; W[i + 2][1] = t3; uint32_t L_227 = V_13; uint32_t L_228 = V_12; V_13 = ((int32_t)((int32_t)L_227^(int32_t)L_228)); // t3 ^= t2; W[i + 2][1] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_229 = V_2; int32_t L_230 = V_18; NullCheck(L_229); int32_t L_231 = ((int32_t)il2cpp_codegen_add((int32_t)L_230, (int32_t)2)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_232 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_229)->GetAt(static_cast(L_231)); uint32_t L_233 = V_13; NullCheck(L_232); (L_232)->SetAt(static_cast(1), (uint32_t)L_233); // t4 ^= t3; W[i + 2][2] = t4; uint32_t L_234 = V_14; uint32_t L_235 = V_13; V_14 = ((int32_t)((int32_t)L_234^(int32_t)L_235)); // t4 ^= t3; W[i + 2][2] = t4; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_236 = V_2; int32_t L_237 = V_18; NullCheck(L_236); int32_t L_238 = ((int32_t)il2cpp_codegen_add((int32_t)L_237, (int32_t)2)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_239 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_236)->GetAt(static_cast(L_238)); uint32_t L_240 = V_14; NullCheck(L_239); (L_239)->SetAt(static_cast(2), (uint32_t)L_240); // t5 ^= t4; W[i + 2][3] = t5; uint32_t L_241 = V_15; uint32_t L_242 = V_14; V_15 = ((int32_t)((int32_t)L_241^(int32_t)L_242)); // t5 ^= t4; W[i + 2][3] = t5; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_243 = V_2; int32_t L_244 = V_18; NullCheck(L_243); int32_t L_245 = ((int32_t)il2cpp_codegen_add((int32_t)L_244, (int32_t)2)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_246 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_243)->GetAt(static_cast(L_245)); uint32_t L_247 = V_15; NullCheck(L_246); (L_246)->SetAt(static_cast(3), (uint32_t)L_247); // for (int i = 3; i < 12; i += 3) int32_t L_248 = V_18; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_248, (int32_t)3)); } IL_02f5: { // for (int i = 3; i < 12; i += 3) int32_t L_249 = V_18; if ((((int32_t)L_249) < ((int32_t)((int32_t)12)))) { goto IL_01fb; } } { // u = SubWord(Shift(t5, 8)) ^ rcon; uint32_t L_250 = V_15; IL2CPP_RUNTIME_CLASS_INIT(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); uint32_t L_251; L_251 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_250, 8, /*hidden argument*/NULL); uint32_t L_252; L_252 = AesEngine_SubWord_m5B071644A1DFFF19BE270E1247ED072956ADD402(L_251, /*hidden argument*/NULL); uint32_t L_253 = V_16; V_17 = ((int32_t)((int32_t)L_252^(int32_t)L_253)); // t0 ^= u; W[12][0] = t0; uint32_t L_254 = V_10; uint32_t L_255 = V_17; V_10 = ((int32_t)((int32_t)L_254^(int32_t)L_255)); // t0 ^= u; W[12][0] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_256 = V_2; NullCheck(L_256); int32_t L_257 = ((int32_t)12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_258 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_256)->GetAt(static_cast(L_257)); uint32_t L_259 = V_10; NullCheck(L_258); (L_258)->SetAt(static_cast(0), (uint32_t)L_259); // t1 ^= t0; W[12][1] = t1; uint32_t L_260 = V_11; uint32_t L_261 = V_10; V_11 = ((int32_t)((int32_t)L_260^(int32_t)L_261)); // t1 ^= t0; W[12][1] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_262 = V_2; NullCheck(L_262); int32_t L_263 = ((int32_t)12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_264 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_262)->GetAt(static_cast(L_263)); uint32_t L_265 = V_11; NullCheck(L_264); (L_264)->SetAt(static_cast(1), (uint32_t)L_265); // t2 ^= t1; W[12][2] = t2; uint32_t L_266 = V_12; uint32_t L_267 = V_11; V_12 = ((int32_t)((int32_t)L_266^(int32_t)L_267)); // t2 ^= t1; W[12][2] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_268 = V_2; NullCheck(L_268); int32_t L_269 = ((int32_t)12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_270 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_268)->GetAt(static_cast(L_269)); uint32_t L_271 = V_12; NullCheck(L_270); (L_270)->SetAt(static_cast(2), (uint32_t)L_271); // t3 ^= t2; W[12][3] = t3; uint32_t L_272 = V_13; uint32_t L_273 = V_12; V_13 = ((int32_t)((int32_t)L_272^(int32_t)L_273)); // t3 ^= t2; W[12][3] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_274 = V_2; NullCheck(L_274); int32_t L_275 = ((int32_t)12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_276 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_274)->GetAt(static_cast(L_275)); uint32_t L_277 = V_13; NullCheck(L_276); (L_276)->SetAt(static_cast(3), (uint32_t)L_277); // break; goto IL_04ec; } IL_0351: { // uint t0 = Pack.LE_To_UInt32(key, 0); W[0][0] = t0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_278 = ___key0; uint32_t L_279; L_279 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_278, 0, /*hidden argument*/NULL); V_19 = L_279; // uint t0 = Pack.LE_To_UInt32(key, 0); W[0][0] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_280 = V_2; NullCheck(L_280); int32_t L_281 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_282 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_280)->GetAt(static_cast(L_281)); uint32_t L_283 = V_19; NullCheck(L_282); (L_282)->SetAt(static_cast(0), (uint32_t)L_283); // uint t1 = Pack.LE_To_UInt32(key, 4); W[0][1] = t1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_284 = ___key0; uint32_t L_285; L_285 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_284, 4, /*hidden argument*/NULL); V_20 = L_285; // uint t1 = Pack.LE_To_UInt32(key, 4); W[0][1] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_286 = V_2; NullCheck(L_286); int32_t L_287 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_288 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_286)->GetAt(static_cast(L_287)); uint32_t L_289 = V_20; NullCheck(L_288); (L_288)->SetAt(static_cast(1), (uint32_t)L_289); // uint t2 = Pack.LE_To_UInt32(key, 8); W[0][2] = t2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_290 = ___key0; uint32_t L_291; L_291 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_290, 8, /*hidden argument*/NULL); V_21 = L_291; // uint t2 = Pack.LE_To_UInt32(key, 8); W[0][2] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_292 = V_2; NullCheck(L_292); int32_t L_293 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_294 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_292)->GetAt(static_cast(L_293)); uint32_t L_295 = V_21; NullCheck(L_294); (L_294)->SetAt(static_cast(2), (uint32_t)L_295); // uint t3 = Pack.LE_To_UInt32(key, 12); W[0][3] = t3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_296 = ___key0; uint32_t L_297; L_297 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_296, ((int32_t)12), /*hidden argument*/NULL); V_22 = L_297; // uint t3 = Pack.LE_To_UInt32(key, 12); W[0][3] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_298 = V_2; NullCheck(L_298); int32_t L_299 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_300 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_298)->GetAt(static_cast(L_299)); uint32_t L_301 = V_22; NullCheck(L_300); (L_300)->SetAt(static_cast(3), (uint32_t)L_301); // uint t4 = Pack.LE_To_UInt32(key, 16); W[1][0] = t4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_302 = ___key0; uint32_t L_303; L_303 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_302, ((int32_t)16), /*hidden argument*/NULL); V_23 = L_303; // uint t4 = Pack.LE_To_UInt32(key, 16); W[1][0] = t4; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_304 = V_2; NullCheck(L_304); int32_t L_305 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_306 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_304)->GetAt(static_cast(L_305)); uint32_t L_307 = V_23; NullCheck(L_306); (L_306)->SetAt(static_cast(0), (uint32_t)L_307); // uint t5 = Pack.LE_To_UInt32(key, 20); W[1][1] = t5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_308 = ___key0; uint32_t L_309; L_309 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_308, ((int32_t)20), /*hidden argument*/NULL); V_24 = L_309; // uint t5 = Pack.LE_To_UInt32(key, 20); W[1][1] = t5; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_310 = V_2; NullCheck(L_310); int32_t L_311 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_312 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_310)->GetAt(static_cast(L_311)); uint32_t L_313 = V_24; NullCheck(L_312); (L_312)->SetAt(static_cast(1), (uint32_t)L_313); // uint t6 = Pack.LE_To_UInt32(key, 24); W[1][2] = t6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_314 = ___key0; uint32_t L_315; L_315 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_314, ((int32_t)24), /*hidden argument*/NULL); V_25 = L_315; // uint t6 = Pack.LE_To_UInt32(key, 24); W[1][2] = t6; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_316 = V_2; NullCheck(L_316); int32_t L_317 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_318 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_316)->GetAt(static_cast(L_317)); uint32_t L_319 = V_25; NullCheck(L_318); (L_318)->SetAt(static_cast(2), (uint32_t)L_319); // uint t7 = Pack.LE_To_UInt32(key, 28); W[1][3] = t7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_320 = ___key0; uint32_t L_321; L_321 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_320, ((int32_t)28), /*hidden argument*/NULL); V_26 = L_321; // uint t7 = Pack.LE_To_UInt32(key, 28); W[1][3] = t7; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_322 = V_2; NullCheck(L_322); int32_t L_323 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_324 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_322)->GetAt(static_cast(L_323)); uint32_t L_325 = V_26; NullCheck(L_324); (L_324)->SetAt(static_cast(3), (uint32_t)L_325); // uint u, rcon = 1; V_28 = 1; // for (int i = 2; i < 14; i += 2) V_29 = 2; goto IL_0488; } IL_03e1: { // u = SubWord(Shift(t7, 8)) ^ rcon; rcon <<= 1; uint32_t L_326 = V_26; IL2CPP_RUNTIME_CLASS_INIT(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); uint32_t L_327; L_327 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_326, 8, /*hidden argument*/NULL); uint32_t L_328; L_328 = AesEngine_SubWord_m5B071644A1DFFF19BE270E1247ED072956ADD402(L_327, /*hidden argument*/NULL); uint32_t L_329 = V_28; V_27 = ((int32_t)((int32_t)L_328^(int32_t)L_329)); // u = SubWord(Shift(t7, 8)) ^ rcon; rcon <<= 1; uint32_t L_330 = V_28; V_28 = ((int32_t)((int32_t)L_330<<(int32_t)1)); // t0 ^= u; W[i ][0] = t0; uint32_t L_331 = V_19; uint32_t L_332 = V_27; V_19 = ((int32_t)((int32_t)L_331^(int32_t)L_332)); // t0 ^= u; W[i ][0] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_333 = V_2; int32_t L_334 = V_29; NullCheck(L_333); int32_t L_335 = L_334; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_336 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_333)->GetAt(static_cast(L_335)); uint32_t L_337 = V_19; NullCheck(L_336); (L_336)->SetAt(static_cast(0), (uint32_t)L_337); // t1 ^= t0; W[i ][1] = t1; uint32_t L_338 = V_20; uint32_t L_339 = V_19; V_20 = ((int32_t)((int32_t)L_338^(int32_t)L_339)); // t1 ^= t0; W[i ][1] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_340 = V_2; int32_t L_341 = V_29; NullCheck(L_340); int32_t L_342 = L_341; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_343 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_340)->GetAt(static_cast(L_342)); uint32_t L_344 = V_20; NullCheck(L_343); (L_343)->SetAt(static_cast(1), (uint32_t)L_344); // t2 ^= t1; W[i ][2] = t2; uint32_t L_345 = V_21; uint32_t L_346 = V_20; V_21 = ((int32_t)((int32_t)L_345^(int32_t)L_346)); // t2 ^= t1; W[i ][2] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_347 = V_2; int32_t L_348 = V_29; NullCheck(L_347); int32_t L_349 = L_348; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_350 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_347)->GetAt(static_cast(L_349)); uint32_t L_351 = V_21; NullCheck(L_350); (L_350)->SetAt(static_cast(2), (uint32_t)L_351); // t3 ^= t2; W[i ][3] = t3; uint32_t L_352 = V_22; uint32_t L_353 = V_21; V_22 = ((int32_t)((int32_t)L_352^(int32_t)L_353)); // t3 ^= t2; W[i ][3] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_354 = V_2; int32_t L_355 = V_29; NullCheck(L_354); int32_t L_356 = L_355; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_357 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_354)->GetAt(static_cast(L_356)); uint32_t L_358 = V_22; NullCheck(L_357); (L_357)->SetAt(static_cast(3), (uint32_t)L_358); // u = SubWord(t3); uint32_t L_359 = V_22; uint32_t L_360; L_360 = AesEngine_SubWord_m5B071644A1DFFF19BE270E1247ED072956ADD402(L_359, /*hidden argument*/NULL); V_27 = L_360; // t4 ^= u; W[i + 1][0] = t4; uint32_t L_361 = V_23; uint32_t L_362 = V_27; V_23 = ((int32_t)((int32_t)L_361^(int32_t)L_362)); // t4 ^= u; W[i + 1][0] = t4; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_363 = V_2; int32_t L_364 = V_29; NullCheck(L_363); int32_t L_365 = ((int32_t)il2cpp_codegen_add((int32_t)L_364, (int32_t)1)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_366 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_363)->GetAt(static_cast(L_365)); uint32_t L_367 = V_23; NullCheck(L_366); (L_366)->SetAt(static_cast(0), (uint32_t)L_367); // t5 ^= t4; W[i + 1][1] = t5; uint32_t L_368 = V_24; uint32_t L_369 = V_23; V_24 = ((int32_t)((int32_t)L_368^(int32_t)L_369)); // t5 ^= t4; W[i + 1][1] = t5; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_370 = V_2; int32_t L_371 = V_29; NullCheck(L_370); int32_t L_372 = ((int32_t)il2cpp_codegen_add((int32_t)L_371, (int32_t)1)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_373 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_370)->GetAt(static_cast(L_372)); uint32_t L_374 = V_24; NullCheck(L_373); (L_373)->SetAt(static_cast(1), (uint32_t)L_374); // t6 ^= t5; W[i + 1][2] = t6; uint32_t L_375 = V_25; uint32_t L_376 = V_24; V_25 = ((int32_t)((int32_t)L_375^(int32_t)L_376)); // t6 ^= t5; W[i + 1][2] = t6; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_377 = V_2; int32_t L_378 = V_29; NullCheck(L_377); int32_t L_379 = ((int32_t)il2cpp_codegen_add((int32_t)L_378, (int32_t)1)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_380 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_377)->GetAt(static_cast(L_379)); uint32_t L_381 = V_25; NullCheck(L_380); (L_380)->SetAt(static_cast(2), (uint32_t)L_381); // t7 ^= t6; W[i + 1][3] = t7; uint32_t L_382 = V_26; uint32_t L_383 = V_25; V_26 = ((int32_t)((int32_t)L_382^(int32_t)L_383)); // t7 ^= t6; W[i + 1][3] = t7; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_384 = V_2; int32_t L_385 = V_29; NullCheck(L_384); int32_t L_386 = ((int32_t)il2cpp_codegen_add((int32_t)L_385, (int32_t)1)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_387 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_384)->GetAt(static_cast(L_386)); uint32_t L_388 = V_26; NullCheck(L_387); (L_387)->SetAt(static_cast(3), (uint32_t)L_388); // for (int i = 2; i < 14; i += 2) int32_t L_389 = V_29; V_29 = ((int32_t)il2cpp_codegen_add((int32_t)L_389, (int32_t)2)); } IL_0488: { // for (int i = 2; i < 14; i += 2) int32_t L_390 = V_29; if ((((int32_t)L_390) < ((int32_t)((int32_t)14)))) { goto IL_03e1; } } { // u = SubWord(Shift(t7, 8)) ^ rcon; uint32_t L_391 = V_26; IL2CPP_RUNTIME_CLASS_INIT(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); uint32_t L_392; L_392 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_391, 8, /*hidden argument*/NULL); uint32_t L_393; L_393 = AesEngine_SubWord_m5B071644A1DFFF19BE270E1247ED072956ADD402(L_392, /*hidden argument*/NULL); uint32_t L_394 = V_28; V_27 = ((int32_t)((int32_t)L_393^(int32_t)L_394)); // t0 ^= u; W[14][0] = t0; uint32_t L_395 = V_19; uint32_t L_396 = V_27; V_19 = ((int32_t)((int32_t)L_395^(int32_t)L_396)); // t0 ^= u; W[14][0] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_397 = V_2; NullCheck(L_397); int32_t L_398 = ((int32_t)14); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_399 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_397)->GetAt(static_cast(L_398)); uint32_t L_400 = V_19; NullCheck(L_399); (L_399)->SetAt(static_cast(0), (uint32_t)L_400); // t1 ^= t0; W[14][1] = t1; uint32_t L_401 = V_20; uint32_t L_402 = V_19; V_20 = ((int32_t)((int32_t)L_401^(int32_t)L_402)); // t1 ^= t0; W[14][1] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_403 = V_2; NullCheck(L_403); int32_t L_404 = ((int32_t)14); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_405 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_403)->GetAt(static_cast(L_404)); uint32_t L_406 = V_20; NullCheck(L_405); (L_405)->SetAt(static_cast(1), (uint32_t)L_406); // t2 ^= t1; W[14][2] = t2; uint32_t L_407 = V_21; uint32_t L_408 = V_20; V_21 = ((int32_t)((int32_t)L_407^(int32_t)L_408)); // t2 ^= t1; W[14][2] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_409 = V_2; NullCheck(L_409); int32_t L_410 = ((int32_t)14); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_411 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_409)->GetAt(static_cast(L_410)); uint32_t L_412 = V_21; NullCheck(L_411); (L_411)->SetAt(static_cast(2), (uint32_t)L_412); // t3 ^= t2; W[14][3] = t3; uint32_t L_413 = V_22; uint32_t L_414 = V_21; V_22 = ((int32_t)((int32_t)L_413^(int32_t)L_414)); // t3 ^= t2; W[14][3] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_415 = V_2; NullCheck(L_415); int32_t L_416 = ((int32_t)14); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_417 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_415)->GetAt(static_cast(L_416)); uint32_t L_418 = V_22; NullCheck(L_417); (L_417)->SetAt(static_cast(3), (uint32_t)L_418); // break; goto IL_04ec; } IL_04e1: { // throw new InvalidOperationException("Should never get here"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_419 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_419, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7DBDBA421AC8484BAFE52A917ED124C00D46DC9E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_419, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AesEngine_GenerateWorkingKey_mE57E9EF5444A3EAFB3C0772329C5554C48639C98_RuntimeMethod_var))); } IL_04ec: { // if (!forEncryption) bool L_420 = ___forEncryption1; if (L_420) { goto IL_0529; } } { // for (int j = 1; j < ROUNDS; j++) V_30 = 1; goto IL_051f; } IL_04f4: { // uint[] w = W[j]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_421 = V_2; int32_t L_422 = V_30; NullCheck(L_421); int32_t L_423 = L_422; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_424 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_421)->GetAt(static_cast(L_423)); V_31 = L_424; // for (int i = 0; i < 4; i++) V_32 = 0; goto IL_0514; } IL_04ff: { // w[i] = Inv_Mcol(w[i]); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_425 = V_31; int32_t L_426 = V_32; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_427 = V_31; int32_t L_428 = V_32; NullCheck(L_427); int32_t L_429 = L_428; uint32_t L_430 = (L_427)->GetAt(static_cast(L_429)); IL2CPP_RUNTIME_CLASS_INIT(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); uint32_t L_431; L_431 = AesEngine_Inv_Mcol_m85C88161C0D451EA9190B07BD8FD7916229A8C22(L_430, /*hidden argument*/NULL); NullCheck(L_425); (L_425)->SetAt(static_cast(L_426), (uint32_t)L_431); // for (int i = 0; i < 4; i++) int32_t L_432 = V_32; V_32 = ((int32_t)il2cpp_codegen_add((int32_t)L_432, (int32_t)1)); } IL_0514: { // for (int i = 0; i < 4; i++) int32_t L_433 = V_32; if ((((int32_t)L_433) < ((int32_t)4))) { goto IL_04ff; } } { // for (int j = 1; j < ROUNDS; j++) int32_t L_434 = V_30; V_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_434, (int32_t)1)); } IL_051f: { // for (int j = 1; j < ROUNDS; j++) int32_t L_435 = V_30; int32_t L_436 = __this->get_ROUNDS_10(); if ((((int32_t)L_435) < ((int32_t)L_436))) { goto IL_04f4; } } IL_0529: { // return W; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_437 = V_2; return L_437; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesEngine__ctor_mBB09DD03EBD0454D0EB04220D1191AD89D0B8986 (AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 * __this, const RuntimeMethod* method) { { // public AesEngine() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesEngine_Init_m6D6EF5AE3C00B3A2989CBB7624B6031362F2AF4D (AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * V_0 = NULL; AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 * G_B4_0 = NULL; AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 * G_B3_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B5_0 = NULL; AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 * G_B5_1 = NULL; { // KeyParameter keyParameter = parameters as KeyParameter; RuntimeObject* L_0 = ___parameters1; V_0 = ((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)IsInstClass((RuntimeObject*)L_0, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var)); // if (keyParameter == null) KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_1 = V_0; if (L_1) { goto IL_0020; } } { // throw new ArgumentException("invalid parameter passed to AES init - " // + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(parameters)); RuntimeObject* L_2 = ___parameters1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_3; L_3 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_2, /*hidden argument*/NULL); String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCED4ECC4AE35D4EFF2458EF43A779BB25724C998)), L_3, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AesEngine_Init_m6D6EF5AE3C00B3A2989CBB7624B6031362F2AF4D_RuntimeMethod_var))); } IL_0020: { // WorkingKey = GenerateWorkingKey(keyParameter.GetKey(), forEncryption); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_6 = V_0; NullCheck(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A(L_6, /*hidden argument*/NULL); bool L_8 = ___forEncryption0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_9; L_9 = AesEngine_GenerateWorkingKey_mE57E9EF5444A3EAFB3C0772329C5554C48639C98(__this, L_7, L_8, /*hidden argument*/NULL); __this->set_WorkingKey_11(L_9); // this.forEncryption = forEncryption; bool L_10 = ___forEncryption0; __this->set_forEncryption_16(L_10); // this.s = Arrays.Clone(forEncryption ? S : Si); bool L_11 = ___forEncryption0; G_B3_0 = __this; if (L_11) { G_B4_0 = __this; goto IL_0045; } } { IL2CPP_RUNTIME_CLASS_INIT(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Si_1(); G_B5_0 = L_12; G_B5_1 = G_B3_0; goto IL_004a; } IL_0045: { IL2CPP_RUNTIME_CLASS_INIT(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_S_0(); G_B5_0 = L_13; G_B5_1 = G_B4_0; } IL_004a: { IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14; L_14 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(G_B5_0, /*hidden argument*/NULL); NullCheck(G_B5_1); G_B5_1->set_s_17(L_14); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AesEngine_get_AlgorithmName_m251CBBC64F38B7EE6EC7FE87F7B1F6FE31745F12 (AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral423ACA01AC170A50869ECDEF572CD96995576718); s_Il2CppMethodInitialized = true; } { // get { return "AES"; } return _stringLiteral423ACA01AC170A50869ECDEF572CD96995576718; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::get_IsPartialBlockOkay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AesEngine_get_IsPartialBlockOkay_m99503ECDC8EEB1FC866A73A7E8AC9CC8C02DF602 (AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AesEngine_GetBlockSize_mF7A497576F7277C48EBD416FD72CAADE32B95C10 (AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 * __this, const RuntimeMethod* method) { { // return BLOCK_SIZE; return ((int32_t)16); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AesEngine_ProcessBlock_mE60A687CAE7B3C9361AF39C32AE2C2FAAB2D9A98 (AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED); s_Il2CppMethodInitialized = true; } { // if (WorkingKey == null) UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_0 = __this->get_WorkingKey_11(); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("AES engine not initialised"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1557AFFE8BBF6FF1C05CD38FC1CAB933607E374C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AesEngine_ProcessBlock_mE60A687CAE7B3C9361AF39C32AE2C2FAAB2D9A98_RuntimeMethod_var))); } IL_0013: { // Check.DataLength(input, inOff, 16, "input buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; int32_t L_3 = ___inOff1; Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F(L_2, L_3, ((int32_t)16), _stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED, /*hidden argument*/NULL); // Check.OutputLength(output, outOff, 16, "output buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___output2; int32_t L_5 = ___outOff3; Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6(L_4, L_5, ((int32_t)16), _stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2, /*hidden argument*/NULL); // UnPackBlock(input, inOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___input0; int32_t L_7 = ___inOff1; AesEngine_UnPackBlock_mB90968D2CD377182E4DDD2465701B434CE1E8272(__this, L_6, L_7, /*hidden argument*/NULL); // if (forEncryption) bool L_8 = __this->get_forEncryption_16(); if (!L_8) { goto IL_004e; } } { // EncryptBlock(WorkingKey); UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_9 = __this->get_WorkingKey_11(); AesEngine_EncryptBlock_mAA4A04FC2B12A3445A7E6FAB908701E9F4B8B5D9(__this, L_9, /*hidden argument*/NULL); // } goto IL_005a; } IL_004e: { // DecryptBlock(WorkingKey); UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_10 = __this->get_WorkingKey_11(); AesEngine_DecryptBlock_m13DB5952EB79B67CF54B735897B186DE090BE7B5(__this, L_10, /*hidden argument*/NULL); } IL_005a: { // PackBlock(output, outOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___output2; int32_t L_12 = ___outOff3; AesEngine_PackBlock_m684D5C470FFC6206FC03448B04B8AB85291944E3(__this, L_11, L_12, /*hidden argument*/NULL); // return BLOCK_SIZE; return ((int32_t)16); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesEngine_Reset_m7A533081638C289AF649BADD2B1B60B9FE2A781E (AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 * __this, const RuntimeMethod* method) { { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::UnPackBlock(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesEngine_UnPackBlock_mB90968D2CD377182E4DDD2465701B434CE1E8272 (AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___off1, const RuntimeMethod* method) { { // C0 = Pack.LE_To_UInt32(bytes, off); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bytes0; int32_t L_1 = ___off1; uint32_t L_2; L_2 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_0, L_1, /*hidden argument*/NULL); __this->set_C0_12(L_2); // C1 = Pack.LE_To_UInt32(bytes, off + 4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___bytes0; int32_t L_4 = ___off1; uint32_t L_5; L_5 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)4)), /*hidden argument*/NULL); __this->set_C1_13(L_5); // C2 = Pack.LE_To_UInt32(bytes, off + 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___bytes0; int32_t L_7 = ___off1; uint32_t L_8; L_8 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)8)), /*hidden argument*/NULL); __this->set_C2_14(L_8); // C3 = Pack.LE_To_UInt32(bytes, off + 12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___bytes0; int32_t L_10 = ___off1; uint32_t L_11; L_11 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)((int32_t)12))), /*hidden argument*/NULL); __this->set_C3_15(L_11); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::PackBlock(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesEngine_PackBlock_m684D5C470FFC6206FC03448B04B8AB85291944E3 (AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___off1, const RuntimeMethod* method) { { // Pack.UInt32_To_LE(C0, bytes, off); uint32_t L_0 = __this->get_C0_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___bytes0; int32_t L_2 = ___off1; Pack_UInt32_To_LE_m0B85A8B40A576879EEB7F6EFB703224E6B500488(L_0, L_1, L_2, /*hidden argument*/NULL); // Pack.UInt32_To_LE(C1, bytes, off + 4); uint32_t L_3 = __this->get_C1_13(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bytes0; int32_t L_5 = ___off1; Pack_UInt32_To_LE_m0B85A8B40A576879EEB7F6EFB703224E6B500488(L_3, L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)4)), /*hidden argument*/NULL); // Pack.UInt32_To_LE(C2, bytes, off + 8); uint32_t L_6 = __this->get_C2_14(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___bytes0; int32_t L_8 = ___off1; Pack_UInt32_To_LE_m0B85A8B40A576879EEB7F6EFB703224E6B500488(L_6, L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)8)), /*hidden argument*/NULL); // Pack.UInt32_To_LE(C3, bytes, off + 12); uint32_t L_9 = __this->get_C3_15(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___bytes0; int32_t L_11 = ___off1; Pack_UInt32_To_LE_m0B85A8B40A576879EEB7F6EFB703224E6B500488(L_9, L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)12))), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::EncryptBlock(System.UInt32[][]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesEngine_EncryptBlock_mAA4A04FC2B12A3445A7E6FAB908701E9F4B8B5D9 (AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 * __this, UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* ___KW0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; uint32_t V_6 = 0; uint32_t V_7 = 0; int32_t V_8 = 0; { // uint[] kw = KW[0]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_0 = ___KW0; NullCheck(L_0); int32_t L_1 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_0)->GetAt(static_cast(L_1)); V_0 = L_2; // uint t0 = this.C0 ^ kw[0]; uint32_t L_3 = __this->get_C0_12(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = V_0; NullCheck(L_4); int32_t L_5 = 0; uint32_t L_6 = (L_4)->GetAt(static_cast(L_5)); V_1 = ((int32_t)((int32_t)L_3^(int32_t)L_6)); // uint t1 = this.C1 ^ kw[1]; uint32_t L_7 = __this->get_C1_13(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = V_0; NullCheck(L_8); int32_t L_9 = 1; uint32_t L_10 = (L_8)->GetAt(static_cast(L_9)); V_2 = ((int32_t)((int32_t)L_7^(int32_t)L_10)); // uint t2 = this.C2 ^ kw[2]; uint32_t L_11 = __this->get_C2_14(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = V_0; NullCheck(L_12); int32_t L_13 = 2; uint32_t L_14 = (L_12)->GetAt(static_cast(L_13)); V_3 = ((int32_t)((int32_t)L_11^(int32_t)L_14)); // uint r0, r1, r2, r3 = this.C3 ^ kw[3]; uint32_t L_15 = __this->get_C3_15(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = V_0; NullCheck(L_16); int32_t L_17 = 3; uint32_t L_18 = (L_16)->GetAt(static_cast(L_17)); V_7 = ((int32_t)((int32_t)L_15^(int32_t)L_18)); // int r = 1; V_8 = 1; goto IL_0326; } IL_0039: { // kw = KW[r++]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_19 = ___KW0; int32_t L_20 = V_8; int32_t L_21 = L_20; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); NullCheck(L_19); int32_t L_22 = L_21; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_19)->GetAt(static_cast(L_22)); V_0 = L_23; // r0 = T0[t0 & 255] ^ Shift(T0[(t1 >> 8) & 255], 24) ^ Shift(T0[(t2 >> 16) & 255], 16) ^ Shift(T0[(r3 >> 24) & 255], 8) ^ kw[0]; IL2CPP_RUNTIME_CLASS_INIT(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_25 = V_1; NullCheck(L_24); int32_t L_26 = ((int32_t)((int32_t)L_25&(int32_t)((int32_t)255))); uint32_t L_27 = (L_24)->GetAt(static_cast(L_26)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_29 = V_2; NullCheck(L_28); int32_t L_30 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_29>>8))&(int32_t)((int32_t)255))); uint32_t L_31 = (L_28)->GetAt(static_cast(L_30)); uint32_t L_32; L_32 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_31, ((int32_t)24), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_34 = V_3; NullCheck(L_33); int32_t L_35 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_34>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_36 = (L_33)->GetAt(static_cast(L_35)); uint32_t L_37; L_37 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_36, ((int32_t)16), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_39 = V_7; NullCheck(L_38); int32_t L_40 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_39>>((int32_t)24)))&(int32_t)((int32_t)255))); uint32_t L_41 = (L_38)->GetAt(static_cast(L_40)); uint32_t L_42; L_42 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_41, 8, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = V_0; NullCheck(L_43); int32_t L_44 = 0; uint32_t L_45 = (L_43)->GetAt(static_cast(L_44)); V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_27^(int32_t)L_32))^(int32_t)L_37))^(int32_t)L_42))^(int32_t)L_45)); // r1 = T0[t1 & 255] ^ Shift(T0[(t2 >> 8) & 255], 24) ^ Shift(T0[(r3 >> 16) & 255], 16) ^ Shift(T0[(t0 >> 24) & 255], 8) ^ kw[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_46 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_47 = V_2; NullCheck(L_46); int32_t L_48 = ((int32_t)((int32_t)L_47&(int32_t)((int32_t)255))); uint32_t L_49 = (L_46)->GetAt(static_cast(L_48)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_50 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_51 = V_3; NullCheck(L_50); int32_t L_52 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_51>>8))&(int32_t)((int32_t)255))); uint32_t L_53 = (L_50)->GetAt(static_cast(L_52)); uint32_t L_54; L_54 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_53, ((int32_t)24), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_55 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_56 = V_7; NullCheck(L_55); int32_t L_57 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_56>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_58 = (L_55)->GetAt(static_cast(L_57)); uint32_t L_59; L_59 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_58, ((int32_t)16), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_60 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_61 = V_1; NullCheck(L_60); int32_t L_62 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_61>>((int32_t)24)))&(int32_t)((int32_t)255))); uint32_t L_63 = (L_60)->GetAt(static_cast(L_62)); uint32_t L_64; L_64 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_63, 8, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_65 = V_0; NullCheck(L_65); int32_t L_66 = 1; uint32_t L_67 = (L_65)->GetAt(static_cast(L_66)); V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_49^(int32_t)L_54))^(int32_t)L_59))^(int32_t)L_64))^(int32_t)L_67)); // r2 = T0[t2 & 255] ^ Shift(T0[(r3 >> 8) & 255], 24) ^ Shift(T0[(t0 >> 16) & 255], 16) ^ Shift(T0[(t1 >> 24) & 255], 8) ^ kw[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_68 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_69 = V_3; NullCheck(L_68); int32_t L_70 = ((int32_t)((int32_t)L_69&(int32_t)((int32_t)255))); uint32_t L_71 = (L_68)->GetAt(static_cast(L_70)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_72 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_73 = V_7; NullCheck(L_72); int32_t L_74 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_73>>8))&(int32_t)((int32_t)255))); uint32_t L_75 = (L_72)->GetAt(static_cast(L_74)); uint32_t L_76; L_76 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_75, ((int32_t)24), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_77 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_78 = V_1; NullCheck(L_77); int32_t L_79 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_78>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_80 = (L_77)->GetAt(static_cast(L_79)); uint32_t L_81; L_81 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_80, ((int32_t)16), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_82 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_83 = V_2; NullCheck(L_82); int32_t L_84 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_83>>((int32_t)24)))&(int32_t)((int32_t)255))); uint32_t L_85 = (L_82)->GetAt(static_cast(L_84)); uint32_t L_86; L_86 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_85, 8, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_87 = V_0; NullCheck(L_87); int32_t L_88 = 2; uint32_t L_89 = (L_87)->GetAt(static_cast(L_88)); V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_71^(int32_t)L_76))^(int32_t)L_81))^(int32_t)L_86))^(int32_t)L_89)); // r3 = T0[r3 & 255] ^ Shift(T0[(t0 >> 8) & 255], 24) ^ Shift(T0[(t1 >> 16) & 255], 16) ^ Shift(T0[(t2 >> 24) & 255], 8) ^ kw[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_90 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_91 = V_7; NullCheck(L_90); int32_t L_92 = ((int32_t)((int32_t)L_91&(int32_t)((int32_t)255))); uint32_t L_93 = (L_90)->GetAt(static_cast(L_92)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_94 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_95 = V_1; NullCheck(L_94); int32_t L_96 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_95>>8))&(int32_t)((int32_t)255))); uint32_t L_97 = (L_94)->GetAt(static_cast(L_96)); uint32_t L_98; L_98 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_97, ((int32_t)24), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_99 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_100 = V_2; NullCheck(L_99); int32_t L_101 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_100>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_102 = (L_99)->GetAt(static_cast(L_101)); uint32_t L_103; L_103 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_102, ((int32_t)16), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_104 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_105 = V_3; NullCheck(L_104); int32_t L_106 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_105>>((int32_t)24)))&(int32_t)((int32_t)255))); uint32_t L_107 = (L_104)->GetAt(static_cast(L_106)); uint32_t L_108; L_108 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_107, 8, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_109 = V_0; NullCheck(L_109); int32_t L_110 = 3; uint32_t L_111 = (L_109)->GetAt(static_cast(L_110)); V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_93^(int32_t)L_98))^(int32_t)L_103))^(int32_t)L_108))^(int32_t)L_111)); // kw = KW[r++]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_112 = ___KW0; int32_t L_113 = V_8; int32_t L_114 = L_113; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)1)); NullCheck(L_112); int32_t L_115 = L_114; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_116 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_112)->GetAt(static_cast(L_115)); V_0 = L_116; // t0 = T0[r0 & 255] ^ Shift(T0[(r1 >> 8) & 255], 24) ^ Shift(T0[(r2 >> 16) & 255], 16) ^ Shift(T0[(r3 >> 24) & 255], 8) ^ kw[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_117 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_118 = V_4; NullCheck(L_117); int32_t L_119 = ((int32_t)((int32_t)L_118&(int32_t)((int32_t)255))); uint32_t L_120 = (L_117)->GetAt(static_cast(L_119)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_121 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_122 = V_5; NullCheck(L_121); int32_t L_123 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_122>>8))&(int32_t)((int32_t)255))); uint32_t L_124 = (L_121)->GetAt(static_cast(L_123)); uint32_t L_125; L_125 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_124, ((int32_t)24), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_126 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_127 = V_6; NullCheck(L_126); int32_t L_128 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_127>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_129 = (L_126)->GetAt(static_cast(L_128)); uint32_t L_130; L_130 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_129, ((int32_t)16), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_131 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_132 = V_7; NullCheck(L_131); int32_t L_133 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_132>>((int32_t)24)))&(int32_t)((int32_t)255))); uint32_t L_134 = (L_131)->GetAt(static_cast(L_133)); uint32_t L_135; L_135 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_134, 8, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_136 = V_0; NullCheck(L_136); int32_t L_137 = 0; uint32_t L_138 = (L_136)->GetAt(static_cast(L_137)); V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_120^(int32_t)L_125))^(int32_t)L_130))^(int32_t)L_135))^(int32_t)L_138)); // t1 = T0[r1 & 255] ^ Shift(T0[(r2 >> 8) & 255], 24) ^ Shift(T0[(r3 >> 16) & 255], 16) ^ Shift(T0[(r0 >> 24) & 255], 8) ^ kw[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_139 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_140 = V_5; NullCheck(L_139); int32_t L_141 = ((int32_t)((int32_t)L_140&(int32_t)((int32_t)255))); uint32_t L_142 = (L_139)->GetAt(static_cast(L_141)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_143 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_144 = V_6; NullCheck(L_143); int32_t L_145 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_144>>8))&(int32_t)((int32_t)255))); uint32_t L_146 = (L_143)->GetAt(static_cast(L_145)); uint32_t L_147; L_147 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_146, ((int32_t)24), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_148 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_149 = V_7; NullCheck(L_148); int32_t L_150 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_149>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_151 = (L_148)->GetAt(static_cast(L_150)); uint32_t L_152; L_152 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_151, ((int32_t)16), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_153 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_154 = V_4; NullCheck(L_153); int32_t L_155 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_154>>((int32_t)24)))&(int32_t)((int32_t)255))); uint32_t L_156 = (L_153)->GetAt(static_cast(L_155)); uint32_t L_157; L_157 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_156, 8, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_158 = V_0; NullCheck(L_158); int32_t L_159 = 1; uint32_t L_160 = (L_158)->GetAt(static_cast(L_159)); V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_142^(int32_t)L_147))^(int32_t)L_152))^(int32_t)L_157))^(int32_t)L_160)); // t2 = T0[r2 & 255] ^ Shift(T0[(r3 >> 8) & 255], 24) ^ Shift(T0[(r0 >> 16) & 255], 16) ^ Shift(T0[(r1 >> 24) & 255], 8) ^ kw[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_161 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_162 = V_6; NullCheck(L_161); int32_t L_163 = ((int32_t)((int32_t)L_162&(int32_t)((int32_t)255))); uint32_t L_164 = (L_161)->GetAt(static_cast(L_163)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_165 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_166 = V_7; NullCheck(L_165); int32_t L_167 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_166>>8))&(int32_t)((int32_t)255))); uint32_t L_168 = (L_165)->GetAt(static_cast(L_167)); uint32_t L_169; L_169 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_168, ((int32_t)24), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_170 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_171 = V_4; NullCheck(L_170); int32_t L_172 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_171>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_173 = (L_170)->GetAt(static_cast(L_172)); uint32_t L_174; L_174 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_173, ((int32_t)16), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_175 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_176 = V_5; NullCheck(L_175); int32_t L_177 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_176>>((int32_t)24)))&(int32_t)((int32_t)255))); uint32_t L_178 = (L_175)->GetAt(static_cast(L_177)); uint32_t L_179; L_179 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_178, 8, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_180 = V_0; NullCheck(L_180); int32_t L_181 = 2; uint32_t L_182 = (L_180)->GetAt(static_cast(L_181)); V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_164^(int32_t)L_169))^(int32_t)L_174))^(int32_t)L_179))^(int32_t)L_182)); // r3 = T0[r3 & 255] ^ Shift(T0[(r0 >> 8) & 255], 24) ^ Shift(T0[(r1 >> 16) & 255], 16) ^ Shift(T0[(r2 >> 24) & 255], 8) ^ kw[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_183 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_184 = V_7; NullCheck(L_183); int32_t L_185 = ((int32_t)((int32_t)L_184&(int32_t)((int32_t)255))); uint32_t L_186 = (L_183)->GetAt(static_cast(L_185)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_187 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_188 = V_4; NullCheck(L_187); int32_t L_189 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_188>>8))&(int32_t)((int32_t)255))); uint32_t L_190 = (L_187)->GetAt(static_cast(L_189)); uint32_t L_191; L_191 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_190, ((int32_t)24), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_192 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_193 = V_5; NullCheck(L_192); int32_t L_194 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_193>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_195 = (L_192)->GetAt(static_cast(L_194)); uint32_t L_196; L_196 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_195, ((int32_t)16), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_197 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_198 = V_6; NullCheck(L_197); int32_t L_199 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_198>>((int32_t)24)))&(int32_t)((int32_t)255))); uint32_t L_200 = (L_197)->GetAt(static_cast(L_199)); uint32_t L_201; L_201 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_200, 8, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_202 = V_0; NullCheck(L_202); int32_t L_203 = 3; uint32_t L_204 = (L_202)->GetAt(static_cast(L_203)); V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_186^(int32_t)L_191))^(int32_t)L_196))^(int32_t)L_201))^(int32_t)L_204)); } IL_0326: { // while (r < ROUNDS - 1) int32_t L_205 = V_8; int32_t L_206 = __this->get_ROUNDS_10(); if ((((int32_t)L_205) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_206, (int32_t)1))))) { goto IL_0039; } } { // kw = KW[r++]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_207 = ___KW0; int32_t L_208 = V_8; int32_t L_209 = L_208; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_209, (int32_t)1)); NullCheck(L_207); int32_t L_210 = L_209; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_211 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_207)->GetAt(static_cast(L_210)); V_0 = L_211; // r0 = T0[t0 & 255] ^ Shift(T0[(t1 >> 8) & 255], 24) ^ Shift(T0[(t2 >> 16) & 255], 16) ^ Shift(T0[(r3 >> 24) & 255], 8) ^ kw[0]; IL2CPP_RUNTIME_CLASS_INIT(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_212 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_213 = V_1; NullCheck(L_212); int32_t L_214 = ((int32_t)((int32_t)L_213&(int32_t)((int32_t)255))); uint32_t L_215 = (L_212)->GetAt(static_cast(L_214)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_216 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_217 = V_2; NullCheck(L_216); int32_t L_218 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_217>>8))&(int32_t)((int32_t)255))); uint32_t L_219 = (L_216)->GetAt(static_cast(L_218)); uint32_t L_220; L_220 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_219, ((int32_t)24), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_221 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_222 = V_3; NullCheck(L_221); int32_t L_223 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_222>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_224 = (L_221)->GetAt(static_cast(L_223)); uint32_t L_225; L_225 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_224, ((int32_t)16), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_226 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_227 = V_7; NullCheck(L_226); int32_t L_228 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_227>>((int32_t)24)))&(int32_t)((int32_t)255))); uint32_t L_229 = (L_226)->GetAt(static_cast(L_228)); uint32_t L_230; L_230 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_229, 8, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_231 = V_0; NullCheck(L_231); int32_t L_232 = 0; uint32_t L_233 = (L_231)->GetAt(static_cast(L_232)); V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_215^(int32_t)L_220))^(int32_t)L_225))^(int32_t)L_230))^(int32_t)L_233)); // r1 = T0[t1 & 255] ^ Shift(T0[(t2 >> 8) & 255], 24) ^ Shift(T0[(r3 >> 16) & 255], 16) ^ Shift(T0[(t0 >> 24) & 255], 8) ^ kw[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_234 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_235 = V_2; NullCheck(L_234); int32_t L_236 = ((int32_t)((int32_t)L_235&(int32_t)((int32_t)255))); uint32_t L_237 = (L_234)->GetAt(static_cast(L_236)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_238 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_239 = V_3; NullCheck(L_238); int32_t L_240 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_239>>8))&(int32_t)((int32_t)255))); uint32_t L_241 = (L_238)->GetAt(static_cast(L_240)); uint32_t L_242; L_242 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_241, ((int32_t)24), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_243 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_244 = V_7; NullCheck(L_243); int32_t L_245 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_244>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_246 = (L_243)->GetAt(static_cast(L_245)); uint32_t L_247; L_247 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_246, ((int32_t)16), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_248 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_249 = V_1; NullCheck(L_248); int32_t L_250 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_249>>((int32_t)24)))&(int32_t)((int32_t)255))); uint32_t L_251 = (L_248)->GetAt(static_cast(L_250)); uint32_t L_252; L_252 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_251, 8, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_253 = V_0; NullCheck(L_253); int32_t L_254 = 1; uint32_t L_255 = (L_253)->GetAt(static_cast(L_254)); V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_237^(int32_t)L_242))^(int32_t)L_247))^(int32_t)L_252))^(int32_t)L_255)); // r2 = T0[t2 & 255] ^ Shift(T0[(r3 >> 8) & 255], 24) ^ Shift(T0[(t0 >> 16) & 255], 16) ^ Shift(T0[(t1 >> 24) & 255], 8) ^ kw[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_256 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_257 = V_3; NullCheck(L_256); int32_t L_258 = ((int32_t)((int32_t)L_257&(int32_t)((int32_t)255))); uint32_t L_259 = (L_256)->GetAt(static_cast(L_258)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_260 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_261 = V_7; NullCheck(L_260); int32_t L_262 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_261>>8))&(int32_t)((int32_t)255))); uint32_t L_263 = (L_260)->GetAt(static_cast(L_262)); uint32_t L_264; L_264 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_263, ((int32_t)24), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_265 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_266 = V_1; NullCheck(L_265); int32_t L_267 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_266>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_268 = (L_265)->GetAt(static_cast(L_267)); uint32_t L_269; L_269 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_268, ((int32_t)16), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_270 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_271 = V_2; NullCheck(L_270); int32_t L_272 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_271>>((int32_t)24)))&(int32_t)((int32_t)255))); uint32_t L_273 = (L_270)->GetAt(static_cast(L_272)); uint32_t L_274; L_274 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_273, 8, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_275 = V_0; NullCheck(L_275); int32_t L_276 = 2; uint32_t L_277 = (L_275)->GetAt(static_cast(L_276)); V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_259^(int32_t)L_264))^(int32_t)L_269))^(int32_t)L_274))^(int32_t)L_277)); // r3 = T0[r3 & 255] ^ Shift(T0[(t0 >> 8) & 255], 24) ^ Shift(T0[(t1 >> 16) & 255], 16) ^ Shift(T0[(t2 >> 24) & 255], 8) ^ kw[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_278 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_279 = V_7; NullCheck(L_278); int32_t L_280 = ((int32_t)((int32_t)L_279&(int32_t)((int32_t)255))); uint32_t L_281 = (L_278)->GetAt(static_cast(L_280)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_282 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_283 = V_1; NullCheck(L_282); int32_t L_284 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_283>>8))&(int32_t)((int32_t)255))); uint32_t L_285 = (L_282)->GetAt(static_cast(L_284)); uint32_t L_286; L_286 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_285, ((int32_t)24), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_287 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_288 = V_2; NullCheck(L_287); int32_t L_289 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_288>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_290 = (L_287)->GetAt(static_cast(L_289)); uint32_t L_291; L_291 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_290, ((int32_t)16), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_292 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_293 = V_3; NullCheck(L_292); int32_t L_294 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_293>>((int32_t)24)))&(int32_t)((int32_t)255))); uint32_t L_295 = (L_292)->GetAt(static_cast(L_294)); uint32_t L_296; L_296 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_295, 8, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_297 = V_0; NullCheck(L_297); int32_t L_298 = 3; uint32_t L_299 = (L_297)->GetAt(static_cast(L_298)); V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_281^(int32_t)L_286))^(int32_t)L_291))^(int32_t)L_296))^(int32_t)L_299)); // kw = KW[r]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_300 = ___KW0; int32_t L_301 = V_8; NullCheck(L_300); int32_t L_302 = L_301; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_303 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_300)->GetAt(static_cast(L_302)); V_0 = L_303; // this.C0 = (uint)S[r0 & 255] ^ (((uint)S[(r1 >> 8) & 255]) << 8) ^ (((uint)s[(r2 >> 16) & 255]) << 16) ^ (((uint)s[(r3 >> 24) & 255]) << 24) ^ kw[0]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_304 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_305 = V_4; NullCheck(L_304); int32_t L_306 = ((int32_t)((int32_t)L_305&(int32_t)((int32_t)255))); uint8_t L_307 = (L_304)->GetAt(static_cast(L_306)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_308 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_309 = V_5; NullCheck(L_308); int32_t L_310 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_309>>8))&(int32_t)((int32_t)255))); uint8_t L_311 = (L_308)->GetAt(static_cast(L_310)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_312 = __this->get_s_17(); uint32_t L_313 = V_6; NullCheck(L_312); int32_t L_314 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_313>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_315 = (L_312)->GetAt(static_cast(L_314)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_316 = __this->get_s_17(); uint32_t L_317 = V_7; NullCheck(L_316); int32_t L_318 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_317>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_319 = (L_316)->GetAt(static_cast(L_318)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_320 = V_0; NullCheck(L_320); int32_t L_321 = 0; uint32_t L_322 = (L_320)->GetAt(static_cast(L_321)); __this->set_C0_12(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_307^(int32_t)((int32_t)((int32_t)L_311<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_315<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_319<<(int32_t)((int32_t)24)))))^(int32_t)L_322))); // this.C1 = (uint)s[r1 & 255] ^ (((uint)S[(r2 >> 8) & 255]) << 8) ^ (((uint)S[(r3 >> 16) & 255]) << 16) ^ (((uint)s[(r0 >> 24) & 255]) << 24) ^ kw[1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_323 = __this->get_s_17(); uint32_t L_324 = V_5; NullCheck(L_323); int32_t L_325 = ((int32_t)((int32_t)L_324&(int32_t)((int32_t)255))); uint8_t L_326 = (L_323)->GetAt(static_cast(L_325)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_327 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_328 = V_6; NullCheck(L_327); int32_t L_329 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_328>>8))&(int32_t)((int32_t)255))); uint8_t L_330 = (L_327)->GetAt(static_cast(L_329)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_331 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_332 = V_7; NullCheck(L_331); int32_t L_333 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_332>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_334 = (L_331)->GetAt(static_cast(L_333)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_335 = __this->get_s_17(); uint32_t L_336 = V_4; NullCheck(L_335); int32_t L_337 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_336>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_338 = (L_335)->GetAt(static_cast(L_337)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_339 = V_0; NullCheck(L_339); int32_t L_340 = 1; uint32_t L_341 = (L_339)->GetAt(static_cast(L_340)); __this->set_C1_13(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_326^(int32_t)((int32_t)((int32_t)L_330<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_334<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_338<<(int32_t)((int32_t)24)))))^(int32_t)L_341))); // this.C2 = (uint)s[r2 & 255] ^ (((uint)S[(r3 >> 8) & 255]) << 8) ^ (((uint)S[(r0 >> 16) & 255]) << 16) ^ (((uint)S[(r1 >> 24) & 255]) << 24) ^ kw[2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_342 = __this->get_s_17(); uint32_t L_343 = V_6; NullCheck(L_342); int32_t L_344 = ((int32_t)((int32_t)L_343&(int32_t)((int32_t)255))); uint8_t L_345 = (L_342)->GetAt(static_cast(L_344)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_346 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_347 = V_7; NullCheck(L_346); int32_t L_348 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_347>>8))&(int32_t)((int32_t)255))); uint8_t L_349 = (L_346)->GetAt(static_cast(L_348)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_350 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_351 = V_4; NullCheck(L_350); int32_t L_352 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_351>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_353 = (L_350)->GetAt(static_cast(L_352)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_354 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_355 = V_5; NullCheck(L_354); int32_t L_356 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_355>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_357 = (L_354)->GetAt(static_cast(L_356)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_358 = V_0; NullCheck(L_358); int32_t L_359 = 2; uint32_t L_360 = (L_358)->GetAt(static_cast(L_359)); __this->set_C2_14(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_345^(int32_t)((int32_t)((int32_t)L_349<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_353<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_357<<(int32_t)((int32_t)24)))))^(int32_t)L_360))); // this.C3 = (uint)s[r3 & 255] ^ (((uint)s[(r0 >> 8) & 255]) << 8) ^ (((uint)s[(r1 >> 16) & 255]) << 16) ^ (((uint)S[(r2 >> 24) & 255]) << 24) ^ kw[3]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_361 = __this->get_s_17(); uint32_t L_362 = V_7; NullCheck(L_361); int32_t L_363 = ((int32_t)((int32_t)L_362&(int32_t)((int32_t)255))); uint8_t L_364 = (L_361)->GetAt(static_cast(L_363)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_365 = __this->get_s_17(); uint32_t L_366 = V_4; NullCheck(L_365); int32_t L_367 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_366>>8))&(int32_t)((int32_t)255))); uint8_t L_368 = (L_365)->GetAt(static_cast(L_367)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_369 = __this->get_s_17(); uint32_t L_370 = V_5; NullCheck(L_369); int32_t L_371 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_370>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_372 = (L_369)->GetAt(static_cast(L_371)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_373 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_374 = V_6; NullCheck(L_373); int32_t L_375 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_374>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_376 = (L_373)->GetAt(static_cast(L_375)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_377 = V_0; NullCheck(L_377); int32_t L_378 = 3; uint32_t L_379 = (L_377)->GetAt(static_cast(L_378)); __this->set_C3_15(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_364^(int32_t)((int32_t)((int32_t)L_368<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_372<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_376<<(int32_t)((int32_t)24)))))^(int32_t)L_379))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::DecryptBlock(System.UInt32[][]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesEngine_DecryptBlock_m13DB5952EB79B67CF54B735897B186DE090BE7B5 (AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234 * __this, UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* ___KW0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; uint32_t V_6 = 0; uint32_t V_7 = 0; int32_t V_8 = 0; { // uint[] kw = KW[ROUNDS]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_0 = ___KW0; int32_t L_1 = __this->get_ROUNDS_10(); NullCheck(L_0); int32_t L_2 = L_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_0)->GetAt(static_cast(L_2)); V_0 = L_3; // uint t0 = this.C0 ^ kw[0]; uint32_t L_4 = __this->get_C0_12(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = V_0; NullCheck(L_5); int32_t L_6 = 0; uint32_t L_7 = (L_5)->GetAt(static_cast(L_6)); V_1 = ((int32_t)((int32_t)L_4^(int32_t)L_7)); // uint t1 = this.C1 ^ kw[1]; uint32_t L_8 = __this->get_C1_13(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = V_0; NullCheck(L_9); int32_t L_10 = 1; uint32_t L_11 = (L_9)->GetAt(static_cast(L_10)); V_2 = ((int32_t)((int32_t)L_8^(int32_t)L_11)); // uint t2 = this.C2 ^ kw[2]; uint32_t L_12 = __this->get_C2_14(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13 = V_0; NullCheck(L_13); int32_t L_14 = 2; uint32_t L_15 = (L_13)->GetAt(static_cast(L_14)); V_3 = ((int32_t)((int32_t)L_12^(int32_t)L_15)); // uint r0, r1, r2, r3 = this.C3 ^ kw[3]; uint32_t L_16 = __this->get_C3_15(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_17 = V_0; NullCheck(L_17); int32_t L_18 = 3; uint32_t L_19 = (L_17)->GetAt(static_cast(L_18)); V_7 = ((int32_t)((int32_t)L_16^(int32_t)L_19)); // int r = ROUNDS - 1; int32_t L_20 = __this->get_ROUNDS_10(); V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1)); goto IL_0332; } IL_0045: { // kw = KW[r--]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_21 = ___KW0; int32_t L_22 = V_8; int32_t L_23 = L_22; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)); NullCheck(L_21); int32_t L_24 = L_23; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_25 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_21)->GetAt(static_cast(L_24)); V_0 = L_25; // r0 = Tinv0[t0 & 255] ^ Shift(Tinv0[(r3 >> 8) & 255], 24) ^ Shift(Tinv0[(t2 >> 16) & 255], 16) ^ Shift(Tinv0[(t1 >> 24) & 255], 8) ^ kw[0]; IL2CPP_RUNTIME_CLASS_INIT(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_27 = V_1; NullCheck(L_26); int32_t L_28 = ((int32_t)((int32_t)L_27&(int32_t)((int32_t)255))); uint32_t L_29 = (L_26)->GetAt(static_cast(L_28)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_31 = V_7; NullCheck(L_30); int32_t L_32 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_31>>8))&(int32_t)((int32_t)255))); uint32_t L_33 = (L_30)->GetAt(static_cast(L_32)); uint32_t L_34; L_34 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_33, ((int32_t)24), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_35 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_36 = V_3; NullCheck(L_35); int32_t L_37 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_36>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_38 = (L_35)->GetAt(static_cast(L_37)); uint32_t L_39; L_39 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_38, ((int32_t)16), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_40 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_41 = V_2; NullCheck(L_40); int32_t L_42 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_41>>((int32_t)24)))&(int32_t)((int32_t)255))); uint32_t L_43 = (L_40)->GetAt(static_cast(L_42)); uint32_t L_44; L_44 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_43, 8, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_45 = V_0; NullCheck(L_45); int32_t L_46 = 0; uint32_t L_47 = (L_45)->GetAt(static_cast(L_46)); V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_29^(int32_t)L_34))^(int32_t)L_39))^(int32_t)L_44))^(int32_t)L_47)); // r1 = Tinv0[t1 & 255] ^ Shift(Tinv0[(t0 >> 8) & 255], 24) ^ Shift(Tinv0[(r3 >> 16) & 255], 16) ^ Shift(Tinv0[(t2 >> 24) & 255], 8) ^ kw[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_48 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_49 = V_2; NullCheck(L_48); int32_t L_50 = ((int32_t)((int32_t)L_49&(int32_t)((int32_t)255))); uint32_t L_51 = (L_48)->GetAt(static_cast(L_50)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_52 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_53 = V_1; NullCheck(L_52); int32_t L_54 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_53>>8))&(int32_t)((int32_t)255))); uint32_t L_55 = (L_52)->GetAt(static_cast(L_54)); uint32_t L_56; L_56 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_55, ((int32_t)24), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_57 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_58 = V_7; NullCheck(L_57); int32_t L_59 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_58>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_60 = (L_57)->GetAt(static_cast(L_59)); uint32_t L_61; L_61 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_60, ((int32_t)16), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_63 = V_3; NullCheck(L_62); int32_t L_64 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_63>>((int32_t)24)))&(int32_t)((int32_t)255))); uint32_t L_65 = (L_62)->GetAt(static_cast(L_64)); uint32_t L_66; L_66 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_65, 8, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_67 = V_0; NullCheck(L_67); int32_t L_68 = 1; uint32_t L_69 = (L_67)->GetAt(static_cast(L_68)); V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_51^(int32_t)L_56))^(int32_t)L_61))^(int32_t)L_66))^(int32_t)L_69)); // r2 = Tinv0[t2 & 255] ^ Shift(Tinv0[(t1 >> 8) & 255], 24) ^ Shift(Tinv0[(t0 >> 16) & 255], 16) ^ Shift(Tinv0[(r3 >> 24) & 255], 8) ^ kw[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_70 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_71 = V_3; NullCheck(L_70); int32_t L_72 = ((int32_t)((int32_t)L_71&(int32_t)((int32_t)255))); uint32_t L_73 = (L_70)->GetAt(static_cast(L_72)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_74 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_75 = V_2; NullCheck(L_74); int32_t L_76 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_75>>8))&(int32_t)((int32_t)255))); uint32_t L_77 = (L_74)->GetAt(static_cast(L_76)); uint32_t L_78; L_78 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_77, ((int32_t)24), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_79 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_80 = V_1; NullCheck(L_79); int32_t L_81 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_80>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_82 = (L_79)->GetAt(static_cast(L_81)); uint32_t L_83; L_83 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_82, ((int32_t)16), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_84 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_85 = V_7; NullCheck(L_84); int32_t L_86 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_85>>((int32_t)24)))&(int32_t)((int32_t)255))); uint32_t L_87 = (L_84)->GetAt(static_cast(L_86)); uint32_t L_88; L_88 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_87, 8, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_89 = V_0; NullCheck(L_89); int32_t L_90 = 2; uint32_t L_91 = (L_89)->GetAt(static_cast(L_90)); V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_73^(int32_t)L_78))^(int32_t)L_83))^(int32_t)L_88))^(int32_t)L_91)); // r3 = Tinv0[r3 & 255] ^ Shift(Tinv0[(t2 >> 8) & 255], 24) ^ Shift(Tinv0[(t1 >> 16) & 255], 16) ^ Shift(Tinv0[(t0 >> 24) & 255], 8) ^ kw[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_92 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_93 = V_7; NullCheck(L_92); int32_t L_94 = ((int32_t)((int32_t)L_93&(int32_t)((int32_t)255))); uint32_t L_95 = (L_92)->GetAt(static_cast(L_94)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_96 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_97 = V_3; NullCheck(L_96); int32_t L_98 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_97>>8))&(int32_t)((int32_t)255))); uint32_t L_99 = (L_96)->GetAt(static_cast(L_98)); uint32_t L_100; L_100 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_99, ((int32_t)24), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_101 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_102 = V_2; NullCheck(L_101); int32_t L_103 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_102>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_104 = (L_101)->GetAt(static_cast(L_103)); uint32_t L_105; L_105 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_104, ((int32_t)16), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_106 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_107 = V_1; NullCheck(L_106); int32_t L_108 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_107>>((int32_t)24)))&(int32_t)((int32_t)255))); uint32_t L_109 = (L_106)->GetAt(static_cast(L_108)); uint32_t L_110; L_110 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_109, 8, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_111 = V_0; NullCheck(L_111); int32_t L_112 = 3; uint32_t L_113 = (L_111)->GetAt(static_cast(L_112)); V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_95^(int32_t)L_100))^(int32_t)L_105))^(int32_t)L_110))^(int32_t)L_113)); // kw = KW[r--]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_114 = ___KW0; int32_t L_115 = V_8; int32_t L_116 = L_115; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_116, (int32_t)1)); NullCheck(L_114); int32_t L_117 = L_116; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_118 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_114)->GetAt(static_cast(L_117)); V_0 = L_118; // t0 = Tinv0[r0 & 255] ^ Shift(Tinv0[(r3 >> 8) & 255], 24) ^ Shift(Tinv0[(r2 >> 16) & 255], 16) ^ Shift(Tinv0[(r1 >> 24) & 255], 8) ^ kw[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_119 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_120 = V_4; NullCheck(L_119); int32_t L_121 = ((int32_t)((int32_t)L_120&(int32_t)((int32_t)255))); uint32_t L_122 = (L_119)->GetAt(static_cast(L_121)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_123 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_124 = V_7; NullCheck(L_123); int32_t L_125 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_124>>8))&(int32_t)((int32_t)255))); uint32_t L_126 = (L_123)->GetAt(static_cast(L_125)); uint32_t L_127; L_127 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_126, ((int32_t)24), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_128 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_129 = V_6; NullCheck(L_128); int32_t L_130 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_129>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_131 = (L_128)->GetAt(static_cast(L_130)); uint32_t L_132; L_132 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_131, ((int32_t)16), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_133 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_134 = V_5; NullCheck(L_133); int32_t L_135 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_134>>((int32_t)24)))&(int32_t)((int32_t)255))); uint32_t L_136 = (L_133)->GetAt(static_cast(L_135)); uint32_t L_137; L_137 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_136, 8, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_138 = V_0; NullCheck(L_138); int32_t L_139 = 0; uint32_t L_140 = (L_138)->GetAt(static_cast(L_139)); V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_122^(int32_t)L_127))^(int32_t)L_132))^(int32_t)L_137))^(int32_t)L_140)); // t1 = Tinv0[r1 & 255] ^ Shift(Tinv0[(r0 >> 8) & 255], 24) ^ Shift(Tinv0[(r3 >> 16) & 255], 16) ^ Shift(Tinv0[(r2 >> 24) & 255], 8) ^ kw[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_141 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_142 = V_5; NullCheck(L_141); int32_t L_143 = ((int32_t)((int32_t)L_142&(int32_t)((int32_t)255))); uint32_t L_144 = (L_141)->GetAt(static_cast(L_143)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_145 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_146 = V_4; NullCheck(L_145); int32_t L_147 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_146>>8))&(int32_t)((int32_t)255))); uint32_t L_148 = (L_145)->GetAt(static_cast(L_147)); uint32_t L_149; L_149 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_148, ((int32_t)24), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_150 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_151 = V_7; NullCheck(L_150); int32_t L_152 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_151>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_153 = (L_150)->GetAt(static_cast(L_152)); uint32_t L_154; L_154 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_153, ((int32_t)16), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_155 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_156 = V_6; NullCheck(L_155); int32_t L_157 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_156>>((int32_t)24)))&(int32_t)((int32_t)255))); uint32_t L_158 = (L_155)->GetAt(static_cast(L_157)); uint32_t L_159; L_159 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_158, 8, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_160 = V_0; NullCheck(L_160); int32_t L_161 = 1; uint32_t L_162 = (L_160)->GetAt(static_cast(L_161)); V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_144^(int32_t)L_149))^(int32_t)L_154))^(int32_t)L_159))^(int32_t)L_162)); // t2 = Tinv0[r2 & 255] ^ Shift(Tinv0[(r1 >> 8) & 255], 24) ^ Shift(Tinv0[(r0 >> 16) & 255], 16) ^ Shift(Tinv0[(r3 >> 24) & 255], 8) ^ kw[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_163 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_164 = V_6; NullCheck(L_163); int32_t L_165 = ((int32_t)((int32_t)L_164&(int32_t)((int32_t)255))); uint32_t L_166 = (L_163)->GetAt(static_cast(L_165)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_167 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_168 = V_5; NullCheck(L_167); int32_t L_169 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_168>>8))&(int32_t)((int32_t)255))); uint32_t L_170 = (L_167)->GetAt(static_cast(L_169)); uint32_t L_171; L_171 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_170, ((int32_t)24), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_172 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_173 = V_4; NullCheck(L_172); int32_t L_174 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_173>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_175 = (L_172)->GetAt(static_cast(L_174)); uint32_t L_176; L_176 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_175, ((int32_t)16), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_177 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_178 = V_7; NullCheck(L_177); int32_t L_179 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_178>>((int32_t)24)))&(int32_t)((int32_t)255))); uint32_t L_180 = (L_177)->GetAt(static_cast(L_179)); uint32_t L_181; L_181 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_180, 8, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_182 = V_0; NullCheck(L_182); int32_t L_183 = 2; uint32_t L_184 = (L_182)->GetAt(static_cast(L_183)); V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_166^(int32_t)L_171))^(int32_t)L_176))^(int32_t)L_181))^(int32_t)L_184)); // r3 = Tinv0[r3 & 255] ^ Shift(Tinv0[(r2 >> 8) & 255], 24) ^ Shift(Tinv0[(r1 >> 16) & 255], 16) ^ Shift(Tinv0[(r0 >> 24) & 255], 8) ^ kw[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_185 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_186 = V_7; NullCheck(L_185); int32_t L_187 = ((int32_t)((int32_t)L_186&(int32_t)((int32_t)255))); uint32_t L_188 = (L_185)->GetAt(static_cast(L_187)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_189 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_190 = V_6; NullCheck(L_189); int32_t L_191 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_190>>8))&(int32_t)((int32_t)255))); uint32_t L_192 = (L_189)->GetAt(static_cast(L_191)); uint32_t L_193; L_193 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_192, ((int32_t)24), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_194 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_195 = V_5; NullCheck(L_194); int32_t L_196 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_195>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_197 = (L_194)->GetAt(static_cast(L_196)); uint32_t L_198; L_198 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_197, ((int32_t)16), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_199 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_200 = V_4; NullCheck(L_199); int32_t L_201 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_200>>((int32_t)24)))&(int32_t)((int32_t)255))); uint32_t L_202 = (L_199)->GetAt(static_cast(L_201)); uint32_t L_203; L_203 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_202, 8, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_204 = V_0; NullCheck(L_204); int32_t L_205 = 3; uint32_t L_206 = (L_204)->GetAt(static_cast(L_205)); V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_188^(int32_t)L_193))^(int32_t)L_198))^(int32_t)L_203))^(int32_t)L_206)); } IL_0332: { // while (r > 1) int32_t L_207 = V_8; if ((((int32_t)L_207) > ((int32_t)1))) { goto IL_0045; } } { // kw = KW[1]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_208 = ___KW0; NullCheck(L_208); int32_t L_209 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_210 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_208)->GetAt(static_cast(L_209)); V_0 = L_210; // r0 = Tinv0[t0 & 255] ^ Shift(Tinv0[(r3 >> 8) & 255], 24) ^ Shift(Tinv0[(t2 >> 16) & 255], 16) ^ Shift(Tinv0[(t1 >> 24) & 255], 8) ^ kw[0]; IL2CPP_RUNTIME_CLASS_INIT(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_211 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_212 = V_1; NullCheck(L_211); int32_t L_213 = ((int32_t)((int32_t)L_212&(int32_t)((int32_t)255))); uint32_t L_214 = (L_211)->GetAt(static_cast(L_213)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_215 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_216 = V_7; NullCheck(L_215); int32_t L_217 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_216>>8))&(int32_t)((int32_t)255))); uint32_t L_218 = (L_215)->GetAt(static_cast(L_217)); uint32_t L_219; L_219 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_218, ((int32_t)24), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_220 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_221 = V_3; NullCheck(L_220); int32_t L_222 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_221>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_223 = (L_220)->GetAt(static_cast(L_222)); uint32_t L_224; L_224 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_223, ((int32_t)16), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_225 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_226 = V_2; NullCheck(L_225); int32_t L_227 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_226>>((int32_t)24)))&(int32_t)((int32_t)255))); uint32_t L_228 = (L_225)->GetAt(static_cast(L_227)); uint32_t L_229; L_229 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_228, 8, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_230 = V_0; NullCheck(L_230); int32_t L_231 = 0; uint32_t L_232 = (L_230)->GetAt(static_cast(L_231)); V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_214^(int32_t)L_219))^(int32_t)L_224))^(int32_t)L_229))^(int32_t)L_232)); // r1 = Tinv0[t1 & 255] ^ Shift(Tinv0[(t0 >> 8) & 255], 24) ^ Shift(Tinv0[(r3 >> 16) & 255], 16) ^ Shift(Tinv0[(t2 >> 24) & 255], 8) ^ kw[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_233 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_234 = V_2; NullCheck(L_233); int32_t L_235 = ((int32_t)((int32_t)L_234&(int32_t)((int32_t)255))); uint32_t L_236 = (L_233)->GetAt(static_cast(L_235)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_237 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_238 = V_1; NullCheck(L_237); int32_t L_239 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_238>>8))&(int32_t)((int32_t)255))); uint32_t L_240 = (L_237)->GetAt(static_cast(L_239)); uint32_t L_241; L_241 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_240, ((int32_t)24), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_242 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_243 = V_7; NullCheck(L_242); int32_t L_244 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_243>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_245 = (L_242)->GetAt(static_cast(L_244)); uint32_t L_246; L_246 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_245, ((int32_t)16), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_247 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_248 = V_3; NullCheck(L_247); int32_t L_249 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_248>>((int32_t)24)))&(int32_t)((int32_t)255))); uint32_t L_250 = (L_247)->GetAt(static_cast(L_249)); uint32_t L_251; L_251 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_250, 8, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_252 = V_0; NullCheck(L_252); int32_t L_253 = 1; uint32_t L_254 = (L_252)->GetAt(static_cast(L_253)); V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_236^(int32_t)L_241))^(int32_t)L_246))^(int32_t)L_251))^(int32_t)L_254)); // r2 = Tinv0[t2 & 255] ^ Shift(Tinv0[(t1 >> 8) & 255], 24) ^ Shift(Tinv0[(t0 >> 16) & 255], 16) ^ Shift(Tinv0[(r3 >> 24) & 255], 8) ^ kw[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_255 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_256 = V_3; NullCheck(L_255); int32_t L_257 = ((int32_t)((int32_t)L_256&(int32_t)((int32_t)255))); uint32_t L_258 = (L_255)->GetAt(static_cast(L_257)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_259 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_260 = V_2; NullCheck(L_259); int32_t L_261 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_260>>8))&(int32_t)((int32_t)255))); uint32_t L_262 = (L_259)->GetAt(static_cast(L_261)); uint32_t L_263; L_263 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_262, ((int32_t)24), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_264 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_265 = V_1; NullCheck(L_264); int32_t L_266 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_265>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_267 = (L_264)->GetAt(static_cast(L_266)); uint32_t L_268; L_268 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_267, ((int32_t)16), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_269 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_270 = V_7; NullCheck(L_269); int32_t L_271 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_270>>((int32_t)24)))&(int32_t)((int32_t)255))); uint32_t L_272 = (L_269)->GetAt(static_cast(L_271)); uint32_t L_273; L_273 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_272, 8, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_274 = V_0; NullCheck(L_274); int32_t L_275 = 2; uint32_t L_276 = (L_274)->GetAt(static_cast(L_275)); V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_258^(int32_t)L_263))^(int32_t)L_268))^(int32_t)L_273))^(int32_t)L_276)); // r3 = Tinv0[r3 & 255] ^ Shift(Tinv0[(t2 >> 8) & 255], 24) ^ Shift(Tinv0[(t1 >> 16) & 255], 16) ^ Shift(Tinv0[(t0 >> 24) & 255], 8) ^ kw[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_277 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_278 = V_7; NullCheck(L_277); int32_t L_279 = ((int32_t)((int32_t)L_278&(int32_t)((int32_t)255))); uint32_t L_280 = (L_277)->GetAt(static_cast(L_279)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_281 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_282 = V_3; NullCheck(L_281); int32_t L_283 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_282>>8))&(int32_t)((int32_t)255))); uint32_t L_284 = (L_281)->GetAt(static_cast(L_283)); uint32_t L_285; L_285 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_284, ((int32_t)24), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_286 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_287 = V_2; NullCheck(L_286); int32_t L_288 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_287>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_289 = (L_286)->GetAt(static_cast(L_288)); uint32_t L_290; L_290 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_289, ((int32_t)16), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_291 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Tinv0_4(); uint32_t L_292 = V_1; NullCheck(L_291); int32_t L_293 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_292>>((int32_t)24)))&(int32_t)((int32_t)255))); uint32_t L_294 = (L_291)->GetAt(static_cast(L_293)); uint32_t L_295; L_295 = AesEngine_Shift_mA3BEAEEB1693DA843BC0D04D3DA9A361B017D682(L_294, 8, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_296 = V_0; NullCheck(L_296); int32_t L_297 = 3; uint32_t L_298 = (L_296)->GetAt(static_cast(L_297)); V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_280^(int32_t)L_285))^(int32_t)L_290))^(int32_t)L_295))^(int32_t)L_298)); // kw = KW[0]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_299 = ___KW0; NullCheck(L_299); int32_t L_300 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_301 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_299)->GetAt(static_cast(L_300)); V_0 = L_301; // this.C0 = (uint)Si[r0 & 255] ^ (((uint)s[(r3 >> 8) & 255]) << 8) ^ (((uint)s[(r2 >> 16) & 255]) << 16) ^ (((uint)Si[(r1 >> 24) & 255]) << 24) ^ kw[0]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_302 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_303 = V_4; NullCheck(L_302); int32_t L_304 = ((int32_t)((int32_t)L_303&(int32_t)((int32_t)255))); uint8_t L_305 = (L_302)->GetAt(static_cast(L_304)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_306 = __this->get_s_17(); uint32_t L_307 = V_7; NullCheck(L_306); int32_t L_308 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_307>>8))&(int32_t)((int32_t)255))); uint8_t L_309 = (L_306)->GetAt(static_cast(L_308)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_310 = __this->get_s_17(); uint32_t L_311 = V_6; NullCheck(L_310); int32_t L_312 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_311>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_313 = (L_310)->GetAt(static_cast(L_312)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_314 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_315 = V_5; NullCheck(L_314); int32_t L_316 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_315>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_317 = (L_314)->GetAt(static_cast(L_316)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_318 = V_0; NullCheck(L_318); int32_t L_319 = 0; uint32_t L_320 = (L_318)->GetAt(static_cast(L_319)); __this->set_C0_12(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_305^(int32_t)((int32_t)((int32_t)L_309<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_313<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_317<<(int32_t)((int32_t)24)))))^(int32_t)L_320))); // this.C1 = (uint)s[r1 & 255] ^ (((uint)s[(r0 >> 8) & 255]) << 8) ^ (((uint)Si[(r3 >> 16) & 255]) << 16) ^ (((uint)s[(r2 >> 24) & 255]) << 24) ^ kw[1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_321 = __this->get_s_17(); uint32_t L_322 = V_5; NullCheck(L_321); int32_t L_323 = ((int32_t)((int32_t)L_322&(int32_t)((int32_t)255))); uint8_t L_324 = (L_321)->GetAt(static_cast(L_323)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_325 = __this->get_s_17(); uint32_t L_326 = V_4; NullCheck(L_325); int32_t L_327 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_326>>8))&(int32_t)((int32_t)255))); uint8_t L_328 = (L_325)->GetAt(static_cast(L_327)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_329 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_330 = V_7; NullCheck(L_329); int32_t L_331 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_330>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_332 = (L_329)->GetAt(static_cast(L_331)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_333 = __this->get_s_17(); uint32_t L_334 = V_6; NullCheck(L_333); int32_t L_335 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_334>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_336 = (L_333)->GetAt(static_cast(L_335)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_337 = V_0; NullCheck(L_337); int32_t L_338 = 1; uint32_t L_339 = (L_337)->GetAt(static_cast(L_338)); __this->set_C1_13(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_324^(int32_t)((int32_t)((int32_t)L_328<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_332<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_336<<(int32_t)((int32_t)24)))))^(int32_t)L_339))); // this.C2 = (uint)s[r2 & 255] ^ (((uint)Si[(r1 >> 8) & 255]) << 8) ^ (((uint)Si[(r0 >> 16) & 255]) << 16) ^ (((uint)s[(r3 >> 24) & 255]) << 24) ^ kw[2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_340 = __this->get_s_17(); uint32_t L_341 = V_6; NullCheck(L_340); int32_t L_342 = ((int32_t)((int32_t)L_341&(int32_t)((int32_t)255))); uint8_t L_343 = (L_340)->GetAt(static_cast(L_342)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_344 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_345 = V_5; NullCheck(L_344); int32_t L_346 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_345>>8))&(int32_t)((int32_t)255))); uint8_t L_347 = (L_344)->GetAt(static_cast(L_346)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_348 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_349 = V_4; NullCheck(L_348); int32_t L_350 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_349>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_351 = (L_348)->GetAt(static_cast(L_350)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_352 = __this->get_s_17(); uint32_t L_353 = V_7; NullCheck(L_352); int32_t L_354 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_353>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_355 = (L_352)->GetAt(static_cast(L_354)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_356 = V_0; NullCheck(L_356); int32_t L_357 = 2; uint32_t L_358 = (L_356)->GetAt(static_cast(L_357)); __this->set_C2_14(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_343^(int32_t)((int32_t)((int32_t)L_347<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_351<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_355<<(int32_t)((int32_t)24)))))^(int32_t)L_358))); // this.C3 = (uint)Si[r3 & 255] ^ (((uint)s[(r2 >> 8) & 255]) << 8) ^ (((uint)s[(r1 >> 16) & 255]) << 16) ^ (((uint)s[(r0 >> 24) & 255]) << 24) ^ kw[3]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_359 = ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_360 = V_7; NullCheck(L_359); int32_t L_361 = ((int32_t)((int32_t)L_360&(int32_t)((int32_t)255))); uint8_t L_362 = (L_359)->GetAt(static_cast(L_361)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_363 = __this->get_s_17(); uint32_t L_364 = V_6; NullCheck(L_363); int32_t L_365 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_364>>8))&(int32_t)((int32_t)255))); uint8_t L_366 = (L_363)->GetAt(static_cast(L_365)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_367 = __this->get_s_17(); uint32_t L_368 = V_5; NullCheck(L_367); int32_t L_369 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_368>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_370 = (L_367)->GetAt(static_cast(L_369)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_371 = __this->get_s_17(); uint32_t L_372 = V_4; NullCheck(L_371); int32_t L_373 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_372>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_374 = (L_371)->GetAt(static_cast(L_373)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_375 = V_0; NullCheck(L_375); int32_t L_376 = 3; uint32_t L_377 = (L_375)->GetAt(static_cast(L_376)); __this->set_C3_15(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_362^(int32_t)((int32_t)((int32_t)L_366<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_370<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_374<<(int32_t)((int32_t)24)))))^(int32_t)L_377))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesEngine::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesEngine__cctor_mF18FCB6D3A6CF83F7DC7A5D377563D24FB2AAF19 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly byte[] S = // { // 99, 124, 119, 123, 242, 107, 111, 197, // 48, 1, 103, 43, 254, 215, 171, 118, // 202, 130, 201, 125, 250, 89, 71, 240, // 173, 212, 162, 175, 156, 164, 114, 192, // 183, 253, 147, 38, 54, 63, 247, 204, // 52, 165, 229, 241, 113, 216, 49, 21, // 4, 199, 35, 195, 24, 150, 5, 154, // 7, 18, 128, 226, 235, 39, 178, 117, // 9, 131, 44, 26, 27, 110, 90, 160, // 82, 59, 214, 179, 41, 227, 47, 132, // 83, 209, 0, 237, 32, 252, 177, 91, // 106, 203, 190, 57, 74, 76, 88, 207, // 208, 239, 170, 251, 67, 77, 51, 133, // 69, 249, 2, 127, 80, 60, 159, 168, // 81, 163, 64, 143, 146, 157, 56, 245, // 188, 182, 218, 33, 16, 255, 243, 210, // 205, 12, 19, 236, 95, 151, 68, 23, // 196, 167, 126, 61, 100, 93, 25, 115, // 96, 129, 79, 220, 34, 42, 144, 136, // 70, 238, 184, 20, 222, 94, 11, 219, // 224, 50, 58, 10, 73, 6, 36, 92, // 194, 211, 172, 98, 145, 149, 228, 121, // 231, 200, 55, 109, 141, 213, 78, 169, // 108, 86, 244, 234, 101, 122, 174, 8, // 186, 120, 37, 46, 28, 166, 180, 198, // 232, 221, 116, 31, 75, 189, 139, 138, // 112, 62, 181, 102, 72, 3, 246, 14, // 97, 53, 87, 185, 134, 193, 29, 158, // 225, 248, 152, 17, 105, 217, 142, 148, // 155, 30, 135, 233, 206, 85, 40, 223, // 140, 161, 137, 13, 191, 230, 66, 104, // 65, 153, 45, 15, 176, 84, 187, 22, // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->set_S_0(L_1); // private static readonly byte[] Si = // { // 82, 9, 106, 213, 48, 54, 165, 56, // 191, 64, 163, 158, 129, 243, 215, 251, // 124, 227, 57, 130, 155, 47, 255, 135, // 52, 142, 67, 68, 196, 222, 233, 203, // 84, 123, 148, 50, 166, 194, 35, 61, // 238, 76, 149, 11, 66, 250, 195, 78, // 8, 46, 161, 102, 40, 217, 36, 178, // 118, 91, 162, 73, 109, 139, 209, 37, // 114, 248, 246, 100, 134, 104, 152, 22, // 212, 164, 92, 204, 93, 101, 182, 146, // 108, 112, 72, 80, 253, 237, 185, 218, // 94, 21, 70, 87, 167, 141, 157, 132, // 144, 216, 171, 0, 140, 188, 211, 10, // 247, 228, 88, 5, 184, 179, 69, 6, // 208, 44, 30, 143, 202, 63, 15, 2, // 193, 175, 189, 3, 1, 19, 138, 107, // 58, 145, 17, 65, 79, 103, 220, 234, // 151, 242, 207, 206, 240, 180, 230, 115, // 150, 172, 116, 34, 231, 173, 53, 133, // 226, 249, 55, 232, 28, 117, 223, 110, // 71, 241, 26, 113, 29, 41, 197, 137, // 111, 183, 98, 14, 170, 24, 190, 27, // 252, 86, 62, 75, 198, 210, 121, 32, // 154, 219, 192, 254, 120, 205, 90, 244, // 31, 221, 168, 51, 136, 7, 199, 49, // 177, 18, 16, 89, 39, 128, 236, 95, // 96, 81, 127, 169, 25, 181, 74, 13, // 45, 229, 122, 159, 147, 201, 156, 239, // 160, 224, 59, 77, 174, 42, 245, 176, // 200, 235, 187, 60, 131, 83, 153, 97, // 23, 43, 4, 126, 186, 119, 214, 38, // 225, 105, 20, 99, 85, 33, 12, 125, // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = L_3; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->set_Si_1(L_4); // private static readonly byte[] rcon = // { // 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36, 0x6c, 0xd8, 0xab, 0x4d, 0x9a, // 0x2f, 0x5e, 0xbc, 0x63, 0xc6, 0x97, 0x35, 0x6a, 0xd4, 0xb3, 0x7d, 0xfa, 0xef, 0xc5, 0x91 // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)30)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = L_6; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_8 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL); ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->set_rcon_2(L_7); // private static readonly uint[] T0 = // { // 0xa56363c6, 0x847c7cf8, 0x997777ee, 0x8d7b7bf6, 0x0df2f2ff, // 0xbd6b6bd6, 0xb16f6fde, 0x54c5c591, 0x50303060, 0x03010102, // 0xa96767ce, 0x7d2b2b56, 0x19fefee7, 0x62d7d7b5, 0xe6abab4d, // 0x9a7676ec, 0x45caca8f, 0x9d82821f, 0x40c9c989, 0x877d7dfa, // 0x15fafaef, 0xeb5959b2, 0xc947478e, 0x0bf0f0fb, 0xecadad41, // 0x67d4d4b3, 0xfda2a25f, 0xeaafaf45, 0xbf9c9c23, 0xf7a4a453, // 0x967272e4, 0x5bc0c09b, 0xc2b7b775, 0x1cfdfde1, 0xae93933d, // 0x6a26264c, 0x5a36366c, 0x413f3f7e, 0x02f7f7f5, 0x4fcccc83, // 0x5c343468, 0xf4a5a551, 0x34e5e5d1, 0x08f1f1f9, 0x937171e2, // 0x73d8d8ab, 0x53313162, 0x3f15152a, 0x0c040408, 0x52c7c795, // 0x65232346, 0x5ec3c39d, 0x28181830, 0xa1969637, 0x0f05050a, // 0xb59a9a2f, 0x0907070e, 0x36121224, 0x9b80801b, 0x3de2e2df, // 0x26ebebcd, 0x6927274e, 0xcdb2b27f, 0x9f7575ea, 0x1b090912, // 0x9e83831d, 0x742c2c58, 0x2e1a1a34, 0x2d1b1b36, 0xb26e6edc, // 0xee5a5ab4, 0xfba0a05b, 0xf65252a4, 0x4d3b3b76, 0x61d6d6b7, // 0xceb3b37d, 0x7b292952, 0x3ee3e3dd, 0x712f2f5e, 0x97848413, // 0xf55353a6, 0x68d1d1b9, 0x00000000, 0x2cededc1, 0x60202040, // 0x1ffcfce3, 0xc8b1b179, 0xed5b5bb6, 0xbe6a6ad4, 0x46cbcb8d, // 0xd9bebe67, 0x4b393972, 0xde4a4a94, 0xd44c4c98, 0xe85858b0, // 0x4acfcf85, 0x6bd0d0bb, 0x2aefefc5, 0xe5aaaa4f, 0x16fbfbed, // 0xc5434386, 0xd74d4d9a, 0x55333366, 0x94858511, 0xcf45458a, // 0x10f9f9e9, 0x06020204, 0x817f7ffe, 0xf05050a0, 0x443c3c78, // 0xba9f9f25, 0xe3a8a84b, 0xf35151a2, 0xfea3a35d, 0xc0404080, // 0x8a8f8f05, 0xad92923f, 0xbc9d9d21, 0x48383870, 0x04f5f5f1, // 0xdfbcbc63, 0xc1b6b677, 0x75dadaaf, 0x63212142, 0x30101020, // 0x1affffe5, 0x0ef3f3fd, 0x6dd2d2bf, 0x4ccdcd81, 0x140c0c18, // 0x35131326, 0x2fececc3, 0xe15f5fbe, 0xa2979735, 0xcc444488, // 0x3917172e, 0x57c4c493, 0xf2a7a755, 0x827e7efc, 0x473d3d7a, // 0xac6464c8, 0xe75d5dba, 0x2b191932, 0x957373e6, 0xa06060c0, // 0x98818119, 0xd14f4f9e, 0x7fdcdca3, 0x66222244, 0x7e2a2a54, // 0xab90903b, 0x8388880b, 0xca46468c, 0x29eeeec7, 0xd3b8b86b, // 0x3c141428, 0x79dedea7, 0xe25e5ebc, 0x1d0b0b16, 0x76dbdbad, // 0x3be0e0db, 0x56323264, 0x4e3a3a74, 0x1e0a0a14, 0xdb494992, // 0x0a06060c, 0x6c242448, 0xe45c5cb8, 0x5dc2c29f, 0x6ed3d3bd, // 0xefacac43, 0xa66262c4, 0xa8919139, 0xa4959531, 0x37e4e4d3, // 0x8b7979f2, 0x32e7e7d5, 0x43c8c88b, 0x5937376e, 0xb76d6dda, // 0x8c8d8d01, 0x64d5d5b1, 0xd24e4e9c, 0xe0a9a949, 0xb46c6cd8, // 0xfa5656ac, 0x07f4f4f3, 0x25eaeacf, 0xaf6565ca, 0x8e7a7af4, // 0xe9aeae47, 0x18080810, 0xd5baba6f, 0x887878f0, 0x6f25254a, // 0x722e2e5c, 0x241c1c38, 0xf1a6a657, 0xc7b4b473, 0x51c6c697, // 0x23e8e8cb, 0x7cdddda1, 0x9c7474e8, 0x211f1f3e, 0xdd4b4b96, // 0xdcbdbd61, 0x868b8b0d, 0x858a8a0f, 0x907070e0, 0x423e3e7c, // 0xc4b5b571, 0xaa6666cc, 0xd8484890, 0x05030306, 0x01f6f6f7, // 0x120e0e1c, 0xa36161c2, 0x5f35356a, 0xf95757ae, 0xd0b9b969, // 0x91868617, 0x58c1c199, 0x271d1d3a, 0xb99e9e27, 0x38e1e1d9, // 0x13f8f8eb, 0xb398982b, 0x33111122, 0xbb6969d2, 0x70d9d9a9, // 0x898e8e07, 0xa7949433, 0xb69b9b2d, 0x221e1e3c, 0x92878715, // 0x20e9e9c9, 0x49cece87, 0xff5555aa, 0x78282850, 0x7adfdfa5, // 0x8f8c8c03, 0xf8a1a159, 0x80898909, 0x170d0d1a, 0xdabfbf65, // 0x31e6e6d7, 0xc6424284, 0xb86868d0, 0xc3414182, 0xb0999929, // 0x772d2d5a, 0x110f0f1e, 0xcbb0b07b, 0xfc5454a8, 0xd6bbbb6d, // 0x3a16162c // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = L_9; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_11 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_10, L_11, /*hidden argument*/NULL); ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->set_T0_3(L_10); // private static readonly uint[] Tinv0 = // { // 0x50a7f451, 0x5365417e, 0xc3a4171a, 0x965e273a, 0xcb6bab3b, // 0xf1459d1f, 0xab58faac, 0x9303e34b, 0x55fa3020, 0xf66d76ad, // 0x9176cc88, 0x254c02f5, 0xfcd7e54f, 0xd7cb2ac5, 0x80443526, // 0x8fa362b5, 0x495ab1de, 0x671bba25, 0x980eea45, 0xe1c0fe5d, // 0x02752fc3, 0x12f04c81, 0xa397468d, 0xc6f9d36b, 0xe75f8f03, // 0x959c9215, 0xeb7a6dbf, 0xda595295, 0x2d83bed4, 0xd3217458, // 0x2969e049, 0x44c8c98e, 0x6a89c275, 0x78798ef4, 0x6b3e5899, // 0xdd71b927, 0xb64fe1be, 0x17ad88f0, 0x66ac20c9, 0xb43ace7d, // 0x184adf63, 0x82311ae5, 0x60335197, 0x457f5362, 0xe07764b1, // 0x84ae6bbb, 0x1ca081fe, 0x942b08f9, 0x58684870, 0x19fd458f, // 0x876cde94, 0xb7f87b52, 0x23d373ab, 0xe2024b72, 0x578f1fe3, // 0x2aab5566, 0x0728ebb2, 0x03c2b52f, 0x9a7bc586, 0xa50837d3, // 0xf2872830, 0xb2a5bf23, 0xba6a0302, 0x5c8216ed, 0x2b1ccf8a, // 0x92b479a7, 0xf0f207f3, 0xa1e2694e, 0xcdf4da65, 0xd5be0506, // 0x1f6234d1, 0x8afea6c4, 0x9d532e34, 0xa055f3a2, 0x32e18a05, // 0x75ebf6a4, 0x39ec830b, 0xaaef6040, 0x069f715e, 0x51106ebd, // 0xf98a213e, 0x3d06dd96, 0xae053edd, 0x46bde64d, 0xb58d5491, // 0x055dc471, 0x6fd40604, 0xff155060, 0x24fb9819, 0x97e9bdd6, // 0xcc434089, 0x779ed967, 0xbd42e8b0, 0x888b8907, 0x385b19e7, // 0xdbeec879, 0x470a7ca1, 0xe90f427c, 0xc91e84f8, 0x00000000, // 0x83868009, 0x48ed2b32, 0xac70111e, 0x4e725a6c, 0xfbff0efd, // 0x5638850f, 0x1ed5ae3d, 0x27392d36, 0x64d90f0a, 0x21a65c68, // 0xd1545b9b, 0x3a2e3624, 0xb1670a0c, 0x0fe75793, 0xd296eeb4, // 0x9e919b1b, 0x4fc5c080, 0xa220dc61, 0x694b775a, 0x161a121c, // 0x0aba93e2, 0xe52aa0c0, 0x43e0223c, 0x1d171b12, 0x0b0d090e, // 0xadc78bf2, 0xb9a8b62d, 0xc8a91e14, 0x8519f157, 0x4c0775af, // 0xbbdd99ee, 0xfd607fa3, 0x9f2601f7, 0xbcf5725c, 0xc53b6644, // 0x347efb5b, 0x7629438b, 0xdcc623cb, 0x68fcedb6, 0x63f1e4b8, // 0xcadc31d7, 0x10856342, 0x40229713, 0x2011c684, 0x7d244a85, // 0xf83dbbd2, 0x1132f9ae, 0x6da129c7, 0x4b2f9e1d, 0xf330b2dc, // 0xec52860d, 0xd0e3c177, 0x6c16b32b, 0x99b970a9, 0xfa489411, // 0x2264e947, 0xc48cfca8, 0x1a3ff0a0, 0xd82c7d56, 0xef903322, // 0xc74e4987, 0xc1d138d9, 0xfea2ca8c, 0x360bd498, 0xcf81f5a6, // 0x28de7aa5, 0x268eb7da, 0xa4bfad3f, 0xe49d3a2c, 0x0d927850, // 0x9bcc5f6a, 0x62467e54, 0xc2138df6, 0xe8b8d890, 0x5ef7392e, // 0xf5afc382, 0xbe805d9f, 0x7c93d069, 0xa92dd56f, 0xb31225cf, // 0x3b99acc8, 0xa77d1810, 0x6e639ce8, 0x7bbb3bdb, 0x097826cd, // 0xf418596e, 0x01b79aec, 0xa89a4f83, 0x656e95e6, 0x7ee6ffaa, // 0x08cfbc21, 0xe6e815ef, 0xd99be7ba, 0xce366f4a, 0xd4099fea, // 0xd67cb029, 0xafb2a431, 0x31233f2a, 0x3094a5c6, 0xc066a235, // 0x37bc4e74, 0xa6ca82fc, 0xb0d090e0, 0x15d8a733, 0x4a9804f1, // 0xf7daec41, 0x0e50cd7f, 0x2ff69117, 0x8dd64d76, 0x4db0ef43, // 0x544daacc, 0xdf0496e4, 0xe3b5d19e, 0x1b886a4c, 0xb81f2cc1, // 0x7f516546, 0x04ea5e9d, 0x5d358c01, 0x737487fa, 0x2e410bfb, // 0x5a1d67b3, 0x52d2db92, 0x335610e9, 0x1347d66d, 0x8c61d79a, // 0x7a0ca137, 0x8e14f859, 0x893c13eb, 0xee27a9ce, 0x35c961b7, // 0xede51ce1, 0x3cb1477a, 0x59dfd29c, 0x3f73f255, 0x79ce1418, // 0xbf37c773, 0xeacdf753, 0x5baafd5f, 0x146f3ddf, 0x86db4478, // 0x81f3afca, 0x3ec468b9, 0x2c342438, 0x5f40a3c2, 0x72c31d16, // 0x0c25e2bc, 0x8b493c28, 0x41950dff, 0x7101a839, 0xdeb30c08, // 0x9ce4b4d8, 0x90c15664, 0x6184cb7b, 0x70b632d5, 0x745c6c48, // 0x4257b8d0 // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13 = L_12; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_14 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_13, L_14, /*hidden argument*/NULL); ((AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_StaticFields*)il2cpp_codegen_static_fields_for(AesEngine_t7CD06EFC855334D70B367F6B972C80ED59B26234_il2cpp_TypeInfo_var))->set_Tinv0_4(L_13); 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.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::Shift(System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesFastEngine_Shift_m4F8DE7FC0818DE18DEDD73DF48C6B54ACB830A07 (uint32_t ___r0, int32_t ___shift1, const RuntimeMethod* method) { { // return (r >> shift) | (r << (32 - shift)); uint32_t L_0 = ___r0; int32_t L_1 = ___shift1; uint32_t L_2 = ___r0; int32_t L_3 = ___shift1; return ((int32_t)((int32_t)((int32_t)((uint32_t)L_0>>((int32_t)((int32_t)L_1&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_3))&(int32_t)((int32_t)31))))))); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::FFmulX(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesFastEngine_FFmulX_m7273F90B7AB39C6384D5AB83497CA4755AE0B548 (uint32_t ___x0, const RuntimeMethod* method) { { // return ((x & m2) << 1) ^ (((x & m1) >> 7) * m3); uint32_t L_0 = ___x0; uint32_t L_1 = ___x0; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2139062143)))<<(int32_t)1))^(int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)-2139062144)))>>7)), (int32_t)((int32_t)27))))); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::FFmulX2(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesFastEngine_FFmulX2_m49D1288F22514A8A49961AEB2C9B8C2DA9C8BA74 (uint32_t ___x0, const RuntimeMethod* method) { uint32_t V_0 = 0; { // uint t0 = (x & m5) << 2; uint32_t L_0 = ___x0; // uint t1 = (x & m4); uint32_t L_1 = ___x0; V_0 = ((int32_t)((int32_t)L_1&(int32_t)((int32_t)-1061109568))); // t1 ^= (t1 >> 1); uint32_t L_2 = V_0; uint32_t L_3 = V_0; V_0 = ((int32_t)((int32_t)L_2^(int32_t)((int32_t)((uint32_t)L_3>>1)))); // return t0 ^ (t1 >> 2) ^ (t1 >> 5); uint32_t L_4 = V_0; uint32_t L_5 = V_0; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)1061109567)))<<(int32_t)2))^(int32_t)((int32_t)((uint32_t)L_4>>2))))^(int32_t)((int32_t)((uint32_t)L_5>>5)))); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::Inv_Mcol(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesFastEngine_Inv_Mcol_mFFE993819C255880B3281D58CA6F8CF29E6BD138 (uint32_t ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; { // t0 = x; uint32_t L_0 = ___x0; V_0 = L_0; // t1 = t0 ^ Shift(t0, 8); uint32_t L_1 = V_0; uint32_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = AesFastEngine_Shift_m4F8DE7FC0818DE18DEDD73DF48C6B54ACB830A07(L_2, 8, /*hidden argument*/NULL); V_1 = ((int32_t)((int32_t)L_1^(int32_t)L_3)); // t0 ^= FFmulX(t1); uint32_t L_4 = V_0; uint32_t L_5 = V_1; uint32_t L_6; L_6 = AesFastEngine_FFmulX_m7273F90B7AB39C6384D5AB83497CA4755AE0B548(L_5, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)L_4^(int32_t)L_6)); // t1 ^= FFmulX2(t0); uint32_t L_7 = V_1; uint32_t L_8 = V_0; uint32_t L_9; L_9 = AesFastEngine_FFmulX2_m49D1288F22514A8A49961AEB2C9B8C2DA9C8BA74(L_8, /*hidden argument*/NULL); V_1 = ((int32_t)((int32_t)L_7^(int32_t)L_9)); // t0 ^= t1 ^ Shift(t1, 16); uint32_t L_10 = V_0; uint32_t L_11 = V_1; uint32_t L_12 = V_1; uint32_t L_13; L_13 = AesFastEngine_Shift_m4F8DE7FC0818DE18DEDD73DF48C6B54ACB830A07(L_12, ((int32_t)16), /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)L_10^(int32_t)((int32_t)((int32_t)L_11^(int32_t)L_13)))); // return t0; uint32_t L_14 = V_0; return L_14; } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::SubWord(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesFastEngine_SubWord_m19BE7DF4B64D884EBD5220E31CC5A99AC57B05FD (uint32_t ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (uint)S[x&255] // | (((uint)S[(x>>8)&255]) << 8) // | (((uint)S[(x>>16)&255]) << 16) // | (((uint)S[(x>>24)&255]) << 24); IL2CPP_RUNTIME_CLASS_INIT(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_1 = ___x0; NullCheck(L_0); int32_t L_2 = ((int32_t)((int32_t)L_1&(int32_t)((int32_t)255))); uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_5 = ___x0; NullCheck(L_4); int32_t L_6 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_5>>8))&(int32_t)((int32_t)255))); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_9 = ___x0; NullCheck(L_8); int32_t L_10 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_9>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_13 = ___x0; NullCheck(L_12); int32_t L_14 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_13>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_15 = (L_12)->GetAt(static_cast(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))))); } } // System.UInt32[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::GenerateWorkingKey(System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* AesFastEngine_GenerateWorkingKey_m8628091E2603B11DF054843C3E68021658275D7D (AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, bool ___forEncryption1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* V_2 = NULL; int32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; uint32_t V_6 = 0; uint32_t V_7 = 0; int32_t V_8 = 0; uint32_t V_9 = 0; uint32_t V_10 = 0; uint32_t V_11 = 0; uint32_t V_12 = 0; uint32_t V_13 = 0; uint32_t V_14 = 0; uint32_t V_15 = 0; uint32_t V_16 = 0; uint32_t V_17 = 0; int32_t V_18 = 0; uint32_t V_19 = 0; uint32_t V_20 = 0; uint32_t V_21 = 0; uint32_t V_22 = 0; uint32_t V_23 = 0; uint32_t V_24 = 0; uint32_t V_25 = 0; uint32_t V_26 = 0; uint32_t V_27 = 0; uint32_t V_28 = 0; int32_t V_29 = 0; int32_t V_30 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_31 = NULL; int32_t V_32 = 0; { // int keyLen = key.Length; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___key0; NullCheck(L_0); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); // if (keyLen < 16 || keyLen > 32 || (keyLen & 7) != 0) int32_t L_1 = V_0; if ((((int32_t)L_1) < ((int32_t)((int32_t)16)))) { goto IL_0013; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) > ((int32_t)((int32_t)32)))) { goto IL_0013; } } { int32_t L_3 = V_0; if (!((int32_t)((int32_t)L_3&(int32_t)7))) { goto IL_001e; } } IL_0013: { // throw new ArgumentException("Key length not 128/192/256 bits."); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD4587DAEA872EB0581FD7E2ACC74AA38FE7E38A4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AesFastEngine_GenerateWorkingKey_m8628091E2603B11DF054843C3E68021658275D7D_RuntimeMethod_var))); } IL_001e: { // int KC = keyLen >> 2; int32_t L_5 = V_0; V_1 = ((int32_t)((int32_t)L_5>>(int32_t)2)); // this.ROUNDS = KC + 6; // This is not always true for the generalized Rijndael that allows larger block sizes int32_t L_6 = V_1; __this->set_ROUNDS_16(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)6))); // uint[][] W = new uint[ROUNDS + 1][]; // 4 words in a block int32_t L_7 = __this->get_ROUNDS_16(); UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_8 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)SZArrayNew(UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); V_2 = L_8; // for (int i = 0; i <= ROUNDS; ++i) V_3 = 0; goto IL_004a; } IL_003d: { // W[i] = new uint[4]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_9 = V_2; int32_t L_10 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)4); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_11); (L_9)->SetAt(static_cast(L_10), (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)L_11); // for (int i = 0; i <= ROUNDS; ++i) int32_t L_12 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_004a: { // for (int i = 0; i <= ROUNDS; ++i) int32_t L_13 = V_3; int32_t L_14 = __this->get_ROUNDS_16(); if ((((int32_t)L_13) <= ((int32_t)L_14))) { goto IL_003d; } } { int32_t L_15 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)4))) { case 0: { goto IL_0074; } case 1: { goto IL_04e1; } case 2: { goto IL_0121; } case 3: { goto IL_04e1; } case 4: { goto IL_0351; } } } { goto IL_04e1; } IL_0074: { // uint t0 = Pack.LE_To_UInt32(key, 0); W[0][0] = t0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___key0; uint32_t L_17; L_17 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_16, 0, /*hidden argument*/NULL); V_4 = L_17; // uint t0 = Pack.LE_To_UInt32(key, 0); W[0][0] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_18 = V_2; NullCheck(L_18); int32_t L_19 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_20 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_18)->GetAt(static_cast(L_19)); uint32_t L_21 = V_4; NullCheck(L_20); (L_20)->SetAt(static_cast(0), (uint32_t)L_21); // uint t1 = Pack.LE_To_UInt32(key, 4); W[0][1] = t1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___key0; uint32_t L_23; L_23 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_22, 4, /*hidden argument*/NULL); V_5 = L_23; // uint t1 = Pack.LE_To_UInt32(key, 4); W[0][1] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_24 = V_2; NullCheck(L_24); int32_t L_25 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_24)->GetAt(static_cast(L_25)); uint32_t L_27 = V_5; NullCheck(L_26); (L_26)->SetAt(static_cast(1), (uint32_t)L_27); // uint t2 = Pack.LE_To_UInt32(key, 8); W[0][2] = t2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = ___key0; uint32_t L_29; L_29 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_28, 8, /*hidden argument*/NULL); V_6 = L_29; // uint t2 = Pack.LE_To_UInt32(key, 8); W[0][2] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_30 = V_2; NullCheck(L_30); int32_t L_31 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_32 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_30)->GetAt(static_cast(L_31)); uint32_t L_33 = V_6; NullCheck(L_32); (L_32)->SetAt(static_cast(2), (uint32_t)L_33); // uint t3 = Pack.LE_To_UInt32(key, 12); W[0][3] = t3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = ___key0; uint32_t L_35; L_35 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_34, ((int32_t)12), /*hidden argument*/NULL); V_7 = L_35; // uint t3 = Pack.LE_To_UInt32(key, 12); W[0][3] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_36 = V_2; NullCheck(L_36); int32_t L_37 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_36)->GetAt(static_cast(L_37)); uint32_t L_39 = V_7; NullCheck(L_38); (L_38)->SetAt(static_cast(3), (uint32_t)L_39); // for (int i = 1; i <= 10; ++i) V_8 = 1; goto IL_0116; } IL_00ba: { // uint u = SubWord(Shift(t3, 8)) ^ rcon[i - 1]; uint32_t L_40 = V_7; IL2CPP_RUNTIME_CLASS_INIT(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var); uint32_t L_41; L_41 = AesFastEngine_Shift_m4F8DE7FC0818DE18DEDD73DF48C6B54ACB830A07(L_40, 8, /*hidden argument*/NULL); uint32_t L_42; L_42 = AesFastEngine_SubWord_m19BE7DF4B64D884EBD5220E31CC5A99AC57B05FD(L_41, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_rcon_2(); int32_t L_44 = V_8; NullCheck(L_43); int32_t L_45 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)1)); uint8_t L_46 = (L_43)->GetAt(static_cast(L_45)); V_9 = ((int32_t)((int32_t)L_42^(int32_t)L_46)); // t0 ^= u; W[i][0] = t0; uint32_t L_47 = V_4; uint32_t L_48 = V_9; V_4 = ((int32_t)((int32_t)L_47^(int32_t)L_48)); // t0 ^= u; W[i][0] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_49 = V_2; int32_t L_50 = V_8; NullCheck(L_49); int32_t L_51 = L_50; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_52 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_49)->GetAt(static_cast(L_51)); uint32_t L_53 = V_4; NullCheck(L_52); (L_52)->SetAt(static_cast(0), (uint32_t)L_53); // t1 ^= t0; W[i][1] = t1; uint32_t L_54 = V_5; uint32_t L_55 = V_4; V_5 = ((int32_t)((int32_t)L_54^(int32_t)L_55)); // t1 ^= t0; W[i][1] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_56 = V_2; int32_t L_57 = V_8; NullCheck(L_56); int32_t L_58 = L_57; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_59 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_56)->GetAt(static_cast(L_58)); uint32_t L_60 = V_5; NullCheck(L_59); (L_59)->SetAt(static_cast(1), (uint32_t)L_60); // t2 ^= t1; W[i][2] = t2; uint32_t L_61 = V_6; uint32_t L_62 = V_5; V_6 = ((int32_t)((int32_t)L_61^(int32_t)L_62)); // t2 ^= t1; W[i][2] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_63 = V_2; int32_t L_64 = V_8; NullCheck(L_63); int32_t L_65 = L_64; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_66 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_63)->GetAt(static_cast(L_65)); uint32_t L_67 = V_6; NullCheck(L_66); (L_66)->SetAt(static_cast(2), (uint32_t)L_67); // t3 ^= t2; W[i][3] = t3; uint32_t L_68 = V_7; uint32_t L_69 = V_6; V_7 = ((int32_t)((int32_t)L_68^(int32_t)L_69)); // t3 ^= t2; W[i][3] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_70 = V_2; int32_t L_71 = V_8; NullCheck(L_70); int32_t L_72 = L_71; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_73 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_70)->GetAt(static_cast(L_72)); uint32_t L_74 = V_7; NullCheck(L_73); (L_73)->SetAt(static_cast(3), (uint32_t)L_74); // for (int i = 1; i <= 10; ++i) int32_t L_75 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); } IL_0116: { // for (int i = 1; i <= 10; ++i) int32_t L_76 = V_8; if ((((int32_t)L_76) <= ((int32_t)((int32_t)10)))) { goto IL_00ba; } } { // break; goto IL_04ec; } IL_0121: { // uint t0 = Pack.LE_To_UInt32(key, 0); W[0][0] = t0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_77 = ___key0; uint32_t L_78; L_78 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_77, 0, /*hidden argument*/NULL); V_10 = L_78; // uint t0 = Pack.LE_To_UInt32(key, 0); W[0][0] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_79 = V_2; NullCheck(L_79); int32_t L_80 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_81 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_79)->GetAt(static_cast(L_80)); uint32_t L_82 = V_10; NullCheck(L_81); (L_81)->SetAt(static_cast(0), (uint32_t)L_82); // uint t1 = Pack.LE_To_UInt32(key, 4); W[0][1] = t1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_83 = ___key0; uint32_t L_84; L_84 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_83, 4, /*hidden argument*/NULL); V_11 = L_84; // uint t1 = Pack.LE_To_UInt32(key, 4); W[0][1] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_85 = V_2; NullCheck(L_85); int32_t L_86 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_87 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_85)->GetAt(static_cast(L_86)); uint32_t L_88 = V_11; NullCheck(L_87); (L_87)->SetAt(static_cast(1), (uint32_t)L_88); // uint t2 = Pack.LE_To_UInt32(key, 8); W[0][2] = t2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_89 = ___key0; uint32_t L_90; L_90 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_89, 8, /*hidden argument*/NULL); V_12 = L_90; // uint t2 = Pack.LE_To_UInt32(key, 8); W[0][2] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_91 = V_2; NullCheck(L_91); int32_t L_92 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_93 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_91)->GetAt(static_cast(L_92)); uint32_t L_94 = V_12; NullCheck(L_93); (L_93)->SetAt(static_cast(2), (uint32_t)L_94); // uint t3 = Pack.LE_To_UInt32(key, 12); W[0][3] = t3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_95 = ___key0; uint32_t L_96; L_96 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_95, ((int32_t)12), /*hidden argument*/NULL); V_13 = L_96; // uint t3 = Pack.LE_To_UInt32(key, 12); W[0][3] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_97 = V_2; NullCheck(L_97); int32_t L_98 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_99 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_97)->GetAt(static_cast(L_98)); uint32_t L_100 = V_13; NullCheck(L_99); (L_99)->SetAt(static_cast(3), (uint32_t)L_100); // uint t4 = Pack.LE_To_UInt32(key, 16); W[1][0] = t4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_101 = ___key0; uint32_t L_102; L_102 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_101, ((int32_t)16), /*hidden argument*/NULL); V_14 = L_102; // uint t4 = Pack.LE_To_UInt32(key, 16); W[1][0] = t4; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_103 = V_2; NullCheck(L_103); int32_t L_104 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_105 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_103)->GetAt(static_cast(L_104)); uint32_t L_106 = V_14; NullCheck(L_105); (L_105)->SetAt(static_cast(0), (uint32_t)L_106); // uint t5 = Pack.LE_To_UInt32(key, 20); W[1][1] = t5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_107 = ___key0; uint32_t L_108; L_108 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_107, ((int32_t)20), /*hidden argument*/NULL); V_15 = L_108; // uint t5 = Pack.LE_To_UInt32(key, 20); W[1][1] = t5; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_109 = V_2; NullCheck(L_109); int32_t L_110 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_111 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_109)->GetAt(static_cast(L_110)); uint32_t L_112 = V_15; NullCheck(L_111); (L_111)->SetAt(static_cast(1), (uint32_t)L_112); // uint rcon = 1; V_16 = 1; // uint u = SubWord(Shift(t5, 8)) ^ rcon; rcon <<= 1; uint32_t L_113 = V_15; IL2CPP_RUNTIME_CLASS_INIT(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var); uint32_t L_114; L_114 = AesFastEngine_Shift_m4F8DE7FC0818DE18DEDD73DF48C6B54ACB830A07(L_113, 8, /*hidden argument*/NULL); uint32_t L_115; L_115 = AesFastEngine_SubWord_m19BE7DF4B64D884EBD5220E31CC5A99AC57B05FD(L_114, /*hidden argument*/NULL); uint32_t L_116 = V_16; V_17 = ((int32_t)((int32_t)L_115^(int32_t)L_116)); // uint u = SubWord(Shift(t5, 8)) ^ rcon; rcon <<= 1; uint32_t L_117 = V_16; V_16 = ((int32_t)((int32_t)L_117<<(int32_t)1)); // t0 ^= u; W[1][2] = t0; uint32_t L_118 = V_10; uint32_t L_119 = V_17; V_10 = ((int32_t)((int32_t)L_118^(int32_t)L_119)); // t0 ^= u; W[1][2] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_120 = V_2; NullCheck(L_120); int32_t L_121 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_122 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_120)->GetAt(static_cast(L_121)); uint32_t L_123 = V_10; NullCheck(L_122); (L_122)->SetAt(static_cast(2), (uint32_t)L_123); // t1 ^= t0; W[1][3] = t1; uint32_t L_124 = V_11; uint32_t L_125 = V_10; V_11 = ((int32_t)((int32_t)L_124^(int32_t)L_125)); // t1 ^= t0; W[1][3] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_126 = V_2; NullCheck(L_126); int32_t L_127 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_128 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_126)->GetAt(static_cast(L_127)); uint32_t L_129 = V_11; NullCheck(L_128); (L_128)->SetAt(static_cast(3), (uint32_t)L_129); // t2 ^= t1; W[2][0] = t2; uint32_t L_130 = V_12; uint32_t L_131 = V_11; V_12 = ((int32_t)((int32_t)L_130^(int32_t)L_131)); // t2 ^= t1; W[2][0] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_132 = V_2; NullCheck(L_132); int32_t L_133 = 2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_134 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_132)->GetAt(static_cast(L_133)); uint32_t L_135 = V_12; NullCheck(L_134); (L_134)->SetAt(static_cast(0), (uint32_t)L_135); // t3 ^= t2; W[2][1] = t3; uint32_t L_136 = V_13; uint32_t L_137 = V_12; V_13 = ((int32_t)((int32_t)L_136^(int32_t)L_137)); // t3 ^= t2; W[2][1] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_138 = V_2; NullCheck(L_138); int32_t L_139 = 2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_140 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_138)->GetAt(static_cast(L_139)); uint32_t L_141 = V_13; NullCheck(L_140); (L_140)->SetAt(static_cast(1), (uint32_t)L_141); // t4 ^= t3; W[2][2] = t4; uint32_t L_142 = V_14; uint32_t L_143 = V_13; V_14 = ((int32_t)((int32_t)L_142^(int32_t)L_143)); // t4 ^= t3; W[2][2] = t4; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_144 = V_2; NullCheck(L_144); int32_t L_145 = 2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_146 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_144)->GetAt(static_cast(L_145)); uint32_t L_147 = V_14; NullCheck(L_146); (L_146)->SetAt(static_cast(2), (uint32_t)L_147); // t5 ^= t4; W[2][3] = t5; uint32_t L_148 = V_15; uint32_t L_149 = V_14; V_15 = ((int32_t)((int32_t)L_148^(int32_t)L_149)); // t5 ^= t4; W[2][3] = t5; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_150 = V_2; NullCheck(L_150); int32_t L_151 = 2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_152 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_150)->GetAt(static_cast(L_151)); uint32_t L_153 = V_15; NullCheck(L_152); (L_152)->SetAt(static_cast(3), (uint32_t)L_153); // for (int i = 3; i < 12; i += 3) V_18 = 3; goto IL_02f5; } IL_01fb: { // u = SubWord(Shift(t5, 8)) ^ rcon; rcon <<= 1; uint32_t L_154 = V_15; IL2CPP_RUNTIME_CLASS_INIT(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var); uint32_t L_155; L_155 = AesFastEngine_Shift_m4F8DE7FC0818DE18DEDD73DF48C6B54ACB830A07(L_154, 8, /*hidden argument*/NULL); uint32_t L_156; L_156 = AesFastEngine_SubWord_m19BE7DF4B64D884EBD5220E31CC5A99AC57B05FD(L_155, /*hidden argument*/NULL); uint32_t L_157 = V_16; V_17 = ((int32_t)((int32_t)L_156^(int32_t)L_157)); // u = SubWord(Shift(t5, 8)) ^ rcon; rcon <<= 1; uint32_t L_158 = V_16; V_16 = ((int32_t)((int32_t)L_158<<(int32_t)1)); // t0 ^= u; W[i ][0] = t0; uint32_t L_159 = V_10; uint32_t L_160 = V_17; V_10 = ((int32_t)((int32_t)L_159^(int32_t)L_160)); // t0 ^= u; W[i ][0] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_161 = V_2; int32_t L_162 = V_18; NullCheck(L_161); int32_t L_163 = L_162; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_164 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_161)->GetAt(static_cast(L_163)); uint32_t L_165 = V_10; NullCheck(L_164); (L_164)->SetAt(static_cast(0), (uint32_t)L_165); // t1 ^= t0; W[i ][1] = t1; uint32_t L_166 = V_11; uint32_t L_167 = V_10; V_11 = ((int32_t)((int32_t)L_166^(int32_t)L_167)); // t1 ^= t0; W[i ][1] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_168 = V_2; int32_t L_169 = V_18; NullCheck(L_168); int32_t L_170 = L_169; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_171 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_168)->GetAt(static_cast(L_170)); uint32_t L_172 = V_11; NullCheck(L_171); (L_171)->SetAt(static_cast(1), (uint32_t)L_172); // t2 ^= t1; W[i ][2] = t2; uint32_t L_173 = V_12; uint32_t L_174 = V_11; V_12 = ((int32_t)((int32_t)L_173^(int32_t)L_174)); // t2 ^= t1; W[i ][2] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_175 = V_2; int32_t L_176 = V_18; NullCheck(L_175); int32_t L_177 = L_176; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_178 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_175)->GetAt(static_cast(L_177)); uint32_t L_179 = V_12; NullCheck(L_178); (L_178)->SetAt(static_cast(2), (uint32_t)L_179); // t3 ^= t2; W[i ][3] = t3; uint32_t L_180 = V_13; uint32_t L_181 = V_12; V_13 = ((int32_t)((int32_t)L_180^(int32_t)L_181)); // t3 ^= t2; W[i ][3] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_182 = V_2; int32_t L_183 = V_18; NullCheck(L_182); int32_t L_184 = L_183; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_185 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_182)->GetAt(static_cast(L_184)); uint32_t L_186 = V_13; NullCheck(L_185); (L_185)->SetAt(static_cast(3), (uint32_t)L_186); // t4 ^= t3; W[i + 1][0] = t4; uint32_t L_187 = V_14; uint32_t L_188 = V_13; V_14 = ((int32_t)((int32_t)L_187^(int32_t)L_188)); // t4 ^= t3; W[i + 1][0] = t4; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_189 = V_2; int32_t L_190 = V_18; NullCheck(L_189); int32_t L_191 = ((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)1)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_192 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_189)->GetAt(static_cast(L_191)); uint32_t L_193 = V_14; NullCheck(L_192); (L_192)->SetAt(static_cast(0), (uint32_t)L_193); // t5 ^= t4; W[i + 1][1] = t5; uint32_t L_194 = V_15; uint32_t L_195 = V_14; V_15 = ((int32_t)((int32_t)L_194^(int32_t)L_195)); // t5 ^= t4; W[i + 1][1] = t5; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_196 = V_2; int32_t L_197 = V_18; NullCheck(L_196); int32_t L_198 = ((int32_t)il2cpp_codegen_add((int32_t)L_197, (int32_t)1)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_199 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_196)->GetAt(static_cast(L_198)); uint32_t L_200 = V_15; NullCheck(L_199); (L_199)->SetAt(static_cast(1), (uint32_t)L_200); // u = SubWord(Shift(t5, 8)) ^ rcon; rcon <<= 1; uint32_t L_201 = V_15; uint32_t L_202; L_202 = AesFastEngine_Shift_m4F8DE7FC0818DE18DEDD73DF48C6B54ACB830A07(L_201, 8, /*hidden argument*/NULL); uint32_t L_203; L_203 = AesFastEngine_SubWord_m19BE7DF4B64D884EBD5220E31CC5A99AC57B05FD(L_202, /*hidden argument*/NULL); uint32_t L_204 = V_16; V_17 = ((int32_t)((int32_t)L_203^(int32_t)L_204)); // u = SubWord(Shift(t5, 8)) ^ rcon; rcon <<= 1; uint32_t L_205 = V_16; V_16 = ((int32_t)((int32_t)L_205<<(int32_t)1)); // t0 ^= u; W[i + 1][2] = t0; uint32_t L_206 = V_10; uint32_t L_207 = V_17; V_10 = ((int32_t)((int32_t)L_206^(int32_t)L_207)); // t0 ^= u; W[i + 1][2] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_208 = V_2; int32_t L_209 = V_18; NullCheck(L_208); int32_t L_210 = ((int32_t)il2cpp_codegen_add((int32_t)L_209, (int32_t)1)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_211 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_208)->GetAt(static_cast(L_210)); uint32_t L_212 = V_10; NullCheck(L_211); (L_211)->SetAt(static_cast(2), (uint32_t)L_212); // t1 ^= t0; W[i + 1][3] = t1; uint32_t L_213 = V_11; uint32_t L_214 = V_10; V_11 = ((int32_t)((int32_t)L_213^(int32_t)L_214)); // t1 ^= t0; W[i + 1][3] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_215 = V_2; int32_t L_216 = V_18; NullCheck(L_215); int32_t L_217 = ((int32_t)il2cpp_codegen_add((int32_t)L_216, (int32_t)1)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_218 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_215)->GetAt(static_cast(L_217)); uint32_t L_219 = V_11; NullCheck(L_218); (L_218)->SetAt(static_cast(3), (uint32_t)L_219); // t2 ^= t1; W[i + 2][0] = t2; uint32_t L_220 = V_12; uint32_t L_221 = V_11; V_12 = ((int32_t)((int32_t)L_220^(int32_t)L_221)); // t2 ^= t1; W[i + 2][0] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_222 = V_2; int32_t L_223 = V_18; NullCheck(L_222); int32_t L_224 = ((int32_t)il2cpp_codegen_add((int32_t)L_223, (int32_t)2)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_225 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_222)->GetAt(static_cast(L_224)); uint32_t L_226 = V_12; NullCheck(L_225); (L_225)->SetAt(static_cast(0), (uint32_t)L_226); // t3 ^= t2; W[i + 2][1] = t3; uint32_t L_227 = V_13; uint32_t L_228 = V_12; V_13 = ((int32_t)((int32_t)L_227^(int32_t)L_228)); // t3 ^= t2; W[i + 2][1] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_229 = V_2; int32_t L_230 = V_18; NullCheck(L_229); int32_t L_231 = ((int32_t)il2cpp_codegen_add((int32_t)L_230, (int32_t)2)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_232 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_229)->GetAt(static_cast(L_231)); uint32_t L_233 = V_13; NullCheck(L_232); (L_232)->SetAt(static_cast(1), (uint32_t)L_233); // t4 ^= t3; W[i + 2][2] = t4; uint32_t L_234 = V_14; uint32_t L_235 = V_13; V_14 = ((int32_t)((int32_t)L_234^(int32_t)L_235)); // t4 ^= t3; W[i + 2][2] = t4; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_236 = V_2; int32_t L_237 = V_18; NullCheck(L_236); int32_t L_238 = ((int32_t)il2cpp_codegen_add((int32_t)L_237, (int32_t)2)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_239 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_236)->GetAt(static_cast(L_238)); uint32_t L_240 = V_14; NullCheck(L_239); (L_239)->SetAt(static_cast(2), (uint32_t)L_240); // t5 ^= t4; W[i + 2][3] = t5; uint32_t L_241 = V_15; uint32_t L_242 = V_14; V_15 = ((int32_t)((int32_t)L_241^(int32_t)L_242)); // t5 ^= t4; W[i + 2][3] = t5; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_243 = V_2; int32_t L_244 = V_18; NullCheck(L_243); int32_t L_245 = ((int32_t)il2cpp_codegen_add((int32_t)L_244, (int32_t)2)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_246 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_243)->GetAt(static_cast(L_245)); uint32_t L_247 = V_15; NullCheck(L_246); (L_246)->SetAt(static_cast(3), (uint32_t)L_247); // for (int i = 3; i < 12; i += 3) int32_t L_248 = V_18; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_248, (int32_t)3)); } IL_02f5: { // for (int i = 3; i < 12; i += 3) int32_t L_249 = V_18; if ((((int32_t)L_249) < ((int32_t)((int32_t)12)))) { goto IL_01fb; } } { // u = SubWord(Shift(t5, 8)) ^ rcon; uint32_t L_250 = V_15; IL2CPP_RUNTIME_CLASS_INIT(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var); uint32_t L_251; L_251 = AesFastEngine_Shift_m4F8DE7FC0818DE18DEDD73DF48C6B54ACB830A07(L_250, 8, /*hidden argument*/NULL); uint32_t L_252; L_252 = AesFastEngine_SubWord_m19BE7DF4B64D884EBD5220E31CC5A99AC57B05FD(L_251, /*hidden argument*/NULL); uint32_t L_253 = V_16; V_17 = ((int32_t)((int32_t)L_252^(int32_t)L_253)); // t0 ^= u; W[12][0] = t0; uint32_t L_254 = V_10; uint32_t L_255 = V_17; V_10 = ((int32_t)((int32_t)L_254^(int32_t)L_255)); // t0 ^= u; W[12][0] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_256 = V_2; NullCheck(L_256); int32_t L_257 = ((int32_t)12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_258 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_256)->GetAt(static_cast(L_257)); uint32_t L_259 = V_10; NullCheck(L_258); (L_258)->SetAt(static_cast(0), (uint32_t)L_259); // t1 ^= t0; W[12][1] = t1; uint32_t L_260 = V_11; uint32_t L_261 = V_10; V_11 = ((int32_t)((int32_t)L_260^(int32_t)L_261)); // t1 ^= t0; W[12][1] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_262 = V_2; NullCheck(L_262); int32_t L_263 = ((int32_t)12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_264 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_262)->GetAt(static_cast(L_263)); uint32_t L_265 = V_11; NullCheck(L_264); (L_264)->SetAt(static_cast(1), (uint32_t)L_265); // t2 ^= t1; W[12][2] = t2; uint32_t L_266 = V_12; uint32_t L_267 = V_11; V_12 = ((int32_t)((int32_t)L_266^(int32_t)L_267)); // t2 ^= t1; W[12][2] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_268 = V_2; NullCheck(L_268); int32_t L_269 = ((int32_t)12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_270 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_268)->GetAt(static_cast(L_269)); uint32_t L_271 = V_12; NullCheck(L_270); (L_270)->SetAt(static_cast(2), (uint32_t)L_271); // t3 ^= t2; W[12][3] = t3; uint32_t L_272 = V_13; uint32_t L_273 = V_12; V_13 = ((int32_t)((int32_t)L_272^(int32_t)L_273)); // t3 ^= t2; W[12][3] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_274 = V_2; NullCheck(L_274); int32_t L_275 = ((int32_t)12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_276 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_274)->GetAt(static_cast(L_275)); uint32_t L_277 = V_13; NullCheck(L_276); (L_276)->SetAt(static_cast(3), (uint32_t)L_277); // break; goto IL_04ec; } IL_0351: { // uint t0 = Pack.LE_To_UInt32(key, 0); W[0][0] = t0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_278 = ___key0; uint32_t L_279; L_279 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_278, 0, /*hidden argument*/NULL); V_19 = L_279; // uint t0 = Pack.LE_To_UInt32(key, 0); W[0][0] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_280 = V_2; NullCheck(L_280); int32_t L_281 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_282 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_280)->GetAt(static_cast(L_281)); uint32_t L_283 = V_19; NullCheck(L_282); (L_282)->SetAt(static_cast(0), (uint32_t)L_283); // uint t1 = Pack.LE_To_UInt32(key, 4); W[0][1] = t1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_284 = ___key0; uint32_t L_285; L_285 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_284, 4, /*hidden argument*/NULL); V_20 = L_285; // uint t1 = Pack.LE_To_UInt32(key, 4); W[0][1] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_286 = V_2; NullCheck(L_286); int32_t L_287 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_288 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_286)->GetAt(static_cast(L_287)); uint32_t L_289 = V_20; NullCheck(L_288); (L_288)->SetAt(static_cast(1), (uint32_t)L_289); // uint t2 = Pack.LE_To_UInt32(key, 8); W[0][2] = t2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_290 = ___key0; uint32_t L_291; L_291 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_290, 8, /*hidden argument*/NULL); V_21 = L_291; // uint t2 = Pack.LE_To_UInt32(key, 8); W[0][2] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_292 = V_2; NullCheck(L_292); int32_t L_293 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_294 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_292)->GetAt(static_cast(L_293)); uint32_t L_295 = V_21; NullCheck(L_294); (L_294)->SetAt(static_cast(2), (uint32_t)L_295); // uint t3 = Pack.LE_To_UInt32(key, 12); W[0][3] = t3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_296 = ___key0; uint32_t L_297; L_297 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_296, ((int32_t)12), /*hidden argument*/NULL); V_22 = L_297; // uint t3 = Pack.LE_To_UInt32(key, 12); W[0][3] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_298 = V_2; NullCheck(L_298); int32_t L_299 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_300 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_298)->GetAt(static_cast(L_299)); uint32_t L_301 = V_22; NullCheck(L_300); (L_300)->SetAt(static_cast(3), (uint32_t)L_301); // uint t4 = Pack.LE_To_UInt32(key, 16); W[1][0] = t4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_302 = ___key0; uint32_t L_303; L_303 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_302, ((int32_t)16), /*hidden argument*/NULL); V_23 = L_303; // uint t4 = Pack.LE_To_UInt32(key, 16); W[1][0] = t4; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_304 = V_2; NullCheck(L_304); int32_t L_305 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_306 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_304)->GetAt(static_cast(L_305)); uint32_t L_307 = V_23; NullCheck(L_306); (L_306)->SetAt(static_cast(0), (uint32_t)L_307); // uint t5 = Pack.LE_To_UInt32(key, 20); W[1][1] = t5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_308 = ___key0; uint32_t L_309; L_309 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_308, ((int32_t)20), /*hidden argument*/NULL); V_24 = L_309; // uint t5 = Pack.LE_To_UInt32(key, 20); W[1][1] = t5; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_310 = V_2; NullCheck(L_310); int32_t L_311 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_312 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_310)->GetAt(static_cast(L_311)); uint32_t L_313 = V_24; NullCheck(L_312); (L_312)->SetAt(static_cast(1), (uint32_t)L_313); // uint t6 = Pack.LE_To_UInt32(key, 24); W[1][2] = t6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_314 = ___key0; uint32_t L_315; L_315 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_314, ((int32_t)24), /*hidden argument*/NULL); V_25 = L_315; // uint t6 = Pack.LE_To_UInt32(key, 24); W[1][2] = t6; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_316 = V_2; NullCheck(L_316); int32_t L_317 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_318 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_316)->GetAt(static_cast(L_317)); uint32_t L_319 = V_25; NullCheck(L_318); (L_318)->SetAt(static_cast(2), (uint32_t)L_319); // uint t7 = Pack.LE_To_UInt32(key, 28); W[1][3] = t7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_320 = ___key0; uint32_t L_321; L_321 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_320, ((int32_t)28), /*hidden argument*/NULL); V_26 = L_321; // uint t7 = Pack.LE_To_UInt32(key, 28); W[1][3] = t7; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_322 = V_2; NullCheck(L_322); int32_t L_323 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_324 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_322)->GetAt(static_cast(L_323)); uint32_t L_325 = V_26; NullCheck(L_324); (L_324)->SetAt(static_cast(3), (uint32_t)L_325); // uint u, rcon = 1; V_28 = 1; // for (int i = 2; i < 14; i += 2) V_29 = 2; goto IL_0488; } IL_03e1: { // u = SubWord(Shift(t7, 8)) ^ rcon; rcon <<= 1; uint32_t L_326 = V_26; IL2CPP_RUNTIME_CLASS_INIT(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var); uint32_t L_327; L_327 = AesFastEngine_Shift_m4F8DE7FC0818DE18DEDD73DF48C6B54ACB830A07(L_326, 8, /*hidden argument*/NULL); uint32_t L_328; L_328 = AesFastEngine_SubWord_m19BE7DF4B64D884EBD5220E31CC5A99AC57B05FD(L_327, /*hidden argument*/NULL); uint32_t L_329 = V_28; V_27 = ((int32_t)((int32_t)L_328^(int32_t)L_329)); // u = SubWord(Shift(t7, 8)) ^ rcon; rcon <<= 1; uint32_t L_330 = V_28; V_28 = ((int32_t)((int32_t)L_330<<(int32_t)1)); // t0 ^= u; W[i ][0] = t0; uint32_t L_331 = V_19; uint32_t L_332 = V_27; V_19 = ((int32_t)((int32_t)L_331^(int32_t)L_332)); // t0 ^= u; W[i ][0] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_333 = V_2; int32_t L_334 = V_29; NullCheck(L_333); int32_t L_335 = L_334; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_336 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_333)->GetAt(static_cast(L_335)); uint32_t L_337 = V_19; NullCheck(L_336); (L_336)->SetAt(static_cast(0), (uint32_t)L_337); // t1 ^= t0; W[i ][1] = t1; uint32_t L_338 = V_20; uint32_t L_339 = V_19; V_20 = ((int32_t)((int32_t)L_338^(int32_t)L_339)); // t1 ^= t0; W[i ][1] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_340 = V_2; int32_t L_341 = V_29; NullCheck(L_340); int32_t L_342 = L_341; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_343 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_340)->GetAt(static_cast(L_342)); uint32_t L_344 = V_20; NullCheck(L_343); (L_343)->SetAt(static_cast(1), (uint32_t)L_344); // t2 ^= t1; W[i ][2] = t2; uint32_t L_345 = V_21; uint32_t L_346 = V_20; V_21 = ((int32_t)((int32_t)L_345^(int32_t)L_346)); // t2 ^= t1; W[i ][2] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_347 = V_2; int32_t L_348 = V_29; NullCheck(L_347); int32_t L_349 = L_348; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_350 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_347)->GetAt(static_cast(L_349)); uint32_t L_351 = V_21; NullCheck(L_350); (L_350)->SetAt(static_cast(2), (uint32_t)L_351); // t3 ^= t2; W[i ][3] = t3; uint32_t L_352 = V_22; uint32_t L_353 = V_21; V_22 = ((int32_t)((int32_t)L_352^(int32_t)L_353)); // t3 ^= t2; W[i ][3] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_354 = V_2; int32_t L_355 = V_29; NullCheck(L_354); int32_t L_356 = L_355; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_357 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_354)->GetAt(static_cast(L_356)); uint32_t L_358 = V_22; NullCheck(L_357); (L_357)->SetAt(static_cast(3), (uint32_t)L_358); // u = SubWord(t3); uint32_t L_359 = V_22; uint32_t L_360; L_360 = AesFastEngine_SubWord_m19BE7DF4B64D884EBD5220E31CC5A99AC57B05FD(L_359, /*hidden argument*/NULL); V_27 = L_360; // t4 ^= u; W[i + 1][0] = t4; uint32_t L_361 = V_23; uint32_t L_362 = V_27; V_23 = ((int32_t)((int32_t)L_361^(int32_t)L_362)); // t4 ^= u; W[i + 1][0] = t4; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_363 = V_2; int32_t L_364 = V_29; NullCheck(L_363); int32_t L_365 = ((int32_t)il2cpp_codegen_add((int32_t)L_364, (int32_t)1)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_366 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_363)->GetAt(static_cast(L_365)); uint32_t L_367 = V_23; NullCheck(L_366); (L_366)->SetAt(static_cast(0), (uint32_t)L_367); // t5 ^= t4; W[i + 1][1] = t5; uint32_t L_368 = V_24; uint32_t L_369 = V_23; V_24 = ((int32_t)((int32_t)L_368^(int32_t)L_369)); // t5 ^= t4; W[i + 1][1] = t5; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_370 = V_2; int32_t L_371 = V_29; NullCheck(L_370); int32_t L_372 = ((int32_t)il2cpp_codegen_add((int32_t)L_371, (int32_t)1)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_373 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_370)->GetAt(static_cast(L_372)); uint32_t L_374 = V_24; NullCheck(L_373); (L_373)->SetAt(static_cast(1), (uint32_t)L_374); // t6 ^= t5; W[i + 1][2] = t6; uint32_t L_375 = V_25; uint32_t L_376 = V_24; V_25 = ((int32_t)((int32_t)L_375^(int32_t)L_376)); // t6 ^= t5; W[i + 1][2] = t6; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_377 = V_2; int32_t L_378 = V_29; NullCheck(L_377); int32_t L_379 = ((int32_t)il2cpp_codegen_add((int32_t)L_378, (int32_t)1)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_380 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_377)->GetAt(static_cast(L_379)); uint32_t L_381 = V_25; NullCheck(L_380); (L_380)->SetAt(static_cast(2), (uint32_t)L_381); // t7 ^= t6; W[i + 1][3] = t7; uint32_t L_382 = V_26; uint32_t L_383 = V_25; V_26 = ((int32_t)((int32_t)L_382^(int32_t)L_383)); // t7 ^= t6; W[i + 1][3] = t7; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_384 = V_2; int32_t L_385 = V_29; NullCheck(L_384); int32_t L_386 = ((int32_t)il2cpp_codegen_add((int32_t)L_385, (int32_t)1)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_387 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_384)->GetAt(static_cast(L_386)); uint32_t L_388 = V_26; NullCheck(L_387); (L_387)->SetAt(static_cast(3), (uint32_t)L_388); // for (int i = 2; i < 14; i += 2) int32_t L_389 = V_29; V_29 = ((int32_t)il2cpp_codegen_add((int32_t)L_389, (int32_t)2)); } IL_0488: { // for (int i = 2; i < 14; i += 2) int32_t L_390 = V_29; if ((((int32_t)L_390) < ((int32_t)((int32_t)14)))) { goto IL_03e1; } } { // u = SubWord(Shift(t7, 8)) ^ rcon; uint32_t L_391 = V_26; IL2CPP_RUNTIME_CLASS_INIT(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var); uint32_t L_392; L_392 = AesFastEngine_Shift_m4F8DE7FC0818DE18DEDD73DF48C6B54ACB830A07(L_391, 8, /*hidden argument*/NULL); uint32_t L_393; L_393 = AesFastEngine_SubWord_m19BE7DF4B64D884EBD5220E31CC5A99AC57B05FD(L_392, /*hidden argument*/NULL); uint32_t L_394 = V_28; V_27 = ((int32_t)((int32_t)L_393^(int32_t)L_394)); // t0 ^= u; W[14][0] = t0; uint32_t L_395 = V_19; uint32_t L_396 = V_27; V_19 = ((int32_t)((int32_t)L_395^(int32_t)L_396)); // t0 ^= u; W[14][0] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_397 = V_2; NullCheck(L_397); int32_t L_398 = ((int32_t)14); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_399 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_397)->GetAt(static_cast(L_398)); uint32_t L_400 = V_19; NullCheck(L_399); (L_399)->SetAt(static_cast(0), (uint32_t)L_400); // t1 ^= t0; W[14][1] = t1; uint32_t L_401 = V_20; uint32_t L_402 = V_19; V_20 = ((int32_t)((int32_t)L_401^(int32_t)L_402)); // t1 ^= t0; W[14][1] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_403 = V_2; NullCheck(L_403); int32_t L_404 = ((int32_t)14); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_405 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_403)->GetAt(static_cast(L_404)); uint32_t L_406 = V_20; NullCheck(L_405); (L_405)->SetAt(static_cast(1), (uint32_t)L_406); // t2 ^= t1; W[14][2] = t2; uint32_t L_407 = V_21; uint32_t L_408 = V_20; V_21 = ((int32_t)((int32_t)L_407^(int32_t)L_408)); // t2 ^= t1; W[14][2] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_409 = V_2; NullCheck(L_409); int32_t L_410 = ((int32_t)14); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_411 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_409)->GetAt(static_cast(L_410)); uint32_t L_412 = V_21; NullCheck(L_411); (L_411)->SetAt(static_cast(2), (uint32_t)L_412); // t3 ^= t2; W[14][3] = t3; uint32_t L_413 = V_22; uint32_t L_414 = V_21; V_22 = ((int32_t)((int32_t)L_413^(int32_t)L_414)); // t3 ^= t2; W[14][3] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_415 = V_2; NullCheck(L_415); int32_t L_416 = ((int32_t)14); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_417 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_415)->GetAt(static_cast(L_416)); uint32_t L_418 = V_22; NullCheck(L_417); (L_417)->SetAt(static_cast(3), (uint32_t)L_418); // break; goto IL_04ec; } IL_04e1: { // throw new InvalidOperationException("Should never get here"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_419 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_419, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7DBDBA421AC8484BAFE52A917ED124C00D46DC9E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_419, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AesFastEngine_GenerateWorkingKey_m8628091E2603B11DF054843C3E68021658275D7D_RuntimeMethod_var))); } IL_04ec: { // if (!forEncryption) bool L_420 = ___forEncryption1; if (L_420) { goto IL_0529; } } { // for (int j = 1; j < ROUNDS; j++) V_30 = 1; goto IL_051f; } IL_04f4: { // uint[] w = W[j]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_421 = V_2; int32_t L_422 = V_30; NullCheck(L_421); int32_t L_423 = L_422; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_424 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_421)->GetAt(static_cast(L_423)); V_31 = L_424; // for (int i = 0; i < 4; i++) V_32 = 0; goto IL_0514; } IL_04ff: { // w[i] = Inv_Mcol(w[i]); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_425 = V_31; int32_t L_426 = V_32; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_427 = V_31; int32_t L_428 = V_32; NullCheck(L_427); int32_t L_429 = L_428; uint32_t L_430 = (L_427)->GetAt(static_cast(L_429)); IL2CPP_RUNTIME_CLASS_INIT(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var); uint32_t L_431; L_431 = AesFastEngine_Inv_Mcol_mFFE993819C255880B3281D58CA6F8CF29E6BD138(L_430, /*hidden argument*/NULL); NullCheck(L_425); (L_425)->SetAt(static_cast(L_426), (uint32_t)L_431); // for (int i = 0; i < 4; i++) int32_t L_432 = V_32; V_32 = ((int32_t)il2cpp_codegen_add((int32_t)L_432, (int32_t)1)); } IL_0514: { // for (int i = 0; i < 4; i++) int32_t L_433 = V_32; if ((((int32_t)L_433) < ((int32_t)4))) { goto IL_04ff; } } { // for (int j = 1; j < ROUNDS; j++) int32_t L_434 = V_30; V_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_434, (int32_t)1)); } IL_051f: { // for (int j = 1; j < ROUNDS; j++) int32_t L_435 = V_30; int32_t L_436 = __this->get_ROUNDS_16(); if ((((int32_t)L_435) < ((int32_t)L_436))) { goto IL_04f4; } } IL_0529: { // return W; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_437 = V_2; return L_437; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesFastEngine__ctor_m8D64A39F977B4FA514AC060364A9C8E256DACEA2 (AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9 * __this, const RuntimeMethod* method) { { // public AesFastEngine() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesFastEngine_Init_m71ED02E1EC39281F01A3DC566202FF73558935CB (AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9 * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * V_0 = NULL; { // KeyParameter keyParameter = parameters as KeyParameter; RuntimeObject* L_0 = ___parameters1; V_0 = ((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)IsInstClass((RuntimeObject*)L_0, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var)); // if (keyParameter == null) KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_1 = V_0; if (L_1) { goto IL_0020; } } { // throw new ArgumentException("invalid parameter passed to AES init - " // + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(parameters)); RuntimeObject* L_2 = ___parameters1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_3; L_3 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_2, /*hidden argument*/NULL); String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCED4ECC4AE35D4EFF2458EF43A779BB25724C998)), L_3, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AesFastEngine_Init_m71ED02E1EC39281F01A3DC566202FF73558935CB_RuntimeMethod_var))); } IL_0020: { // WorkingKey = GenerateWorkingKey(keyParameter.GetKey(), forEncryption); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_6 = V_0; NullCheck(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A(L_6, /*hidden argument*/NULL); bool L_8 = ___forEncryption0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_9; L_9 = AesFastEngine_GenerateWorkingKey_m8628091E2603B11DF054843C3E68021658275D7D(__this, L_7, L_8, /*hidden argument*/NULL); __this->set_WorkingKey_17(L_9); // this.forEncryption = forEncryption; bool L_10 = ___forEncryption0; __this->set_forEncryption_22(L_10); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AesFastEngine_get_AlgorithmName_m15646542CB9A83EEA91FBE467DE5EC892F320834 (AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral423ACA01AC170A50869ECDEF572CD96995576718); s_Il2CppMethodInitialized = true; } { // get { return "AES"; } return _stringLiteral423ACA01AC170A50869ECDEF572CD96995576718; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::get_IsPartialBlockOkay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AesFastEngine_get_IsPartialBlockOkay_m77F47E6C2E834E0D62F58CB42E92A93D850EB419 (AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9 * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AesFastEngine_GetBlockSize_m7FE1D266E96337462785FBE27DC338939F172F15 (AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9 * __this, const RuntimeMethod* method) { { // return BLOCK_SIZE; return ((int32_t)16); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AesFastEngine_ProcessBlock_m7A8FAA3236F8A9BEBB60F83BF396059EE181479E (AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED); s_Il2CppMethodInitialized = true; } { // if (WorkingKey == null) UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_0 = __this->get_WorkingKey_17(); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("AES engine not initialised"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1557AFFE8BBF6FF1C05CD38FC1CAB933607E374C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AesFastEngine_ProcessBlock_m7A8FAA3236F8A9BEBB60F83BF396059EE181479E_RuntimeMethod_var))); } IL_0013: { // Check.DataLength(input, inOff, 16, "input buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; int32_t L_3 = ___inOff1; Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F(L_2, L_3, ((int32_t)16), _stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED, /*hidden argument*/NULL); // Check.OutputLength(output, outOff, 16, "output buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___output2; int32_t L_5 = ___outOff3; Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6(L_4, L_5, ((int32_t)16), _stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2, /*hidden argument*/NULL); // UnPackBlock(input, inOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___input0; int32_t L_7 = ___inOff1; AesFastEngine_UnPackBlock_m2987D9A681B9098B265E722198D0C14C94E0EC60(__this, L_6, L_7, /*hidden argument*/NULL); // if (forEncryption) bool L_8 = __this->get_forEncryption_22(); if (!L_8) { goto IL_004e; } } { // EncryptBlock(WorkingKey); UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_9 = __this->get_WorkingKey_17(); AesFastEngine_EncryptBlock_m8602F7435F1F3667E73987CF04F9BA13D64FB3B6(__this, L_9, /*hidden argument*/NULL); // } goto IL_005a; } IL_004e: { // DecryptBlock(WorkingKey); UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_10 = __this->get_WorkingKey_17(); AesFastEngine_DecryptBlock_mAB6454000E49D3A47EE90DFC0B15D25A092B60B5(__this, L_10, /*hidden argument*/NULL); } IL_005a: { // PackBlock(output, outOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___output2; int32_t L_12 = ___outOff3; AesFastEngine_PackBlock_m03D97F468D95FA0B380FD95B75CD880AFE82E3A1(__this, L_11, L_12, /*hidden argument*/NULL); // return BLOCK_SIZE; return ((int32_t)16); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesFastEngine_Reset_m38B5BEC938A1D63A786733E4474B2FD9BC5CC326 (AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9 * __this, const RuntimeMethod* method) { { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::UnPackBlock(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesFastEngine_UnPackBlock_m2987D9A681B9098B265E722198D0C14C94E0EC60 (AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___off1, const RuntimeMethod* method) { { // C0 = Pack.LE_To_UInt32(bytes, off); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bytes0; int32_t L_1 = ___off1; uint32_t L_2; L_2 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_0, L_1, /*hidden argument*/NULL); __this->set_C0_18(L_2); // C1 = Pack.LE_To_UInt32(bytes, off + 4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___bytes0; int32_t L_4 = ___off1; uint32_t L_5; L_5 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)4)), /*hidden argument*/NULL); __this->set_C1_19(L_5); // C2 = Pack.LE_To_UInt32(bytes, off + 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___bytes0; int32_t L_7 = ___off1; uint32_t L_8; L_8 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)8)), /*hidden argument*/NULL); __this->set_C2_20(L_8); // C3 = Pack.LE_To_UInt32(bytes, off + 12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___bytes0; int32_t L_10 = ___off1; uint32_t L_11; L_11 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)((int32_t)12))), /*hidden argument*/NULL); __this->set_C3_21(L_11); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::PackBlock(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesFastEngine_PackBlock_m03D97F468D95FA0B380FD95B75CD880AFE82E3A1 (AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___off1, const RuntimeMethod* method) { { // Pack.UInt32_To_LE(C0, bytes, off); uint32_t L_0 = __this->get_C0_18(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___bytes0; int32_t L_2 = ___off1; Pack_UInt32_To_LE_m0B85A8B40A576879EEB7F6EFB703224E6B500488(L_0, L_1, L_2, /*hidden argument*/NULL); // Pack.UInt32_To_LE(C1, bytes, off + 4); uint32_t L_3 = __this->get_C1_19(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bytes0; int32_t L_5 = ___off1; Pack_UInt32_To_LE_m0B85A8B40A576879EEB7F6EFB703224E6B500488(L_3, L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)4)), /*hidden argument*/NULL); // Pack.UInt32_To_LE(C2, bytes, off + 8); uint32_t L_6 = __this->get_C2_20(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___bytes0; int32_t L_8 = ___off1; Pack_UInt32_To_LE_m0B85A8B40A576879EEB7F6EFB703224E6B500488(L_6, L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)8)), /*hidden argument*/NULL); // Pack.UInt32_To_LE(C3, bytes, off + 12); uint32_t L_9 = __this->get_C3_21(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___bytes0; int32_t L_11 = ___off1; Pack_UInt32_To_LE_m0B85A8B40A576879EEB7F6EFB703224E6B500488(L_9, L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)12))), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::EncryptBlock(System.UInt32[][]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesFastEngine_EncryptBlock_m8602F7435F1F3667E73987CF04F9BA13D64FB3B6 (AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9 * __this, UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* ___KW0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; uint32_t V_6 = 0; uint32_t V_7 = 0; int32_t V_8 = 0; { // uint[] kw = KW[0]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_0 = ___KW0; NullCheck(L_0); int32_t L_1 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_0)->GetAt(static_cast(L_1)); V_0 = L_2; // uint t0 = this.C0 ^ kw[0]; uint32_t L_3 = __this->get_C0_18(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = V_0; NullCheck(L_4); int32_t L_5 = 0; uint32_t L_6 = (L_4)->GetAt(static_cast(L_5)); V_1 = ((int32_t)((int32_t)L_3^(int32_t)L_6)); // uint t1 = this.C1 ^ kw[1]; uint32_t L_7 = __this->get_C1_19(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = V_0; NullCheck(L_8); int32_t L_9 = 1; uint32_t L_10 = (L_8)->GetAt(static_cast(L_9)); V_2 = ((int32_t)((int32_t)L_7^(int32_t)L_10)); // uint t2 = this.C2 ^ kw[2]; uint32_t L_11 = __this->get_C2_20(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = V_0; NullCheck(L_12); int32_t L_13 = 2; uint32_t L_14 = (L_12)->GetAt(static_cast(L_13)); V_3 = ((int32_t)((int32_t)L_11^(int32_t)L_14)); // uint r0, r1, r2, r3 = this.C3 ^ kw[3]; uint32_t L_15 = __this->get_C3_21(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = V_0; NullCheck(L_16); int32_t L_17 = 3; uint32_t L_18 = (L_16)->GetAt(static_cast(L_17)); V_7 = ((int32_t)((int32_t)L_15^(int32_t)L_18)); // int r = 1; V_8 = 1; goto IL_0256; } IL_0039: { // kw = KW[r++]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_19 = ___KW0; int32_t L_20 = V_8; int32_t L_21 = L_20; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); NullCheck(L_19); int32_t L_22 = L_21; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_19)->GetAt(static_cast(L_22)); V_0 = L_23; // r0 = T0[t0 & 255] ^ T1[(t1 >> 8) & 255] ^ T2[(t2 >> 16) & 255] ^ T3[r3 >> 24] ^ kw[0]; IL2CPP_RUNTIME_CLASS_INIT(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_25 = V_1; NullCheck(L_24); int32_t L_26 = ((int32_t)((int32_t)L_25&(int32_t)((int32_t)255))); uint32_t L_27 = (L_24)->GetAt(static_cast(L_26)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T1_4(); uint32_t L_29 = V_2; NullCheck(L_28); int32_t L_30 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_29>>8))&(int32_t)((int32_t)255))); uint32_t L_31 = (L_28)->GetAt(static_cast(L_30)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_32 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T2_5(); uint32_t L_33 = V_3; NullCheck(L_32); int32_t L_34 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_33>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_35 = (L_32)->GetAt(static_cast(L_34)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_36 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T3_6(); uint32_t L_37 = V_7; NullCheck(L_36); int32_t L_38 = ((int32_t)((uint32_t)L_37>>((int32_t)24))); uint32_t L_39 = (L_36)->GetAt(static_cast(L_38)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_40 = V_0; NullCheck(L_40); int32_t L_41 = 0; uint32_t L_42 = (L_40)->GetAt(static_cast(L_41)); V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_27^(int32_t)L_31))^(int32_t)L_35))^(int32_t)L_39))^(int32_t)L_42)); // r1 = T0[t1 & 255] ^ T1[(t2 >> 8) & 255] ^ T2[(r3 >> 16) & 255] ^ T3[t0 >> 24] ^ kw[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_44 = V_2; NullCheck(L_43); int32_t L_45 = ((int32_t)((int32_t)L_44&(int32_t)((int32_t)255))); uint32_t L_46 = (L_43)->GetAt(static_cast(L_45)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_47 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T1_4(); uint32_t L_48 = V_3; NullCheck(L_47); int32_t L_49 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_48>>8))&(int32_t)((int32_t)255))); uint32_t L_50 = (L_47)->GetAt(static_cast(L_49)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_51 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T2_5(); uint32_t L_52 = V_7; NullCheck(L_51); int32_t L_53 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_52>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_54 = (L_51)->GetAt(static_cast(L_53)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_55 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T3_6(); uint32_t L_56 = V_1; NullCheck(L_55); int32_t L_57 = ((int32_t)((uint32_t)L_56>>((int32_t)24))); uint32_t L_58 = (L_55)->GetAt(static_cast(L_57)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_59 = V_0; NullCheck(L_59); int32_t L_60 = 1; uint32_t L_61 = (L_59)->GetAt(static_cast(L_60)); V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_46^(int32_t)L_50))^(int32_t)L_54))^(int32_t)L_58))^(int32_t)L_61)); // r2 = T0[t2 & 255] ^ T1[(r3 >> 8) & 255] ^ T2[(t0 >> 16) & 255] ^ T3[t1 >> 24] ^ kw[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_62 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_63 = V_3; NullCheck(L_62); int32_t L_64 = ((int32_t)((int32_t)L_63&(int32_t)((int32_t)255))); uint32_t L_65 = (L_62)->GetAt(static_cast(L_64)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_66 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T1_4(); uint32_t L_67 = V_7; NullCheck(L_66); int32_t L_68 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_67>>8))&(int32_t)((int32_t)255))); uint32_t L_69 = (L_66)->GetAt(static_cast(L_68)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_70 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T2_5(); uint32_t L_71 = V_1; NullCheck(L_70); int32_t L_72 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_71>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_73 = (L_70)->GetAt(static_cast(L_72)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_74 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T3_6(); uint32_t L_75 = V_2; NullCheck(L_74); int32_t L_76 = ((int32_t)((uint32_t)L_75>>((int32_t)24))); uint32_t L_77 = (L_74)->GetAt(static_cast(L_76)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_78 = V_0; NullCheck(L_78); int32_t L_79 = 2; uint32_t L_80 = (L_78)->GetAt(static_cast(L_79)); V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_65^(int32_t)L_69))^(int32_t)L_73))^(int32_t)L_77))^(int32_t)L_80)); // r3 = T0[r3 & 255] ^ T1[(t0 >> 8) & 255] ^ T2[(t1 >> 16) & 255] ^ T3[t2 >> 24] ^ kw[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_81 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_82 = V_7; NullCheck(L_81); int32_t L_83 = ((int32_t)((int32_t)L_82&(int32_t)((int32_t)255))); uint32_t L_84 = (L_81)->GetAt(static_cast(L_83)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_85 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T1_4(); uint32_t L_86 = V_1; NullCheck(L_85); int32_t L_87 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_86>>8))&(int32_t)((int32_t)255))); uint32_t L_88 = (L_85)->GetAt(static_cast(L_87)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_89 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T2_5(); uint32_t L_90 = V_2; NullCheck(L_89); int32_t L_91 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_90>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_92 = (L_89)->GetAt(static_cast(L_91)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_93 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T3_6(); uint32_t L_94 = V_3; NullCheck(L_93); int32_t L_95 = ((int32_t)((uint32_t)L_94>>((int32_t)24))); uint32_t L_96 = (L_93)->GetAt(static_cast(L_95)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_97 = V_0; NullCheck(L_97); int32_t L_98 = 3; uint32_t L_99 = (L_97)->GetAt(static_cast(L_98)); V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_84^(int32_t)L_88))^(int32_t)L_92))^(int32_t)L_96))^(int32_t)L_99)); // kw = KW[r++]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_100 = ___KW0; int32_t L_101 = V_8; int32_t L_102 = L_101; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)1)); NullCheck(L_100); int32_t L_103 = L_102; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_104 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_100)->GetAt(static_cast(L_103)); V_0 = L_104; // t0 = T0[r0 & 255] ^ T1[(r1 >> 8) & 255] ^ T2[(r2 >> 16) & 255] ^ T3[r3 >> 24] ^ kw[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_105 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_106 = V_4; NullCheck(L_105); int32_t L_107 = ((int32_t)((int32_t)L_106&(int32_t)((int32_t)255))); uint32_t L_108 = (L_105)->GetAt(static_cast(L_107)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_109 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T1_4(); uint32_t L_110 = V_5; NullCheck(L_109); int32_t L_111 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_110>>8))&(int32_t)((int32_t)255))); uint32_t L_112 = (L_109)->GetAt(static_cast(L_111)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_113 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T2_5(); uint32_t L_114 = V_6; NullCheck(L_113); int32_t L_115 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_114>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_116 = (L_113)->GetAt(static_cast(L_115)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_117 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T3_6(); uint32_t L_118 = V_7; NullCheck(L_117); int32_t L_119 = ((int32_t)((uint32_t)L_118>>((int32_t)24))); uint32_t L_120 = (L_117)->GetAt(static_cast(L_119)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_121 = V_0; NullCheck(L_121); int32_t L_122 = 0; uint32_t L_123 = (L_121)->GetAt(static_cast(L_122)); V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_108^(int32_t)L_112))^(int32_t)L_116))^(int32_t)L_120))^(int32_t)L_123)); // t1 = T0[r1 & 255] ^ T1[(r2 >> 8) & 255] ^ T2[(r3 >> 16) & 255] ^ T3[r0 >> 24] ^ kw[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_124 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_125 = V_5; NullCheck(L_124); int32_t L_126 = ((int32_t)((int32_t)L_125&(int32_t)((int32_t)255))); uint32_t L_127 = (L_124)->GetAt(static_cast(L_126)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_128 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T1_4(); uint32_t L_129 = V_6; NullCheck(L_128); int32_t L_130 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_129>>8))&(int32_t)((int32_t)255))); uint32_t L_131 = (L_128)->GetAt(static_cast(L_130)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_132 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T2_5(); uint32_t L_133 = V_7; NullCheck(L_132); int32_t L_134 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_133>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_135 = (L_132)->GetAt(static_cast(L_134)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_136 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T3_6(); uint32_t L_137 = V_4; NullCheck(L_136); int32_t L_138 = ((int32_t)((uint32_t)L_137>>((int32_t)24))); uint32_t L_139 = (L_136)->GetAt(static_cast(L_138)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_140 = V_0; NullCheck(L_140); int32_t L_141 = 1; uint32_t L_142 = (L_140)->GetAt(static_cast(L_141)); V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_127^(int32_t)L_131))^(int32_t)L_135))^(int32_t)L_139))^(int32_t)L_142)); // t2 = T0[r2 & 255] ^ T1[(r3 >> 8) & 255] ^ T2[(r0 >> 16) & 255] ^ T3[r1 >> 24] ^ kw[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_143 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_144 = V_6; NullCheck(L_143); int32_t L_145 = ((int32_t)((int32_t)L_144&(int32_t)((int32_t)255))); uint32_t L_146 = (L_143)->GetAt(static_cast(L_145)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_147 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T1_4(); uint32_t L_148 = V_7; NullCheck(L_147); int32_t L_149 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_148>>8))&(int32_t)((int32_t)255))); uint32_t L_150 = (L_147)->GetAt(static_cast(L_149)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_151 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T2_5(); uint32_t L_152 = V_4; NullCheck(L_151); int32_t L_153 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_152>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_154 = (L_151)->GetAt(static_cast(L_153)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_155 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T3_6(); uint32_t L_156 = V_5; NullCheck(L_155); int32_t L_157 = ((int32_t)((uint32_t)L_156>>((int32_t)24))); uint32_t L_158 = (L_155)->GetAt(static_cast(L_157)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_159 = V_0; NullCheck(L_159); int32_t L_160 = 2; uint32_t L_161 = (L_159)->GetAt(static_cast(L_160)); V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_146^(int32_t)L_150))^(int32_t)L_154))^(int32_t)L_158))^(int32_t)L_161)); // r3 = T0[r3 & 255] ^ T1[(r0 >> 8) & 255] ^ T2[(r1 >> 16) & 255] ^ T3[r2 >> 24] ^ kw[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_162 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_163 = V_7; NullCheck(L_162); int32_t L_164 = ((int32_t)((int32_t)L_163&(int32_t)((int32_t)255))); uint32_t L_165 = (L_162)->GetAt(static_cast(L_164)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_166 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T1_4(); uint32_t L_167 = V_4; NullCheck(L_166); int32_t L_168 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_167>>8))&(int32_t)((int32_t)255))); uint32_t L_169 = (L_166)->GetAt(static_cast(L_168)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_170 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T2_5(); uint32_t L_171 = V_5; NullCheck(L_170); int32_t L_172 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_171>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_173 = (L_170)->GetAt(static_cast(L_172)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_174 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T3_6(); uint32_t L_175 = V_6; NullCheck(L_174); int32_t L_176 = ((int32_t)((uint32_t)L_175>>((int32_t)24))); uint32_t L_177 = (L_174)->GetAt(static_cast(L_176)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_178 = V_0; NullCheck(L_178); int32_t L_179 = 3; uint32_t L_180 = (L_178)->GetAt(static_cast(L_179)); V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_165^(int32_t)L_169))^(int32_t)L_173))^(int32_t)L_177))^(int32_t)L_180)); } IL_0256: { // while (r < ROUNDS - 1) int32_t L_181 = V_8; int32_t L_182 = __this->get_ROUNDS_16(); if ((((int32_t)L_181) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_182, (int32_t)1))))) { goto IL_0039; } } { // kw = KW[r++]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_183 = ___KW0; int32_t L_184 = V_8; int32_t L_185 = L_184; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_185, (int32_t)1)); NullCheck(L_183); int32_t L_186 = L_185; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_187 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_183)->GetAt(static_cast(L_186)); V_0 = L_187; // r0 = T0[t0 & 255] ^ T1[(t1 >> 8) & 255] ^ T2[(t2 >> 16) & 255] ^ T3[r3 >> 24] ^ kw[0]; IL2CPP_RUNTIME_CLASS_INIT(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_188 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_189 = V_1; NullCheck(L_188); int32_t L_190 = ((int32_t)((int32_t)L_189&(int32_t)((int32_t)255))); uint32_t L_191 = (L_188)->GetAt(static_cast(L_190)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_192 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T1_4(); uint32_t L_193 = V_2; NullCheck(L_192); int32_t L_194 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_193>>8))&(int32_t)((int32_t)255))); uint32_t L_195 = (L_192)->GetAt(static_cast(L_194)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_196 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T2_5(); uint32_t L_197 = V_3; NullCheck(L_196); int32_t L_198 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_197>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_199 = (L_196)->GetAt(static_cast(L_198)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_200 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T3_6(); uint32_t L_201 = V_7; NullCheck(L_200); int32_t L_202 = ((int32_t)((uint32_t)L_201>>((int32_t)24))); uint32_t L_203 = (L_200)->GetAt(static_cast(L_202)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_204 = V_0; NullCheck(L_204); int32_t L_205 = 0; uint32_t L_206 = (L_204)->GetAt(static_cast(L_205)); V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_191^(int32_t)L_195))^(int32_t)L_199))^(int32_t)L_203))^(int32_t)L_206)); // r1 = T0[t1 & 255] ^ T1[(t2 >> 8) & 255] ^ T2[(r3 >> 16) & 255] ^ T3[t0 >> 24] ^ kw[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_207 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_208 = V_2; NullCheck(L_207); int32_t L_209 = ((int32_t)((int32_t)L_208&(int32_t)((int32_t)255))); uint32_t L_210 = (L_207)->GetAt(static_cast(L_209)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_211 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T1_4(); uint32_t L_212 = V_3; NullCheck(L_211); int32_t L_213 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_212>>8))&(int32_t)((int32_t)255))); uint32_t L_214 = (L_211)->GetAt(static_cast(L_213)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_215 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T2_5(); uint32_t L_216 = V_7; NullCheck(L_215); int32_t L_217 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_216>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_218 = (L_215)->GetAt(static_cast(L_217)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_219 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T3_6(); uint32_t L_220 = V_1; NullCheck(L_219); int32_t L_221 = ((int32_t)((uint32_t)L_220>>((int32_t)24))); uint32_t L_222 = (L_219)->GetAt(static_cast(L_221)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_223 = V_0; NullCheck(L_223); int32_t L_224 = 1; uint32_t L_225 = (L_223)->GetAt(static_cast(L_224)); V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_210^(int32_t)L_214))^(int32_t)L_218))^(int32_t)L_222))^(int32_t)L_225)); // r2 = T0[t2 & 255] ^ T1[(r3 >> 8) & 255] ^ T2[(t0 >> 16) & 255] ^ T3[t1 >> 24] ^ kw[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_226 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_227 = V_3; NullCheck(L_226); int32_t L_228 = ((int32_t)((int32_t)L_227&(int32_t)((int32_t)255))); uint32_t L_229 = (L_226)->GetAt(static_cast(L_228)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_230 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T1_4(); uint32_t L_231 = V_7; NullCheck(L_230); int32_t L_232 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_231>>8))&(int32_t)((int32_t)255))); uint32_t L_233 = (L_230)->GetAt(static_cast(L_232)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_234 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T2_5(); uint32_t L_235 = V_1; NullCheck(L_234); int32_t L_236 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_235>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_237 = (L_234)->GetAt(static_cast(L_236)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_238 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T3_6(); uint32_t L_239 = V_2; NullCheck(L_238); int32_t L_240 = ((int32_t)((uint32_t)L_239>>((int32_t)24))); uint32_t L_241 = (L_238)->GetAt(static_cast(L_240)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_242 = V_0; NullCheck(L_242); int32_t L_243 = 2; uint32_t L_244 = (L_242)->GetAt(static_cast(L_243)); V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_229^(int32_t)L_233))^(int32_t)L_237))^(int32_t)L_241))^(int32_t)L_244)); // r3 = T0[r3 & 255] ^ T1[(t0 >> 8) & 255] ^ T2[(t1 >> 16) & 255] ^ T3[t2 >> 24] ^ kw[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_245 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T0_3(); uint32_t L_246 = V_7; NullCheck(L_245); int32_t L_247 = ((int32_t)((int32_t)L_246&(int32_t)((int32_t)255))); uint32_t L_248 = (L_245)->GetAt(static_cast(L_247)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_249 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T1_4(); uint32_t L_250 = V_1; NullCheck(L_249); int32_t L_251 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_250>>8))&(int32_t)((int32_t)255))); uint32_t L_252 = (L_249)->GetAt(static_cast(L_251)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_253 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T2_5(); uint32_t L_254 = V_2; NullCheck(L_253); int32_t L_255 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_254>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_256 = (L_253)->GetAt(static_cast(L_255)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_257 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_T3_6(); uint32_t L_258 = V_3; NullCheck(L_257); int32_t L_259 = ((int32_t)((uint32_t)L_258>>((int32_t)24))); uint32_t L_260 = (L_257)->GetAt(static_cast(L_259)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_261 = V_0; NullCheck(L_261); int32_t L_262 = 3; uint32_t L_263 = (L_261)->GetAt(static_cast(L_262)); V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_248^(int32_t)L_252))^(int32_t)L_256))^(int32_t)L_260))^(int32_t)L_263)); // kw = KW[r]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_264 = ___KW0; int32_t L_265 = V_8; NullCheck(L_264); int32_t L_266 = L_265; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_267 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_264)->GetAt(static_cast(L_266)); V_0 = L_267; // this.C0 = (uint)S[r0 & 255] ^ (((uint)S[(r1 >> 8) & 255]) << 8) ^ (((uint)S[(r2 >> 16) & 255]) << 16) ^ (((uint)S[r3 >> 24]) << 24) ^ kw[0]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_268 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_269 = V_4; NullCheck(L_268); int32_t L_270 = ((int32_t)((int32_t)L_269&(int32_t)((int32_t)255))); uint8_t L_271 = (L_268)->GetAt(static_cast(L_270)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_272 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_273 = V_5; NullCheck(L_272); int32_t L_274 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_273>>8))&(int32_t)((int32_t)255))); uint8_t L_275 = (L_272)->GetAt(static_cast(L_274)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_276 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_277 = V_6; NullCheck(L_276); int32_t L_278 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_277>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_279 = (L_276)->GetAt(static_cast(L_278)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_280 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_281 = V_7; NullCheck(L_280); int32_t L_282 = ((int32_t)((uint32_t)L_281>>((int32_t)24))); uint8_t L_283 = (L_280)->GetAt(static_cast(L_282)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_284 = V_0; NullCheck(L_284); int32_t L_285 = 0; uint32_t L_286 = (L_284)->GetAt(static_cast(L_285)); __this->set_C0_18(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_271^(int32_t)((int32_t)((int32_t)L_275<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_279<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_283<<(int32_t)((int32_t)24)))))^(int32_t)L_286))); // this.C1 = (uint)S[r1 & 255] ^ (((uint)S[(r2 >> 8) & 255]) << 8) ^ (((uint)S[(r3 >> 16) & 255]) << 16) ^ (((uint)S[r0 >> 24]) << 24) ^ kw[1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_287 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_288 = V_5; NullCheck(L_287); int32_t L_289 = ((int32_t)((int32_t)L_288&(int32_t)((int32_t)255))); uint8_t L_290 = (L_287)->GetAt(static_cast(L_289)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_291 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_292 = V_6; NullCheck(L_291); int32_t L_293 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_292>>8))&(int32_t)((int32_t)255))); uint8_t L_294 = (L_291)->GetAt(static_cast(L_293)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_295 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_296 = V_7; NullCheck(L_295); int32_t L_297 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_296>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_298 = (L_295)->GetAt(static_cast(L_297)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_299 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_300 = V_4; NullCheck(L_299); int32_t L_301 = ((int32_t)((uint32_t)L_300>>((int32_t)24))); uint8_t L_302 = (L_299)->GetAt(static_cast(L_301)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_303 = V_0; NullCheck(L_303); int32_t L_304 = 1; uint32_t L_305 = (L_303)->GetAt(static_cast(L_304)); __this->set_C1_19(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_290^(int32_t)((int32_t)((int32_t)L_294<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_298<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_302<<(int32_t)((int32_t)24)))))^(int32_t)L_305))); // this.C2 = (uint)S[r2 & 255] ^ (((uint)S[(r3 >> 8) & 255]) << 8) ^ (((uint)S[(r0 >> 16) & 255]) << 16) ^ (((uint)S[r1 >> 24]) << 24) ^ kw[2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_306 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_307 = V_6; NullCheck(L_306); int32_t L_308 = ((int32_t)((int32_t)L_307&(int32_t)((int32_t)255))); uint8_t L_309 = (L_306)->GetAt(static_cast(L_308)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_310 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_311 = V_7; NullCheck(L_310); int32_t L_312 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_311>>8))&(int32_t)((int32_t)255))); uint8_t L_313 = (L_310)->GetAt(static_cast(L_312)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_314 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_315 = V_4; NullCheck(L_314); int32_t L_316 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_315>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_317 = (L_314)->GetAt(static_cast(L_316)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_318 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_319 = V_5; NullCheck(L_318); int32_t L_320 = ((int32_t)((uint32_t)L_319>>((int32_t)24))); uint8_t L_321 = (L_318)->GetAt(static_cast(L_320)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_322 = V_0; NullCheck(L_322); int32_t L_323 = 2; uint32_t L_324 = (L_322)->GetAt(static_cast(L_323)); __this->set_C2_20(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_309^(int32_t)((int32_t)((int32_t)L_313<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_317<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_321<<(int32_t)((int32_t)24)))))^(int32_t)L_324))); // this.C3 = (uint)S[r3 & 255] ^ (((uint)S[(r0 >> 8) & 255]) << 8) ^ (((uint)S[(r1 >> 16) & 255]) << 16) ^ (((uint)S[r2 >> 24]) << 24) ^ kw[3]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_325 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_326 = V_7; NullCheck(L_325); int32_t L_327 = ((int32_t)((int32_t)L_326&(int32_t)((int32_t)255))); uint8_t L_328 = (L_325)->GetAt(static_cast(L_327)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_329 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_330 = V_4; NullCheck(L_329); int32_t L_331 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_330>>8))&(int32_t)((int32_t)255))); uint8_t L_332 = (L_329)->GetAt(static_cast(L_331)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_333 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_334 = V_5; NullCheck(L_333); int32_t L_335 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_334>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_336 = (L_333)->GetAt(static_cast(L_335)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_337 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_338 = V_6; NullCheck(L_337); int32_t L_339 = ((int32_t)((uint32_t)L_338>>((int32_t)24))); uint8_t L_340 = (L_337)->GetAt(static_cast(L_339)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_341 = V_0; NullCheck(L_341); int32_t L_342 = 3; uint32_t L_343 = (L_341)->GetAt(static_cast(L_342)); __this->set_C3_21(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_328^(int32_t)((int32_t)((int32_t)L_332<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_336<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_340<<(int32_t)((int32_t)24)))))^(int32_t)L_343))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::DecryptBlock(System.UInt32[][]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesFastEngine_DecryptBlock_mAB6454000E49D3A47EE90DFC0B15D25A092B60B5 (AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9 * __this, UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* ___KW0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; uint32_t V_6 = 0; uint32_t V_7 = 0; int32_t V_8 = 0; { // uint[] kw = KW[ROUNDS]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_0 = ___KW0; int32_t L_1 = __this->get_ROUNDS_16(); NullCheck(L_0); int32_t L_2 = L_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_0)->GetAt(static_cast(L_2)); V_0 = L_3; // uint t0 = this.C0 ^ kw[0]; uint32_t L_4 = __this->get_C0_18(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = V_0; NullCheck(L_5); int32_t L_6 = 0; uint32_t L_7 = (L_5)->GetAt(static_cast(L_6)); V_1 = ((int32_t)((int32_t)L_4^(int32_t)L_7)); // uint t1 = this.C1 ^ kw[1]; uint32_t L_8 = __this->get_C1_19(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = V_0; NullCheck(L_9); int32_t L_10 = 1; uint32_t L_11 = (L_9)->GetAt(static_cast(L_10)); V_2 = ((int32_t)((int32_t)L_8^(int32_t)L_11)); // uint t2 = this.C2 ^ kw[2]; uint32_t L_12 = __this->get_C2_20(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13 = V_0; NullCheck(L_13); int32_t L_14 = 2; uint32_t L_15 = (L_13)->GetAt(static_cast(L_14)); V_3 = ((int32_t)((int32_t)L_12^(int32_t)L_15)); // uint r0, r1, r2, r3 = this.C3 ^ kw[3]; uint32_t L_16 = __this->get_C3_21(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_17 = V_0; NullCheck(L_17); int32_t L_18 = 3; uint32_t L_19 = (L_17)->GetAt(static_cast(L_18)); V_7 = ((int32_t)((int32_t)L_16^(int32_t)L_19)); // int r = ROUNDS - 1; int32_t L_20 = __this->get_ROUNDS_16(); V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1)); goto IL_0262; } IL_0045: { // kw = KW[r--]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_21 = ___KW0; int32_t L_22 = V_8; int32_t L_23 = L_22; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)); NullCheck(L_21); int32_t L_24 = L_23; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_25 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_21)->GetAt(static_cast(L_24)); V_0 = L_25; // r0 = Tinv0[t0 & 255] ^ Tinv1[(r3 >> 8) & 255] ^ Tinv2[(t2 >> 16) & 255] ^ Tinv3[t1 >> 24] ^ kw[0]; IL2CPP_RUNTIME_CLASS_INIT(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv0_7(); uint32_t L_27 = V_1; NullCheck(L_26); int32_t L_28 = ((int32_t)((int32_t)L_27&(int32_t)((int32_t)255))); uint32_t L_29 = (L_26)->GetAt(static_cast(L_28)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv1_8(); uint32_t L_31 = V_7; NullCheck(L_30); int32_t L_32 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_31>>8))&(int32_t)((int32_t)255))); uint32_t L_33 = (L_30)->GetAt(static_cast(L_32)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_34 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv2_9(); uint32_t L_35 = V_3; NullCheck(L_34); int32_t L_36 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_35>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_37 = (L_34)->GetAt(static_cast(L_36)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv3_10(); uint32_t L_39 = V_2; NullCheck(L_38); int32_t L_40 = ((int32_t)((uint32_t)L_39>>((int32_t)24))); uint32_t L_41 = (L_38)->GetAt(static_cast(L_40)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_42 = V_0; NullCheck(L_42); int32_t L_43 = 0; uint32_t L_44 = (L_42)->GetAt(static_cast(L_43)); V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_29^(int32_t)L_33))^(int32_t)L_37))^(int32_t)L_41))^(int32_t)L_44)); // r1 = Tinv0[t1 & 255] ^ Tinv1[(t0 >> 8) & 255] ^ Tinv2[(r3 >> 16) & 255] ^ Tinv3[t2 >> 24] ^ kw[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_45 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv0_7(); uint32_t L_46 = V_2; NullCheck(L_45); int32_t L_47 = ((int32_t)((int32_t)L_46&(int32_t)((int32_t)255))); uint32_t L_48 = (L_45)->GetAt(static_cast(L_47)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_49 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv1_8(); uint32_t L_50 = V_1; NullCheck(L_49); int32_t L_51 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_50>>8))&(int32_t)((int32_t)255))); uint32_t L_52 = (L_49)->GetAt(static_cast(L_51)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_53 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv2_9(); uint32_t L_54 = V_7; NullCheck(L_53); int32_t L_55 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_54>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_56 = (L_53)->GetAt(static_cast(L_55)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_57 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv3_10(); uint32_t L_58 = V_3; NullCheck(L_57); int32_t L_59 = ((int32_t)((uint32_t)L_58>>((int32_t)24))); uint32_t L_60 = (L_57)->GetAt(static_cast(L_59)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_61 = V_0; NullCheck(L_61); int32_t L_62 = 1; uint32_t L_63 = (L_61)->GetAt(static_cast(L_62)); V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_48^(int32_t)L_52))^(int32_t)L_56))^(int32_t)L_60))^(int32_t)L_63)); // r2 = Tinv0[t2 & 255] ^ Tinv1[(t1 >> 8) & 255] ^ Tinv2[(t0 >> 16) & 255] ^ Tinv3[r3 >> 24] ^ kw[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_64 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv0_7(); uint32_t L_65 = V_3; NullCheck(L_64); int32_t L_66 = ((int32_t)((int32_t)L_65&(int32_t)((int32_t)255))); uint32_t L_67 = (L_64)->GetAt(static_cast(L_66)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_68 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv1_8(); uint32_t L_69 = V_2; NullCheck(L_68); int32_t L_70 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_69>>8))&(int32_t)((int32_t)255))); uint32_t L_71 = (L_68)->GetAt(static_cast(L_70)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_72 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv2_9(); uint32_t L_73 = V_1; NullCheck(L_72); int32_t L_74 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_73>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_75 = (L_72)->GetAt(static_cast(L_74)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_76 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv3_10(); uint32_t L_77 = V_7; NullCheck(L_76); int32_t L_78 = ((int32_t)((uint32_t)L_77>>((int32_t)24))); uint32_t L_79 = (L_76)->GetAt(static_cast(L_78)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_80 = V_0; NullCheck(L_80); int32_t L_81 = 2; uint32_t L_82 = (L_80)->GetAt(static_cast(L_81)); V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_67^(int32_t)L_71))^(int32_t)L_75))^(int32_t)L_79))^(int32_t)L_82)); // r3 = Tinv0[r3 & 255] ^ Tinv1[(t2 >> 8) & 255] ^ Tinv2[(t1 >> 16) & 255] ^ Tinv3[t0 >> 24] ^ kw[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_83 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv0_7(); uint32_t L_84 = V_7; NullCheck(L_83); int32_t L_85 = ((int32_t)((int32_t)L_84&(int32_t)((int32_t)255))); uint32_t L_86 = (L_83)->GetAt(static_cast(L_85)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_87 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv1_8(); uint32_t L_88 = V_3; NullCheck(L_87); int32_t L_89 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_88>>8))&(int32_t)((int32_t)255))); uint32_t L_90 = (L_87)->GetAt(static_cast(L_89)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_91 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv2_9(); uint32_t L_92 = V_2; NullCheck(L_91); int32_t L_93 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_92>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_94 = (L_91)->GetAt(static_cast(L_93)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_95 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv3_10(); uint32_t L_96 = V_1; NullCheck(L_95); int32_t L_97 = ((int32_t)((uint32_t)L_96>>((int32_t)24))); uint32_t L_98 = (L_95)->GetAt(static_cast(L_97)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_99 = V_0; NullCheck(L_99); int32_t L_100 = 3; uint32_t L_101 = (L_99)->GetAt(static_cast(L_100)); V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_86^(int32_t)L_90))^(int32_t)L_94))^(int32_t)L_98))^(int32_t)L_101)); // kw = KW[r--]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_102 = ___KW0; int32_t L_103 = V_8; int32_t L_104 = L_103; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_104, (int32_t)1)); NullCheck(L_102); int32_t L_105 = L_104; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_106 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_102)->GetAt(static_cast(L_105)); V_0 = L_106; // t0 = Tinv0[r0 & 255] ^ Tinv1[(r3 >> 8) & 255] ^ Tinv2[(r2 >> 16) & 255] ^ Tinv3[r1 >> 24] ^ kw[0]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_107 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv0_7(); uint32_t L_108 = V_4; NullCheck(L_107); int32_t L_109 = ((int32_t)((int32_t)L_108&(int32_t)((int32_t)255))); uint32_t L_110 = (L_107)->GetAt(static_cast(L_109)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_111 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv1_8(); uint32_t L_112 = V_7; NullCheck(L_111); int32_t L_113 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_112>>8))&(int32_t)((int32_t)255))); uint32_t L_114 = (L_111)->GetAt(static_cast(L_113)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_115 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv2_9(); uint32_t L_116 = V_6; NullCheck(L_115); int32_t L_117 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_116>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_118 = (L_115)->GetAt(static_cast(L_117)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_119 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv3_10(); uint32_t L_120 = V_5; NullCheck(L_119); int32_t L_121 = ((int32_t)((uint32_t)L_120>>((int32_t)24))); uint32_t L_122 = (L_119)->GetAt(static_cast(L_121)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_123 = V_0; NullCheck(L_123); int32_t L_124 = 0; uint32_t L_125 = (L_123)->GetAt(static_cast(L_124)); V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_110^(int32_t)L_114))^(int32_t)L_118))^(int32_t)L_122))^(int32_t)L_125)); // t1 = Tinv0[r1 & 255] ^ Tinv1[(r0 >> 8) & 255] ^ Tinv2[(r3 >> 16) & 255] ^ Tinv3[r2 >> 24] ^ kw[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_126 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv0_7(); uint32_t L_127 = V_5; NullCheck(L_126); int32_t L_128 = ((int32_t)((int32_t)L_127&(int32_t)((int32_t)255))); uint32_t L_129 = (L_126)->GetAt(static_cast(L_128)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_130 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv1_8(); uint32_t L_131 = V_4; NullCheck(L_130); int32_t L_132 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_131>>8))&(int32_t)((int32_t)255))); uint32_t L_133 = (L_130)->GetAt(static_cast(L_132)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_134 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv2_9(); uint32_t L_135 = V_7; NullCheck(L_134); int32_t L_136 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_135>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_137 = (L_134)->GetAt(static_cast(L_136)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_138 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv3_10(); uint32_t L_139 = V_6; NullCheck(L_138); int32_t L_140 = ((int32_t)((uint32_t)L_139>>((int32_t)24))); uint32_t L_141 = (L_138)->GetAt(static_cast(L_140)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_142 = V_0; NullCheck(L_142); int32_t L_143 = 1; uint32_t L_144 = (L_142)->GetAt(static_cast(L_143)); V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_129^(int32_t)L_133))^(int32_t)L_137))^(int32_t)L_141))^(int32_t)L_144)); // t2 = Tinv0[r2 & 255] ^ Tinv1[(r1 >> 8) & 255] ^ Tinv2[(r0 >> 16) & 255] ^ Tinv3[r3 >> 24] ^ kw[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_145 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv0_7(); uint32_t L_146 = V_6; NullCheck(L_145); int32_t L_147 = ((int32_t)((int32_t)L_146&(int32_t)((int32_t)255))); uint32_t L_148 = (L_145)->GetAt(static_cast(L_147)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_149 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv1_8(); uint32_t L_150 = V_5; NullCheck(L_149); int32_t L_151 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_150>>8))&(int32_t)((int32_t)255))); uint32_t L_152 = (L_149)->GetAt(static_cast(L_151)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_153 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv2_9(); uint32_t L_154 = V_4; NullCheck(L_153); int32_t L_155 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_154>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_156 = (L_153)->GetAt(static_cast(L_155)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_157 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv3_10(); uint32_t L_158 = V_7; NullCheck(L_157); int32_t L_159 = ((int32_t)((uint32_t)L_158>>((int32_t)24))); uint32_t L_160 = (L_157)->GetAt(static_cast(L_159)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_161 = V_0; NullCheck(L_161); int32_t L_162 = 2; uint32_t L_163 = (L_161)->GetAt(static_cast(L_162)); V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_148^(int32_t)L_152))^(int32_t)L_156))^(int32_t)L_160))^(int32_t)L_163)); // r3 = Tinv0[r3 & 255] ^ Tinv1[(r2 >> 8) & 255] ^ Tinv2[(r1 >> 16) & 255] ^ Tinv3[r0 >> 24] ^ kw[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_164 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv0_7(); uint32_t L_165 = V_7; NullCheck(L_164); int32_t L_166 = ((int32_t)((int32_t)L_165&(int32_t)((int32_t)255))); uint32_t L_167 = (L_164)->GetAt(static_cast(L_166)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_168 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv1_8(); uint32_t L_169 = V_6; NullCheck(L_168); int32_t L_170 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_169>>8))&(int32_t)((int32_t)255))); uint32_t L_171 = (L_168)->GetAt(static_cast(L_170)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_172 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv2_9(); uint32_t L_173 = V_5; NullCheck(L_172); int32_t L_174 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_173>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_175 = (L_172)->GetAt(static_cast(L_174)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_176 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv3_10(); uint32_t L_177 = V_4; NullCheck(L_176); int32_t L_178 = ((int32_t)((uint32_t)L_177>>((int32_t)24))); uint32_t L_179 = (L_176)->GetAt(static_cast(L_178)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_180 = V_0; NullCheck(L_180); int32_t L_181 = 3; uint32_t L_182 = (L_180)->GetAt(static_cast(L_181)); V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_167^(int32_t)L_171))^(int32_t)L_175))^(int32_t)L_179))^(int32_t)L_182)); } IL_0262: { // while (r > 1) int32_t L_183 = V_8; if ((((int32_t)L_183) > ((int32_t)1))) { goto IL_0045; } } { // kw = KW[1]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_184 = ___KW0; NullCheck(L_184); int32_t L_185 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_186 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_184)->GetAt(static_cast(L_185)); V_0 = L_186; // r0 = Tinv0[t0 & 255] ^ Tinv1[(r3 >> 8) & 255] ^ Tinv2[(t2 >> 16) & 255] ^ Tinv3[t1 >> 24] ^ kw[0]; IL2CPP_RUNTIME_CLASS_INIT(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_187 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv0_7(); uint32_t L_188 = V_1; NullCheck(L_187); int32_t L_189 = ((int32_t)((int32_t)L_188&(int32_t)((int32_t)255))); uint32_t L_190 = (L_187)->GetAt(static_cast(L_189)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_191 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv1_8(); uint32_t L_192 = V_7; NullCheck(L_191); int32_t L_193 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_192>>8))&(int32_t)((int32_t)255))); uint32_t L_194 = (L_191)->GetAt(static_cast(L_193)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_195 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv2_9(); uint32_t L_196 = V_3; NullCheck(L_195); int32_t L_197 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_196>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_198 = (L_195)->GetAt(static_cast(L_197)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_199 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv3_10(); uint32_t L_200 = V_2; NullCheck(L_199); int32_t L_201 = ((int32_t)((uint32_t)L_200>>((int32_t)24))); uint32_t L_202 = (L_199)->GetAt(static_cast(L_201)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_203 = V_0; NullCheck(L_203); int32_t L_204 = 0; uint32_t L_205 = (L_203)->GetAt(static_cast(L_204)); V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_190^(int32_t)L_194))^(int32_t)L_198))^(int32_t)L_202))^(int32_t)L_205)); // r1 = Tinv0[t1 & 255] ^ Tinv1[(t0 >> 8) & 255] ^ Tinv2[(r3 >> 16) & 255] ^ Tinv3[t2 >> 24] ^ kw[1]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_206 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv0_7(); uint32_t L_207 = V_2; NullCheck(L_206); int32_t L_208 = ((int32_t)((int32_t)L_207&(int32_t)((int32_t)255))); uint32_t L_209 = (L_206)->GetAt(static_cast(L_208)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_210 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv1_8(); uint32_t L_211 = V_1; NullCheck(L_210); int32_t L_212 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_211>>8))&(int32_t)((int32_t)255))); uint32_t L_213 = (L_210)->GetAt(static_cast(L_212)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_214 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv2_9(); uint32_t L_215 = V_7; NullCheck(L_214); int32_t L_216 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_215>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_217 = (L_214)->GetAt(static_cast(L_216)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_218 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv3_10(); uint32_t L_219 = V_3; NullCheck(L_218); int32_t L_220 = ((int32_t)((uint32_t)L_219>>((int32_t)24))); uint32_t L_221 = (L_218)->GetAt(static_cast(L_220)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_222 = V_0; NullCheck(L_222); int32_t L_223 = 1; uint32_t L_224 = (L_222)->GetAt(static_cast(L_223)); V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_209^(int32_t)L_213))^(int32_t)L_217))^(int32_t)L_221))^(int32_t)L_224)); // r2 = Tinv0[t2 & 255] ^ Tinv1[(t1 >> 8) & 255] ^ Tinv2[(t0 >> 16) & 255] ^ Tinv3[r3 >> 24] ^ kw[2]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_225 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv0_7(); uint32_t L_226 = V_3; NullCheck(L_225); int32_t L_227 = ((int32_t)((int32_t)L_226&(int32_t)((int32_t)255))); uint32_t L_228 = (L_225)->GetAt(static_cast(L_227)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_229 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv1_8(); uint32_t L_230 = V_2; NullCheck(L_229); int32_t L_231 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_230>>8))&(int32_t)((int32_t)255))); uint32_t L_232 = (L_229)->GetAt(static_cast(L_231)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_233 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv2_9(); uint32_t L_234 = V_1; NullCheck(L_233); int32_t L_235 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_234>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_236 = (L_233)->GetAt(static_cast(L_235)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_237 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv3_10(); uint32_t L_238 = V_7; NullCheck(L_237); int32_t L_239 = ((int32_t)((uint32_t)L_238>>((int32_t)24))); uint32_t L_240 = (L_237)->GetAt(static_cast(L_239)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_241 = V_0; NullCheck(L_241); int32_t L_242 = 2; uint32_t L_243 = (L_241)->GetAt(static_cast(L_242)); V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_228^(int32_t)L_232))^(int32_t)L_236))^(int32_t)L_240))^(int32_t)L_243)); // r3 = Tinv0[r3 & 255] ^ Tinv1[(t2 >> 8) & 255] ^ Tinv2[(t1 >> 16) & 255] ^ Tinv3[t0 >> 24] ^ kw[3]; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_244 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv0_7(); uint32_t L_245 = V_7; NullCheck(L_244); int32_t L_246 = ((int32_t)((int32_t)L_245&(int32_t)((int32_t)255))); uint32_t L_247 = (L_244)->GetAt(static_cast(L_246)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_248 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv1_8(); uint32_t L_249 = V_3; NullCheck(L_248); int32_t L_250 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_249>>8))&(int32_t)((int32_t)255))); uint32_t L_251 = (L_248)->GetAt(static_cast(L_250)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_252 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv2_9(); uint32_t L_253 = V_2; NullCheck(L_252); int32_t L_254 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_253>>((int32_t)16)))&(int32_t)((int32_t)255))); uint32_t L_255 = (L_252)->GetAt(static_cast(L_254)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_256 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Tinv3_10(); uint32_t L_257 = V_1; NullCheck(L_256); int32_t L_258 = ((int32_t)((uint32_t)L_257>>((int32_t)24))); uint32_t L_259 = (L_256)->GetAt(static_cast(L_258)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_260 = V_0; NullCheck(L_260); int32_t L_261 = 3; uint32_t L_262 = (L_260)->GetAt(static_cast(L_261)); V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_247^(int32_t)L_251))^(int32_t)L_255))^(int32_t)L_259))^(int32_t)L_262)); // kw = KW[0]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_263 = ___KW0; NullCheck(L_263); int32_t L_264 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_265 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_263)->GetAt(static_cast(L_264)); V_0 = L_265; // this.C0 = (uint)Si[r0 & 255] ^ (((uint)Si[(r3 >> 8) & 255]) << 8) ^ (((uint)Si[(r2 >> 16) & 255]) << 16) ^ (((uint)Si[r1 >> 24]) << 24) ^ kw[0]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_266 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_267 = V_4; NullCheck(L_266); int32_t L_268 = ((int32_t)((int32_t)L_267&(int32_t)((int32_t)255))); uint8_t L_269 = (L_266)->GetAt(static_cast(L_268)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_270 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_271 = V_7; NullCheck(L_270); int32_t L_272 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_271>>8))&(int32_t)((int32_t)255))); uint8_t L_273 = (L_270)->GetAt(static_cast(L_272)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_274 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_275 = V_6; NullCheck(L_274); int32_t L_276 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_275>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_277 = (L_274)->GetAt(static_cast(L_276)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_278 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_279 = V_5; NullCheck(L_278); int32_t L_280 = ((int32_t)((uint32_t)L_279>>((int32_t)24))); uint8_t L_281 = (L_278)->GetAt(static_cast(L_280)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_282 = V_0; NullCheck(L_282); int32_t L_283 = 0; uint32_t L_284 = (L_282)->GetAt(static_cast(L_283)); __this->set_C0_18(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_269^(int32_t)((int32_t)((int32_t)L_273<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_277<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_281<<(int32_t)((int32_t)24)))))^(int32_t)L_284))); // this.C1 = (uint)Si[r1 & 255] ^ (((uint)Si[(r0 >> 8) & 255]) << 8) ^ (((uint)Si[(r3 >> 16) & 255]) << 16) ^ (((uint)Si[r2 >> 24]) << 24) ^ kw[1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_285 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_286 = V_5; NullCheck(L_285); int32_t L_287 = ((int32_t)((int32_t)L_286&(int32_t)((int32_t)255))); uint8_t L_288 = (L_285)->GetAt(static_cast(L_287)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_289 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_290 = V_4; NullCheck(L_289); int32_t L_291 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_290>>8))&(int32_t)((int32_t)255))); uint8_t L_292 = (L_289)->GetAt(static_cast(L_291)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_293 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_294 = V_7; NullCheck(L_293); int32_t L_295 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_294>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_296 = (L_293)->GetAt(static_cast(L_295)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_297 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_298 = V_6; NullCheck(L_297); int32_t L_299 = ((int32_t)((uint32_t)L_298>>((int32_t)24))); uint8_t L_300 = (L_297)->GetAt(static_cast(L_299)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_301 = V_0; NullCheck(L_301); int32_t L_302 = 1; uint32_t L_303 = (L_301)->GetAt(static_cast(L_302)); __this->set_C1_19(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_288^(int32_t)((int32_t)((int32_t)L_292<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_296<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_300<<(int32_t)((int32_t)24)))))^(int32_t)L_303))); // this.C2 = (uint)Si[r2 & 255] ^ (((uint)Si[(r1 >> 8) & 255]) << 8) ^ (((uint)Si[(r0 >> 16) & 255]) << 16) ^ (((uint)Si[r3 >> 24]) << 24) ^ kw[2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_304 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_305 = V_6; NullCheck(L_304); int32_t L_306 = ((int32_t)((int32_t)L_305&(int32_t)((int32_t)255))); uint8_t L_307 = (L_304)->GetAt(static_cast(L_306)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_308 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_309 = V_5; NullCheck(L_308); int32_t L_310 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_309>>8))&(int32_t)((int32_t)255))); uint8_t L_311 = (L_308)->GetAt(static_cast(L_310)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_312 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_313 = V_4; NullCheck(L_312); int32_t L_314 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_313>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_315 = (L_312)->GetAt(static_cast(L_314)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_316 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_317 = V_7; NullCheck(L_316); int32_t L_318 = ((int32_t)((uint32_t)L_317>>((int32_t)24))); uint8_t L_319 = (L_316)->GetAt(static_cast(L_318)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_320 = V_0; NullCheck(L_320); int32_t L_321 = 2; uint32_t L_322 = (L_320)->GetAt(static_cast(L_321)); __this->set_C2_20(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_307^(int32_t)((int32_t)((int32_t)L_311<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_315<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_319<<(int32_t)((int32_t)24)))))^(int32_t)L_322))); // this.C3 = (uint)Si[r3 & 255] ^ (((uint)Si[(r2 >> 8) & 255]) << 8) ^ (((uint)Si[(r1 >> 16) & 255]) << 16) ^ (((uint)Si[r0 >> 24]) << 24) ^ kw[3]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_323 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_324 = V_7; NullCheck(L_323); int32_t L_325 = ((int32_t)((int32_t)L_324&(int32_t)((int32_t)255))); uint8_t L_326 = (L_323)->GetAt(static_cast(L_325)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_327 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_328 = V_6; NullCheck(L_327); int32_t L_329 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_328>>8))&(int32_t)((int32_t)255))); uint8_t L_330 = (L_327)->GetAt(static_cast(L_329)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_331 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_332 = V_5; NullCheck(L_331); int32_t L_333 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_332>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_334 = (L_331)->GetAt(static_cast(L_333)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_335 = ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_336 = V_4; NullCheck(L_335); int32_t L_337 = ((int32_t)((uint32_t)L_336>>((int32_t)24))); uint8_t L_338 = (L_335)->GetAt(static_cast(L_337)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_339 = V_0; NullCheck(L_339); int32_t L_340 = 3; uint32_t L_341 = (L_339)->GetAt(static_cast(L_340)); __this->set_C3_21(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_326^(int32_t)((int32_t)((int32_t)L_330<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_334<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_338<<(int32_t)((int32_t)24)))))^(int32_t)L_341))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesFastEngine::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesFastEngine__cctor_mC2D47CBE96889890D3A5576322FB512C69E31C50 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly byte[] S = // { // 99, 124, 119, 123, 242, 107, 111, 197, // 48, 1, 103, 43, 254, 215, 171, 118, // 202, 130, 201, 125, 250, 89, 71, 240, // 173, 212, 162, 175, 156, 164, 114, 192, // 183, 253, 147, 38, 54, 63, 247, 204, // 52, 165, 229, 241, 113, 216, 49, 21, // 4, 199, 35, 195, 24, 150, 5, 154, // 7, 18, 128, 226, 235, 39, 178, 117, // 9, 131, 44, 26, 27, 110, 90, 160, // 82, 59, 214, 179, 41, 227, 47, 132, // 83, 209, 0, 237, 32, 252, 177, 91, // 106, 203, 190, 57, 74, 76, 88, 207, // 208, 239, 170, 251, 67, 77, 51, 133, // 69, 249, 2, 127, 80, 60, 159, 168, // 81, 163, 64, 143, 146, 157, 56, 245, // 188, 182, 218, 33, 16, 255, 243, 210, // 205, 12, 19, 236, 95, 151, 68, 23, // 196, 167, 126, 61, 100, 93, 25, 115, // 96, 129, 79, 220, 34, 42, 144, 136, // 70, 238, 184, 20, 222, 94, 11, 219, // 224, 50, 58, 10, 73, 6, 36, 92, // 194, 211, 172, 98, 145, 149, 228, 121, // 231, 200, 55, 109, 141, 213, 78, 169, // 108, 86, 244, 234, 101, 122, 174, 8, // 186, 120, 37, 46, 28, 166, 180, 198, // 232, 221, 116, 31, 75, 189, 139, 138, // 112, 62, 181, 102, 72, 3, 246, 14, // 97, 53, 87, 185, 134, 193, 29, 158, // 225, 248, 152, 17, 105, 217, 142, 148, // 155, 30, 135, 233, 206, 85, 40, 223, // 140, 161, 137, 13, 191, 230, 66, 104, // 65, 153, 45, 15, 176, 84, 187, 22, // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->set_S_0(L_1); // private static readonly byte[] Si = // { // 82, 9, 106, 213, 48, 54, 165, 56, // 191, 64, 163, 158, 129, 243, 215, 251, // 124, 227, 57, 130, 155, 47, 255, 135, // 52, 142, 67, 68, 196, 222, 233, 203, // 84, 123, 148, 50, 166, 194, 35, 61, // 238, 76, 149, 11, 66, 250, 195, 78, // 8, 46, 161, 102, 40, 217, 36, 178, // 118, 91, 162, 73, 109, 139, 209, 37, // 114, 248, 246, 100, 134, 104, 152, 22, // 212, 164, 92, 204, 93, 101, 182, 146, // 108, 112, 72, 80, 253, 237, 185, 218, // 94, 21, 70, 87, 167, 141, 157, 132, // 144, 216, 171, 0, 140, 188, 211, 10, // 247, 228, 88, 5, 184, 179, 69, 6, // 208, 44, 30, 143, 202, 63, 15, 2, // 193, 175, 189, 3, 1, 19, 138, 107, // 58, 145, 17, 65, 79, 103, 220, 234, // 151, 242, 207, 206, 240, 180, 230, 115, // 150, 172, 116, 34, 231, 173, 53, 133, // 226, 249, 55, 232, 28, 117, 223, 110, // 71, 241, 26, 113, 29, 41, 197, 137, // 111, 183, 98, 14, 170, 24, 190, 27, // 252, 86, 62, 75, 198, 210, 121, 32, // 154, 219, 192, 254, 120, 205, 90, 244, // 31, 221, 168, 51, 136, 7, 199, 49, // 177, 18, 16, 89, 39, 128, 236, 95, // 96, 81, 127, 169, 25, 181, 74, 13, // 45, 229, 122, 159, 147, 201, 156, 239, // 160, 224, 59, 77, 174, 42, 245, 176, // 200, 235, 187, 60, 131, 83, 153, 97, // 23, 43, 4, 126, 186, 119, 214, 38, // 225, 105, 20, 99, 85, 33, 12, 125, // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = L_3; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->set_Si_1(L_4); // private static readonly byte[] rcon = // { // 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36, 0x6c, 0xd8, 0xab, 0x4d, 0x9a, // 0x2f, 0x5e, 0xbc, 0x63, 0xc6, 0x97, 0x35, 0x6a, 0xd4, 0xb3, 0x7d, 0xfa, 0xef, 0xc5, 0x91 // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)30)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = L_6; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_8 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL); ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->set_rcon_2(L_7); // private static readonly uint[] T0 = // { // 0xa56363c6, 0x847c7cf8, 0x997777ee, 0x8d7b7bf6, 0x0df2f2ff, // 0xbd6b6bd6, 0xb16f6fde, 0x54c5c591, 0x50303060, 0x03010102, // 0xa96767ce, 0x7d2b2b56, 0x19fefee7, 0x62d7d7b5, 0xe6abab4d, // 0x9a7676ec, 0x45caca8f, 0x9d82821f, 0x40c9c989, 0x877d7dfa, // 0x15fafaef, 0xeb5959b2, 0xc947478e, 0x0bf0f0fb, 0xecadad41, // 0x67d4d4b3, 0xfda2a25f, 0xeaafaf45, 0xbf9c9c23, 0xf7a4a453, // 0x967272e4, 0x5bc0c09b, 0xc2b7b775, 0x1cfdfde1, 0xae93933d, // 0x6a26264c, 0x5a36366c, 0x413f3f7e, 0x02f7f7f5, 0x4fcccc83, // 0x5c343468, 0xf4a5a551, 0x34e5e5d1, 0x08f1f1f9, 0x937171e2, // 0x73d8d8ab, 0x53313162, 0x3f15152a, 0x0c040408, 0x52c7c795, // 0x65232346, 0x5ec3c39d, 0x28181830, 0xa1969637, 0x0f05050a, // 0xb59a9a2f, 0x0907070e, 0x36121224, 0x9b80801b, 0x3de2e2df, // 0x26ebebcd, 0x6927274e, 0xcdb2b27f, 0x9f7575ea, 0x1b090912, // 0x9e83831d, 0x742c2c58, 0x2e1a1a34, 0x2d1b1b36, 0xb26e6edc, // 0xee5a5ab4, 0xfba0a05b, 0xf65252a4, 0x4d3b3b76, 0x61d6d6b7, // 0xceb3b37d, 0x7b292952, 0x3ee3e3dd, 0x712f2f5e, 0x97848413, // 0xf55353a6, 0x68d1d1b9, 0x00000000, 0x2cededc1, 0x60202040, // 0x1ffcfce3, 0xc8b1b179, 0xed5b5bb6, 0xbe6a6ad4, 0x46cbcb8d, // 0xd9bebe67, 0x4b393972, 0xde4a4a94, 0xd44c4c98, 0xe85858b0, // 0x4acfcf85, 0x6bd0d0bb, 0x2aefefc5, 0xe5aaaa4f, 0x16fbfbed, // 0xc5434386, 0xd74d4d9a, 0x55333366, 0x94858511, 0xcf45458a, // 0x10f9f9e9, 0x06020204, 0x817f7ffe, 0xf05050a0, 0x443c3c78, // 0xba9f9f25, 0xe3a8a84b, 0xf35151a2, 0xfea3a35d, 0xc0404080, // 0x8a8f8f05, 0xad92923f, 0xbc9d9d21, 0x48383870, 0x04f5f5f1, // 0xdfbcbc63, 0xc1b6b677, 0x75dadaaf, 0x63212142, 0x30101020, // 0x1affffe5, 0x0ef3f3fd, 0x6dd2d2bf, 0x4ccdcd81, 0x140c0c18, // 0x35131326, 0x2fececc3, 0xe15f5fbe, 0xa2979735, 0xcc444488, // 0x3917172e, 0x57c4c493, 0xf2a7a755, 0x827e7efc, 0x473d3d7a, // 0xac6464c8, 0xe75d5dba, 0x2b191932, 0x957373e6, 0xa06060c0, // 0x98818119, 0xd14f4f9e, 0x7fdcdca3, 0x66222244, 0x7e2a2a54, // 0xab90903b, 0x8388880b, 0xca46468c, 0x29eeeec7, 0xd3b8b86b, // 0x3c141428, 0x79dedea7, 0xe25e5ebc, 0x1d0b0b16, 0x76dbdbad, // 0x3be0e0db, 0x56323264, 0x4e3a3a74, 0x1e0a0a14, 0xdb494992, // 0x0a06060c, 0x6c242448, 0xe45c5cb8, 0x5dc2c29f, 0x6ed3d3bd, // 0xefacac43, 0xa66262c4, 0xa8919139, 0xa4959531, 0x37e4e4d3, // 0x8b7979f2, 0x32e7e7d5, 0x43c8c88b, 0x5937376e, 0xb76d6dda, // 0x8c8d8d01, 0x64d5d5b1, 0xd24e4e9c, 0xe0a9a949, 0xb46c6cd8, // 0xfa5656ac, 0x07f4f4f3, 0x25eaeacf, 0xaf6565ca, 0x8e7a7af4, // 0xe9aeae47, 0x18080810, 0xd5baba6f, 0x887878f0, 0x6f25254a, // 0x722e2e5c, 0x241c1c38, 0xf1a6a657, 0xc7b4b473, 0x51c6c697, // 0x23e8e8cb, 0x7cdddda1, 0x9c7474e8, 0x211f1f3e, 0xdd4b4b96, // 0xdcbdbd61, 0x868b8b0d, 0x858a8a0f, 0x907070e0, 0x423e3e7c, // 0xc4b5b571, 0xaa6666cc, 0xd8484890, 0x05030306, 0x01f6f6f7, // 0x120e0e1c, 0xa36161c2, 0x5f35356a, 0xf95757ae, 0xd0b9b969, // 0x91868617, 0x58c1c199, 0x271d1d3a, 0xb99e9e27, 0x38e1e1d9, // 0x13f8f8eb, 0xb398982b, 0x33111122, 0xbb6969d2, 0x70d9d9a9, // 0x898e8e07, 0xa7949433, 0xb69b9b2d, 0x221e1e3c, 0x92878715, // 0x20e9e9c9, 0x49cece87, 0xff5555aa, 0x78282850, 0x7adfdfa5, // 0x8f8c8c03, 0xf8a1a159, 0x80898909, 0x170d0d1a, 0xdabfbf65, // 0x31e6e6d7, 0xc6424284, 0xb86868d0, 0xc3414182, 0xb0999929, // 0x772d2d5a, 0x110f0f1e, 0xcbb0b07b, 0xfc5454a8, 0xd6bbbb6d, // 0x3a16162c // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_10 = L_9; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_11 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_10, L_11, /*hidden argument*/NULL); ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->set_T0_3(L_10); // private static readonly uint[] T1 = // { // 0x6363c6a5, 0x7c7cf884, 0x7777ee99, 0x7b7bf68d, 0xf2f2ff0d, // 0x6b6bd6bd, 0x6f6fdeb1, 0xc5c59154, 0x30306050, 0x01010203, // 0x6767cea9, 0x2b2b567d, 0xfefee719, 0xd7d7b562, 0xabab4de6, // 0x7676ec9a, 0xcaca8f45, 0x82821f9d, 0xc9c98940, 0x7d7dfa87, // 0xfafaef15, 0x5959b2eb, 0x47478ec9, 0xf0f0fb0b, 0xadad41ec, // 0xd4d4b367, 0xa2a25ffd, 0xafaf45ea, 0x9c9c23bf, 0xa4a453f7, // 0x7272e496, 0xc0c09b5b, 0xb7b775c2, 0xfdfde11c, 0x93933dae, // 0x26264c6a, 0x36366c5a, 0x3f3f7e41, 0xf7f7f502, 0xcccc834f, // 0x3434685c, 0xa5a551f4, 0xe5e5d134, 0xf1f1f908, 0x7171e293, // 0xd8d8ab73, 0x31316253, 0x15152a3f, 0x0404080c, 0xc7c79552, // 0x23234665, 0xc3c39d5e, 0x18183028, 0x969637a1, 0x05050a0f, // 0x9a9a2fb5, 0x07070e09, 0x12122436, 0x80801b9b, 0xe2e2df3d, // 0xebebcd26, 0x27274e69, 0xb2b27fcd, 0x7575ea9f, 0x0909121b, // 0x83831d9e, 0x2c2c5874, 0x1a1a342e, 0x1b1b362d, 0x6e6edcb2, // 0x5a5ab4ee, 0xa0a05bfb, 0x5252a4f6, 0x3b3b764d, 0xd6d6b761, // 0xb3b37dce, 0x2929527b, 0xe3e3dd3e, 0x2f2f5e71, 0x84841397, // 0x5353a6f5, 0xd1d1b968, 0x00000000, 0xededc12c, 0x20204060, // 0xfcfce31f, 0xb1b179c8, 0x5b5bb6ed, 0x6a6ad4be, 0xcbcb8d46, // 0xbebe67d9, 0x3939724b, 0x4a4a94de, 0x4c4c98d4, 0x5858b0e8, // 0xcfcf854a, 0xd0d0bb6b, 0xefefc52a, 0xaaaa4fe5, 0xfbfbed16, // 0x434386c5, 0x4d4d9ad7, 0x33336655, 0x85851194, 0x45458acf, // 0xf9f9e910, 0x02020406, 0x7f7ffe81, 0x5050a0f0, 0x3c3c7844, // 0x9f9f25ba, 0xa8a84be3, 0x5151a2f3, 0xa3a35dfe, 0x404080c0, // 0x8f8f058a, 0x92923fad, 0x9d9d21bc, 0x38387048, 0xf5f5f104, // 0xbcbc63df, 0xb6b677c1, 0xdadaaf75, 0x21214263, 0x10102030, // 0xffffe51a, 0xf3f3fd0e, 0xd2d2bf6d, 0xcdcd814c, 0x0c0c1814, // 0x13132635, 0xececc32f, 0x5f5fbee1, 0x979735a2, 0x444488cc, // 0x17172e39, 0xc4c49357, 0xa7a755f2, 0x7e7efc82, 0x3d3d7a47, // 0x6464c8ac, 0x5d5dbae7, 0x1919322b, 0x7373e695, 0x6060c0a0, // 0x81811998, 0x4f4f9ed1, 0xdcdca37f, 0x22224466, 0x2a2a547e, // 0x90903bab, 0x88880b83, 0x46468cca, 0xeeeec729, 0xb8b86bd3, // 0x1414283c, 0xdedea779, 0x5e5ebce2, 0x0b0b161d, 0xdbdbad76, // 0xe0e0db3b, 0x32326456, 0x3a3a744e, 0x0a0a141e, 0x494992db, // 0x06060c0a, 0x2424486c, 0x5c5cb8e4, 0xc2c29f5d, 0xd3d3bd6e, // 0xacac43ef, 0x6262c4a6, 0x919139a8, 0x959531a4, 0xe4e4d337, // 0x7979f28b, 0xe7e7d532, 0xc8c88b43, 0x37376e59, 0x6d6ddab7, // 0x8d8d018c, 0xd5d5b164, 0x4e4e9cd2, 0xa9a949e0, 0x6c6cd8b4, // 0x5656acfa, 0xf4f4f307, 0xeaeacf25, 0x6565caaf, 0x7a7af48e, // 0xaeae47e9, 0x08081018, 0xbaba6fd5, 0x7878f088, 0x25254a6f, // 0x2e2e5c72, 0x1c1c3824, 0xa6a657f1, 0xb4b473c7, 0xc6c69751, // 0xe8e8cb23, 0xdddda17c, 0x7474e89c, 0x1f1f3e21, 0x4b4b96dd, // 0xbdbd61dc, 0x8b8b0d86, 0x8a8a0f85, 0x7070e090, 0x3e3e7c42, // 0xb5b571c4, 0x6666ccaa, 0x484890d8, 0x03030605, 0xf6f6f701, // 0x0e0e1c12, 0x6161c2a3, 0x35356a5f, 0x5757aef9, 0xb9b969d0, // 0x86861791, 0xc1c19958, 0x1d1d3a27, 0x9e9e27b9, 0xe1e1d938, // 0xf8f8eb13, 0x98982bb3, 0x11112233, 0x6969d2bb, 0xd9d9a970, // 0x8e8e0789, 0x949433a7, 0x9b9b2db6, 0x1e1e3c22, 0x87871592, // 0xe9e9c920, 0xcece8749, 0x5555aaff, 0x28285078, 0xdfdfa57a, // 0x8c8c038f, 0xa1a159f8, 0x89890980, 0x0d0d1a17, 0xbfbf65da, // 0xe6e6d731, 0x424284c6, 0x6868d0b8, 0x414182c3, 0x999929b0, // 0x2d2d5a77, 0x0f0f1e11, 0xb0b07bcb, 0x5454a8fc, 0xbbbb6dd6, // 0x16162c3a // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13 = L_12; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_14 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_13, L_14, /*hidden argument*/NULL); ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->set_T1_4(L_13); // private static readonly uint[] T2 = // { // 0x63c6a563, 0x7cf8847c, 0x77ee9977, 0x7bf68d7b, 0xf2ff0df2, // 0x6bd6bd6b, 0x6fdeb16f, 0xc59154c5, 0x30605030, 0x01020301, // 0x67cea967, 0x2b567d2b, 0xfee719fe, 0xd7b562d7, 0xab4de6ab, // 0x76ec9a76, 0xca8f45ca, 0x821f9d82, 0xc98940c9, 0x7dfa877d, // 0xfaef15fa, 0x59b2eb59, 0x478ec947, 0xf0fb0bf0, 0xad41ecad, // 0xd4b367d4, 0xa25ffda2, 0xaf45eaaf, 0x9c23bf9c, 0xa453f7a4, // 0x72e49672, 0xc09b5bc0, 0xb775c2b7, 0xfde11cfd, 0x933dae93, // 0x264c6a26, 0x366c5a36, 0x3f7e413f, 0xf7f502f7, 0xcc834fcc, // 0x34685c34, 0xa551f4a5, 0xe5d134e5, 0xf1f908f1, 0x71e29371, // 0xd8ab73d8, 0x31625331, 0x152a3f15, 0x04080c04, 0xc79552c7, // 0x23466523, 0xc39d5ec3, 0x18302818, 0x9637a196, 0x050a0f05, // 0x9a2fb59a, 0x070e0907, 0x12243612, 0x801b9b80, 0xe2df3de2, // 0xebcd26eb, 0x274e6927, 0xb27fcdb2, 0x75ea9f75, 0x09121b09, // 0x831d9e83, 0x2c58742c, 0x1a342e1a, 0x1b362d1b, 0x6edcb26e, // 0x5ab4ee5a, 0xa05bfba0, 0x52a4f652, 0x3b764d3b, 0xd6b761d6, // 0xb37dceb3, 0x29527b29, 0xe3dd3ee3, 0x2f5e712f, 0x84139784, // 0x53a6f553, 0xd1b968d1, 0x00000000, 0xedc12ced, 0x20406020, // 0xfce31ffc, 0xb179c8b1, 0x5bb6ed5b, 0x6ad4be6a, 0xcb8d46cb, // 0xbe67d9be, 0x39724b39, 0x4a94de4a, 0x4c98d44c, 0x58b0e858, // 0xcf854acf, 0xd0bb6bd0, 0xefc52aef, 0xaa4fe5aa, 0xfbed16fb, // 0x4386c543, 0x4d9ad74d, 0x33665533, 0x85119485, 0x458acf45, // 0xf9e910f9, 0x02040602, 0x7ffe817f, 0x50a0f050, 0x3c78443c, // 0x9f25ba9f, 0xa84be3a8, 0x51a2f351, 0xa35dfea3, 0x4080c040, // 0x8f058a8f, 0x923fad92, 0x9d21bc9d, 0x38704838, 0xf5f104f5, // 0xbc63dfbc, 0xb677c1b6, 0xdaaf75da, 0x21426321, 0x10203010, // 0xffe51aff, 0xf3fd0ef3, 0xd2bf6dd2, 0xcd814ccd, 0x0c18140c, // 0x13263513, 0xecc32fec, 0x5fbee15f, 0x9735a297, 0x4488cc44, // 0x172e3917, 0xc49357c4, 0xa755f2a7, 0x7efc827e, 0x3d7a473d, // 0x64c8ac64, 0x5dbae75d, 0x19322b19, 0x73e69573, 0x60c0a060, // 0x81199881, 0x4f9ed14f, 0xdca37fdc, 0x22446622, 0x2a547e2a, // 0x903bab90, 0x880b8388, 0x468cca46, 0xeec729ee, 0xb86bd3b8, // 0x14283c14, 0xdea779de, 0x5ebce25e, 0x0b161d0b, 0xdbad76db, // 0xe0db3be0, 0x32645632, 0x3a744e3a, 0x0a141e0a, 0x4992db49, // 0x060c0a06, 0x24486c24, 0x5cb8e45c, 0xc29f5dc2, 0xd3bd6ed3, // 0xac43efac, 0x62c4a662, 0x9139a891, 0x9531a495, 0xe4d337e4, // 0x79f28b79, 0xe7d532e7, 0xc88b43c8, 0x376e5937, 0x6ddab76d, // 0x8d018c8d, 0xd5b164d5, 0x4e9cd24e, 0xa949e0a9, 0x6cd8b46c, // 0x56acfa56, 0xf4f307f4, 0xeacf25ea, 0x65caaf65, 0x7af48e7a, // 0xae47e9ae, 0x08101808, 0xba6fd5ba, 0x78f08878, 0x254a6f25, // 0x2e5c722e, 0x1c38241c, 0xa657f1a6, 0xb473c7b4, 0xc69751c6, // 0xe8cb23e8, 0xdda17cdd, 0x74e89c74, 0x1f3e211f, 0x4b96dd4b, // 0xbd61dcbd, 0x8b0d868b, 0x8a0f858a, 0x70e09070, 0x3e7c423e, // 0xb571c4b5, 0x66ccaa66, 0x4890d848, 0x03060503, 0xf6f701f6, // 0x0e1c120e, 0x61c2a361, 0x356a5f35, 0x57aef957, 0xb969d0b9, // 0x86179186, 0xc19958c1, 0x1d3a271d, 0x9e27b99e, 0xe1d938e1, // 0xf8eb13f8, 0x982bb398, 0x11223311, 0x69d2bb69, 0xd9a970d9, // 0x8e07898e, 0x9433a794, 0x9b2db69b, 0x1e3c221e, 0x87159287, // 0xe9c920e9, 0xce8749ce, 0x55aaff55, 0x28507828, 0xdfa57adf, // 0x8c038f8c, 0xa159f8a1, 0x89098089, 0x0d1a170d, 0xbf65dabf, // 0xe6d731e6, 0x4284c642, 0x68d0b868, 0x4182c341, 0x9929b099, // 0x2d5a772d, 0x0f1e110f, 0xb07bcbb0, 0x54a8fc54, 0xbb6dd6bb, // 0x162c3a16 // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_15 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = L_15; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_17 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_16, L_17, /*hidden argument*/NULL); ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->set_T2_5(L_16); // private static readonly uint[] T3 = // { // 0xc6a56363, 0xf8847c7c, 0xee997777, 0xf68d7b7b, 0xff0df2f2, // 0xd6bd6b6b, 0xdeb16f6f, 0x9154c5c5, 0x60503030, 0x02030101, // 0xcea96767, 0x567d2b2b, 0xe719fefe, 0xb562d7d7, 0x4de6abab, // 0xec9a7676, 0x8f45caca, 0x1f9d8282, 0x8940c9c9, 0xfa877d7d, // 0xef15fafa, 0xb2eb5959, 0x8ec94747, 0xfb0bf0f0, 0x41ecadad, // 0xb367d4d4, 0x5ffda2a2, 0x45eaafaf, 0x23bf9c9c, 0x53f7a4a4, // 0xe4967272, 0x9b5bc0c0, 0x75c2b7b7, 0xe11cfdfd, 0x3dae9393, // 0x4c6a2626, 0x6c5a3636, 0x7e413f3f, 0xf502f7f7, 0x834fcccc, // 0x685c3434, 0x51f4a5a5, 0xd134e5e5, 0xf908f1f1, 0xe2937171, // 0xab73d8d8, 0x62533131, 0x2a3f1515, 0x080c0404, 0x9552c7c7, // 0x46652323, 0x9d5ec3c3, 0x30281818, 0x37a19696, 0x0a0f0505, // 0x2fb59a9a, 0x0e090707, 0x24361212, 0x1b9b8080, 0xdf3de2e2, // 0xcd26ebeb, 0x4e692727, 0x7fcdb2b2, 0xea9f7575, 0x121b0909, // 0x1d9e8383, 0x58742c2c, 0x342e1a1a, 0x362d1b1b, 0xdcb26e6e, // 0xb4ee5a5a, 0x5bfba0a0, 0xa4f65252, 0x764d3b3b, 0xb761d6d6, // 0x7dceb3b3, 0x527b2929, 0xdd3ee3e3, 0x5e712f2f, 0x13978484, // 0xa6f55353, 0xb968d1d1, 0x00000000, 0xc12ceded, 0x40602020, // 0xe31ffcfc, 0x79c8b1b1, 0xb6ed5b5b, 0xd4be6a6a, 0x8d46cbcb, // 0x67d9bebe, 0x724b3939, 0x94de4a4a, 0x98d44c4c, 0xb0e85858, // 0x854acfcf, 0xbb6bd0d0, 0xc52aefef, 0x4fe5aaaa, 0xed16fbfb, // 0x86c54343, 0x9ad74d4d, 0x66553333, 0x11948585, 0x8acf4545, // 0xe910f9f9, 0x04060202, 0xfe817f7f, 0xa0f05050, 0x78443c3c, // 0x25ba9f9f, 0x4be3a8a8, 0xa2f35151, 0x5dfea3a3, 0x80c04040, // 0x058a8f8f, 0x3fad9292, 0x21bc9d9d, 0x70483838, 0xf104f5f5, // 0x63dfbcbc, 0x77c1b6b6, 0xaf75dada, 0x42632121, 0x20301010, // 0xe51affff, 0xfd0ef3f3, 0xbf6dd2d2, 0x814ccdcd, 0x18140c0c, // 0x26351313, 0xc32fecec, 0xbee15f5f, 0x35a29797, 0x88cc4444, // 0x2e391717, 0x9357c4c4, 0x55f2a7a7, 0xfc827e7e, 0x7a473d3d, // 0xc8ac6464, 0xbae75d5d, 0x322b1919, 0xe6957373, 0xc0a06060, // 0x19988181, 0x9ed14f4f, 0xa37fdcdc, 0x44662222, 0x547e2a2a, // 0x3bab9090, 0x0b838888, 0x8cca4646, 0xc729eeee, 0x6bd3b8b8, // 0x283c1414, 0xa779dede, 0xbce25e5e, 0x161d0b0b, 0xad76dbdb, // 0xdb3be0e0, 0x64563232, 0x744e3a3a, 0x141e0a0a, 0x92db4949, // 0x0c0a0606, 0x486c2424, 0xb8e45c5c, 0x9f5dc2c2, 0xbd6ed3d3, // 0x43efacac, 0xc4a66262, 0x39a89191, 0x31a49595, 0xd337e4e4, // 0xf28b7979, 0xd532e7e7, 0x8b43c8c8, 0x6e593737, 0xdab76d6d, // 0x018c8d8d, 0xb164d5d5, 0x9cd24e4e, 0x49e0a9a9, 0xd8b46c6c, // 0xacfa5656, 0xf307f4f4, 0xcf25eaea, 0xcaaf6565, 0xf48e7a7a, // 0x47e9aeae, 0x10180808, 0x6fd5baba, 0xf0887878, 0x4a6f2525, // 0x5c722e2e, 0x38241c1c, 0x57f1a6a6, 0x73c7b4b4, 0x9751c6c6, // 0xcb23e8e8, 0xa17cdddd, 0xe89c7474, 0x3e211f1f, 0x96dd4b4b, // 0x61dcbdbd, 0x0d868b8b, 0x0f858a8a, 0xe0907070, 0x7c423e3e, // 0x71c4b5b5, 0xccaa6666, 0x90d84848, 0x06050303, 0xf701f6f6, // 0x1c120e0e, 0xc2a36161, 0x6a5f3535, 0xaef95757, 0x69d0b9b9, // 0x17918686, 0x9958c1c1, 0x3a271d1d, 0x27b99e9e, 0xd938e1e1, // 0xeb13f8f8, 0x2bb39898, 0x22331111, 0xd2bb6969, 0xa970d9d9, // 0x07898e8e, 0x33a79494, 0x2db69b9b, 0x3c221e1e, 0x15928787, // 0xc920e9e9, 0x8749cece, 0xaaff5555, 0x50782828, 0xa57adfdf, // 0x038f8c8c, 0x59f8a1a1, 0x09808989, 0x1a170d0d, 0x65dabfbf, // 0xd731e6e6, 0x84c64242, 0xd0b86868, 0x82c34141, 0x29b09999, // 0x5a772d2d, 0x1e110f0f, 0x7bcbb0b0, 0xa8fc5454, 0x6dd6bbbb, // 0x2c3a1616 // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_19 = L_18; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_20 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_19, L_20, /*hidden argument*/NULL); ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->set_T3_6(L_19); // private static readonly uint[] Tinv0 = // { // 0x50a7f451, 0x5365417e, 0xc3a4171a, 0x965e273a, 0xcb6bab3b, // 0xf1459d1f, 0xab58faac, 0x9303e34b, 0x55fa3020, 0xf66d76ad, // 0x9176cc88, 0x254c02f5, 0xfcd7e54f, 0xd7cb2ac5, 0x80443526, // 0x8fa362b5, 0x495ab1de, 0x671bba25, 0x980eea45, 0xe1c0fe5d, // 0x02752fc3, 0x12f04c81, 0xa397468d, 0xc6f9d36b, 0xe75f8f03, // 0x959c9215, 0xeb7a6dbf, 0xda595295, 0x2d83bed4, 0xd3217458, // 0x2969e049, 0x44c8c98e, 0x6a89c275, 0x78798ef4, 0x6b3e5899, // 0xdd71b927, 0xb64fe1be, 0x17ad88f0, 0x66ac20c9, 0xb43ace7d, // 0x184adf63, 0x82311ae5, 0x60335197, 0x457f5362, 0xe07764b1, // 0x84ae6bbb, 0x1ca081fe, 0x942b08f9, 0x58684870, 0x19fd458f, // 0x876cde94, 0xb7f87b52, 0x23d373ab, 0xe2024b72, 0x578f1fe3, // 0x2aab5566, 0x0728ebb2, 0x03c2b52f, 0x9a7bc586, 0xa50837d3, // 0xf2872830, 0xb2a5bf23, 0xba6a0302, 0x5c8216ed, 0x2b1ccf8a, // 0x92b479a7, 0xf0f207f3, 0xa1e2694e, 0xcdf4da65, 0xd5be0506, // 0x1f6234d1, 0x8afea6c4, 0x9d532e34, 0xa055f3a2, 0x32e18a05, // 0x75ebf6a4, 0x39ec830b, 0xaaef6040, 0x069f715e, 0x51106ebd, // 0xf98a213e, 0x3d06dd96, 0xae053edd, 0x46bde64d, 0xb58d5491, // 0x055dc471, 0x6fd40604, 0xff155060, 0x24fb9819, 0x97e9bdd6, // 0xcc434089, 0x779ed967, 0xbd42e8b0, 0x888b8907, 0x385b19e7, // 0xdbeec879, 0x470a7ca1, 0xe90f427c, 0xc91e84f8, 0x00000000, // 0x83868009, 0x48ed2b32, 0xac70111e, 0x4e725a6c, 0xfbff0efd, // 0x5638850f, 0x1ed5ae3d, 0x27392d36, 0x64d90f0a, 0x21a65c68, // 0xd1545b9b, 0x3a2e3624, 0xb1670a0c, 0x0fe75793, 0xd296eeb4, // 0x9e919b1b, 0x4fc5c080, 0xa220dc61, 0x694b775a, 0x161a121c, // 0x0aba93e2, 0xe52aa0c0, 0x43e0223c, 0x1d171b12, 0x0b0d090e, // 0xadc78bf2, 0xb9a8b62d, 0xc8a91e14, 0x8519f157, 0x4c0775af, // 0xbbdd99ee, 0xfd607fa3, 0x9f2601f7, 0xbcf5725c, 0xc53b6644, // 0x347efb5b, 0x7629438b, 0xdcc623cb, 0x68fcedb6, 0x63f1e4b8, // 0xcadc31d7, 0x10856342, 0x40229713, 0x2011c684, 0x7d244a85, // 0xf83dbbd2, 0x1132f9ae, 0x6da129c7, 0x4b2f9e1d, 0xf330b2dc, // 0xec52860d, 0xd0e3c177, 0x6c16b32b, 0x99b970a9, 0xfa489411, // 0x2264e947, 0xc48cfca8, 0x1a3ff0a0, 0xd82c7d56, 0xef903322, // 0xc74e4987, 0xc1d138d9, 0xfea2ca8c, 0x360bd498, 0xcf81f5a6, // 0x28de7aa5, 0x268eb7da, 0xa4bfad3f, 0xe49d3a2c, 0x0d927850, // 0x9bcc5f6a, 0x62467e54, 0xc2138df6, 0xe8b8d890, 0x5ef7392e, // 0xf5afc382, 0xbe805d9f, 0x7c93d069, 0xa92dd56f, 0xb31225cf, // 0x3b99acc8, 0xa77d1810, 0x6e639ce8, 0x7bbb3bdb, 0x097826cd, // 0xf418596e, 0x01b79aec, 0xa89a4f83, 0x656e95e6, 0x7ee6ffaa, // 0x08cfbc21, 0xe6e815ef, 0xd99be7ba, 0xce366f4a, 0xd4099fea, // 0xd67cb029, 0xafb2a431, 0x31233f2a, 0x3094a5c6, 0xc066a235, // 0x37bc4e74, 0xa6ca82fc, 0xb0d090e0, 0x15d8a733, 0x4a9804f1, // 0xf7daec41, 0x0e50cd7f, 0x2ff69117, 0x8dd64d76, 0x4db0ef43, // 0x544daacc, 0xdf0496e4, 0xe3b5d19e, 0x1b886a4c, 0xb81f2cc1, // 0x7f516546, 0x04ea5e9d, 0x5d358c01, 0x737487fa, 0x2e410bfb, // 0x5a1d67b3, 0x52d2db92, 0x335610e9, 0x1347d66d, 0x8c61d79a, // 0x7a0ca137, 0x8e14f859, 0x893c13eb, 0xee27a9ce, 0x35c961b7, // 0xede51ce1, 0x3cb1477a, 0x59dfd29c, 0x3f73f255, 0x79ce1418, // 0xbf37c773, 0xeacdf753, 0x5baafd5f, 0x146f3ddf, 0x86db4478, // 0x81f3afca, 0x3ec468b9, 0x2c342438, 0x5f40a3c2, 0x72c31d16, // 0x0c25e2bc, 0x8b493c28, 0x41950dff, 0x7101a839, 0xdeb30c08, // 0x9ce4b4d8, 0x90c15664, 0x6184cb7b, 0x70b632d5, 0x745c6c48, // 0x4257b8d0 // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_21 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_22 = L_21; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_23 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_22, L_23, /*hidden argument*/NULL); ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->set_Tinv0_7(L_22); // private static readonly uint[] Tinv1 = // { // 0xa7f45150, 0x65417e53, 0xa4171ac3, 0x5e273a96, 0x6bab3bcb, // 0x459d1ff1, 0x58faacab, 0x03e34b93, 0xfa302055, 0x6d76adf6, // 0x76cc8891, 0x4c02f525, 0xd7e54ffc, 0xcb2ac5d7, 0x44352680, // 0xa362b58f, 0x5ab1de49, 0x1bba2567, 0x0eea4598, 0xc0fe5de1, // 0x752fc302, 0xf04c8112, 0x97468da3, 0xf9d36bc6, 0x5f8f03e7, // 0x9c921595, 0x7a6dbfeb, 0x595295da, 0x83bed42d, 0x217458d3, // 0x69e04929, 0xc8c98e44, 0x89c2756a, 0x798ef478, 0x3e58996b, // 0x71b927dd, 0x4fe1beb6, 0xad88f017, 0xac20c966, 0x3ace7db4, // 0x4adf6318, 0x311ae582, 0x33519760, 0x7f536245, 0x7764b1e0, // 0xae6bbb84, 0xa081fe1c, 0x2b08f994, 0x68487058, 0xfd458f19, // 0x6cde9487, 0xf87b52b7, 0xd373ab23, 0x024b72e2, 0x8f1fe357, // 0xab55662a, 0x28ebb207, 0xc2b52f03, 0x7bc5869a, 0x0837d3a5, // 0x872830f2, 0xa5bf23b2, 0x6a0302ba, 0x8216ed5c, 0x1ccf8a2b, // 0xb479a792, 0xf207f3f0, 0xe2694ea1, 0xf4da65cd, 0xbe0506d5, // 0x6234d11f, 0xfea6c48a, 0x532e349d, 0x55f3a2a0, 0xe18a0532, // 0xebf6a475, 0xec830b39, 0xef6040aa, 0x9f715e06, 0x106ebd51, // 0x8a213ef9, 0x06dd963d, 0x053eddae, 0xbde64d46, 0x8d5491b5, // 0x5dc47105, 0xd406046f, 0x155060ff, 0xfb981924, 0xe9bdd697, // 0x434089cc, 0x9ed96777, 0x42e8b0bd, 0x8b890788, 0x5b19e738, // 0xeec879db, 0x0a7ca147, 0x0f427ce9, 0x1e84f8c9, 0x00000000, // 0x86800983, 0xed2b3248, 0x70111eac, 0x725a6c4e, 0xff0efdfb, // 0x38850f56, 0xd5ae3d1e, 0x392d3627, 0xd90f0a64, 0xa65c6821, // 0x545b9bd1, 0x2e36243a, 0x670a0cb1, 0xe757930f, 0x96eeb4d2, // 0x919b1b9e, 0xc5c0804f, 0x20dc61a2, 0x4b775a69, 0x1a121c16, // 0xba93e20a, 0x2aa0c0e5, 0xe0223c43, 0x171b121d, 0x0d090e0b, // 0xc78bf2ad, 0xa8b62db9, 0xa91e14c8, 0x19f15785, 0x0775af4c, // 0xdd99eebb, 0x607fa3fd, 0x2601f79f, 0xf5725cbc, 0x3b6644c5, // 0x7efb5b34, 0x29438b76, 0xc623cbdc, 0xfcedb668, 0xf1e4b863, // 0xdc31d7ca, 0x85634210, 0x22971340, 0x11c68420, 0x244a857d, // 0x3dbbd2f8, 0x32f9ae11, 0xa129c76d, 0x2f9e1d4b, 0x30b2dcf3, // 0x52860dec, 0xe3c177d0, 0x16b32b6c, 0xb970a999, 0x489411fa, // 0x64e94722, 0x8cfca8c4, 0x3ff0a01a, 0x2c7d56d8, 0x903322ef, // 0x4e4987c7, 0xd138d9c1, 0xa2ca8cfe, 0x0bd49836, 0x81f5a6cf, // 0xde7aa528, 0x8eb7da26, 0xbfad3fa4, 0x9d3a2ce4, 0x9278500d, // 0xcc5f6a9b, 0x467e5462, 0x138df6c2, 0xb8d890e8, 0xf7392e5e, // 0xafc382f5, 0x805d9fbe, 0x93d0697c, 0x2dd56fa9, 0x1225cfb3, // 0x99acc83b, 0x7d1810a7, 0x639ce86e, 0xbb3bdb7b, 0x7826cd09, // 0x18596ef4, 0xb79aec01, 0x9a4f83a8, 0x6e95e665, 0xe6ffaa7e, // 0xcfbc2108, 0xe815efe6, 0x9be7bad9, 0x366f4ace, 0x099fead4, // 0x7cb029d6, 0xb2a431af, 0x233f2a31, 0x94a5c630, 0x66a235c0, // 0xbc4e7437, 0xca82fca6, 0xd090e0b0, 0xd8a73315, 0x9804f14a, // 0xdaec41f7, 0x50cd7f0e, 0xf691172f, 0xd64d768d, 0xb0ef434d, // 0x4daacc54, 0x0496e4df, 0xb5d19ee3, 0x886a4c1b, 0x1f2cc1b8, // 0x5165467f, 0xea5e9d04, 0x358c015d, 0x7487fa73, 0x410bfb2e, // 0x1d67b35a, 0xd2db9252, 0x5610e933, 0x47d66d13, 0x61d79a8c, // 0x0ca1377a, 0x14f8598e, 0x3c13eb89, 0x27a9ceee, 0xc961b735, // 0xe51ce1ed, 0xb1477a3c, 0xdfd29c59, 0x73f2553f, 0xce141879, // 0x37c773bf, 0xcdf753ea, 0xaafd5f5b, 0x6f3ddf14, 0xdb447886, // 0xf3afca81, 0xc468b93e, 0x3424382c, 0x40a3c25f, 0xc31d1672, // 0x25e2bc0c, 0x493c288b, 0x950dff41, 0x01a83971, 0xb30c08de, // 0xe4b4d89c, 0xc1566490, 0x84cb7b61, 0xb632d570, 0x5c6c4874, // 0x57b8d042 // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_24 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_25 = L_24; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_26 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_25, L_26, /*hidden argument*/NULL); ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->set_Tinv1_8(L_25); // private static readonly uint[] Tinv2 = // { // 0xf45150a7, 0x417e5365, 0x171ac3a4, 0x273a965e, 0xab3bcb6b, // 0x9d1ff145, 0xfaacab58, 0xe34b9303, 0x302055fa, 0x76adf66d, // 0xcc889176, 0x02f5254c, 0xe54ffcd7, 0x2ac5d7cb, 0x35268044, // 0x62b58fa3, 0xb1de495a, 0xba25671b, 0xea45980e, 0xfe5de1c0, // 0x2fc30275, 0x4c8112f0, 0x468da397, 0xd36bc6f9, 0x8f03e75f, // 0x9215959c, 0x6dbfeb7a, 0x5295da59, 0xbed42d83, 0x7458d321, // 0xe0492969, 0xc98e44c8, 0xc2756a89, 0x8ef47879, 0x58996b3e, // 0xb927dd71, 0xe1beb64f, 0x88f017ad, 0x20c966ac, 0xce7db43a, // 0xdf63184a, 0x1ae58231, 0x51976033, 0x5362457f, 0x64b1e077, // 0x6bbb84ae, 0x81fe1ca0, 0x08f9942b, 0x48705868, 0x458f19fd, // 0xde94876c, 0x7b52b7f8, 0x73ab23d3, 0x4b72e202, 0x1fe3578f, // 0x55662aab, 0xebb20728, 0xb52f03c2, 0xc5869a7b, 0x37d3a508, // 0x2830f287, 0xbf23b2a5, 0x0302ba6a, 0x16ed5c82, 0xcf8a2b1c, // 0x79a792b4, 0x07f3f0f2, 0x694ea1e2, 0xda65cdf4, 0x0506d5be, // 0x34d11f62, 0xa6c48afe, 0x2e349d53, 0xf3a2a055, 0x8a0532e1, // 0xf6a475eb, 0x830b39ec, 0x6040aaef, 0x715e069f, 0x6ebd5110, // 0x213ef98a, 0xdd963d06, 0x3eddae05, 0xe64d46bd, 0x5491b58d, // 0xc471055d, 0x06046fd4, 0x5060ff15, 0x981924fb, 0xbdd697e9, // 0x4089cc43, 0xd967779e, 0xe8b0bd42, 0x8907888b, 0x19e7385b, // 0xc879dbee, 0x7ca1470a, 0x427ce90f, 0x84f8c91e, 0x00000000, // 0x80098386, 0x2b3248ed, 0x111eac70, 0x5a6c4e72, 0x0efdfbff, // 0x850f5638, 0xae3d1ed5, 0x2d362739, 0x0f0a64d9, 0x5c6821a6, // 0x5b9bd154, 0x36243a2e, 0x0a0cb167, 0x57930fe7, 0xeeb4d296, // 0x9b1b9e91, 0xc0804fc5, 0xdc61a220, 0x775a694b, 0x121c161a, // 0x93e20aba, 0xa0c0e52a, 0x223c43e0, 0x1b121d17, 0x090e0b0d, // 0x8bf2adc7, 0xb62db9a8, 0x1e14c8a9, 0xf1578519, 0x75af4c07, // 0x99eebbdd, 0x7fa3fd60, 0x01f79f26, 0x725cbcf5, 0x6644c53b, // 0xfb5b347e, 0x438b7629, 0x23cbdcc6, 0xedb668fc, 0xe4b863f1, // 0x31d7cadc, 0x63421085, 0x97134022, 0xc6842011, 0x4a857d24, // 0xbbd2f83d, 0xf9ae1132, 0x29c76da1, 0x9e1d4b2f, 0xb2dcf330, // 0x860dec52, 0xc177d0e3, 0xb32b6c16, 0x70a999b9, 0x9411fa48, // 0xe9472264, 0xfca8c48c, 0xf0a01a3f, 0x7d56d82c, 0x3322ef90, // 0x4987c74e, 0x38d9c1d1, 0xca8cfea2, 0xd498360b, 0xf5a6cf81, // 0x7aa528de, 0xb7da268e, 0xad3fa4bf, 0x3a2ce49d, 0x78500d92, // 0x5f6a9bcc, 0x7e546246, 0x8df6c213, 0xd890e8b8, 0x392e5ef7, // 0xc382f5af, 0x5d9fbe80, 0xd0697c93, 0xd56fa92d, 0x25cfb312, // 0xacc83b99, 0x1810a77d, 0x9ce86e63, 0x3bdb7bbb, 0x26cd0978, // 0x596ef418, 0x9aec01b7, 0x4f83a89a, 0x95e6656e, 0xffaa7ee6, // 0xbc2108cf, 0x15efe6e8, 0xe7bad99b, 0x6f4ace36, 0x9fead409, // 0xb029d67c, 0xa431afb2, 0x3f2a3123, 0xa5c63094, 0xa235c066, // 0x4e7437bc, 0x82fca6ca, 0x90e0b0d0, 0xa73315d8, 0x04f14a98, // 0xec41f7da, 0xcd7f0e50, 0x91172ff6, 0x4d768dd6, 0xef434db0, // 0xaacc544d, 0x96e4df04, 0xd19ee3b5, 0x6a4c1b88, 0x2cc1b81f, // 0x65467f51, 0x5e9d04ea, 0x8c015d35, 0x87fa7374, 0x0bfb2e41, // 0x67b35a1d, 0xdb9252d2, 0x10e93356, 0xd66d1347, 0xd79a8c61, // 0xa1377a0c, 0xf8598e14, 0x13eb893c, 0xa9ceee27, 0x61b735c9, // 0x1ce1ede5, 0x477a3cb1, 0xd29c59df, 0xf2553f73, 0x141879ce, // 0xc773bf37, 0xf753eacd, 0xfd5f5baa, 0x3ddf146f, 0x447886db, // 0xafca81f3, 0x68b93ec4, 0x24382c34, 0xa3c25f40, 0x1d1672c3, // 0xe2bc0c25, 0x3c288b49, 0x0dff4195, 0xa8397101, 0x0c08deb3, // 0xb4d89ce4, 0x566490c1, 0xcb7b6184, 0x32d570b6, 0x6c48745c, // 0xb8d04257 // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_27 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = L_27; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_29 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_28, L_29, /*hidden argument*/NULL); ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->set_Tinv2_9(L_28); // private static readonly uint[] Tinv3 = // { // 0x5150a7f4, 0x7e536541, 0x1ac3a417, 0x3a965e27, 0x3bcb6bab, // 0x1ff1459d, 0xacab58fa, 0x4b9303e3, 0x2055fa30, 0xadf66d76, // 0x889176cc, 0xf5254c02, 0x4ffcd7e5, 0xc5d7cb2a, 0x26804435, // 0xb58fa362, 0xde495ab1, 0x25671bba, 0x45980eea, 0x5de1c0fe, // 0xc302752f, 0x8112f04c, 0x8da39746, 0x6bc6f9d3, 0x03e75f8f, // 0x15959c92, 0xbfeb7a6d, 0x95da5952, 0xd42d83be, 0x58d32174, // 0x492969e0, 0x8e44c8c9, 0x756a89c2, 0xf478798e, 0x996b3e58, // 0x27dd71b9, 0xbeb64fe1, 0xf017ad88, 0xc966ac20, 0x7db43ace, // 0x63184adf, 0xe582311a, 0x97603351, 0x62457f53, 0xb1e07764, // 0xbb84ae6b, 0xfe1ca081, 0xf9942b08, 0x70586848, 0x8f19fd45, // 0x94876cde, 0x52b7f87b, 0xab23d373, 0x72e2024b, 0xe3578f1f, // 0x662aab55, 0xb20728eb, 0x2f03c2b5, 0x869a7bc5, 0xd3a50837, // 0x30f28728, 0x23b2a5bf, 0x02ba6a03, 0xed5c8216, 0x8a2b1ccf, // 0xa792b479, 0xf3f0f207, 0x4ea1e269, 0x65cdf4da, 0x06d5be05, // 0xd11f6234, 0xc48afea6, 0x349d532e, 0xa2a055f3, 0x0532e18a, // 0xa475ebf6, 0x0b39ec83, 0x40aaef60, 0x5e069f71, 0xbd51106e, // 0x3ef98a21, 0x963d06dd, 0xddae053e, 0x4d46bde6, 0x91b58d54, // 0x71055dc4, 0x046fd406, 0x60ff1550, 0x1924fb98, 0xd697e9bd, // 0x89cc4340, 0x67779ed9, 0xb0bd42e8, 0x07888b89, 0xe7385b19, // 0x79dbeec8, 0xa1470a7c, 0x7ce90f42, 0xf8c91e84, 0x00000000, // 0x09838680, 0x3248ed2b, 0x1eac7011, 0x6c4e725a, 0xfdfbff0e, // 0x0f563885, 0x3d1ed5ae, 0x3627392d, 0x0a64d90f, 0x6821a65c, // 0x9bd1545b, 0x243a2e36, 0x0cb1670a, 0x930fe757, 0xb4d296ee, // 0x1b9e919b, 0x804fc5c0, 0x61a220dc, 0x5a694b77, 0x1c161a12, // 0xe20aba93, 0xc0e52aa0, 0x3c43e022, 0x121d171b, 0x0e0b0d09, // 0xf2adc78b, 0x2db9a8b6, 0x14c8a91e, 0x578519f1, 0xaf4c0775, // 0xeebbdd99, 0xa3fd607f, 0xf79f2601, 0x5cbcf572, 0x44c53b66, // 0x5b347efb, 0x8b762943, 0xcbdcc623, 0xb668fced, 0xb863f1e4, // 0xd7cadc31, 0x42108563, 0x13402297, 0x842011c6, 0x857d244a, // 0xd2f83dbb, 0xae1132f9, 0xc76da129, 0x1d4b2f9e, 0xdcf330b2, // 0x0dec5286, 0x77d0e3c1, 0x2b6c16b3, 0xa999b970, 0x11fa4894, // 0x472264e9, 0xa8c48cfc, 0xa01a3ff0, 0x56d82c7d, 0x22ef9033, // 0x87c74e49, 0xd9c1d138, 0x8cfea2ca, 0x98360bd4, 0xa6cf81f5, // 0xa528de7a, 0xda268eb7, 0x3fa4bfad, 0x2ce49d3a, 0x500d9278, // 0x6a9bcc5f, 0x5462467e, 0xf6c2138d, 0x90e8b8d8, 0x2e5ef739, // 0x82f5afc3, 0x9fbe805d, 0x697c93d0, 0x6fa92dd5, 0xcfb31225, // 0xc83b99ac, 0x10a77d18, 0xe86e639c, 0xdb7bbb3b, 0xcd097826, // 0x6ef41859, 0xec01b79a, 0x83a89a4f, 0xe6656e95, 0xaa7ee6ff, // 0x2108cfbc, 0xefe6e815, 0xbad99be7, 0x4ace366f, 0xead4099f, // 0x29d67cb0, 0x31afb2a4, 0x2a31233f, 0xc63094a5, 0x35c066a2, // 0x7437bc4e, 0xfca6ca82, 0xe0b0d090, 0x3315d8a7, 0xf14a9804, // 0x41f7daec, 0x7f0e50cd, 0x172ff691, 0x768dd64d, 0x434db0ef, // 0xcc544daa, 0xe4df0496, 0x9ee3b5d1, 0x4c1b886a, 0xc1b81f2c, // 0x467f5165, 0x9d04ea5e, 0x015d358c, 0xfa737487, 0xfb2e410b, // 0xb35a1d67, 0x9252d2db, 0xe9335610, 0x6d1347d6, 0x9a8c61d7, // 0x377a0ca1, 0x598e14f8, 0xeb893c13, 0xceee27a9, 0xb735c961, // 0xe1ede51c, 0x7a3cb147, 0x9c59dfd2, 0x553f73f2, 0x1879ce14, // 0x73bf37c7, 0x53eacdf7, 0x5f5baafd, 0xdf146f3d, 0x7886db44, // 0xca81f3af, 0xb93ec468, 0x382c3424, 0xc25f40a3, 0x1672c31d, // 0xbc0c25e2, 0x288b493c, 0xff41950d, 0x397101a8, 0x08deb30c, // 0xd89ce4b4, 0x6490c156, 0x7b6184cb, 0xd570b632, 0x48745c6c, // 0xd04257b8 // }; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_30 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = L_30; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_32 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_31, L_32, /*hidden argument*/NULL); ((AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_StaticFields*)il2cpp_codegen_static_fields_for(AesFastEngine_t99668DFDAF817375D95B65BF28AD1C3B7C2798E9_il2cpp_TypeInfo_var))->set_Tinv3_10(L_31); 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.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::Shift(System.UInt32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesLightEngine_Shift_mC49A49D1370E739331B04BAF8BDA23632F8ECBE9 (uint32_t ___r0, int32_t ___shift1, const RuntimeMethod* method) { { // return (r >> shift) | (r << (32 - shift)); uint32_t L_0 = ___r0; int32_t L_1 = ___shift1; uint32_t L_2 = ___r0; int32_t L_3 = ___shift1; return ((int32_t)((int32_t)((int32_t)((uint32_t)L_0>>((int32_t)((int32_t)L_1&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)32), (int32_t)L_3))&(int32_t)((int32_t)31))))))); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::FFmulX(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesLightEngine_FFmulX_m40E709CBE7EAA19300E7C67D1A5509CACDA8BC9F (uint32_t ___x0, const RuntimeMethod* method) { { // return ((x & m2) << 1) ^ (((x & m1) >> 7) * m3); uint32_t L_0 = ___x0; uint32_t L_1 = ___x0; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2139062143)))<<(int32_t)1))^(int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)-2139062144)))>>7)), (int32_t)((int32_t)27))))); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::FFmulX2(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesLightEngine_FFmulX2_m987221F88DCFEF19E82867CEE5760AA075A288CF (uint32_t ___x0, const RuntimeMethod* method) { uint32_t V_0 = 0; { // uint t0 = (x & m5) << 2; uint32_t L_0 = ___x0; // uint t1 = (x & m4); uint32_t L_1 = ___x0; V_0 = ((int32_t)((int32_t)L_1&(int32_t)((int32_t)-1061109568))); // t1 ^= (t1 >> 1); uint32_t L_2 = V_0; uint32_t L_3 = V_0; V_0 = ((int32_t)((int32_t)L_2^(int32_t)((int32_t)((uint32_t)L_3>>1)))); // return t0 ^ (t1 >> 2) ^ (t1 >> 5); uint32_t L_4 = V_0; uint32_t L_5 = V_0; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)1061109567)))<<(int32_t)2))^(int32_t)((int32_t)((uint32_t)L_4>>2))))^(int32_t)((int32_t)((uint32_t)L_5>>5)))); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::Mcol(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesLightEngine_Mcol_m5B94C73214D45FEBFAA9A12A8FD59180751614E3 (uint32_t ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; { // t0 = Shift(x, 8); uint32_t L_0 = ___x0; IL2CPP_RUNTIME_CLASS_INIT(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = AesLightEngine_Shift_mC49A49D1370E739331B04BAF8BDA23632F8ECBE9(L_0, 8, /*hidden argument*/NULL); V_0 = L_1; // t1 = x ^ t0; uint32_t L_2 = ___x0; uint32_t L_3 = V_0; V_1 = ((int32_t)((int32_t)L_2^(int32_t)L_3)); // return Shift(t1, 16) ^ t0 ^ FFmulX(t1); uint32_t L_4 = V_1; uint32_t L_5; L_5 = AesLightEngine_Shift_mC49A49D1370E739331B04BAF8BDA23632F8ECBE9(L_4, ((int32_t)16), /*hidden argument*/NULL); uint32_t L_6 = V_0; uint32_t L_7 = V_1; uint32_t L_8; L_8 = AesLightEngine_FFmulX_m40E709CBE7EAA19300E7C67D1A5509CACDA8BC9F(L_7, /*hidden argument*/NULL); return ((int32_t)((int32_t)((int32_t)((int32_t)L_5^(int32_t)L_6))^(int32_t)L_8)); } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::Inv_Mcol(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesLightEngine_Inv_Mcol_m19EED6384B9EF89841A9E2D049A7E0B3FE0C5AD8 (uint32_t ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; { // t0 = x; uint32_t L_0 = ___x0; V_0 = L_0; // t1 = t0 ^ Shift(t0, 8); uint32_t L_1 = V_0; uint32_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = AesLightEngine_Shift_mC49A49D1370E739331B04BAF8BDA23632F8ECBE9(L_2, 8, /*hidden argument*/NULL); V_1 = ((int32_t)((int32_t)L_1^(int32_t)L_3)); // t0 ^= FFmulX(t1); uint32_t L_4 = V_0; uint32_t L_5 = V_1; uint32_t L_6; L_6 = AesLightEngine_FFmulX_m40E709CBE7EAA19300E7C67D1A5509CACDA8BC9F(L_5, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)L_4^(int32_t)L_6)); // t1 ^= FFmulX2(t0); uint32_t L_7 = V_1; uint32_t L_8 = V_0; uint32_t L_9; L_9 = AesLightEngine_FFmulX2_m987221F88DCFEF19E82867CEE5760AA075A288CF(L_8, /*hidden argument*/NULL); V_1 = ((int32_t)((int32_t)L_7^(int32_t)L_9)); // t0 ^= t1 ^ Shift(t1, 16); uint32_t L_10 = V_0; uint32_t L_11 = V_1; uint32_t L_12 = V_1; uint32_t L_13; L_13 = AesLightEngine_Shift_mC49A49D1370E739331B04BAF8BDA23632F8ECBE9(L_12, ((int32_t)16), /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)L_10^(int32_t)((int32_t)((int32_t)L_11^(int32_t)L_13)))); // return t0; uint32_t L_14 = V_0; return L_14; } } // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::SubWord(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t AesLightEngine_SubWord_mAA940226C53B02073C9D332767164A715674937C (uint32_t ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (uint)S[x&255] // | (((uint)S[(x>>8)&255]) << 8) // | (((uint)S[(x>>16)&255]) << 16) // | (((uint)S[(x>>24)&255]) << 24); IL2CPP_RUNTIME_CLASS_INIT(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_1 = ___x0; NullCheck(L_0); int32_t L_2 = ((int32_t)((int32_t)L_1&(int32_t)((int32_t)255))); uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_5 = ___x0; NullCheck(L_4); int32_t L_6 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_5>>8))&(int32_t)((int32_t)255))); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_9 = ___x0; NullCheck(L_8); int32_t L_10 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_9>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_13 = ___x0; NullCheck(L_12); int32_t L_14 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_13>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_15 = (L_12)->GetAt(static_cast(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))))); } } // System.UInt32[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::GenerateWorkingKey(System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* AesLightEngine_GenerateWorkingKey_m151D0EB83D63CA0FFE3F69EA497779240E2EC8E3 (AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___key0, bool ___forEncryption1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* V_2 = NULL; int32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; uint32_t V_6 = 0; uint32_t V_7 = 0; int32_t V_8 = 0; uint32_t V_9 = 0; uint32_t V_10 = 0; uint32_t V_11 = 0; uint32_t V_12 = 0; uint32_t V_13 = 0; uint32_t V_14 = 0; uint32_t V_15 = 0; uint32_t V_16 = 0; uint32_t V_17 = 0; int32_t V_18 = 0; uint32_t V_19 = 0; uint32_t V_20 = 0; uint32_t V_21 = 0; uint32_t V_22 = 0; uint32_t V_23 = 0; uint32_t V_24 = 0; uint32_t V_25 = 0; uint32_t V_26 = 0; uint32_t V_27 = 0; uint32_t V_28 = 0; int32_t V_29 = 0; int32_t V_30 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_31 = NULL; int32_t V_32 = 0; { // int keyLen = key.Length; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___key0; NullCheck(L_0); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); // if (keyLen < 16 || keyLen > 32 || (keyLen & 7) != 0) int32_t L_1 = V_0; if ((((int32_t)L_1) < ((int32_t)((int32_t)16)))) { goto IL_0013; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) > ((int32_t)((int32_t)32)))) { goto IL_0013; } } { int32_t L_3 = V_0; if (!((int32_t)((int32_t)L_3&(int32_t)7))) { goto IL_001e; } } IL_0013: { // throw new ArgumentException("Key length not 128/192/256 bits."); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD4587DAEA872EB0581FD7E2ACC74AA38FE7E38A4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AesLightEngine_GenerateWorkingKey_m151D0EB83D63CA0FFE3F69EA497779240E2EC8E3_RuntimeMethod_var))); } IL_001e: { // int KC = keyLen >> 2; int32_t L_5 = V_0; V_1 = ((int32_t)((int32_t)L_5>>(int32_t)2)); // this.ROUNDS = KC + 6; // This is not always true for the generalized Rijndael that allows larger block sizes int32_t L_6 = V_1; __this->set_ROUNDS_8(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)6))); // uint[][] W = new uint[ROUNDS + 1][]; // 4 words in a block int32_t L_7 = __this->get_ROUNDS_8(); UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_8 = (UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)(UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68*)SZArrayNew(UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); V_2 = L_8; // for (int i = 0; i <= ROUNDS; ++i) V_3 = 0; goto IL_004a; } IL_003d: { // W[i] = new uint[4]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_9 = V_2; int32_t L_10 = V_3; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)4); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_11); (L_9)->SetAt(static_cast(L_10), (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)L_11); // for (int i = 0; i <= ROUNDS; ++i) int32_t L_12 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_004a: { // for (int i = 0; i <= ROUNDS; ++i) int32_t L_13 = V_3; int32_t L_14 = __this->get_ROUNDS_8(); if ((((int32_t)L_13) <= ((int32_t)L_14))) { goto IL_003d; } } { int32_t L_15 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)4))) { case 0: { goto IL_0074; } case 1: { goto IL_04e1; } case 2: { goto IL_0121; } case 3: { goto IL_04e1; } case 4: { goto IL_0351; } } } { goto IL_04e1; } IL_0074: { // uint t0 = Pack.LE_To_UInt32(key, 0); W[0][0] = t0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___key0; uint32_t L_17; L_17 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_16, 0, /*hidden argument*/NULL); V_4 = L_17; // uint t0 = Pack.LE_To_UInt32(key, 0); W[0][0] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_18 = V_2; NullCheck(L_18); int32_t L_19 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_20 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_18)->GetAt(static_cast(L_19)); uint32_t L_21 = V_4; NullCheck(L_20); (L_20)->SetAt(static_cast(0), (uint32_t)L_21); // uint t1 = Pack.LE_To_UInt32(key, 4); W[0][1] = t1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___key0; uint32_t L_23; L_23 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_22, 4, /*hidden argument*/NULL); V_5 = L_23; // uint t1 = Pack.LE_To_UInt32(key, 4); W[0][1] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_24 = V_2; NullCheck(L_24); int32_t L_25 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_26 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_24)->GetAt(static_cast(L_25)); uint32_t L_27 = V_5; NullCheck(L_26); (L_26)->SetAt(static_cast(1), (uint32_t)L_27); // uint t2 = Pack.LE_To_UInt32(key, 8); W[0][2] = t2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = ___key0; uint32_t L_29; L_29 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_28, 8, /*hidden argument*/NULL); V_6 = L_29; // uint t2 = Pack.LE_To_UInt32(key, 8); W[0][2] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_30 = V_2; NullCheck(L_30); int32_t L_31 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_32 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_30)->GetAt(static_cast(L_31)); uint32_t L_33 = V_6; NullCheck(L_32); (L_32)->SetAt(static_cast(2), (uint32_t)L_33); // uint t3 = Pack.LE_To_UInt32(key, 12); W[0][3] = t3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = ___key0; uint32_t L_35; L_35 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_34, ((int32_t)12), /*hidden argument*/NULL); V_7 = L_35; // uint t3 = Pack.LE_To_UInt32(key, 12); W[0][3] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_36 = V_2; NullCheck(L_36); int32_t L_37 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_38 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_36)->GetAt(static_cast(L_37)); uint32_t L_39 = V_7; NullCheck(L_38); (L_38)->SetAt(static_cast(3), (uint32_t)L_39); // for (int i = 1; i <= 10; ++i) V_8 = 1; goto IL_0116; } IL_00ba: { // uint u = SubWord(Shift(t3, 8)) ^ rcon[i - 1]; uint32_t L_40 = V_7; IL2CPP_RUNTIME_CLASS_INIT(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var); uint32_t L_41; L_41 = AesLightEngine_Shift_mC49A49D1370E739331B04BAF8BDA23632F8ECBE9(L_40, 8, /*hidden argument*/NULL); uint32_t L_42; L_42 = AesLightEngine_SubWord_mAA940226C53B02073C9D332767164A715674937C(L_41, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_rcon_2(); int32_t L_44 = V_8; NullCheck(L_43); int32_t L_45 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)1)); uint8_t L_46 = (L_43)->GetAt(static_cast(L_45)); V_9 = ((int32_t)((int32_t)L_42^(int32_t)L_46)); // t0 ^= u; W[i][0] = t0; uint32_t L_47 = V_4; uint32_t L_48 = V_9; V_4 = ((int32_t)((int32_t)L_47^(int32_t)L_48)); // t0 ^= u; W[i][0] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_49 = V_2; int32_t L_50 = V_8; NullCheck(L_49); int32_t L_51 = L_50; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_52 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_49)->GetAt(static_cast(L_51)); uint32_t L_53 = V_4; NullCheck(L_52); (L_52)->SetAt(static_cast(0), (uint32_t)L_53); // t1 ^= t0; W[i][1] = t1; uint32_t L_54 = V_5; uint32_t L_55 = V_4; V_5 = ((int32_t)((int32_t)L_54^(int32_t)L_55)); // t1 ^= t0; W[i][1] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_56 = V_2; int32_t L_57 = V_8; NullCheck(L_56); int32_t L_58 = L_57; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_59 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_56)->GetAt(static_cast(L_58)); uint32_t L_60 = V_5; NullCheck(L_59); (L_59)->SetAt(static_cast(1), (uint32_t)L_60); // t2 ^= t1; W[i][2] = t2; uint32_t L_61 = V_6; uint32_t L_62 = V_5; V_6 = ((int32_t)((int32_t)L_61^(int32_t)L_62)); // t2 ^= t1; W[i][2] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_63 = V_2; int32_t L_64 = V_8; NullCheck(L_63); int32_t L_65 = L_64; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_66 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_63)->GetAt(static_cast(L_65)); uint32_t L_67 = V_6; NullCheck(L_66); (L_66)->SetAt(static_cast(2), (uint32_t)L_67); // t3 ^= t2; W[i][3] = t3; uint32_t L_68 = V_7; uint32_t L_69 = V_6; V_7 = ((int32_t)((int32_t)L_68^(int32_t)L_69)); // t3 ^= t2; W[i][3] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_70 = V_2; int32_t L_71 = V_8; NullCheck(L_70); int32_t L_72 = L_71; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_73 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_70)->GetAt(static_cast(L_72)); uint32_t L_74 = V_7; NullCheck(L_73); (L_73)->SetAt(static_cast(3), (uint32_t)L_74); // for (int i = 1; i <= 10; ++i) int32_t L_75 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); } IL_0116: { // for (int i = 1; i <= 10; ++i) int32_t L_76 = V_8; if ((((int32_t)L_76) <= ((int32_t)((int32_t)10)))) { goto IL_00ba; } } { // break; goto IL_04ec; } IL_0121: { // uint t0 = Pack.LE_To_UInt32(key, 0); W[0][0] = t0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_77 = ___key0; uint32_t L_78; L_78 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_77, 0, /*hidden argument*/NULL); V_10 = L_78; // uint t0 = Pack.LE_To_UInt32(key, 0); W[0][0] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_79 = V_2; NullCheck(L_79); int32_t L_80 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_81 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_79)->GetAt(static_cast(L_80)); uint32_t L_82 = V_10; NullCheck(L_81); (L_81)->SetAt(static_cast(0), (uint32_t)L_82); // uint t1 = Pack.LE_To_UInt32(key, 4); W[0][1] = t1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_83 = ___key0; uint32_t L_84; L_84 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_83, 4, /*hidden argument*/NULL); V_11 = L_84; // uint t1 = Pack.LE_To_UInt32(key, 4); W[0][1] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_85 = V_2; NullCheck(L_85); int32_t L_86 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_87 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_85)->GetAt(static_cast(L_86)); uint32_t L_88 = V_11; NullCheck(L_87); (L_87)->SetAt(static_cast(1), (uint32_t)L_88); // uint t2 = Pack.LE_To_UInt32(key, 8); W[0][2] = t2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_89 = ___key0; uint32_t L_90; L_90 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_89, 8, /*hidden argument*/NULL); V_12 = L_90; // uint t2 = Pack.LE_To_UInt32(key, 8); W[0][2] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_91 = V_2; NullCheck(L_91); int32_t L_92 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_93 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_91)->GetAt(static_cast(L_92)); uint32_t L_94 = V_12; NullCheck(L_93); (L_93)->SetAt(static_cast(2), (uint32_t)L_94); // uint t3 = Pack.LE_To_UInt32(key, 12); W[0][3] = t3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_95 = ___key0; uint32_t L_96; L_96 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_95, ((int32_t)12), /*hidden argument*/NULL); V_13 = L_96; // uint t3 = Pack.LE_To_UInt32(key, 12); W[0][3] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_97 = V_2; NullCheck(L_97); int32_t L_98 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_99 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_97)->GetAt(static_cast(L_98)); uint32_t L_100 = V_13; NullCheck(L_99); (L_99)->SetAt(static_cast(3), (uint32_t)L_100); // uint t4 = Pack.LE_To_UInt32(key, 16); W[1][0] = t4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_101 = ___key0; uint32_t L_102; L_102 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_101, ((int32_t)16), /*hidden argument*/NULL); V_14 = L_102; // uint t4 = Pack.LE_To_UInt32(key, 16); W[1][0] = t4; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_103 = V_2; NullCheck(L_103); int32_t L_104 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_105 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_103)->GetAt(static_cast(L_104)); uint32_t L_106 = V_14; NullCheck(L_105); (L_105)->SetAt(static_cast(0), (uint32_t)L_106); // uint t5 = Pack.LE_To_UInt32(key, 20); W[1][1] = t5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_107 = ___key0; uint32_t L_108; L_108 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_107, ((int32_t)20), /*hidden argument*/NULL); V_15 = L_108; // uint t5 = Pack.LE_To_UInt32(key, 20); W[1][1] = t5; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_109 = V_2; NullCheck(L_109); int32_t L_110 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_111 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_109)->GetAt(static_cast(L_110)); uint32_t L_112 = V_15; NullCheck(L_111); (L_111)->SetAt(static_cast(1), (uint32_t)L_112); // uint rcon = 1; V_16 = 1; // uint u = SubWord(Shift(t5, 8)) ^ rcon; rcon <<= 1; uint32_t L_113 = V_15; IL2CPP_RUNTIME_CLASS_INIT(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var); uint32_t L_114; L_114 = AesLightEngine_Shift_mC49A49D1370E739331B04BAF8BDA23632F8ECBE9(L_113, 8, /*hidden argument*/NULL); uint32_t L_115; L_115 = AesLightEngine_SubWord_mAA940226C53B02073C9D332767164A715674937C(L_114, /*hidden argument*/NULL); uint32_t L_116 = V_16; V_17 = ((int32_t)((int32_t)L_115^(int32_t)L_116)); // uint u = SubWord(Shift(t5, 8)) ^ rcon; rcon <<= 1; uint32_t L_117 = V_16; V_16 = ((int32_t)((int32_t)L_117<<(int32_t)1)); // t0 ^= u; W[1][2] = t0; uint32_t L_118 = V_10; uint32_t L_119 = V_17; V_10 = ((int32_t)((int32_t)L_118^(int32_t)L_119)); // t0 ^= u; W[1][2] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_120 = V_2; NullCheck(L_120); int32_t L_121 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_122 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_120)->GetAt(static_cast(L_121)); uint32_t L_123 = V_10; NullCheck(L_122); (L_122)->SetAt(static_cast(2), (uint32_t)L_123); // t1 ^= t0; W[1][3] = t1; uint32_t L_124 = V_11; uint32_t L_125 = V_10; V_11 = ((int32_t)((int32_t)L_124^(int32_t)L_125)); // t1 ^= t0; W[1][3] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_126 = V_2; NullCheck(L_126); int32_t L_127 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_128 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_126)->GetAt(static_cast(L_127)); uint32_t L_129 = V_11; NullCheck(L_128); (L_128)->SetAt(static_cast(3), (uint32_t)L_129); // t2 ^= t1; W[2][0] = t2; uint32_t L_130 = V_12; uint32_t L_131 = V_11; V_12 = ((int32_t)((int32_t)L_130^(int32_t)L_131)); // t2 ^= t1; W[2][0] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_132 = V_2; NullCheck(L_132); int32_t L_133 = 2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_134 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_132)->GetAt(static_cast(L_133)); uint32_t L_135 = V_12; NullCheck(L_134); (L_134)->SetAt(static_cast(0), (uint32_t)L_135); // t3 ^= t2; W[2][1] = t3; uint32_t L_136 = V_13; uint32_t L_137 = V_12; V_13 = ((int32_t)((int32_t)L_136^(int32_t)L_137)); // t3 ^= t2; W[2][1] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_138 = V_2; NullCheck(L_138); int32_t L_139 = 2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_140 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_138)->GetAt(static_cast(L_139)); uint32_t L_141 = V_13; NullCheck(L_140); (L_140)->SetAt(static_cast(1), (uint32_t)L_141); // t4 ^= t3; W[2][2] = t4; uint32_t L_142 = V_14; uint32_t L_143 = V_13; V_14 = ((int32_t)((int32_t)L_142^(int32_t)L_143)); // t4 ^= t3; W[2][2] = t4; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_144 = V_2; NullCheck(L_144); int32_t L_145 = 2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_146 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_144)->GetAt(static_cast(L_145)); uint32_t L_147 = V_14; NullCheck(L_146); (L_146)->SetAt(static_cast(2), (uint32_t)L_147); // t5 ^= t4; W[2][3] = t5; uint32_t L_148 = V_15; uint32_t L_149 = V_14; V_15 = ((int32_t)((int32_t)L_148^(int32_t)L_149)); // t5 ^= t4; W[2][3] = t5; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_150 = V_2; NullCheck(L_150); int32_t L_151 = 2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_152 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_150)->GetAt(static_cast(L_151)); uint32_t L_153 = V_15; NullCheck(L_152); (L_152)->SetAt(static_cast(3), (uint32_t)L_153); // for (int i = 3; i < 12; i += 3) V_18 = 3; goto IL_02f5; } IL_01fb: { // u = SubWord(Shift(t5, 8)) ^ rcon; rcon <<= 1; uint32_t L_154 = V_15; IL2CPP_RUNTIME_CLASS_INIT(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var); uint32_t L_155; L_155 = AesLightEngine_Shift_mC49A49D1370E739331B04BAF8BDA23632F8ECBE9(L_154, 8, /*hidden argument*/NULL); uint32_t L_156; L_156 = AesLightEngine_SubWord_mAA940226C53B02073C9D332767164A715674937C(L_155, /*hidden argument*/NULL); uint32_t L_157 = V_16; V_17 = ((int32_t)((int32_t)L_156^(int32_t)L_157)); // u = SubWord(Shift(t5, 8)) ^ rcon; rcon <<= 1; uint32_t L_158 = V_16; V_16 = ((int32_t)((int32_t)L_158<<(int32_t)1)); // t0 ^= u; W[i ][0] = t0; uint32_t L_159 = V_10; uint32_t L_160 = V_17; V_10 = ((int32_t)((int32_t)L_159^(int32_t)L_160)); // t0 ^= u; W[i ][0] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_161 = V_2; int32_t L_162 = V_18; NullCheck(L_161); int32_t L_163 = L_162; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_164 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_161)->GetAt(static_cast(L_163)); uint32_t L_165 = V_10; NullCheck(L_164); (L_164)->SetAt(static_cast(0), (uint32_t)L_165); // t1 ^= t0; W[i ][1] = t1; uint32_t L_166 = V_11; uint32_t L_167 = V_10; V_11 = ((int32_t)((int32_t)L_166^(int32_t)L_167)); // t1 ^= t0; W[i ][1] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_168 = V_2; int32_t L_169 = V_18; NullCheck(L_168); int32_t L_170 = L_169; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_171 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_168)->GetAt(static_cast(L_170)); uint32_t L_172 = V_11; NullCheck(L_171); (L_171)->SetAt(static_cast(1), (uint32_t)L_172); // t2 ^= t1; W[i ][2] = t2; uint32_t L_173 = V_12; uint32_t L_174 = V_11; V_12 = ((int32_t)((int32_t)L_173^(int32_t)L_174)); // t2 ^= t1; W[i ][2] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_175 = V_2; int32_t L_176 = V_18; NullCheck(L_175); int32_t L_177 = L_176; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_178 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_175)->GetAt(static_cast(L_177)); uint32_t L_179 = V_12; NullCheck(L_178); (L_178)->SetAt(static_cast(2), (uint32_t)L_179); // t3 ^= t2; W[i ][3] = t3; uint32_t L_180 = V_13; uint32_t L_181 = V_12; V_13 = ((int32_t)((int32_t)L_180^(int32_t)L_181)); // t3 ^= t2; W[i ][3] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_182 = V_2; int32_t L_183 = V_18; NullCheck(L_182); int32_t L_184 = L_183; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_185 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_182)->GetAt(static_cast(L_184)); uint32_t L_186 = V_13; NullCheck(L_185); (L_185)->SetAt(static_cast(3), (uint32_t)L_186); // t4 ^= t3; W[i + 1][0] = t4; uint32_t L_187 = V_14; uint32_t L_188 = V_13; V_14 = ((int32_t)((int32_t)L_187^(int32_t)L_188)); // t4 ^= t3; W[i + 1][0] = t4; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_189 = V_2; int32_t L_190 = V_18; NullCheck(L_189); int32_t L_191 = ((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)1)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_192 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_189)->GetAt(static_cast(L_191)); uint32_t L_193 = V_14; NullCheck(L_192); (L_192)->SetAt(static_cast(0), (uint32_t)L_193); // t5 ^= t4; W[i + 1][1] = t5; uint32_t L_194 = V_15; uint32_t L_195 = V_14; V_15 = ((int32_t)((int32_t)L_194^(int32_t)L_195)); // t5 ^= t4; W[i + 1][1] = t5; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_196 = V_2; int32_t L_197 = V_18; NullCheck(L_196); int32_t L_198 = ((int32_t)il2cpp_codegen_add((int32_t)L_197, (int32_t)1)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_199 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_196)->GetAt(static_cast(L_198)); uint32_t L_200 = V_15; NullCheck(L_199); (L_199)->SetAt(static_cast(1), (uint32_t)L_200); // u = SubWord(Shift(t5, 8)) ^ rcon; rcon <<= 1; uint32_t L_201 = V_15; uint32_t L_202; L_202 = AesLightEngine_Shift_mC49A49D1370E739331B04BAF8BDA23632F8ECBE9(L_201, 8, /*hidden argument*/NULL); uint32_t L_203; L_203 = AesLightEngine_SubWord_mAA940226C53B02073C9D332767164A715674937C(L_202, /*hidden argument*/NULL); uint32_t L_204 = V_16; V_17 = ((int32_t)((int32_t)L_203^(int32_t)L_204)); // u = SubWord(Shift(t5, 8)) ^ rcon; rcon <<= 1; uint32_t L_205 = V_16; V_16 = ((int32_t)((int32_t)L_205<<(int32_t)1)); // t0 ^= u; W[i + 1][2] = t0; uint32_t L_206 = V_10; uint32_t L_207 = V_17; V_10 = ((int32_t)((int32_t)L_206^(int32_t)L_207)); // t0 ^= u; W[i + 1][2] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_208 = V_2; int32_t L_209 = V_18; NullCheck(L_208); int32_t L_210 = ((int32_t)il2cpp_codegen_add((int32_t)L_209, (int32_t)1)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_211 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_208)->GetAt(static_cast(L_210)); uint32_t L_212 = V_10; NullCheck(L_211); (L_211)->SetAt(static_cast(2), (uint32_t)L_212); // t1 ^= t0; W[i + 1][3] = t1; uint32_t L_213 = V_11; uint32_t L_214 = V_10; V_11 = ((int32_t)((int32_t)L_213^(int32_t)L_214)); // t1 ^= t0; W[i + 1][3] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_215 = V_2; int32_t L_216 = V_18; NullCheck(L_215); int32_t L_217 = ((int32_t)il2cpp_codegen_add((int32_t)L_216, (int32_t)1)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_218 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_215)->GetAt(static_cast(L_217)); uint32_t L_219 = V_11; NullCheck(L_218); (L_218)->SetAt(static_cast(3), (uint32_t)L_219); // t2 ^= t1; W[i + 2][0] = t2; uint32_t L_220 = V_12; uint32_t L_221 = V_11; V_12 = ((int32_t)((int32_t)L_220^(int32_t)L_221)); // t2 ^= t1; W[i + 2][0] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_222 = V_2; int32_t L_223 = V_18; NullCheck(L_222); int32_t L_224 = ((int32_t)il2cpp_codegen_add((int32_t)L_223, (int32_t)2)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_225 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_222)->GetAt(static_cast(L_224)); uint32_t L_226 = V_12; NullCheck(L_225); (L_225)->SetAt(static_cast(0), (uint32_t)L_226); // t3 ^= t2; W[i + 2][1] = t3; uint32_t L_227 = V_13; uint32_t L_228 = V_12; V_13 = ((int32_t)((int32_t)L_227^(int32_t)L_228)); // t3 ^= t2; W[i + 2][1] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_229 = V_2; int32_t L_230 = V_18; NullCheck(L_229); int32_t L_231 = ((int32_t)il2cpp_codegen_add((int32_t)L_230, (int32_t)2)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_232 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_229)->GetAt(static_cast(L_231)); uint32_t L_233 = V_13; NullCheck(L_232); (L_232)->SetAt(static_cast(1), (uint32_t)L_233); // t4 ^= t3; W[i + 2][2] = t4; uint32_t L_234 = V_14; uint32_t L_235 = V_13; V_14 = ((int32_t)((int32_t)L_234^(int32_t)L_235)); // t4 ^= t3; W[i + 2][2] = t4; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_236 = V_2; int32_t L_237 = V_18; NullCheck(L_236); int32_t L_238 = ((int32_t)il2cpp_codegen_add((int32_t)L_237, (int32_t)2)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_239 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_236)->GetAt(static_cast(L_238)); uint32_t L_240 = V_14; NullCheck(L_239); (L_239)->SetAt(static_cast(2), (uint32_t)L_240); // t5 ^= t4; W[i + 2][3] = t5; uint32_t L_241 = V_15; uint32_t L_242 = V_14; V_15 = ((int32_t)((int32_t)L_241^(int32_t)L_242)); // t5 ^= t4; W[i + 2][3] = t5; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_243 = V_2; int32_t L_244 = V_18; NullCheck(L_243); int32_t L_245 = ((int32_t)il2cpp_codegen_add((int32_t)L_244, (int32_t)2)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_246 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_243)->GetAt(static_cast(L_245)); uint32_t L_247 = V_15; NullCheck(L_246); (L_246)->SetAt(static_cast(3), (uint32_t)L_247); // for (int i = 3; i < 12; i += 3) int32_t L_248 = V_18; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_248, (int32_t)3)); } IL_02f5: { // for (int i = 3; i < 12; i += 3) int32_t L_249 = V_18; if ((((int32_t)L_249) < ((int32_t)((int32_t)12)))) { goto IL_01fb; } } { // u = SubWord(Shift(t5, 8)) ^ rcon; uint32_t L_250 = V_15; IL2CPP_RUNTIME_CLASS_INIT(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var); uint32_t L_251; L_251 = AesLightEngine_Shift_mC49A49D1370E739331B04BAF8BDA23632F8ECBE9(L_250, 8, /*hidden argument*/NULL); uint32_t L_252; L_252 = AesLightEngine_SubWord_mAA940226C53B02073C9D332767164A715674937C(L_251, /*hidden argument*/NULL); uint32_t L_253 = V_16; V_17 = ((int32_t)((int32_t)L_252^(int32_t)L_253)); // t0 ^= u; W[12][0] = t0; uint32_t L_254 = V_10; uint32_t L_255 = V_17; V_10 = ((int32_t)((int32_t)L_254^(int32_t)L_255)); // t0 ^= u; W[12][0] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_256 = V_2; NullCheck(L_256); int32_t L_257 = ((int32_t)12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_258 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_256)->GetAt(static_cast(L_257)); uint32_t L_259 = V_10; NullCheck(L_258); (L_258)->SetAt(static_cast(0), (uint32_t)L_259); // t1 ^= t0; W[12][1] = t1; uint32_t L_260 = V_11; uint32_t L_261 = V_10; V_11 = ((int32_t)((int32_t)L_260^(int32_t)L_261)); // t1 ^= t0; W[12][1] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_262 = V_2; NullCheck(L_262); int32_t L_263 = ((int32_t)12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_264 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_262)->GetAt(static_cast(L_263)); uint32_t L_265 = V_11; NullCheck(L_264); (L_264)->SetAt(static_cast(1), (uint32_t)L_265); // t2 ^= t1; W[12][2] = t2; uint32_t L_266 = V_12; uint32_t L_267 = V_11; V_12 = ((int32_t)((int32_t)L_266^(int32_t)L_267)); // t2 ^= t1; W[12][2] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_268 = V_2; NullCheck(L_268); int32_t L_269 = ((int32_t)12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_270 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_268)->GetAt(static_cast(L_269)); uint32_t L_271 = V_12; NullCheck(L_270); (L_270)->SetAt(static_cast(2), (uint32_t)L_271); // t3 ^= t2; W[12][3] = t3; uint32_t L_272 = V_13; uint32_t L_273 = V_12; V_13 = ((int32_t)((int32_t)L_272^(int32_t)L_273)); // t3 ^= t2; W[12][3] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_274 = V_2; NullCheck(L_274); int32_t L_275 = ((int32_t)12); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_276 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_274)->GetAt(static_cast(L_275)); uint32_t L_277 = V_13; NullCheck(L_276); (L_276)->SetAt(static_cast(3), (uint32_t)L_277); // break; goto IL_04ec; } IL_0351: { // uint t0 = Pack.LE_To_UInt32(key, 0); W[0][0] = t0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_278 = ___key0; uint32_t L_279; L_279 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_278, 0, /*hidden argument*/NULL); V_19 = L_279; // uint t0 = Pack.LE_To_UInt32(key, 0); W[0][0] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_280 = V_2; NullCheck(L_280); int32_t L_281 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_282 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_280)->GetAt(static_cast(L_281)); uint32_t L_283 = V_19; NullCheck(L_282); (L_282)->SetAt(static_cast(0), (uint32_t)L_283); // uint t1 = Pack.LE_To_UInt32(key, 4); W[0][1] = t1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_284 = ___key0; uint32_t L_285; L_285 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_284, 4, /*hidden argument*/NULL); V_20 = L_285; // uint t1 = Pack.LE_To_UInt32(key, 4); W[0][1] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_286 = V_2; NullCheck(L_286); int32_t L_287 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_288 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_286)->GetAt(static_cast(L_287)); uint32_t L_289 = V_20; NullCheck(L_288); (L_288)->SetAt(static_cast(1), (uint32_t)L_289); // uint t2 = Pack.LE_To_UInt32(key, 8); W[0][2] = t2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_290 = ___key0; uint32_t L_291; L_291 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_290, 8, /*hidden argument*/NULL); V_21 = L_291; // uint t2 = Pack.LE_To_UInt32(key, 8); W[0][2] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_292 = V_2; NullCheck(L_292); int32_t L_293 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_294 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_292)->GetAt(static_cast(L_293)); uint32_t L_295 = V_21; NullCheck(L_294); (L_294)->SetAt(static_cast(2), (uint32_t)L_295); // uint t3 = Pack.LE_To_UInt32(key, 12); W[0][3] = t3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_296 = ___key0; uint32_t L_297; L_297 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_296, ((int32_t)12), /*hidden argument*/NULL); V_22 = L_297; // uint t3 = Pack.LE_To_UInt32(key, 12); W[0][3] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_298 = V_2; NullCheck(L_298); int32_t L_299 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_300 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_298)->GetAt(static_cast(L_299)); uint32_t L_301 = V_22; NullCheck(L_300); (L_300)->SetAt(static_cast(3), (uint32_t)L_301); // uint t4 = Pack.LE_To_UInt32(key, 16); W[1][0] = t4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_302 = ___key0; uint32_t L_303; L_303 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_302, ((int32_t)16), /*hidden argument*/NULL); V_23 = L_303; // uint t4 = Pack.LE_To_UInt32(key, 16); W[1][0] = t4; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_304 = V_2; NullCheck(L_304); int32_t L_305 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_306 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_304)->GetAt(static_cast(L_305)); uint32_t L_307 = V_23; NullCheck(L_306); (L_306)->SetAt(static_cast(0), (uint32_t)L_307); // uint t5 = Pack.LE_To_UInt32(key, 20); W[1][1] = t5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_308 = ___key0; uint32_t L_309; L_309 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_308, ((int32_t)20), /*hidden argument*/NULL); V_24 = L_309; // uint t5 = Pack.LE_To_UInt32(key, 20); W[1][1] = t5; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_310 = V_2; NullCheck(L_310); int32_t L_311 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_312 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_310)->GetAt(static_cast(L_311)); uint32_t L_313 = V_24; NullCheck(L_312); (L_312)->SetAt(static_cast(1), (uint32_t)L_313); // uint t6 = Pack.LE_To_UInt32(key, 24); W[1][2] = t6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_314 = ___key0; uint32_t L_315; L_315 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_314, ((int32_t)24), /*hidden argument*/NULL); V_25 = L_315; // uint t6 = Pack.LE_To_UInt32(key, 24); W[1][2] = t6; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_316 = V_2; NullCheck(L_316); int32_t L_317 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_318 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_316)->GetAt(static_cast(L_317)); uint32_t L_319 = V_25; NullCheck(L_318); (L_318)->SetAt(static_cast(2), (uint32_t)L_319); // uint t7 = Pack.LE_To_UInt32(key, 28); W[1][3] = t7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_320 = ___key0; uint32_t L_321; L_321 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_320, ((int32_t)28), /*hidden argument*/NULL); V_26 = L_321; // uint t7 = Pack.LE_To_UInt32(key, 28); W[1][3] = t7; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_322 = V_2; NullCheck(L_322); int32_t L_323 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_324 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_322)->GetAt(static_cast(L_323)); uint32_t L_325 = V_26; NullCheck(L_324); (L_324)->SetAt(static_cast(3), (uint32_t)L_325); // uint u, rcon = 1; V_28 = 1; // for (int i = 2; i < 14; i += 2) V_29 = 2; goto IL_0488; } IL_03e1: { // u = SubWord(Shift(t7, 8)) ^ rcon; rcon <<= 1; uint32_t L_326 = V_26; IL2CPP_RUNTIME_CLASS_INIT(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var); uint32_t L_327; L_327 = AesLightEngine_Shift_mC49A49D1370E739331B04BAF8BDA23632F8ECBE9(L_326, 8, /*hidden argument*/NULL); uint32_t L_328; L_328 = AesLightEngine_SubWord_mAA940226C53B02073C9D332767164A715674937C(L_327, /*hidden argument*/NULL); uint32_t L_329 = V_28; V_27 = ((int32_t)((int32_t)L_328^(int32_t)L_329)); // u = SubWord(Shift(t7, 8)) ^ rcon; rcon <<= 1; uint32_t L_330 = V_28; V_28 = ((int32_t)((int32_t)L_330<<(int32_t)1)); // t0 ^= u; W[i ][0] = t0; uint32_t L_331 = V_19; uint32_t L_332 = V_27; V_19 = ((int32_t)((int32_t)L_331^(int32_t)L_332)); // t0 ^= u; W[i ][0] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_333 = V_2; int32_t L_334 = V_29; NullCheck(L_333); int32_t L_335 = L_334; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_336 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_333)->GetAt(static_cast(L_335)); uint32_t L_337 = V_19; NullCheck(L_336); (L_336)->SetAt(static_cast(0), (uint32_t)L_337); // t1 ^= t0; W[i ][1] = t1; uint32_t L_338 = V_20; uint32_t L_339 = V_19; V_20 = ((int32_t)((int32_t)L_338^(int32_t)L_339)); // t1 ^= t0; W[i ][1] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_340 = V_2; int32_t L_341 = V_29; NullCheck(L_340); int32_t L_342 = L_341; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_343 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_340)->GetAt(static_cast(L_342)); uint32_t L_344 = V_20; NullCheck(L_343); (L_343)->SetAt(static_cast(1), (uint32_t)L_344); // t2 ^= t1; W[i ][2] = t2; uint32_t L_345 = V_21; uint32_t L_346 = V_20; V_21 = ((int32_t)((int32_t)L_345^(int32_t)L_346)); // t2 ^= t1; W[i ][2] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_347 = V_2; int32_t L_348 = V_29; NullCheck(L_347); int32_t L_349 = L_348; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_350 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_347)->GetAt(static_cast(L_349)); uint32_t L_351 = V_21; NullCheck(L_350); (L_350)->SetAt(static_cast(2), (uint32_t)L_351); // t3 ^= t2; W[i ][3] = t3; uint32_t L_352 = V_22; uint32_t L_353 = V_21; V_22 = ((int32_t)((int32_t)L_352^(int32_t)L_353)); // t3 ^= t2; W[i ][3] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_354 = V_2; int32_t L_355 = V_29; NullCheck(L_354); int32_t L_356 = L_355; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_357 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_354)->GetAt(static_cast(L_356)); uint32_t L_358 = V_22; NullCheck(L_357); (L_357)->SetAt(static_cast(3), (uint32_t)L_358); // u = SubWord(t3); uint32_t L_359 = V_22; uint32_t L_360; L_360 = AesLightEngine_SubWord_mAA940226C53B02073C9D332767164A715674937C(L_359, /*hidden argument*/NULL); V_27 = L_360; // t4 ^= u; W[i + 1][0] = t4; uint32_t L_361 = V_23; uint32_t L_362 = V_27; V_23 = ((int32_t)((int32_t)L_361^(int32_t)L_362)); // t4 ^= u; W[i + 1][0] = t4; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_363 = V_2; int32_t L_364 = V_29; NullCheck(L_363); int32_t L_365 = ((int32_t)il2cpp_codegen_add((int32_t)L_364, (int32_t)1)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_366 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_363)->GetAt(static_cast(L_365)); uint32_t L_367 = V_23; NullCheck(L_366); (L_366)->SetAt(static_cast(0), (uint32_t)L_367); // t5 ^= t4; W[i + 1][1] = t5; uint32_t L_368 = V_24; uint32_t L_369 = V_23; V_24 = ((int32_t)((int32_t)L_368^(int32_t)L_369)); // t5 ^= t4; W[i + 1][1] = t5; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_370 = V_2; int32_t L_371 = V_29; NullCheck(L_370); int32_t L_372 = ((int32_t)il2cpp_codegen_add((int32_t)L_371, (int32_t)1)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_373 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_370)->GetAt(static_cast(L_372)); uint32_t L_374 = V_24; NullCheck(L_373); (L_373)->SetAt(static_cast(1), (uint32_t)L_374); // t6 ^= t5; W[i + 1][2] = t6; uint32_t L_375 = V_25; uint32_t L_376 = V_24; V_25 = ((int32_t)((int32_t)L_375^(int32_t)L_376)); // t6 ^= t5; W[i + 1][2] = t6; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_377 = V_2; int32_t L_378 = V_29; NullCheck(L_377); int32_t L_379 = ((int32_t)il2cpp_codegen_add((int32_t)L_378, (int32_t)1)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_380 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_377)->GetAt(static_cast(L_379)); uint32_t L_381 = V_25; NullCheck(L_380); (L_380)->SetAt(static_cast(2), (uint32_t)L_381); // t7 ^= t6; W[i + 1][3] = t7; uint32_t L_382 = V_26; uint32_t L_383 = V_25; V_26 = ((int32_t)((int32_t)L_382^(int32_t)L_383)); // t7 ^= t6; W[i + 1][3] = t7; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_384 = V_2; int32_t L_385 = V_29; NullCheck(L_384); int32_t L_386 = ((int32_t)il2cpp_codegen_add((int32_t)L_385, (int32_t)1)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_387 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_384)->GetAt(static_cast(L_386)); uint32_t L_388 = V_26; NullCheck(L_387); (L_387)->SetAt(static_cast(3), (uint32_t)L_388); // for (int i = 2; i < 14; i += 2) int32_t L_389 = V_29; V_29 = ((int32_t)il2cpp_codegen_add((int32_t)L_389, (int32_t)2)); } IL_0488: { // for (int i = 2; i < 14; i += 2) int32_t L_390 = V_29; if ((((int32_t)L_390) < ((int32_t)((int32_t)14)))) { goto IL_03e1; } } { // u = SubWord(Shift(t7, 8)) ^ rcon; uint32_t L_391 = V_26; IL2CPP_RUNTIME_CLASS_INIT(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var); uint32_t L_392; L_392 = AesLightEngine_Shift_mC49A49D1370E739331B04BAF8BDA23632F8ECBE9(L_391, 8, /*hidden argument*/NULL); uint32_t L_393; L_393 = AesLightEngine_SubWord_mAA940226C53B02073C9D332767164A715674937C(L_392, /*hidden argument*/NULL); uint32_t L_394 = V_28; V_27 = ((int32_t)((int32_t)L_393^(int32_t)L_394)); // t0 ^= u; W[14][0] = t0; uint32_t L_395 = V_19; uint32_t L_396 = V_27; V_19 = ((int32_t)((int32_t)L_395^(int32_t)L_396)); // t0 ^= u; W[14][0] = t0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_397 = V_2; NullCheck(L_397); int32_t L_398 = ((int32_t)14); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_399 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_397)->GetAt(static_cast(L_398)); uint32_t L_400 = V_19; NullCheck(L_399); (L_399)->SetAt(static_cast(0), (uint32_t)L_400); // t1 ^= t0; W[14][1] = t1; uint32_t L_401 = V_20; uint32_t L_402 = V_19; V_20 = ((int32_t)((int32_t)L_401^(int32_t)L_402)); // t1 ^= t0; W[14][1] = t1; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_403 = V_2; NullCheck(L_403); int32_t L_404 = ((int32_t)14); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_405 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_403)->GetAt(static_cast(L_404)); uint32_t L_406 = V_20; NullCheck(L_405); (L_405)->SetAt(static_cast(1), (uint32_t)L_406); // t2 ^= t1; W[14][2] = t2; uint32_t L_407 = V_21; uint32_t L_408 = V_20; V_21 = ((int32_t)((int32_t)L_407^(int32_t)L_408)); // t2 ^= t1; W[14][2] = t2; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_409 = V_2; NullCheck(L_409); int32_t L_410 = ((int32_t)14); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_411 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_409)->GetAt(static_cast(L_410)); uint32_t L_412 = V_21; NullCheck(L_411); (L_411)->SetAt(static_cast(2), (uint32_t)L_412); // t3 ^= t2; W[14][3] = t3; uint32_t L_413 = V_22; uint32_t L_414 = V_21; V_22 = ((int32_t)((int32_t)L_413^(int32_t)L_414)); // t3 ^= t2; W[14][3] = t3; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_415 = V_2; NullCheck(L_415); int32_t L_416 = ((int32_t)14); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_417 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_415)->GetAt(static_cast(L_416)); uint32_t L_418 = V_22; NullCheck(L_417); (L_417)->SetAt(static_cast(3), (uint32_t)L_418); // break; goto IL_04ec; } IL_04e1: { // throw new InvalidOperationException("Should never get here"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_419 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_419, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7DBDBA421AC8484BAFE52A917ED124C00D46DC9E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_419, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AesLightEngine_GenerateWorkingKey_m151D0EB83D63CA0FFE3F69EA497779240E2EC8E3_RuntimeMethod_var))); } IL_04ec: { // if (!forEncryption) bool L_420 = ___forEncryption1; if (L_420) { goto IL_0529; } } { // for (int j = 1; j < ROUNDS; j++) V_30 = 1; goto IL_051f; } IL_04f4: { // uint[] w = W[j]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_421 = V_2; int32_t L_422 = V_30; NullCheck(L_421); int32_t L_423 = L_422; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_424 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_421)->GetAt(static_cast(L_423)); V_31 = L_424; // for (int i = 0; i < 4; i++) V_32 = 0; goto IL_0514; } IL_04ff: { // w[i] = Inv_Mcol(w[i]); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_425 = V_31; int32_t L_426 = V_32; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_427 = V_31; int32_t L_428 = V_32; NullCheck(L_427); int32_t L_429 = L_428; uint32_t L_430 = (L_427)->GetAt(static_cast(L_429)); IL2CPP_RUNTIME_CLASS_INIT(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var); uint32_t L_431; L_431 = AesLightEngine_Inv_Mcol_m19EED6384B9EF89841A9E2D049A7E0B3FE0C5AD8(L_430, /*hidden argument*/NULL); NullCheck(L_425); (L_425)->SetAt(static_cast(L_426), (uint32_t)L_431); // for (int i = 0; i < 4; i++) int32_t L_432 = V_32; V_32 = ((int32_t)il2cpp_codegen_add((int32_t)L_432, (int32_t)1)); } IL_0514: { // for (int i = 0; i < 4; i++) int32_t L_433 = V_32; if ((((int32_t)L_433) < ((int32_t)4))) { goto IL_04ff; } } { // for (int j = 1; j < ROUNDS; j++) int32_t L_434 = V_30; V_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_434, (int32_t)1)); } IL_051f: { // for (int j = 1; j < ROUNDS; j++) int32_t L_435 = V_30; int32_t L_436 = __this->get_ROUNDS_8(); if ((((int32_t)L_435) < ((int32_t)L_436))) { goto IL_04f4; } } IL_0529: { // return W; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_437 = V_2; return L_437; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesLightEngine__ctor_mD50CA7B16442805823BE9F9564AE192FE4207A30 (AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C * __this, const RuntimeMethod* method) { { // public AesLightEngine() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesLightEngine_Init_m5144462530F9CB60E69A5B166CC72DFCAD70AA97 (AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C * __this, bool ___forEncryption0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * V_0 = NULL; { // KeyParameter keyParameter = parameters as KeyParameter; RuntimeObject* L_0 = ___parameters1; V_0 = ((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)IsInstClass((RuntimeObject*)L_0, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var)); // if (keyParameter == null) KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_1 = V_0; if (L_1) { goto IL_0020; } } { // throw new ArgumentException("invalid parameter passed to AES init - " // + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(parameters)); RuntimeObject* L_2 = ___parameters1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_3; L_3 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_2, /*hidden argument*/NULL); String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCED4ECC4AE35D4EFF2458EF43A779BB25724C998)), L_3, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AesLightEngine_Init_m5144462530F9CB60E69A5B166CC72DFCAD70AA97_RuntimeMethod_var))); } IL_0020: { // WorkingKey = GenerateWorkingKey(keyParameter.GetKey(), forEncryption); KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_6 = V_0; NullCheck(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A(L_6, /*hidden argument*/NULL); bool L_8 = ___forEncryption0; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_9; L_9 = AesLightEngine_GenerateWorkingKey_m151D0EB83D63CA0FFE3F69EA497779240E2EC8E3(__this, L_7, L_8, /*hidden argument*/NULL); __this->set_WorkingKey_9(L_9); // this.forEncryption = forEncryption; bool L_10 = ___forEncryption0; __this->set_forEncryption_14(L_10); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AesLightEngine_get_AlgorithmName_m402AC401179ABFEDE0000C566CE53757D6902D45 (AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral423ACA01AC170A50869ECDEF572CD96995576718); s_Il2CppMethodInitialized = true; } { // get { return "AES"; } return _stringLiteral423ACA01AC170A50869ECDEF572CD96995576718; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::get_IsPartialBlockOkay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AesLightEngine_get_IsPartialBlockOkay_m9E4F76152ED7F7A6E4DDB4B29BF74BF167A2AA3F (AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AesLightEngine_GetBlockSize_m6B753FD8D06BEA8F87D2E0099171F76202D280CD (AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C * __this, const RuntimeMethod* method) { { // return BLOCK_SIZE; return ((int32_t)16); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AesLightEngine_ProcessBlock_m8990430B7103EFFA61B9BDF359F14DF5296AFA0B (AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED); s_Il2CppMethodInitialized = true; } { // if (WorkingKey == null) UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_0 = __this->get_WorkingKey_9(); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("AES engine not initialised"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1557AFFE8BBF6FF1C05CD38FC1CAB933607E374C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AesLightEngine_ProcessBlock_m8990430B7103EFFA61B9BDF359F14DF5296AFA0B_RuntimeMethod_var))); } IL_0013: { // Check.DataLength(input, inOff, 16, "input buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; int32_t L_3 = ___inOff1; Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F(L_2, L_3, ((int32_t)16), _stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED, /*hidden argument*/NULL); // Check.OutputLength(output, outOff, 16, "output buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___output2; int32_t L_5 = ___outOff3; Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6(L_4, L_5, ((int32_t)16), _stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2, /*hidden argument*/NULL); // UnPackBlock(input, inOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___input0; int32_t L_7 = ___inOff1; AesLightEngine_UnPackBlock_m9BA0C5D83EE4E070BFA250EFF8E499BA3A7AB578(__this, L_6, L_7, /*hidden argument*/NULL); // if (forEncryption) bool L_8 = __this->get_forEncryption_14(); if (!L_8) { goto IL_004e; } } { // EncryptBlock(WorkingKey); UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_9 = __this->get_WorkingKey_9(); AesLightEngine_EncryptBlock_m57316146D55212F8B4532B2266DE3CC7C41A8F68(__this, L_9, /*hidden argument*/NULL); // } goto IL_005a; } IL_004e: { // DecryptBlock(WorkingKey); UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_10 = __this->get_WorkingKey_9(); AesLightEngine_DecryptBlock_m00B657529E69EED705820CB6DE8251BA0C13A67C(__this, L_10, /*hidden argument*/NULL); } IL_005a: { // PackBlock(output, outOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___output2; int32_t L_12 = ___outOff3; AesLightEngine_PackBlock_mA86C07B27232CE7A7D667AAFC3A2D511EAE2F17D(__this, L_11, L_12, /*hidden argument*/NULL); // return BLOCK_SIZE; return ((int32_t)16); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesLightEngine_Reset_mFD9CFE236627A1BEE6E2E0FDA06A7A19B6CF13C7 (AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C * __this, const RuntimeMethod* method) { { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::UnPackBlock(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesLightEngine_UnPackBlock_m9BA0C5D83EE4E070BFA250EFF8E499BA3A7AB578 (AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___off1, const RuntimeMethod* method) { { // C0 = Pack.LE_To_UInt32(bytes, off); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bytes0; int32_t L_1 = ___off1; uint32_t L_2; L_2 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_0, L_1, /*hidden argument*/NULL); __this->set_C0_10(L_2); // C1 = Pack.LE_To_UInt32(bytes, off + 4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___bytes0; int32_t L_4 = ___off1; uint32_t L_5; L_5 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)4)), /*hidden argument*/NULL); __this->set_C1_11(L_5); // C2 = Pack.LE_To_UInt32(bytes, off + 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___bytes0; int32_t L_7 = ___off1; uint32_t L_8; L_8 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)8)), /*hidden argument*/NULL); __this->set_C2_12(L_8); // C3 = Pack.LE_To_UInt32(bytes, off + 12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___bytes0; int32_t L_10 = ___off1; uint32_t L_11; L_11 = Pack_LE_To_UInt32_m0E7F1686818E642F2C9A801C9E46BE1E3C4A962B(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)((int32_t)12))), /*hidden argument*/NULL); __this->set_C3_13(L_11); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::PackBlock(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesLightEngine_PackBlock_mA86C07B27232CE7A7D667AAFC3A2D511EAE2F17D (AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___off1, const RuntimeMethod* method) { { // Pack.UInt32_To_LE(C0, bytes, off); uint32_t L_0 = __this->get_C0_10(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___bytes0; int32_t L_2 = ___off1; Pack_UInt32_To_LE_m0B85A8B40A576879EEB7F6EFB703224E6B500488(L_0, L_1, L_2, /*hidden argument*/NULL); // Pack.UInt32_To_LE(C1, bytes, off + 4); uint32_t L_3 = __this->get_C1_11(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bytes0; int32_t L_5 = ___off1; Pack_UInt32_To_LE_m0B85A8B40A576879EEB7F6EFB703224E6B500488(L_3, L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)4)), /*hidden argument*/NULL); // Pack.UInt32_To_LE(C2, bytes, off + 8); uint32_t L_6 = __this->get_C2_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___bytes0; int32_t L_8 = ___off1; Pack_UInt32_To_LE_m0B85A8B40A576879EEB7F6EFB703224E6B500488(L_6, L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)8)), /*hidden argument*/NULL); // Pack.UInt32_To_LE(C3, bytes, off + 12); uint32_t L_9 = __this->get_C3_13(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___bytes0; int32_t L_11 = ___off1; Pack_UInt32_To_LE_m0B85A8B40A576879EEB7F6EFB703224E6B500488(L_9, L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)((int32_t)12))), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::EncryptBlock(System.UInt32[][]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesLightEngine_EncryptBlock_m57316146D55212F8B4532B2266DE3CC7C41A8F68 (AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C * __this, UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* ___KW0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; uint32_t V_6 = 0; uint32_t V_7 = 0; int32_t V_8 = 0; { // uint[] kw = KW[0]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_0 = ___KW0; NullCheck(L_0); int32_t L_1 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_0)->GetAt(static_cast(L_1)); V_0 = L_2; // uint t0 = this.C0 ^ kw[0]; uint32_t L_3 = __this->get_C0_10(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = V_0; NullCheck(L_4); int32_t L_5 = 0; uint32_t L_6 = (L_4)->GetAt(static_cast(L_5)); V_1 = ((int32_t)((int32_t)L_3^(int32_t)L_6)); // uint t1 = this.C1 ^ kw[1]; uint32_t L_7 = __this->get_C1_11(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = V_0; NullCheck(L_8); int32_t L_9 = 1; uint32_t L_10 = (L_8)->GetAt(static_cast(L_9)); V_2 = ((int32_t)((int32_t)L_7^(int32_t)L_10)); // uint t2 = this.C2 ^ kw[2]; uint32_t L_11 = __this->get_C2_12(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_12 = V_0; NullCheck(L_12); int32_t L_13 = 2; uint32_t L_14 = (L_12)->GetAt(static_cast(L_13)); V_3 = ((int32_t)((int32_t)L_11^(int32_t)L_14)); // uint r0, r1, r2, r3 = this.C3 ^ kw[3]; uint32_t L_15 = __this->get_C3_13(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_16 = V_0; NullCheck(L_16); int32_t L_17 = 3; uint32_t L_18 = (L_16)->GetAt(static_cast(L_17)); V_7 = ((int32_t)((int32_t)L_15^(int32_t)L_18)); // int r = 1; V_8 = 1; goto IL_02ee; } IL_0039: { // kw = KW[r++]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_19 = ___KW0; int32_t L_20 = V_8; int32_t L_21 = L_20; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); NullCheck(L_19); int32_t L_22 = L_21; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_23 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_19)->GetAt(static_cast(L_22)); V_0 = L_23; // r0 = Mcol((uint)S[t0 & 255] ^ (((uint)S[(t1 >> 8) & 255]) << 8) ^ (((uint)S[(t2 >> 16) & 255]) << 16) ^ (((uint)S[(r3 >> 24) & 255]) << 24)) ^ kw[0]; IL2CPP_RUNTIME_CLASS_INIT(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_25 = V_1; NullCheck(L_24); int32_t L_26 = ((int32_t)((int32_t)L_25&(int32_t)((int32_t)255))); uint8_t L_27 = (L_24)->GetAt(static_cast(L_26)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_29 = V_2; NullCheck(L_28); int32_t L_30 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_29>>8))&(int32_t)((int32_t)255))); uint8_t L_31 = (L_28)->GetAt(static_cast(L_30)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_33 = V_3; NullCheck(L_32); int32_t L_34 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_33>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_35 = (L_32)->GetAt(static_cast(L_34)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_37 = V_7; NullCheck(L_36); int32_t L_38 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_37>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_39 = (L_36)->GetAt(static_cast(L_38)); uint32_t L_40; L_40 = AesLightEngine_Mcol_m5B94C73214D45FEBFAA9A12A8FD59180751614E3(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_27^(int32_t)((int32_t)((int32_t)L_31<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_35<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_39<<(int32_t)((int32_t)24))))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_41 = V_0; NullCheck(L_41); int32_t L_42 = 0; uint32_t L_43 = (L_41)->GetAt(static_cast(L_42)); V_4 = ((int32_t)((int32_t)L_40^(int32_t)L_43)); // r1 = Mcol((uint)S[t1 & 255] ^ (((uint)S[(t2 >> 8) & 255]) << 8) ^ (((uint)S[(r3 >> 16) & 255]) << 16) ^ (((uint)S[(t0 >> 24) & 255]) << 24)) ^ kw[1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_45 = V_2; NullCheck(L_44); int32_t L_46 = ((int32_t)((int32_t)L_45&(int32_t)((int32_t)255))); uint8_t L_47 = (L_44)->GetAt(static_cast(L_46)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_48 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_49 = V_3; NullCheck(L_48); int32_t L_50 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_49>>8))&(int32_t)((int32_t)255))); uint8_t L_51 = (L_48)->GetAt(static_cast(L_50)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_52 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_53 = V_7; NullCheck(L_52); int32_t L_54 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_53>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_55 = (L_52)->GetAt(static_cast(L_54)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_56 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_57 = V_1; NullCheck(L_56); int32_t L_58 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_57>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_59 = (L_56)->GetAt(static_cast(L_58)); uint32_t L_60; L_60 = AesLightEngine_Mcol_m5B94C73214D45FEBFAA9A12A8FD59180751614E3(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_47^(int32_t)((int32_t)((int32_t)L_51<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_55<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_59<<(int32_t)((int32_t)24))))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_61 = V_0; NullCheck(L_61); int32_t L_62 = 1; uint32_t L_63 = (L_61)->GetAt(static_cast(L_62)); V_5 = ((int32_t)((int32_t)L_60^(int32_t)L_63)); // r2 = Mcol((uint)S[t2 & 255] ^ (((uint)S[(r3 >> 8) & 255]) << 8) ^ (((uint)S[(t0 >> 16) & 255]) << 16) ^ (((uint)S[(t1 >> 24) & 255]) << 24)) ^ kw[2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_64 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_65 = V_3; NullCheck(L_64); int32_t L_66 = ((int32_t)((int32_t)L_65&(int32_t)((int32_t)255))); uint8_t L_67 = (L_64)->GetAt(static_cast(L_66)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_68 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_69 = V_7; NullCheck(L_68); int32_t L_70 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_69>>8))&(int32_t)((int32_t)255))); uint8_t L_71 = (L_68)->GetAt(static_cast(L_70)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_72 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_73 = V_1; NullCheck(L_72); int32_t L_74 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_73>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_75 = (L_72)->GetAt(static_cast(L_74)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_76 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_77 = V_2; NullCheck(L_76); int32_t L_78 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_77>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_79 = (L_76)->GetAt(static_cast(L_78)); uint32_t L_80; L_80 = AesLightEngine_Mcol_m5B94C73214D45FEBFAA9A12A8FD59180751614E3(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_67^(int32_t)((int32_t)((int32_t)L_71<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_75<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_79<<(int32_t)((int32_t)24))))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_81 = V_0; NullCheck(L_81); int32_t L_82 = 2; uint32_t L_83 = (L_81)->GetAt(static_cast(L_82)); V_6 = ((int32_t)((int32_t)L_80^(int32_t)L_83)); // r3 = Mcol((uint)S[r3 & 255] ^ (((uint)S[(t0 >> 8) & 255]) << 8) ^ (((uint)S[(t1 >> 16) & 255]) << 16) ^ (((uint)S[(t2 >> 24) & 255]) << 24)) ^ kw[3]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_84 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_85 = V_7; NullCheck(L_84); int32_t L_86 = ((int32_t)((int32_t)L_85&(int32_t)((int32_t)255))); uint8_t L_87 = (L_84)->GetAt(static_cast(L_86)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_88 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_89 = V_1; NullCheck(L_88); int32_t L_90 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_89>>8))&(int32_t)((int32_t)255))); uint8_t L_91 = (L_88)->GetAt(static_cast(L_90)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_92 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_93 = V_2; NullCheck(L_92); int32_t L_94 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_93>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_95 = (L_92)->GetAt(static_cast(L_94)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_96 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_97 = V_3; NullCheck(L_96); int32_t L_98 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_97>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_99 = (L_96)->GetAt(static_cast(L_98)); uint32_t L_100; L_100 = AesLightEngine_Mcol_m5B94C73214D45FEBFAA9A12A8FD59180751614E3(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_87^(int32_t)((int32_t)((int32_t)L_91<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_95<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_99<<(int32_t)((int32_t)24))))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_101 = V_0; NullCheck(L_101); int32_t L_102 = 3; uint32_t L_103 = (L_101)->GetAt(static_cast(L_102)); V_7 = ((int32_t)((int32_t)L_100^(int32_t)L_103)); // kw = KW[r++]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_104 = ___KW0; int32_t L_105 = V_8; int32_t L_106 = L_105; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)1)); NullCheck(L_104); int32_t L_107 = L_106; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_108 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_104)->GetAt(static_cast(L_107)); V_0 = L_108; // t0 = Mcol((uint)S[r0 & 255] ^ (((uint)S[(r1 >> 8) & 255]) << 8) ^ (((uint)S[(r2 >> 16) & 255]) << 16) ^ (((uint)S[(r3 >> 24) & 255]) << 24)) ^ kw[0]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_109 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_110 = V_4; NullCheck(L_109); int32_t L_111 = ((int32_t)((int32_t)L_110&(int32_t)((int32_t)255))); uint8_t L_112 = (L_109)->GetAt(static_cast(L_111)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_113 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_114 = V_5; NullCheck(L_113); int32_t L_115 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_114>>8))&(int32_t)((int32_t)255))); uint8_t L_116 = (L_113)->GetAt(static_cast(L_115)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_117 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_118 = V_6; NullCheck(L_117); int32_t L_119 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_118>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_120 = (L_117)->GetAt(static_cast(L_119)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_121 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_122 = V_7; NullCheck(L_121); int32_t L_123 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_122>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_124 = (L_121)->GetAt(static_cast(L_123)); uint32_t L_125; L_125 = AesLightEngine_Mcol_m5B94C73214D45FEBFAA9A12A8FD59180751614E3(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_112^(int32_t)((int32_t)((int32_t)L_116<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_120<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_124<<(int32_t)((int32_t)24))))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_126 = V_0; NullCheck(L_126); int32_t L_127 = 0; uint32_t L_128 = (L_126)->GetAt(static_cast(L_127)); V_1 = ((int32_t)((int32_t)L_125^(int32_t)L_128)); // t1 = Mcol((uint)S[r1 & 255] ^ (((uint)S[(r2 >> 8) & 255]) << 8) ^ (((uint)S[(r3 >> 16) & 255]) << 16) ^ (((uint)S[(r0 >> 24) & 255]) << 24)) ^ kw[1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_129 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_130 = V_5; NullCheck(L_129); int32_t L_131 = ((int32_t)((int32_t)L_130&(int32_t)((int32_t)255))); uint8_t L_132 = (L_129)->GetAt(static_cast(L_131)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_133 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_134 = V_6; NullCheck(L_133); int32_t L_135 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_134>>8))&(int32_t)((int32_t)255))); uint8_t L_136 = (L_133)->GetAt(static_cast(L_135)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_137 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_138 = V_7; NullCheck(L_137); int32_t L_139 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_138>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_140 = (L_137)->GetAt(static_cast(L_139)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_141 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_142 = V_4; NullCheck(L_141); int32_t L_143 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_142>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_144 = (L_141)->GetAt(static_cast(L_143)); uint32_t L_145; L_145 = AesLightEngine_Mcol_m5B94C73214D45FEBFAA9A12A8FD59180751614E3(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_132^(int32_t)((int32_t)((int32_t)L_136<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_140<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_144<<(int32_t)((int32_t)24))))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_146 = V_0; NullCheck(L_146); int32_t L_147 = 1; uint32_t L_148 = (L_146)->GetAt(static_cast(L_147)); V_2 = ((int32_t)((int32_t)L_145^(int32_t)L_148)); // t2 = Mcol((uint)S[r2 & 255] ^ (((uint)S[(r3 >> 8) & 255]) << 8) ^ (((uint)S[(r0 >> 16) & 255]) << 16) ^ (((uint)S[(r1 >> 24) & 255]) << 24)) ^ kw[2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_149 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_150 = V_6; NullCheck(L_149); int32_t L_151 = ((int32_t)((int32_t)L_150&(int32_t)((int32_t)255))); uint8_t L_152 = (L_149)->GetAt(static_cast(L_151)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_153 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_154 = V_7; NullCheck(L_153); int32_t L_155 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_154>>8))&(int32_t)((int32_t)255))); uint8_t L_156 = (L_153)->GetAt(static_cast(L_155)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_157 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_158 = V_4; NullCheck(L_157); int32_t L_159 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_158>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_160 = (L_157)->GetAt(static_cast(L_159)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_161 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_162 = V_5; NullCheck(L_161); int32_t L_163 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_162>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_164 = (L_161)->GetAt(static_cast(L_163)); uint32_t L_165; L_165 = AesLightEngine_Mcol_m5B94C73214D45FEBFAA9A12A8FD59180751614E3(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_152^(int32_t)((int32_t)((int32_t)L_156<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_160<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_164<<(int32_t)((int32_t)24))))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_166 = V_0; NullCheck(L_166); int32_t L_167 = 2; uint32_t L_168 = (L_166)->GetAt(static_cast(L_167)); V_3 = ((int32_t)((int32_t)L_165^(int32_t)L_168)); // r3 = Mcol((uint)S[r3 & 255] ^ (((uint)S[(r0 >> 8) & 255]) << 8) ^ (((uint)S[(r1 >> 16) & 255]) << 16) ^ (((uint)S[(r2 >> 24) & 255]) << 24)) ^ kw[3]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_169 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_170 = V_7; NullCheck(L_169); int32_t L_171 = ((int32_t)((int32_t)L_170&(int32_t)((int32_t)255))); uint8_t L_172 = (L_169)->GetAt(static_cast(L_171)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_173 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_174 = V_4; NullCheck(L_173); int32_t L_175 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_174>>8))&(int32_t)((int32_t)255))); uint8_t L_176 = (L_173)->GetAt(static_cast(L_175)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_177 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_178 = V_5; NullCheck(L_177); int32_t L_179 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_178>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_180 = (L_177)->GetAt(static_cast(L_179)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_181 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_182 = V_6; NullCheck(L_181); int32_t L_183 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_182>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_184 = (L_181)->GetAt(static_cast(L_183)); uint32_t L_185; L_185 = AesLightEngine_Mcol_m5B94C73214D45FEBFAA9A12A8FD59180751614E3(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_172^(int32_t)((int32_t)((int32_t)L_176<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_180<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_184<<(int32_t)((int32_t)24))))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_186 = V_0; NullCheck(L_186); int32_t L_187 = 3; uint32_t L_188 = (L_186)->GetAt(static_cast(L_187)); V_7 = ((int32_t)((int32_t)L_185^(int32_t)L_188)); } IL_02ee: { // while (r < ROUNDS - 1) int32_t L_189 = V_8; int32_t L_190 = __this->get_ROUNDS_8(); if ((((int32_t)L_189) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_190, (int32_t)1))))) { goto IL_0039; } } { // kw = KW[r++]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_191 = ___KW0; int32_t L_192 = V_8; int32_t L_193 = L_192; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_193, (int32_t)1)); NullCheck(L_191); int32_t L_194 = L_193; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_195 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_191)->GetAt(static_cast(L_194)); V_0 = L_195; // r0 = Mcol((uint)S[t0 & 255] ^ (((uint)S[(t1 >> 8) & 255]) << 8) ^ (((uint)S[(t2 >> 16) & 255]) << 16) ^ (((uint)S[(r3 >> 24) & 255]) << 24)) ^ kw[0]; IL2CPP_RUNTIME_CLASS_INIT(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_196 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_197 = V_1; NullCheck(L_196); int32_t L_198 = ((int32_t)((int32_t)L_197&(int32_t)((int32_t)255))); uint8_t L_199 = (L_196)->GetAt(static_cast(L_198)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_200 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_201 = V_2; NullCheck(L_200); int32_t L_202 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_201>>8))&(int32_t)((int32_t)255))); uint8_t L_203 = (L_200)->GetAt(static_cast(L_202)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_204 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_205 = V_3; NullCheck(L_204); int32_t L_206 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_205>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_207 = (L_204)->GetAt(static_cast(L_206)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_208 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_209 = V_7; NullCheck(L_208); int32_t L_210 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_209>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_211 = (L_208)->GetAt(static_cast(L_210)); uint32_t L_212; L_212 = AesLightEngine_Mcol_m5B94C73214D45FEBFAA9A12A8FD59180751614E3(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_199^(int32_t)((int32_t)((int32_t)L_203<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_207<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_211<<(int32_t)((int32_t)24))))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_213 = V_0; NullCheck(L_213); int32_t L_214 = 0; uint32_t L_215 = (L_213)->GetAt(static_cast(L_214)); V_4 = ((int32_t)((int32_t)L_212^(int32_t)L_215)); // r1 = Mcol((uint)S[t1 & 255] ^ (((uint)S[(t2 >> 8) & 255]) << 8) ^ (((uint)S[(r3 >> 16) & 255]) << 16) ^ (((uint)S[(t0 >> 24) & 255]) << 24)) ^ kw[1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_216 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_217 = V_2; NullCheck(L_216); int32_t L_218 = ((int32_t)((int32_t)L_217&(int32_t)((int32_t)255))); uint8_t L_219 = (L_216)->GetAt(static_cast(L_218)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_220 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_221 = V_3; NullCheck(L_220); int32_t L_222 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_221>>8))&(int32_t)((int32_t)255))); uint8_t L_223 = (L_220)->GetAt(static_cast(L_222)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_224 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_225 = V_7; NullCheck(L_224); int32_t L_226 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_225>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_227 = (L_224)->GetAt(static_cast(L_226)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_228 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_229 = V_1; NullCheck(L_228); int32_t L_230 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_229>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_231 = (L_228)->GetAt(static_cast(L_230)); uint32_t L_232; L_232 = AesLightEngine_Mcol_m5B94C73214D45FEBFAA9A12A8FD59180751614E3(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_219^(int32_t)((int32_t)((int32_t)L_223<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_227<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_231<<(int32_t)((int32_t)24))))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_233 = V_0; NullCheck(L_233); int32_t L_234 = 1; uint32_t L_235 = (L_233)->GetAt(static_cast(L_234)); V_5 = ((int32_t)((int32_t)L_232^(int32_t)L_235)); // r2 = Mcol((uint)S[t2 & 255] ^ (((uint)S[(r3 >> 8) & 255]) << 8) ^ (((uint)S[(t0 >> 16) & 255]) << 16) ^ (((uint)S[(t1 >> 24) & 255]) << 24)) ^ kw[2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_236 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_237 = V_3; NullCheck(L_236); int32_t L_238 = ((int32_t)((int32_t)L_237&(int32_t)((int32_t)255))); uint8_t L_239 = (L_236)->GetAt(static_cast(L_238)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_240 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_241 = V_7; NullCheck(L_240); int32_t L_242 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_241>>8))&(int32_t)((int32_t)255))); uint8_t L_243 = (L_240)->GetAt(static_cast(L_242)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_244 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_245 = V_1; NullCheck(L_244); int32_t L_246 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_245>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_247 = (L_244)->GetAt(static_cast(L_246)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_248 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_249 = V_2; NullCheck(L_248); int32_t L_250 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_249>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_251 = (L_248)->GetAt(static_cast(L_250)); uint32_t L_252; L_252 = AesLightEngine_Mcol_m5B94C73214D45FEBFAA9A12A8FD59180751614E3(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_239^(int32_t)((int32_t)((int32_t)L_243<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_247<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_251<<(int32_t)((int32_t)24))))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_253 = V_0; NullCheck(L_253); int32_t L_254 = 2; uint32_t L_255 = (L_253)->GetAt(static_cast(L_254)); V_6 = ((int32_t)((int32_t)L_252^(int32_t)L_255)); // r3 = Mcol((uint)S[r3 & 255] ^ (((uint)S[(t0 >> 8) & 255]) << 8) ^ (((uint)S[(t1 >> 16) & 255]) << 16) ^ (((uint)S[(t2 >> 24) & 255]) << 24)) ^ kw[3]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_256 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_257 = V_7; NullCheck(L_256); int32_t L_258 = ((int32_t)((int32_t)L_257&(int32_t)((int32_t)255))); uint8_t L_259 = (L_256)->GetAt(static_cast(L_258)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_260 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_261 = V_1; NullCheck(L_260); int32_t L_262 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_261>>8))&(int32_t)((int32_t)255))); uint8_t L_263 = (L_260)->GetAt(static_cast(L_262)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_264 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_265 = V_2; NullCheck(L_264); int32_t L_266 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_265>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_267 = (L_264)->GetAt(static_cast(L_266)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_268 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_269 = V_3; NullCheck(L_268); int32_t L_270 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_269>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_271 = (L_268)->GetAt(static_cast(L_270)); uint32_t L_272; L_272 = AesLightEngine_Mcol_m5B94C73214D45FEBFAA9A12A8FD59180751614E3(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_259^(int32_t)((int32_t)((int32_t)L_263<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_267<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_271<<(int32_t)((int32_t)24))))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_273 = V_0; NullCheck(L_273); int32_t L_274 = 3; uint32_t L_275 = (L_273)->GetAt(static_cast(L_274)); V_7 = ((int32_t)((int32_t)L_272^(int32_t)L_275)); // kw = KW[r]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_276 = ___KW0; int32_t L_277 = V_8; NullCheck(L_276); int32_t L_278 = L_277; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_279 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_276)->GetAt(static_cast(L_278)); V_0 = L_279; // this.C0 = (uint)S[r0 & 255] ^ (((uint)S[(r1 >> 8) & 255]) << 8) ^ (((uint)S[(r2 >> 16) & 255]) << 16) ^ (((uint)S[(r3 >> 24) & 255]) << 24) ^ kw[0]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_280 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_281 = V_4; NullCheck(L_280); int32_t L_282 = ((int32_t)((int32_t)L_281&(int32_t)((int32_t)255))); uint8_t L_283 = (L_280)->GetAt(static_cast(L_282)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_284 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_285 = V_5; NullCheck(L_284); int32_t L_286 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_285>>8))&(int32_t)((int32_t)255))); uint8_t L_287 = (L_284)->GetAt(static_cast(L_286)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_288 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_289 = V_6; NullCheck(L_288); int32_t L_290 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_289>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_291 = (L_288)->GetAt(static_cast(L_290)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_292 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_293 = V_7; NullCheck(L_292); int32_t L_294 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_293>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_295 = (L_292)->GetAt(static_cast(L_294)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_296 = V_0; NullCheck(L_296); int32_t L_297 = 0; uint32_t L_298 = (L_296)->GetAt(static_cast(L_297)); __this->set_C0_10(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_283^(int32_t)((int32_t)((int32_t)L_287<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_291<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_295<<(int32_t)((int32_t)24)))))^(int32_t)L_298))); // this.C1 = (uint)S[r1 & 255] ^ (((uint)S[(r2 >> 8) & 255]) << 8) ^ (((uint)S[(r3 >> 16) & 255]) << 16) ^ (((uint)S[(r0 >> 24) & 255]) << 24) ^ kw[1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_299 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_300 = V_5; NullCheck(L_299); int32_t L_301 = ((int32_t)((int32_t)L_300&(int32_t)((int32_t)255))); uint8_t L_302 = (L_299)->GetAt(static_cast(L_301)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_303 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_304 = V_6; NullCheck(L_303); int32_t L_305 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_304>>8))&(int32_t)((int32_t)255))); uint8_t L_306 = (L_303)->GetAt(static_cast(L_305)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_307 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_308 = V_7; NullCheck(L_307); int32_t L_309 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_308>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_310 = (L_307)->GetAt(static_cast(L_309)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_311 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_312 = V_4; NullCheck(L_311); int32_t L_313 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_312>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_314 = (L_311)->GetAt(static_cast(L_313)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_315 = V_0; NullCheck(L_315); int32_t L_316 = 1; uint32_t L_317 = (L_315)->GetAt(static_cast(L_316)); __this->set_C1_11(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_302^(int32_t)((int32_t)((int32_t)L_306<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_310<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_314<<(int32_t)((int32_t)24)))))^(int32_t)L_317))); // this.C2 = (uint)S[r2 & 255] ^ (((uint)S[(r3 >> 8) & 255]) << 8) ^ (((uint)S[(r0 >> 16) & 255]) << 16) ^ (((uint)S[(r1 >> 24) & 255]) << 24) ^ kw[2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_318 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_319 = V_6; NullCheck(L_318); int32_t L_320 = ((int32_t)((int32_t)L_319&(int32_t)((int32_t)255))); uint8_t L_321 = (L_318)->GetAt(static_cast(L_320)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_322 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_323 = V_7; NullCheck(L_322); int32_t L_324 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_323>>8))&(int32_t)((int32_t)255))); uint8_t L_325 = (L_322)->GetAt(static_cast(L_324)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_326 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_327 = V_4; NullCheck(L_326); int32_t L_328 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_327>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_329 = (L_326)->GetAt(static_cast(L_328)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_330 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_331 = V_5; NullCheck(L_330); int32_t L_332 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_331>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_333 = (L_330)->GetAt(static_cast(L_332)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_334 = V_0; NullCheck(L_334); int32_t L_335 = 2; uint32_t L_336 = (L_334)->GetAt(static_cast(L_335)); __this->set_C2_12(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_321^(int32_t)((int32_t)((int32_t)L_325<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_329<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_333<<(int32_t)((int32_t)24)))))^(int32_t)L_336))); // this.C3 = (uint)S[r3 & 255] ^ (((uint)S[(r0 >> 8) & 255]) << 8) ^ (((uint)S[(r1 >> 16) & 255]) << 16) ^ (((uint)S[(r2 >> 24) & 255]) << 24) ^ kw[3]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_337 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_338 = V_7; NullCheck(L_337); int32_t L_339 = ((int32_t)((int32_t)L_338&(int32_t)((int32_t)255))); uint8_t L_340 = (L_337)->GetAt(static_cast(L_339)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_341 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_342 = V_4; NullCheck(L_341); int32_t L_343 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_342>>8))&(int32_t)((int32_t)255))); uint8_t L_344 = (L_341)->GetAt(static_cast(L_343)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_345 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_346 = V_5; NullCheck(L_345); int32_t L_347 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_346>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_348 = (L_345)->GetAt(static_cast(L_347)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_349 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_S_0(); uint32_t L_350 = V_6; NullCheck(L_349); int32_t L_351 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_350>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_352 = (L_349)->GetAt(static_cast(L_351)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_353 = V_0; NullCheck(L_353); int32_t L_354 = 3; uint32_t L_355 = (L_353)->GetAt(static_cast(L_354)); __this->set_C3_13(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_340^(int32_t)((int32_t)((int32_t)L_344<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_348<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_352<<(int32_t)((int32_t)24)))))^(int32_t)L_355))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::DecryptBlock(System.UInt32[][]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesLightEngine_DecryptBlock_m00B657529E69EED705820CB6DE8251BA0C13A67C (AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C * __this, UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* ___KW0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; uint32_t V_6 = 0; uint32_t V_7 = 0; int32_t V_8 = 0; { // uint[] kw = KW[ROUNDS]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_0 = ___KW0; int32_t L_1 = __this->get_ROUNDS_8(); NullCheck(L_0); int32_t L_2 = L_1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_3 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_0)->GetAt(static_cast(L_2)); V_0 = L_3; // uint t0 = this.C0 ^ kw[0]; uint32_t L_4 = __this->get_C0_10(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_5 = V_0; NullCheck(L_5); int32_t L_6 = 0; uint32_t L_7 = (L_5)->GetAt(static_cast(L_6)); V_1 = ((int32_t)((int32_t)L_4^(int32_t)L_7)); // uint t1 = this.C1 ^ kw[1]; uint32_t L_8 = __this->get_C1_11(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_9 = V_0; NullCheck(L_9); int32_t L_10 = 1; uint32_t L_11 = (L_9)->GetAt(static_cast(L_10)); V_2 = ((int32_t)((int32_t)L_8^(int32_t)L_11)); // uint t2 = this.C2 ^ kw[2]; uint32_t L_12 = __this->get_C2_12(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_13 = V_0; NullCheck(L_13); int32_t L_14 = 2; uint32_t L_15 = (L_13)->GetAt(static_cast(L_14)); V_3 = ((int32_t)((int32_t)L_12^(int32_t)L_15)); // uint r0, r1, r2, r3 = this.C3 ^ kw[3]; uint32_t L_16 = __this->get_C3_13(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_17 = V_0; NullCheck(L_17); int32_t L_18 = 3; uint32_t L_19 = (L_17)->GetAt(static_cast(L_18)); V_7 = ((int32_t)((int32_t)L_16^(int32_t)L_19)); // int r = ROUNDS - 1; int32_t L_20 = __this->get_ROUNDS_8(); V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1)); goto IL_02fa; } IL_0045: { // kw = KW[r--]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_21 = ___KW0; int32_t L_22 = V_8; int32_t L_23 = L_22; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)); NullCheck(L_21); int32_t L_24 = L_23; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_25 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_21)->GetAt(static_cast(L_24)); V_0 = L_25; // r0 = Inv_Mcol((uint)Si[t0 & 255] ^ (((uint)Si[(r3 >> 8) & 255]) << 8) ^ (((uint)Si[(t2 >> 16) & 255]) << 16) ^ ((uint)Si[(t1 >> 24) & 255] << 24)) ^ kw[0]; IL2CPP_RUNTIME_CLASS_INIT(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_27 = V_1; NullCheck(L_26); int32_t L_28 = ((int32_t)((int32_t)L_27&(int32_t)((int32_t)255))); uint8_t L_29 = (L_26)->GetAt(static_cast(L_28)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_31 = V_7; NullCheck(L_30); int32_t L_32 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_31>>8))&(int32_t)((int32_t)255))); uint8_t L_33 = (L_30)->GetAt(static_cast(L_32)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_35 = V_3; NullCheck(L_34); int32_t L_36 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_35>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_37 = (L_34)->GetAt(static_cast(L_36)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_39 = V_2; NullCheck(L_38); int32_t L_40 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_39>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_41 = (L_38)->GetAt(static_cast(L_40)); uint32_t L_42; L_42 = AesLightEngine_Inv_Mcol_m19EED6384B9EF89841A9E2D049A7E0B3FE0C5AD8(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_29^(int32_t)((int32_t)((int32_t)L_33<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_37<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_41<<(int32_t)((int32_t)24))))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_43 = V_0; NullCheck(L_43); int32_t L_44 = 0; uint32_t L_45 = (L_43)->GetAt(static_cast(L_44)); V_4 = ((int32_t)((int32_t)L_42^(int32_t)L_45)); // r1 = Inv_Mcol((uint)Si[t1 & 255] ^ (((uint)Si[(t0 >> 8) & 255]) << 8) ^ (((uint)Si[(r3 >> 16) & 255]) << 16) ^ ((uint)Si[(t2 >> 24) & 255] << 24)) ^ kw[1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_47 = V_2; NullCheck(L_46); int32_t L_48 = ((int32_t)((int32_t)L_47&(int32_t)((int32_t)255))); uint8_t L_49 = (L_46)->GetAt(static_cast(L_48)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_51 = V_1; NullCheck(L_50); int32_t L_52 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_51>>8))&(int32_t)((int32_t)255))); uint8_t L_53 = (L_50)->GetAt(static_cast(L_52)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_55 = V_7; NullCheck(L_54); int32_t L_56 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_55>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_57 = (L_54)->GetAt(static_cast(L_56)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_58 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_59 = V_3; NullCheck(L_58); int32_t L_60 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_59>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_61 = (L_58)->GetAt(static_cast(L_60)); uint32_t L_62; L_62 = AesLightEngine_Inv_Mcol_m19EED6384B9EF89841A9E2D049A7E0B3FE0C5AD8(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_49^(int32_t)((int32_t)((int32_t)L_53<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_57<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_61<<(int32_t)((int32_t)24))))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_63 = V_0; NullCheck(L_63); int32_t L_64 = 1; uint32_t L_65 = (L_63)->GetAt(static_cast(L_64)); V_5 = ((int32_t)((int32_t)L_62^(int32_t)L_65)); // r2 = Inv_Mcol((uint)Si[t2 & 255] ^ (((uint)Si[(t1 >> 8) & 255]) << 8) ^ (((uint)Si[(t0 >> 16) & 255]) << 16) ^ ((uint)Si[(r3 >> 24) & 255] << 24)) ^ kw[2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_66 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_67 = V_3; NullCheck(L_66); int32_t L_68 = ((int32_t)((int32_t)L_67&(int32_t)((int32_t)255))); uint8_t L_69 = (L_66)->GetAt(static_cast(L_68)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_70 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_71 = V_2; NullCheck(L_70); int32_t L_72 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_71>>8))&(int32_t)((int32_t)255))); uint8_t L_73 = (L_70)->GetAt(static_cast(L_72)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_74 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_75 = V_1; NullCheck(L_74); int32_t L_76 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_75>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_77 = (L_74)->GetAt(static_cast(L_76)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_78 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_79 = V_7; NullCheck(L_78); int32_t L_80 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_79>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_81 = (L_78)->GetAt(static_cast(L_80)); uint32_t L_82; L_82 = AesLightEngine_Inv_Mcol_m19EED6384B9EF89841A9E2D049A7E0B3FE0C5AD8(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_69^(int32_t)((int32_t)((int32_t)L_73<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_77<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_81<<(int32_t)((int32_t)24))))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_83 = V_0; NullCheck(L_83); int32_t L_84 = 2; uint32_t L_85 = (L_83)->GetAt(static_cast(L_84)); V_6 = ((int32_t)((int32_t)L_82^(int32_t)L_85)); // r3 = Inv_Mcol((uint)Si[r3 & 255] ^ (((uint)Si[(t2 >> 8) & 255]) << 8) ^ (((uint)Si[(t1 >> 16) & 255]) << 16) ^ ((uint)Si[(t0 >> 24) & 255] << 24)) ^ kw[3]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_86 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_87 = V_7; NullCheck(L_86); int32_t L_88 = ((int32_t)((int32_t)L_87&(int32_t)((int32_t)255))); uint8_t L_89 = (L_86)->GetAt(static_cast(L_88)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_90 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_91 = V_3; NullCheck(L_90); int32_t L_92 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_91>>8))&(int32_t)((int32_t)255))); uint8_t L_93 = (L_90)->GetAt(static_cast(L_92)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_94 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_95 = V_2; NullCheck(L_94); int32_t L_96 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_95>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_97 = (L_94)->GetAt(static_cast(L_96)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_98 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_99 = V_1; NullCheck(L_98); int32_t L_100 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_99>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_101 = (L_98)->GetAt(static_cast(L_100)); uint32_t L_102; L_102 = AesLightEngine_Inv_Mcol_m19EED6384B9EF89841A9E2D049A7E0B3FE0C5AD8(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_89^(int32_t)((int32_t)((int32_t)L_93<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_97<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_101<<(int32_t)((int32_t)24))))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_103 = V_0; NullCheck(L_103); int32_t L_104 = 3; uint32_t L_105 = (L_103)->GetAt(static_cast(L_104)); V_7 = ((int32_t)((int32_t)L_102^(int32_t)L_105)); // kw = KW[r--]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_106 = ___KW0; int32_t L_107 = V_8; int32_t L_108 = L_107; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_108, (int32_t)1)); NullCheck(L_106); int32_t L_109 = L_108; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_110 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_106)->GetAt(static_cast(L_109)); V_0 = L_110; // t0 = Inv_Mcol((uint)Si[r0 & 255] ^ (((uint)Si[(r3 >> 8) & 255]) << 8) ^ (((uint)Si[(r2 >> 16) & 255]) << 16) ^ ((uint)Si[(r1 >> 24) & 255] << 24)) ^ kw[0]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_111 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_112 = V_4; NullCheck(L_111); int32_t L_113 = ((int32_t)((int32_t)L_112&(int32_t)((int32_t)255))); uint8_t L_114 = (L_111)->GetAt(static_cast(L_113)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_115 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_116 = V_7; NullCheck(L_115); int32_t L_117 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_116>>8))&(int32_t)((int32_t)255))); uint8_t L_118 = (L_115)->GetAt(static_cast(L_117)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_119 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_120 = V_6; NullCheck(L_119); int32_t L_121 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_120>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_122 = (L_119)->GetAt(static_cast(L_121)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_123 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_124 = V_5; NullCheck(L_123); int32_t L_125 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_124>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_126 = (L_123)->GetAt(static_cast(L_125)); uint32_t L_127; L_127 = AesLightEngine_Inv_Mcol_m19EED6384B9EF89841A9E2D049A7E0B3FE0C5AD8(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_114^(int32_t)((int32_t)((int32_t)L_118<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_122<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_126<<(int32_t)((int32_t)24))))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_128 = V_0; NullCheck(L_128); int32_t L_129 = 0; uint32_t L_130 = (L_128)->GetAt(static_cast(L_129)); V_1 = ((int32_t)((int32_t)L_127^(int32_t)L_130)); // t1 = Inv_Mcol((uint)Si[r1 & 255] ^ (((uint)Si[(r0 >> 8) & 255]) << 8) ^ (((uint)Si[(r3 >> 16) & 255]) << 16) ^ ((uint)Si[(r2 >> 24) & 255] << 24)) ^ kw[1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_131 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_132 = V_5; NullCheck(L_131); int32_t L_133 = ((int32_t)((int32_t)L_132&(int32_t)((int32_t)255))); uint8_t L_134 = (L_131)->GetAt(static_cast(L_133)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_135 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_136 = V_4; NullCheck(L_135); int32_t L_137 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_136>>8))&(int32_t)((int32_t)255))); uint8_t L_138 = (L_135)->GetAt(static_cast(L_137)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_139 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_140 = V_7; NullCheck(L_139); int32_t L_141 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_140>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_142 = (L_139)->GetAt(static_cast(L_141)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_143 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_144 = V_6; NullCheck(L_143); int32_t L_145 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_144>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_146 = (L_143)->GetAt(static_cast(L_145)); uint32_t L_147; L_147 = AesLightEngine_Inv_Mcol_m19EED6384B9EF89841A9E2D049A7E0B3FE0C5AD8(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_134^(int32_t)((int32_t)((int32_t)L_138<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_142<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_146<<(int32_t)((int32_t)24))))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_148 = V_0; NullCheck(L_148); int32_t L_149 = 1; uint32_t L_150 = (L_148)->GetAt(static_cast(L_149)); V_2 = ((int32_t)((int32_t)L_147^(int32_t)L_150)); // t2 = Inv_Mcol((uint)Si[r2 & 255] ^ (((uint)Si[(r1 >> 8) & 255]) << 8) ^ (((uint)Si[(r0 >> 16) & 255]) << 16) ^ ((uint)Si[(r3 >> 24) & 255] << 24)) ^ kw[2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_151 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_152 = V_6; NullCheck(L_151); int32_t L_153 = ((int32_t)((int32_t)L_152&(int32_t)((int32_t)255))); uint8_t L_154 = (L_151)->GetAt(static_cast(L_153)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_155 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_156 = V_5; NullCheck(L_155); int32_t L_157 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_156>>8))&(int32_t)((int32_t)255))); uint8_t L_158 = (L_155)->GetAt(static_cast(L_157)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_159 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_160 = V_4; NullCheck(L_159); int32_t L_161 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_160>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_162 = (L_159)->GetAt(static_cast(L_161)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_163 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_164 = V_7; NullCheck(L_163); int32_t L_165 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_164>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_166 = (L_163)->GetAt(static_cast(L_165)); uint32_t L_167; L_167 = AesLightEngine_Inv_Mcol_m19EED6384B9EF89841A9E2D049A7E0B3FE0C5AD8(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_154^(int32_t)((int32_t)((int32_t)L_158<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_162<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_166<<(int32_t)((int32_t)24))))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_168 = V_0; NullCheck(L_168); int32_t L_169 = 2; uint32_t L_170 = (L_168)->GetAt(static_cast(L_169)); V_3 = ((int32_t)((int32_t)L_167^(int32_t)L_170)); // r3 = Inv_Mcol((uint)Si[r3 & 255] ^ (((uint)Si[(r2 >> 8) & 255]) << 8) ^ (((uint)Si[(r1 >> 16) & 255]) << 16) ^ ((uint)Si[(r0 >> 24) & 255] << 24)) ^ kw[3]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_171 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_172 = V_7; NullCheck(L_171); int32_t L_173 = ((int32_t)((int32_t)L_172&(int32_t)((int32_t)255))); uint8_t L_174 = (L_171)->GetAt(static_cast(L_173)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_175 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_176 = V_6; NullCheck(L_175); int32_t L_177 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_176>>8))&(int32_t)((int32_t)255))); uint8_t L_178 = (L_175)->GetAt(static_cast(L_177)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_179 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_180 = V_5; NullCheck(L_179); int32_t L_181 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_180>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_182 = (L_179)->GetAt(static_cast(L_181)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_183 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_184 = V_4; NullCheck(L_183); int32_t L_185 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_184>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_186 = (L_183)->GetAt(static_cast(L_185)); uint32_t L_187; L_187 = AesLightEngine_Inv_Mcol_m19EED6384B9EF89841A9E2D049A7E0B3FE0C5AD8(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_174^(int32_t)((int32_t)((int32_t)L_178<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_182<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_186<<(int32_t)((int32_t)24))))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_188 = V_0; NullCheck(L_188); int32_t L_189 = 3; uint32_t L_190 = (L_188)->GetAt(static_cast(L_189)); V_7 = ((int32_t)((int32_t)L_187^(int32_t)L_190)); } IL_02fa: { // while (r > 1) int32_t L_191 = V_8; if ((((int32_t)L_191) > ((int32_t)1))) { goto IL_0045; } } { // kw = KW[1]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_192 = ___KW0; NullCheck(L_192); int32_t L_193 = 1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_194 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_192)->GetAt(static_cast(L_193)); V_0 = L_194; // r0 = Inv_Mcol((uint)Si[t0 & 255] ^ (((uint)Si[(r3 >> 8) & 255]) << 8) ^ (((uint)Si[(t2 >> 16) & 255]) << 16) ^ ((uint)Si[(t1 >> 24) & 255] << 24)) ^ kw[0]; IL2CPP_RUNTIME_CLASS_INIT(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_195 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_196 = V_1; NullCheck(L_195); int32_t L_197 = ((int32_t)((int32_t)L_196&(int32_t)((int32_t)255))); uint8_t L_198 = (L_195)->GetAt(static_cast(L_197)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_199 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_200 = V_7; NullCheck(L_199); int32_t L_201 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_200>>8))&(int32_t)((int32_t)255))); uint8_t L_202 = (L_199)->GetAt(static_cast(L_201)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_203 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_204 = V_3; NullCheck(L_203); int32_t L_205 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_204>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_206 = (L_203)->GetAt(static_cast(L_205)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_207 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_208 = V_2; NullCheck(L_207); int32_t L_209 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_208>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_210 = (L_207)->GetAt(static_cast(L_209)); uint32_t L_211; L_211 = AesLightEngine_Inv_Mcol_m19EED6384B9EF89841A9E2D049A7E0B3FE0C5AD8(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_198^(int32_t)((int32_t)((int32_t)L_202<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_206<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_210<<(int32_t)((int32_t)24))))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_212 = V_0; NullCheck(L_212); int32_t L_213 = 0; uint32_t L_214 = (L_212)->GetAt(static_cast(L_213)); V_4 = ((int32_t)((int32_t)L_211^(int32_t)L_214)); // r1 = Inv_Mcol((uint)Si[t1 & 255] ^ (((uint)Si[(t0 >> 8) & 255]) << 8) ^ (((uint)Si[(r3 >> 16) & 255]) << 16) ^ ((uint)Si[(t2 >> 24) & 255] << 24)) ^ kw[1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_215 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_216 = V_2; NullCheck(L_215); int32_t L_217 = ((int32_t)((int32_t)L_216&(int32_t)((int32_t)255))); uint8_t L_218 = (L_215)->GetAt(static_cast(L_217)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_219 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_220 = V_1; NullCheck(L_219); int32_t L_221 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_220>>8))&(int32_t)((int32_t)255))); uint8_t L_222 = (L_219)->GetAt(static_cast(L_221)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_223 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_224 = V_7; NullCheck(L_223); int32_t L_225 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_224>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_226 = (L_223)->GetAt(static_cast(L_225)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_227 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_228 = V_3; NullCheck(L_227); int32_t L_229 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_228>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_230 = (L_227)->GetAt(static_cast(L_229)); uint32_t L_231; L_231 = AesLightEngine_Inv_Mcol_m19EED6384B9EF89841A9E2D049A7E0B3FE0C5AD8(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_218^(int32_t)((int32_t)((int32_t)L_222<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_226<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_230<<(int32_t)((int32_t)24))))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_232 = V_0; NullCheck(L_232); int32_t L_233 = 1; uint32_t L_234 = (L_232)->GetAt(static_cast(L_233)); V_5 = ((int32_t)((int32_t)L_231^(int32_t)L_234)); // r2 = Inv_Mcol((uint)Si[t2 & 255] ^ (((uint)Si[(t1 >> 8) & 255]) << 8) ^ (((uint)Si[(t0 >> 16) & 255]) << 16) ^ ((uint)Si[(r3 >> 24) & 255] << 24)) ^ kw[2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_235 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_236 = V_3; NullCheck(L_235); int32_t L_237 = ((int32_t)((int32_t)L_236&(int32_t)((int32_t)255))); uint8_t L_238 = (L_235)->GetAt(static_cast(L_237)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_239 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_240 = V_2; NullCheck(L_239); int32_t L_241 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_240>>8))&(int32_t)((int32_t)255))); uint8_t L_242 = (L_239)->GetAt(static_cast(L_241)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_243 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_244 = V_1; NullCheck(L_243); int32_t L_245 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_244>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_246 = (L_243)->GetAt(static_cast(L_245)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_247 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_248 = V_7; NullCheck(L_247); int32_t L_249 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_248>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_250 = (L_247)->GetAt(static_cast(L_249)); uint32_t L_251; L_251 = AesLightEngine_Inv_Mcol_m19EED6384B9EF89841A9E2D049A7E0B3FE0C5AD8(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_238^(int32_t)((int32_t)((int32_t)L_242<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_246<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_250<<(int32_t)((int32_t)24))))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_252 = V_0; NullCheck(L_252); int32_t L_253 = 2; uint32_t L_254 = (L_252)->GetAt(static_cast(L_253)); V_6 = ((int32_t)((int32_t)L_251^(int32_t)L_254)); // r3 = Inv_Mcol((uint)Si[r3 & 255] ^ (((uint)Si[(t2 >> 8) & 255]) << 8) ^ (((uint)Si[(t1 >> 16) & 255]) << 16) ^ ((uint)Si[(t0 >> 24) & 255] << 24)) ^ kw[3]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_255 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_256 = V_7; NullCheck(L_255); int32_t L_257 = ((int32_t)((int32_t)L_256&(int32_t)((int32_t)255))); uint8_t L_258 = (L_255)->GetAt(static_cast(L_257)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_259 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_260 = V_3; NullCheck(L_259); int32_t L_261 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_260>>8))&(int32_t)((int32_t)255))); uint8_t L_262 = (L_259)->GetAt(static_cast(L_261)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_263 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_264 = V_2; NullCheck(L_263); int32_t L_265 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_264>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_266 = (L_263)->GetAt(static_cast(L_265)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_267 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_268 = V_1; NullCheck(L_267); int32_t L_269 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_268>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_270 = (L_267)->GetAt(static_cast(L_269)); uint32_t L_271; L_271 = AesLightEngine_Inv_Mcol_m19EED6384B9EF89841A9E2D049A7E0B3FE0C5AD8(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_258^(int32_t)((int32_t)((int32_t)L_262<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_266<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_270<<(int32_t)((int32_t)24))))), /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_272 = V_0; NullCheck(L_272); int32_t L_273 = 3; uint32_t L_274 = (L_272)->GetAt(static_cast(L_273)); V_7 = ((int32_t)((int32_t)L_271^(int32_t)L_274)); // kw = KW[0]; UInt32U5BU5DU5BU5D_t3A4925D6F6DD8834D0ED00CA28A21D8950C6EA68* L_275 = ___KW0; NullCheck(L_275); int32_t L_276 = 0; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_277 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(L_275)->GetAt(static_cast(L_276)); V_0 = L_277; // this.C0 = (uint)Si[r0 & 255] ^ (((uint)Si[(r3 >> 8) & 255]) << 8) ^ (((uint)Si[(r2 >> 16) & 255]) << 16) ^ (((uint)Si[(r1 >> 24) & 255]) << 24) ^ kw[0]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_278 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_279 = V_4; NullCheck(L_278); int32_t L_280 = ((int32_t)((int32_t)L_279&(int32_t)((int32_t)255))); uint8_t L_281 = (L_278)->GetAt(static_cast(L_280)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_282 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_283 = V_7; NullCheck(L_282); int32_t L_284 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_283>>8))&(int32_t)((int32_t)255))); uint8_t L_285 = (L_282)->GetAt(static_cast(L_284)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_286 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_287 = V_6; NullCheck(L_286); int32_t L_288 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_287>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_289 = (L_286)->GetAt(static_cast(L_288)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_290 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_291 = V_5; NullCheck(L_290); int32_t L_292 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_291>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_293 = (L_290)->GetAt(static_cast(L_292)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_294 = V_0; NullCheck(L_294); int32_t L_295 = 0; uint32_t L_296 = (L_294)->GetAt(static_cast(L_295)); __this->set_C0_10(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_281^(int32_t)((int32_t)((int32_t)L_285<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_289<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_293<<(int32_t)((int32_t)24)))))^(int32_t)L_296))); // this.C1 = (uint)Si[r1 & 255] ^ (((uint)Si[(r0 >> 8) & 255]) << 8) ^ (((uint)Si[(r3 >> 16) & 255]) << 16) ^ (((uint)Si[(r2 >> 24) & 255]) << 24) ^ kw[1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_297 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_298 = V_5; NullCheck(L_297); int32_t L_299 = ((int32_t)((int32_t)L_298&(int32_t)((int32_t)255))); uint8_t L_300 = (L_297)->GetAt(static_cast(L_299)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_301 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_302 = V_4; NullCheck(L_301); int32_t L_303 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_302>>8))&(int32_t)((int32_t)255))); uint8_t L_304 = (L_301)->GetAt(static_cast(L_303)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_305 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_306 = V_7; NullCheck(L_305); int32_t L_307 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_306>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_308 = (L_305)->GetAt(static_cast(L_307)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_309 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_310 = V_6; NullCheck(L_309); int32_t L_311 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_310>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_312 = (L_309)->GetAt(static_cast(L_311)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_313 = V_0; NullCheck(L_313); int32_t L_314 = 1; uint32_t L_315 = (L_313)->GetAt(static_cast(L_314)); __this->set_C1_11(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_300^(int32_t)((int32_t)((int32_t)L_304<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_308<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_312<<(int32_t)((int32_t)24)))))^(int32_t)L_315))); // this.C2 = (uint)Si[r2 & 255] ^ (((uint)Si[(r1 >> 8) & 255]) << 8) ^ (((uint)Si[(r0 >> 16) & 255]) << 16) ^ (((uint)Si[(r3 >> 24) & 255]) << 24) ^ kw[2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_316 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_317 = V_6; NullCheck(L_316); int32_t L_318 = ((int32_t)((int32_t)L_317&(int32_t)((int32_t)255))); uint8_t L_319 = (L_316)->GetAt(static_cast(L_318)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_320 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_321 = V_5; NullCheck(L_320); int32_t L_322 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_321>>8))&(int32_t)((int32_t)255))); uint8_t L_323 = (L_320)->GetAt(static_cast(L_322)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_324 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_325 = V_4; NullCheck(L_324); int32_t L_326 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_325>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_327 = (L_324)->GetAt(static_cast(L_326)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_328 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_329 = V_7; NullCheck(L_328); int32_t L_330 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_329>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_331 = (L_328)->GetAt(static_cast(L_330)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_332 = V_0; NullCheck(L_332); int32_t L_333 = 2; uint32_t L_334 = (L_332)->GetAt(static_cast(L_333)); __this->set_C2_12(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_319^(int32_t)((int32_t)((int32_t)L_323<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_327<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_331<<(int32_t)((int32_t)24)))))^(int32_t)L_334))); // this.C3 = (uint)Si[r3 & 255] ^ (((uint)Si[(r2 >> 8) & 255]) << 8) ^ (((uint)Si[(r1 >> 16) & 255]) << 16) ^ (((uint)Si[(r0 >> 24) & 255]) << 24) ^ kw[3]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_335 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_336 = V_7; NullCheck(L_335); int32_t L_337 = ((int32_t)((int32_t)L_336&(int32_t)((int32_t)255))); uint8_t L_338 = (L_335)->GetAt(static_cast(L_337)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_339 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_340 = V_6; NullCheck(L_339); int32_t L_341 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_340>>8))&(int32_t)((int32_t)255))); uint8_t L_342 = (L_339)->GetAt(static_cast(L_341)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_343 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_344 = V_5; NullCheck(L_343); int32_t L_345 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_344>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_346 = (L_343)->GetAt(static_cast(L_345)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_347 = ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->get_Si_1(); uint32_t L_348 = V_4; NullCheck(L_347); int32_t L_349 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_348>>((int32_t)24)))&(int32_t)((int32_t)255))); uint8_t L_350 = (L_347)->GetAt(static_cast(L_349)); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_351 = V_0; NullCheck(L_351); int32_t L_352 = 3; uint32_t L_353 = (L_351)->GetAt(static_cast(L_352)); __this->set_C3_13(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_338^(int32_t)((int32_t)((int32_t)L_342<<(int32_t)8))))^(int32_t)((int32_t)((int32_t)L_346<<(int32_t)((int32_t)16)))))^(int32_t)((int32_t)((int32_t)L_350<<(int32_t)((int32_t)24)))))^(int32_t)L_353))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.AesLightEngine::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AesLightEngine__cctor_m7BFB82BEE9393245D622CA1722072BCDD894D08A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241_FieldInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly byte[] S = // { // 99, 124, 119, 123, 242, 107, 111, 197, // 48, 1, 103, 43, 254, 215, 171, 118, // 202, 130, 201, 125, 250, 89, 71, 240, // 173, 212, 162, 175, 156, 164, 114, 192, // 183, 253, 147, 38, 54, 63, 247, 204, // 52, 165, 229, 241, 113, 216, 49, 21, // 4, 199, 35, 195, 24, 150, 5, 154, // 7, 18, 128, 226, 235, 39, 178, 117, // 9, 131, 44, 26, 27, 110, 90, 160, // 82, 59, 214, 179, 41, 227, 47, 132, // 83, 209, 0, 237, 32, 252, 177, 91, // 106, 203, 190, 57, 74, 76, 88, 207, // 208, 239, 170, 251, 67, 77, 51, 133, // 69, 249, 2, 127, 80, 60, 159, 168, // 81, 163, 64, 143, 146, 157, 56, 245, // 188, 182, 218, 33, 16, 255, 243, 210, // 205, 12, 19, 236, 95, 151, 68, 23, // 196, 167, 126, 61, 100, 93, 25, 115, // 96, 129, 79, 220, 34, 42, 144, 136, // 70, 238, 184, 20, 222, 94, 11, 219, // 224, 50, 58, 10, 73, 6, 36, 92, // 194, 211, 172, 98, 145, 149, 228, 121, // 231, 200, 55, 109, 141, 213, 78, 169, // 108, 86, 244, 234, 101, 122, 174, 8, // 186, 120, 37, 46, 28, 166, 180, 198, // 232, 221, 116, 31, 75, 189, 139, 138, // 112, 62, 181, 102, 72, 3, 246, 14, // 97, 53, 87, 185, 134, 193, 29, 158, // 225, 248, 152, 17, 105, 217, 142, 148, // 155, 30, 135, 233, 206, 85, 40, 223, // 140, 161, 137, 13, 191, 230, 66, 104, // 65, 153, 45, 15, 176, 84, 187, 22, // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->set_S_0(L_1); // private static readonly byte[] Si = // { // 82, 9, 106, 213, 48, 54, 165, 56, // 191, 64, 163, 158, 129, 243, 215, 251, // 124, 227, 57, 130, 155, 47, 255, 135, // 52, 142, 67, 68, 196, 222, 233, 203, // 84, 123, 148, 50, 166, 194, 35, 61, // 238, 76, 149, 11, 66, 250, 195, 78, // 8, 46, 161, 102, 40, 217, 36, 178, // 118, 91, 162, 73, 109, 139, 209, 37, // 114, 248, 246, 100, 134, 104, 152, 22, // 212, 164, 92, 204, 93, 101, 182, 146, // 108, 112, 72, 80, 253, 237, 185, 218, // 94, 21, 70, 87, 167, 141, 157, 132, // 144, 216, 171, 0, 140, 188, 211, 10, // 247, 228, 88, 5, 184, 179, 69, 6, // 208, 44, 30, 143, 202, 63, 15, 2, // 193, 175, 189, 3, 1, 19, 138, 107, // 58, 145, 17, 65, 79, 103, 220, 234, // 151, 242, 207, 206, 240, 180, 230, 115, // 150, 172, 116, 34, 231, 173, 53, 133, // 226, 249, 55, 232, 28, 117, 223, 110, // 71, 241, 26, 113, 29, 41, 197, 137, // 111, 183, 98, 14, 170, 24, 190, 27, // 252, 86, 62, 75, 198, 210, 121, 32, // 154, 219, 192, 254, 120, 205, 90, 244, // 31, 221, 168, 51, 136, 7, 199, 49, // 177, 18, 16, 89, 39, 128, 236, 95, // 96, 81, 127, 169, 25, 181, 74, 13, // 45, 229, 122, 159, 147, 201, 156, 239, // 160, 224, 59, 77, 174, 42, 245, 176, // 200, 235, 187, 60, 131, 83, 153, 97, // 23, 43, 4, 126, 186, 119, 214, 38, // 225, 105, 20, 99, 85, 33, 12, 125, // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = L_3; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->set_Si_1(L_4); // private static readonly byte[] rcon = // { // 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36, 0x6c, 0xd8, 0xab, 0x4d, 0x9a, // 0x2f, 0x5e, 0xbc, 0x63, 0xc6, 0x97, 0x35, 0x6a, 0xd4, 0xb3, 0x7d, 0xfa, 0xef, 0xc5, 0x91 // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)30)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = L_6; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_8 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL); ((AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_StaticFields*)il2cpp_codegen_static_fields_for(AesLightEngine_t4C89BE98EAB12CC9E0357B9AB01A5C620209387C_il2cpp_TypeInfo_var))->set_rcon_2(L_7); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AICharacterControl_set_agent_m578A2A67480A8EA83153AC7634411B77FA9CCC46_inline (AICharacterControl_tA62B9BAC89BE0154E813894EC27C998B55977CA4 * __this, NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * ___value0, const RuntimeMethod* method) { { // public UnityEngine.AI.NavMeshAgent agent { get; private set; } // the navmesh agent required for the path finding NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_0 = ___value0; __this->set_U3CagentU3Ek__BackingField_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AICharacterControl_set_character_m7500A5CBD3DBC30E9EC8E77F02094901A56F08DE_inline (AICharacterControl_tA62B9BAC89BE0154E813894EC27C998B55977CA4 * __this, ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525 * ___value0, const RuntimeMethod* method) { { // public ThirdPersonCharacter character { get; private set; } // the character we are controlling ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525 * L_0 = ___value0; __this->set_U3CcharacterU3Ek__BackingField_5(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * AICharacterControl_get_agent_mE9D2D96A9F9C131E51806B002B2EAF007C1D6F95_inline (AICharacterControl_tA62B9BAC89BE0154E813894EC27C998B55977CA4 * __this, const RuntimeMethod* method) { { // public UnityEngine.AI.NavMeshAgent agent { get; private set; } // the navmesh agent required for the path finding NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * L_0 = __this->get_U3CagentU3Ek__BackingField_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525 * AICharacterControl_get_character_m428E6810E7895CA422D1F78CCC0D55062CD3EB32_inline (AICharacterControl_tA62B9BAC89BE0154E813894EC27C998B55977CA4 * __this, const RuntimeMethod* method) { { // public ThirdPersonCharacter character { get; private set; } // the character we are controlling ThirdPersonCharacter_tD24C6E655979F0D397D4A9D7E178FF42353EF525 * L_0 = __this->get_U3CcharacterU3Ek__BackingField_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method) { { // get { return sign; } int32_t L_0 = __this->get_sign_31(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECPoint_get_RawXCoord_m0415B1650BDF99F41C324AAF7BEF1353039906D3_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // get { return m_x; } ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = __this->get_m_x_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * ECPoint_get_RawYCoord_m142F6A3F6C7D4EC70F02B4A5922A86E7189541C9_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // get { return m_y; } ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 * L_0 = __this->get_m_y_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* ECPoint_get_RawZCoords_mE82F6B86912585E3DB381AD14E202C9185E22D0D_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // get { return m_zs; } ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E* L_0 = __this->get_m_zs_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ECPoint_get_IsCompressed_mE287162A9E9DDC3487C3E0BD8C2B3D72916F58FD_inline (ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * __this, const RuntimeMethod* method) { { // get { return m_withCompression; } bool L_0 = __this->get_m_withCompression_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * AbstractTlsClient_get_HostNames_m78EBDA54BAD0EB28CE031AFADB7DC10BCF1BAE4F_inline (AbstractTlsClient_t2BE8DF1CC9B1A8397383FB81AFC0CEEB7B9A6A93 * __this, const RuntimeMethod* method) { { // public System.Collections.Generic.List HostNames { get; set; } List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_0 = __this->get_U3CHostNamesU3Ek__BackingField_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DerObjectIdentifier_get_Id_m1A4618B1F7ED8630EDC76DF95D8C7086F1E616D6_inline (DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * __this, const RuntimeMethod* method) { { // get { return identifier; } String_t* L_0 = __this->get_identifier_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * __this, const RuntimeMethod* method) { { // get { return tagNo; } int32_t L_0 = __this->get_tagNo_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); float L_2 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___a0; float L_4 = L_3.get_y_3(); float L_5 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___a0; float L_7 = L_6.get_z_4(); float L_8 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_9), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_2)), ((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), ((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)), /*hidden argument*/NULL); V_0 = L_9; goto IL_0021; } IL_0021: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = V_0; return L_10; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___b1; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___a0; float L_5 = L_4.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___b1; float L_7 = L_6.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___a0; float L_9 = L_8.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___b1; float L_11 = L_10.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; memset((&L_12), 0, sizeof(L_12)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_12), ((float)il2cpp_codegen_add((float)L_1, (float)L_3)), ((float)il2cpp_codegen_add((float)L_5, (float)L_7)), ((float)il2cpp_codegen_add((float)L_9, (float)L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0030; } IL_0030: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AeroplaneController_get_PitchAngle_m256401C8A133DF9FECD7F0ED7039C402C54CF7DA_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // public float PitchAngle { get; private set; } float L_0 = __this->get_U3CPitchAngleU3Ek__BackingField_24(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AeroplaneController_get_Altitude_m4E875DCD8BCB99EE7F07DA2E8762AFD46BE541FE_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // public float Altitude { get; private set; } // The aeroplane's height above the ground. float L_0 = __this->get_U3CAltitudeU3Ek__BackingField_18(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AeroplaneController_get_RollAngle_m0EE0E1FF7C938837030E55880D5C1C00672952FC_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // public float RollAngle { get; private set; } float L_0 = __this->get_U3CRollAngleU3Ek__BackingField_23(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AeroplaneController_get_ForwardSpeed_m24FBA8E719F9947C59C04A99A82F023BB880AA56_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // public float ForwardSpeed { get; private set; } // How fast the aeroplane is traveling in it's forward direction. float L_0 = __this->get_U3CForwardSpeedU3Ek__BackingField_21(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AeroplaneController_get_MaxEnginePower_m7C993DEBFB6C0BDC12585CC7EEFEF54482841A04_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // public float MaxEnginePower{ get { return m_MaxEnginePower; }} // The maximum output of the engine. float L_0 = __this->get_m_MaxEnginePower_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AeroplaneController_get_EnginePower_m6820B0A8A0667DF3F875DD6B946CAFA90D49886F_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // public float EnginePower { get; private set; } // How much power the engine is being given. float L_0 = __this->get_U3CEnginePowerU3Ek__BackingField_22(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AeroplaneController_get_RollInput_m0C5664B7B308AA31B69423E3D36DAB1A3281BAD7_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // public float RollInput { get; private set; } float L_0 = __this->get_U3CRollInputU3Ek__BackingField_25(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AeroplaneController_get_PitchInput_mC727744982F5F76244E92A6D6E47FCCC08426112_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // public float PitchInput { get; private set; } float L_0 = __this->get_U3CPitchInputU3Ek__BackingField_26(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AeroplaneController_get_YawInput_m592983EDFA03B03DDBBA4EE77907AA42E32054FE_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // public float YawInput { get; private set; } float L_0 = __this->get_U3CYawInputU3Ek__BackingField_27(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AeroplaneController_set_RollInput_m4BB6E33F4D4A5E9625B7DCE2630A83A3A41B654F_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method) { { // public float RollInput { get; private set; } float L_0 = ___value0; __this->set_U3CRollInputU3Ek__BackingField_25(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AeroplaneController_set_PitchInput_mF42D986AC4A0106FB23CC615FBB0FC23373E3338_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method) { { // public float PitchInput { get; private set; } float L_0 = ___value0; __this->set_U3CPitchInputU3Ek__BackingField_26(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AeroplaneController_set_YawInput_m69C88A4428AFB957949221A11B65A31FEC45651E_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method) { { // public float YawInput { get; private set; } float L_0 = ___value0; __this->set_U3CYawInputU3Ek__BackingField_27(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AeroplaneController_set_ThrottleInput_m2743123CE0B04B4916503B63E69910CE7744095F_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method) { { // public float ThrottleInput { get; private set; } float L_0 = ___value0; __this->set_U3CThrottleInputU3Ek__BackingField_28(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AeroplaneController_set_AirBrakes_m219D70D6F0149377B82BFD9C5EBC04F704F69E5B_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool AirBrakes { get; private set; } // Whether or not the air brakes are being applied. bool L_0 = ___value0; __this->set_U3CAirBrakesU3Ek__BackingField_20(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AeroplaneController_get_ThrottleInput_m59851ED24E7C475C0C70D4864F6FF459316F0D07_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // public float ThrottleInput { get; private set; } float L_0 = __this->get_U3CThrottleInputU3Ek__BackingField_28(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AeroplaneController_set_PitchAngle_m6B3800033AF9875C9C281698484D2E231FCBB22F_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method) { { // public float PitchAngle { get; private set; } float L_0 = ___value0; __this->set_U3CPitchAngleU3Ek__BackingField_24(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AeroplaneController_set_RollAngle_m194392FEB7B4232ECC7668DC939835A964FA66F9_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method) { { // public float RollAngle { get; private set; } float L_0 = ___value0; __this->set_U3CRollAngleU3Ek__BackingField_23(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AeroplaneController_set_ForwardSpeed_mA83C4E387E8F7BE0EB0513469189C1EAA7B15488_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method) { { // public float ForwardSpeed { get; private set; } // How fast the aeroplane is traveling in it's forward direction. float L_0 = ___value0; __this->set_U3CForwardSpeedU3Ek__BackingField_21(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AeroplaneController_get_Throttle_m4AD61D14FF2EB832F32EF2201EEEB88D8C00112F_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // public float Throttle { get; private set; } // The amount of throttle being used. float L_0 = __this->get_U3CThrottleU3Ek__BackingField_19(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AeroplaneController_set_Throttle_m92D547C38B62C8BC0627EA481B518D9814471C51_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method) { { // public float Throttle { get; private set; } // The amount of throttle being used. float L_0 = ___value0; __this->set_U3CThrottleU3Ek__BackingField_19(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AeroplaneController_set_EnginePower_mC367A1178518B9BD614703C790ED9C3E905C6C8B_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method) { { // public float EnginePower { get; private set; } // How much power the engine is being given. float L_0 = ___value0; __this->set_U3CEnginePowerU3Ek__BackingField_22(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AeroplaneController_get_AirBrakes_mA6A92442654786A3A81FC10F115E19388289B321_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, const RuntimeMethod* method) { { // public bool AirBrakes { get; private set; } // Whether or not the air brakes are being applied. bool L_0 = __this->get_U3CAirBrakesU3Ek__BackingField_20(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Dot_mD19905B093915BA12852732EA27AA2DBE030D11F_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lhs0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rhs1, const RuntimeMethod* method) { float V_0 = 0.0f; { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___lhs0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___rhs1; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___lhs0; float L_5 = L_4.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___rhs1; float L_7 = L_6.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___lhs0; float L_9 = L_8.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___rhs1; float L_11 = L_10.get_z_4(); V_0 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_1, (float)L_3)), (float)((float)il2cpp_codegen_multiply((float)L_5, (float)L_7)))), (float)((float)il2cpp_codegen_multiply((float)L_9, (float)L_11)))); goto IL_002d; } IL_002d: { float L_12 = V_0; return L_12; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_Lerp_m8E095584FFA10CF1D3EABCD04F4C83FB82EC5524_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, float ___t2, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { float L_0 = ___t2; float L_1; L_1 = Mathf_Clamp01_m2296D75F0F1292D5C8181C57007A1CA45F440C4C(L_0, /*hidden argument*/NULL); ___t2 = L_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___a0; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___b1; float L_5 = L_4.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___a0; float L_7 = L_6.get_x_2(); float L_8 = ___t2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9 = ___a0; float L_10 = L_9.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11 = ___b1; float L_12 = L_11.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = ___a0; float L_14 = L_13.get_y_3(); float L_15 = ___t2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = ___a0; float L_17 = L_16.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18 = ___b1; float L_19 = L_18.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20 = ___a0; float L_21 = L_20.get_z_4(); float L_22 = ___t2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23; memset((&L_23), 0, sizeof(L_23)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_23), ((float)il2cpp_codegen_add((float)L_3, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_5, (float)L_7)), (float)L_8)))), ((float)il2cpp_codegen_add((float)L_10, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_12, (float)L_14)), (float)L_15)))), ((float)il2cpp_codegen_add((float)L_17, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_19, (float)L_21)), (float)L_22)))), /*hidden argument*/NULL); V_0 = L_23; goto IL_0053; } IL_0053: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24 = V_0; return L_24; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m079B29E4F58127F03BD52558C1FE1A528547328F_inline (float ___d0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a1; float L_1 = L_0.get_x_2(); float L_2 = ___d0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___a1; float L_4 = L_3.get_y_3(); float L_5 = ___d0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___a1; float L_7 = L_6.get_z_4(); float L_8 = ___d0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_9), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_2)), ((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), ((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)), /*hidden argument*/NULL); V_0 = L_9; goto IL_0021; } IL_0021: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = V_0; return L_10; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___b1; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___a0; float L_5 = L_4.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___b1; float L_7 = L_6.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___a0; float L_9 = L_8.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___b1; float L_11 = L_10.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; memset((&L_12), 0, sizeof(L_12)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_12), ((float)il2cpp_codegen_subtract((float)L_1, (float)L_3)), ((float)il2cpp_codegen_subtract((float)L_5, (float)L_7)), ((float)il2cpp_codegen_subtract((float)L_9, (float)L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0030; } IL_0030: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_UnaryNegation_m362EA356F4CADEDB39F965A0DBDED6EA890925F7_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___a0; float L_3 = L_2.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___a0; float L_5 = L_4.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; memset((&L_6), 0, sizeof(L_6)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_6), ((-L_1)), ((-L_3)), ((-L_5)), /*hidden argument*/NULL); V_0 = L_6; goto IL_001e; } IL_001e: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = V_0; return L_7; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AeroplaneController_set_Altitude_mAE9A6518154CFD78E7CFF142CE90D962CD3227CB_inline (AeroplaneController_t5A626F82B24EEB823D5033828D7ACAD34DF8C103 * __this, float ___value0, const RuntimeMethod* method) { { // public float Altitude { get; private set; } // The aeroplane's height above the ground. float L_0 = ___value0; __this->set_U3CAltitudeU3Ek__BackingField_18(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ((EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0(); return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __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_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, (int32_t)L_3); return (RuntimeObject *)L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method) { { float L_0 = ___x0; __this->set_x_2(L_0); float L_1 = ___y1; __this->set_y_3(L_1); float L_2 = ___z2; __this->set_z_4(L_2); return; } }