#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template 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 VirtualActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; 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 VirtualFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; 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 InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void 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); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, 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 InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct InterfaceFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725; // System.Byte[][] struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // System.UInt64[][] struct UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure[] struct X509CertificateStructureU5BU5D_t2F3A4833FE6F77F1E0B95CFEAD767253B6538B58; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier struct AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC; // 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; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ByteQueue struct ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471; // 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; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException struct DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DatagramTransport struct DatagramTransport_t9BBF3301934AB81C496340CF651490CAF02A917E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DeferredHash struct DeferredHash_tFA84026B4A88B0E0626CFE07E71725B28742DC5C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigestInputBuffer struct DigestInputBuffer_tCD4269EAD90DBC42BD0490CEFF7F53557E1E0D3A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigitallySigned struct DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters struct DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter struct DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameterGenerationParameters struct DsaParameterGenerationParameters_tB1B6CAAF828B878DD0688C4A329A284F5B0454FC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters struct DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator struct DsaParametersGenerator_t3FFD66865EB3BA25634790FE32D9C3CD026FF524; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPrivateKeyParameters struct DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters struct DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaSigner struct DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters struct DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest struct Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7564Mac struct Dstu7564Mac_tE6C236F5A0592D690770B8FF03C6A33B856A15D8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine struct Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7624Mac struct Dstu7624Mac_t87BC372EB39E7F875F1E9AC44C02305BD131625D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624WrapEngine struct Dstu7624WrapEngine_tD62E1777289715F4D3A0F55D6366596C3469F78B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol struct DtlsClientProtocol_tC994E8F7D72688983665C3305E4A0C4F5D9884F4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch struct DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsHandshakeRetransmit struct DtlsHandshakeRetransmit_t4744438EBB5A68851F9DFABFF04F6204B3D3608B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsProtocol struct DtlsProtocol_t67B922C04398E5FB7E56005D51B95EEE1534CFED; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler struct DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer struct DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake struct DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReplayWindow struct DtlsReplayWindow_t88F38DCD576D285E2B13E5902252B1366BCF2FCF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol struct DtlsServerProtocol_t7D755B9F9039BCF7221BAE2D1E68F6E1EBBF7F3B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsTransport struct DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB; // System.Exception struct Exception_t; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters struct ICipherParameters_t34CE1534DC151ED2EAE336C7381B86567D158F03; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest struct IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.IDsaKCalculator struct IDsaKCalculator_tF50AA36AFBA3B4D88C26A1C64ECF2E23FF6A11E2; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable struct IMemoable_tCAA06406EC7801BBF87BFBDB788638640A87D5BC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator struct IRandomGenerator_tA534F4AC93EEA5CDB578DDE58AE9A1E9C7B7487A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.InvalidCipherTextException struct InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidKeyException struct InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter struct KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.NewSessionTicket struct NewSessionTicket_tE97CC8F3816C300BC527EEB9DF903C4AB90348EF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom struct ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion struct ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RandomDsaKCalculator struct RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142; // 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.SessionParameters struct SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest struct Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm struct SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo struct SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure struct TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsAuthentication struct TlsAuthentication_t5FA1BEF9526C288C8F717080E2AB1CA4B21FF542; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher struct TlsCipher_t5712DE46CB373D72FA5DDFDBC21DB15309ACA191; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClient struct TlsClient_tADD26470896CB199F4C404BD9550034A74297513; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClientContextImpl struct TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF; // 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.TlsFatalAlert struct TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash struct TlsHandshakeHash_tDE3722A66DA26F2E7CDFBD4FAE3E90EEE0FF40B1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange struct TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsMac struct TlsMac_tE19121C12EB7C6DB46620EF743BD20014DEA418C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsNullCipher struct TlsNullCipher_t9360870BA0FFF0F96FFE5C77DC5F3A1EE59F73C3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPeer struct TlsPeer_tBC992F97A16EC0798791CB9BF62C21AA1CD54348; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServer struct TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServerContextImpl struct TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSession struct TlsSession_t4CB6C94A80A6FE3AF5678CBB7475A74FE61AE4F0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSessionImpl struct TlsSessionImpl_tF4C93BBC90100A83C866B22818E82A3D9CD73DB2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSigner struct TlsSigner_t2CEADB2E04B023348A2D88BBAC131A7514FB3921; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSignerCredentials struct TlsSignerCredentials_tD97AFD728341914EEC7251E9ADE382EFC23FEB0C; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure struct X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState struct ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler/Range struct Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message struct Message_tFFB406E9A157FE0A2B1B765A034986714037E788; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/RecordLayerBuffer struct RecordLayerBuffer_t6B3BF494E9C6637B37CA3C57C16DC34FBD39F404; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Retransmit struct Retransmit_tAC4495A640D5C882E4D95955A07CA975DDA0085C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState struct ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder struct Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_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* Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DatagramTransport_t9BBF3301934AB81C496340CF651490CAF02A917E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeUtilities_t648A151F813B53590155F85F0F7EE722B161873A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeferredHash_tFA84026B4A88B0E0626CFE07E71725B28742DC5C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DtlsHandshakeRetransmit_t4744438EBB5A68851F9DFABFF04F6204B3D3608B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DtlsReplayWindow_t88F38DCD576D285E2B13E5902252B1366BCF2FCF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_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* IDsaKCalculator_tF50AA36AFBA3B4D88C26A1C64ECF2E23FF6A11E2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A_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* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Message_tFFB406E9A157FE0A2B1B765A034986714037E788_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RecordLayerBuffer_t6B3BF494E9C6637B37CA3C57C16DC34FBD39F404_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Retransmit_tAC4495A640D5C882E4D95955A07CA975DDA0085C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsAuthentication_t5FA1BEF9526C288C8F717080E2AB1CA4B21FF542_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsCipher_t5712DE46CB373D72FA5DDFDBC21DB15309ACA191_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsClient_tADD26470896CB199F4C404BD9550034A74297513_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsCredentials_t6C3F3B2C48D027442C1753CA9C9E1D75BC3B4CA7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsHandshakeHash_tDE3722A66DA26F2E7CDFBD4FAE3E90EEE0FF40B1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsNullCipher_t9360870BA0FFF0F96FFE5C77DC5F3A1EE59F73C3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsPeer_tBC992F97A16EC0798791CB9BF62C21AA1CD54348_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsSessionImpl_tF4C93BBC90100A83C866B22818E82A3D9CD73DB2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsSession_t4CB6C94A80A6FE3AF5678CBB7475A74FE61AE4F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsSignerCredentials_tD97AFD728341914EEC7251E9ADE382EFC23FEB0C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsSigner_t2CEADB2E04B023348A2D88BBAC131A7514FB3921_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B; IL2CPP_EXTERN_C String_t* _stringLiteral06461553BC41C99B69F55E1EECD4FE408A1C1048; IL2CPP_EXTERN_C String_t* _stringLiteral108ABAE4CFE05B8C1291FAB50652AC7694A8345E; IL2CPP_EXTERN_C String_t* _stringLiteral1216DAC8725F2041930D2CCE86D098BE35A56B97; IL2CPP_EXTERN_C String_t* _stringLiteral1983E7A90C7F1B994609F90B8C541C307412F740; IL2CPP_EXTERN_C String_t* _stringLiteral198AA065BF0F912BD6F5F93869BD5C361671F98B; IL2CPP_EXTERN_C String_t* _stringLiteral1E2FB89DD75EA7DEDFEA6B005895F82CFB64C914; IL2CPP_EXTERN_C String_t* _stringLiteral1FFA21E973928BEEF422C136843813F93DDF4567; IL2CPP_EXTERN_C String_t* _stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469; IL2CPP_EXTERN_C String_t* _stringLiteral260727C413292B2078220DF57528EA4F36D1A3DC; IL2CPP_EXTERN_C String_t* _stringLiteral2AD2D134871309DC88A3988F159A52F91A6CDB4C; IL2CPP_EXTERN_C String_t* _stringLiteral2B9B6C84CC15492CCB290C4B79418FA6D7DD24C1; IL2CPP_EXTERN_C String_t* _stringLiteral2D1336CF54989C981F460E20B23CF7092A4FBD4D; IL2CPP_EXTERN_C String_t* _stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2; IL2CPP_EXTERN_C String_t* _stringLiteral353A6935FCF15C38C7BF3563764BB2295A273832; IL2CPP_EXTERN_C String_t* _stringLiteral3B79EDA774A2169951FB22EA76BF0D73F00FE1BB; IL2CPP_EXTERN_C String_t* _stringLiteral3EE5A4671A4E5AEBD31CA5F013A7773DC18ED22B; IL2CPP_EXTERN_C String_t* _stringLiteral41011676C3EA8F6B841B904B05AA0CF2EF5AF398; IL2CPP_EXTERN_C String_t* _stringLiteral41EBBF2075FCCD83277EAC40C0CD9938E070DB49; IL2CPP_EXTERN_C String_t* _stringLiteral430E518F836082E0683698AB9E3F79D39C7F5140; IL2CPP_EXTERN_C String_t* _stringLiteral4B80EC9460A3D933B23C9CCFF5E4011E47D0FF85; IL2CPP_EXTERN_C String_t* _stringLiteral51873B41C63ACCB1AD1BCAF4CBFED060B8D1B62C; IL2CPP_EXTERN_C String_t* _stringLiteral5C21A6D4C1F7E79C402110827A484BA0BDF302EE; IL2CPP_EXTERN_C String_t* _stringLiteral5C6E54E71135E6714D69B4EAD3C8CD76689DA841; IL2CPP_EXTERN_C String_t* _stringLiteral5CDBAC457EFE37BD1A4DE9D7CA08E257E79A06E8; IL2CPP_EXTERN_C String_t* _stringLiteral633B32425CF01CC2E1E97B0E9A89A8E20F2503E4; IL2CPP_EXTERN_C String_t* _stringLiteral67B684FF757EC3D9F8FF6AC1E114C05BCB9D0E8E; IL2CPP_EXTERN_C String_t* _stringLiteral7034789FCBBBAEA1851A7EBAF3B9DA340883CFAA; IL2CPP_EXTERN_C String_t* _stringLiteral77E4C1D437B2D12F764C77ABD6D3380762224116; IL2CPP_EXTERN_C String_t* _stringLiteral7E70AF961A2F88ADB9DB7B9C3B5F25A532C1570A; IL2CPP_EXTERN_C String_t* _stringLiteral7E72F695FA1ADD82694BFAAE0D450A02CFF9BAD1; IL2CPP_EXTERN_C String_t* _stringLiteral7FFB3CD71BE9EF070986A4E7959BB3A9AD1551EC; IL2CPP_EXTERN_C String_t* _stringLiteral81F1755BA5AC9B625099930D22A3264DEF1E2A25; IL2CPP_EXTERN_C String_t* _stringLiteral8576BA38A6B54451F2DCD524CBE7A6AEAD448846; IL2CPP_EXTERN_C String_t* _stringLiteral8D36E120856F9C3F71043CB845ABEA216679C77C; IL2CPP_EXTERN_C String_t* _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1; IL2CPP_EXTERN_C String_t* _stringLiteralA9CE360493B86C87454160F971971A9C9A08230E; IL2CPP_EXTERN_C String_t* _stringLiteralAC3828DD169EA551EA96D29732CFD5D6F31C0BB9; IL2CPP_EXTERN_C String_t* _stringLiteralAEAC30D8C28806B51680D5DC521FC3C410F2D5B5; IL2CPP_EXTERN_C String_t* _stringLiteralAEC7344A52594A643F51EC1C9F7B911BAC179BDF; IL2CPP_EXTERN_C String_t* _stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED; IL2CPP_EXTERN_C String_t* _stringLiteralB8EE9D086585D964EB0E3772BAB37DA6BF339C11; IL2CPP_EXTERN_C String_t* _stringLiteralBC3A5F3D5BB3E7D48E89B51BFD05B4FBE1D09846; IL2CPP_EXTERN_C String_t* _stringLiteralC02D55B85A6AFA6AFDCBFB5F844797E27E1FAB75; IL2CPP_EXTERN_C String_t* _stringLiteralC4F7E906B9EC59914D013BA161F9CFDD8956CF5F; IL2CPP_EXTERN_C String_t* _stringLiteralC5A3C20FEEC049A4E3A79AB5447A9D8EFF311392; IL2CPP_EXTERN_C String_t* _stringLiteralC6115D4DFA26231394CF860CCEF9DF7A2F188EEE; IL2CPP_EXTERN_C String_t* _stringLiteralC877620A5C25E46640B3BC473D034C2262A9CB5F; IL2CPP_EXTERN_C String_t* _stringLiteralC8A2AD3F4AF7133FDACD2ECF3BAA601D875117C7; IL2CPP_EXTERN_C String_t* _stringLiteralCB44B6D70DD5244AC0FDDD23B5291F9C2AFA55DE; IL2CPP_EXTERN_C String_t* _stringLiteralD220CDF0569B079DA9155148CBAAD45EEA57A983; IL2CPP_EXTERN_C String_t* _stringLiteralE90349B6DD508155EFA1D80949C9D4259F1AAB4A; IL2CPP_EXTERN_C String_t* _stringLiteralE9EB7F6DC0891EC69352011CA6D5DEF0C0B81084; IL2CPP_EXTERN_C String_t* _stringLiteralEE9CDDD8B1181A0CB43151D4FF76A5DF7386E75C; IL2CPP_EXTERN_C String_t* _stringLiteralF24B8823EFB52E92917452F88A37F9142FB6A351; IL2CPP_EXTERN_C String_t* _stringLiteralF54C61EA654A453F853B81CE072DEC048FBB4991; IL2CPP_EXTERN_C String_t* _stringLiteralF6DD4485A9AD5FEE483BDEE319C04795E1605114; IL2CPP_EXTERN_C String_t* _stringLiteralF8E97A2EC91B9BC5BE9457E4364E5C15F95B7FDC; IL2CPP_EXTERN_C String_t* _stringLiteralF92BEE477997A102DE4BF6A5E3F8D4A8B8A7D40A; IL2CPP_EXTERN_C String_t* _stringLiteralF93AA97136E5BD4B958A135D534F7064CD1361D1; IL2CPP_EXTERN_C String_t* _stringLiteralFCEDA8A42E275C214506B6047B5D09353160F3FB; IL2CPP_EXTERN_C const RuntimeMethod* DsaParameter_GetInstance_mF7EB5E6B75DE4830FE0FE7E4F46AEFCCE612BB75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DsaParameter__ctor_mE8F81597CB9FA86CFB111331DD4C02BEE5D2E2A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DsaParametersGenerator_GenerateParameters_FIPS186_2_m52F3B7E596E6E364F3AA6134780C73B46F078806_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DsaParametersGenerator_Init_m7B490EFD1248F6C1F58AA25C9F2D348C4BA374AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DsaParametersGenerator_Init_mF6A8902084E9CF9CF6FA11B3FF2657B019D59694_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DsaParameters__ctor_mD0A1C1A700ADB7941555556B1F7A0E2CD7F265D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DsaPrivateKeyParameters__ctor_mCDC04F6D9E1E6DCDF109BD94AAE4366C9ACEF45E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DsaPublicKeyParameters_Validate_mDEB7EC9F65810E335B67C39B3214AFD62D230108_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DsaPublicKeyParameters__ctor_mCE26A1766E3B5A728500CE48CEFB95E8ACBF00BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DsaSigner_Init_m3DF874BF826CA1478DA6A22CB6A7DD3F7EC5B9C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DsaValidationParameters__ctor_m02AE1EDC04FFEB35BCF7DA6E492AFA52AB053BA8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dstu7564Digest_ShiftRows_m1E10C312FE506B911BCF7F226071EC0468CCD5EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dstu7564Digest__ctor_m7A19852B8B9FC2B2D7F7067ECD4E988B60B71BF2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dstu7564Mac_BlockUpdate_m9E642EE7B0A858E9DB2F5ED7C2D9CE1D7D19E8B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dstu7564Mac_DoFinal_m6A59526BB043EAEF8573A68E8D5981BC6FCDA367_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dstu7564Mac_Init_m5BD8C718F5BF1D3D0B1CEF6CB3F4B21B53910EED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dstu7624Engine_Init_mC3726DEE745C86603B3F35F5646CB485FB2FBA88_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dstu7624Engine_InvShiftRows_m68BFD13D549BB116061E89E502EE7DEFC7BEC997_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dstu7624Engine_ProcessBlock_m593AF36488935CBDD94DB5CCD66915889F6824CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dstu7624Engine_RotateLeft_m2E396C1CC296CD0C558BC38F7073B10AB972A5D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dstu7624Engine_ShiftRows_mAB7933FC106189593039A707ACF014474A458FE6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dstu7624Engine__ctor_mF1B56351AC4D778640B44CE068B8797D6A9A323A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dstu7624Mac_BlockUpdate_m3D0271E375F0648B2A8C80B8B7F595001FA7501A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dstu7624Mac_DoFinal_mBC86448FCAE981C922775FF49AFE9E71B00DBC30_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dstu7624Mac_Init_mF9200025676975AAC534A9D2CCBBBD5C09BD0C11_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dstu7624WrapEngine_Init_m2BF003BC9E9D1B79B69826D38B2BBCD6752CE3DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dstu7624WrapEngine_Unwrap_m19B9873EC2404BBB33164ED4CBFBD334426B790C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dstu7624WrapEngine_Wrap_mEC4BD2E3FDEFEB37DEBE6F3BEE896B66EA41875D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsClientProtocol_ClientHandshake_mE57894FFFDC0472EED31C42C8531F5AAA375E336_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsClientProtocol_Connect_m8692C8001C76768AFB425F6509D396CDEC8E64CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsClientProtocol_GenerateClientHello_m0AC0E69B766D8F4E491B52303932B66A6B65EA74_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsClientProtocol_ProcessCertificateRequest_m229C8E1D94CB9634703BA99A40C5DE0324D53C53_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsClientProtocol_ProcessCertificateStatus_m1D32CF5F891D152FC84DD94203082F838DEE0A44_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsClientProtocol_ProcessHelloVerifyRequest_m662A28AB2E745EEA1226CF594D058478C6729D62_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsClientProtocol_ProcessServerHello_mCF3A8C7B9C6948BDFE5A190AF639C7FEC77EF4FA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsClientProtocol_ReportServerVersion_m35054A291578F07CDF2DE25F7D048DC6789A6E95_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsEpoch__ctor_m39FC93094DDC5CD1626B0236D945EABD973AC95E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsProtocol_ApplyMaxFragmentLengthExtension_m28C31FABC1A9B8902FE01A930F5F1DA7C89DD7A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsProtocol_EvaluateMaxFragmentLengthExtension_m29A7F40B29560F5B37D3CF4D24214E1FC007BA83_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsProtocol_ProcessFinished_mAC84AC9BE16217C532E5463B725E16ABC6530EA0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsProtocol_ValidateSelectedCipherSuite_m250D4EB38E3C1DE19926461413D256E51ACAF465_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsProtocol__ctor_m32B5FEB7DECB88F5B74CFBE16E16AE6E8F13FDC6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsRecordLayer_HandshakeSuccessful_m7C94CCE1EFAE7ACC07517C10F533F6ED0035507E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsRecordLayer_InitPendingEpoch_mBAD17BCF863BFB5435C465C92269EDA6E402A219_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsRecordLayer_Receive_m07237A7501573E15DD56FC582EC7F4F8B607CA89_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsRecordLayer_SendRecord_mAACF5AF25A86BE753C2D5E39A5A38AC0AB071539_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsRecordLayer_Send_m66499A04616724B287B80734F2C2E650B5FE4D56_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsReliableHandshake_ReceiveMessageBody_mC1B2BFB8C18AC8983D2EEAB90E06260FD3F1EF61_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsReliableHandshake_WriteMessage_m607C45A11EC1A3AA2C13E6397A83D037B8481B45_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsReplayWindow_ReportAuthenticated_mE495646536BA548A736E196F027F583FE5298C06_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsServerProtocol_Accept_mFF3E6A98C20A5BCA09FFA2FC4FEFC016B39F6731_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsServerProtocol_GenerateServerHello_mE84E6CF667B72000CD2EB12917A8B15F5FA9DCEB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsServerProtocol_NotifyClientCertificate_mCD125869917638874655669D3E7FFA9F479CD511_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsServerProtocol_ProcessCertificateVerify_mA31E670BA6AEACDA8AC9A7B697AFD38111F0AAAC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsServerProtocol_ProcessClientHello_mA818A2738F188F7FC1D93AA53C5D01BA170D04BB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DtlsServerProtocol_ServerHandshake_m85592329A4DC72B7A6BAA9F56598CCA211A12F3C_RuntimeMethod_var; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F; struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // 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; } }; struct Il2CppArrayBounds; // System.Array // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC : public RuntimeObject { public: public: }; // 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.ByteQueue struct ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ByteQueue::databuf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___databuf_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ByteQueue::skipped int32_t ___skipped_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ByteQueue::available int32_t ___available_3; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ByteQueue::readOnlyBuf bool ___readOnlyBuf_4; public: inline static int32_t get_offset_of_databuf_1() { return static_cast(offsetof(ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471, ___databuf_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_databuf_1() const { return ___databuf_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_databuf_1() { return &___databuf_1; } inline void set_databuf_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___databuf_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___databuf_1), (void*)value); } inline static int32_t get_offset_of_skipped_2() { return static_cast(offsetof(ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471, ___skipped_2)); } inline int32_t get_skipped_2() const { return ___skipped_2; } inline int32_t* get_address_of_skipped_2() { return &___skipped_2; } inline void set_skipped_2(int32_t value) { ___skipped_2 = value; } inline static int32_t get_offset_of_available_3() { return static_cast(offsetof(ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471, ___available_3)); } inline int32_t get_available_3() const { return ___available_3; } inline int32_t* get_address_of_available_3() { return &___available_3; } inline void set_available_3(int32_t value) { ___available_3 = value; } inline static int32_t get_offset_of_readOnlyBuf_4() { return static_cast(offsetof(ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471, ___readOnlyBuf_4)); } inline bool get_readOnlyBuf_4() const { return ___readOnlyBuf_4; } inline bool* get_address_of_readOnlyBuf_4() { return &___readOnlyBuf_4; } inline void set_readOnlyBuf_4(bool value) { ___readOnlyBuf_4 = 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.Tls.DeferredHash struct DeferredHash_tFA84026B4A88B0E0626CFE07E71725B28742DC5C : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DeferredHash::mContext RuntimeObject* ___mContext_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigestInputBuffer BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DeferredHash::mBuf DigestInputBuffer_tCD4269EAD90DBC42BD0490CEFF7F53557E1E0D3A * ___mBuf_2; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DeferredHash::mHashes RuntimeObject* ___mHashes_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DeferredHash::mPrfHashAlgorithm int32_t ___mPrfHashAlgorithm_4; public: inline static int32_t get_offset_of_mContext_1() { return static_cast(offsetof(DeferredHash_tFA84026B4A88B0E0626CFE07E71725B28742DC5C, ___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_mBuf_2() { return static_cast(offsetof(DeferredHash_tFA84026B4A88B0E0626CFE07E71725B28742DC5C, ___mBuf_2)); } inline DigestInputBuffer_tCD4269EAD90DBC42BD0490CEFF7F53557E1E0D3A * get_mBuf_2() const { return ___mBuf_2; } inline DigestInputBuffer_tCD4269EAD90DBC42BD0490CEFF7F53557E1E0D3A ** get_address_of_mBuf_2() { return &___mBuf_2; } inline void set_mBuf_2(DigestInputBuffer_tCD4269EAD90DBC42BD0490CEFF7F53557E1E0D3A * value) { ___mBuf_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mBuf_2), (void*)value); } inline static int32_t get_offset_of_mHashes_3() { return static_cast(offsetof(DeferredHash_tFA84026B4A88B0E0626CFE07E71725B28742DC5C, ___mHashes_3)); } inline RuntimeObject* get_mHashes_3() const { return ___mHashes_3; } inline RuntimeObject** get_address_of_mHashes_3() { return &___mHashes_3; } inline void set_mHashes_3(RuntimeObject* value) { ___mHashes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mHashes_3), (void*)value); } inline static int32_t get_offset_of_mPrfHashAlgorithm_4() { return static_cast(offsetof(DeferredHash_tFA84026B4A88B0E0626CFE07E71725B28742DC5C, ___mPrfHashAlgorithm_4)); } inline int32_t get_mPrfHashAlgorithm_4() const { return ___mPrfHashAlgorithm_4; } inline int32_t* get_address_of_mPrfHashAlgorithm_4() { return &___mPrfHashAlgorithm_4; } inline void set_mPrfHashAlgorithm_4(int32_t value) { ___mPrfHashAlgorithm_4 = 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.Crypto.Parameters.DsaParameterGenerationParameters struct DsaParameterGenerationParameters_tB1B6CAAF828B878DD0688C4A329A284F5B0454FC : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameterGenerationParameters::l int32_t ___l_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameterGenerationParameters::n int32_t ___n_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameterGenerationParameters::certainty int32_t ___certainty_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameterGenerationParameters::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameterGenerationParameters::usageIndex int32_t ___usageIndex_6; public: inline static int32_t get_offset_of_l_2() { return static_cast(offsetof(DsaParameterGenerationParameters_tB1B6CAAF828B878DD0688C4A329A284F5B0454FC, ___l_2)); } inline int32_t get_l_2() const { return ___l_2; } inline int32_t* get_address_of_l_2() { return &___l_2; } inline void set_l_2(int32_t value) { ___l_2 = value; } inline static int32_t get_offset_of_n_3() { return static_cast(offsetof(DsaParameterGenerationParameters_tB1B6CAAF828B878DD0688C4A329A284F5B0454FC, ___n_3)); } inline int32_t get_n_3() const { return ___n_3; } inline int32_t* get_address_of_n_3() { return &___n_3; } inline void set_n_3(int32_t value) { ___n_3 = value; } inline static int32_t get_offset_of_certainty_4() { return static_cast(offsetof(DsaParameterGenerationParameters_tB1B6CAAF828B878DD0688C4A329A284F5B0454FC, ___certainty_4)); } inline int32_t get_certainty_4() const { return ___certainty_4; } inline int32_t* get_address_of_certainty_4() { return &___certainty_4; } inline void set_certainty_4(int32_t value) { ___certainty_4 = value; } inline static int32_t get_offset_of_random_5() { return static_cast(offsetof(DsaParameterGenerationParameters_tB1B6CAAF828B878DD0688C4A329A284F5B0454FC, ___random_5)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_5() const { return ___random_5; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_5() { return &___random_5; } inline void set_random_5(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_5), (void*)value); } inline static int32_t get_offset_of_usageIndex_6() { return static_cast(offsetof(DsaParameterGenerationParameters_tB1B6CAAF828B878DD0688C4A329A284F5B0454FC, ___usageIndex_6)); } inline int32_t get_usageIndex_6() const { return ___usageIndex_6; } inline int32_t* get_address_of_usageIndex_6() { return &___usageIndex_6; } inline void set_usageIndex_6(int32_t value) { ___usageIndex_6 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters struct DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::p BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::g BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::validation DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * ___validation_3; public: inline static int32_t get_offset_of_p_0() { return static_cast(offsetof(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245, ___p_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_p_0() const { return ___p_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_p_0() { return &___p_0; } inline void set_p_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___p_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_0), (void*)value); } inline static int32_t get_offset_of_q_1() { return static_cast(offsetof(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245, ___q_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_1() const { return ___q_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_1() { return &___q_1; } inline void set_q_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_1), (void*)value); } inline static int32_t get_offset_of_g_2() { return static_cast(offsetof(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245, ___g_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_g_2() const { return ___g_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_g_2() { return &___g_2; } inline void set_g_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___g_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_2), (void*)value); } inline static int32_t get_offset_of_validation_3() { return static_cast(offsetof(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245, ___validation_3)); } inline DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * get_validation_3() const { return ___validation_3; } inline DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 ** get_address_of_validation_3() { return &___validation_3; } inline void set_validation_3(DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * value) { ___validation_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___validation_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator struct DsaParametersGenerator_t3FFD66865EB3BA25634790FE32D9C3CD026FF524 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::digest RuntimeObject* ___digest_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::L int32_t ___L_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::N int32_t ___N_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::certainty int32_t ___certainty_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_4; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::use186_3 bool ___use186_3_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::usageIndex int32_t ___usageIndex_6; public: inline static int32_t get_offset_of_digest_0() { return static_cast(offsetof(DsaParametersGenerator_t3FFD66865EB3BA25634790FE32D9C3CD026FF524, ___digest_0)); } inline RuntimeObject* get_digest_0() const { return ___digest_0; } inline RuntimeObject** get_address_of_digest_0() { return &___digest_0; } inline void set_digest_0(RuntimeObject* value) { ___digest_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___digest_0), (void*)value); } inline static int32_t get_offset_of_L_1() { return static_cast(offsetof(DsaParametersGenerator_t3FFD66865EB3BA25634790FE32D9C3CD026FF524, ___L_1)); } inline int32_t get_L_1() const { return ___L_1; } inline int32_t* get_address_of_L_1() { return &___L_1; } inline void set_L_1(int32_t value) { ___L_1 = value; } inline static int32_t get_offset_of_N_2() { return static_cast(offsetof(DsaParametersGenerator_t3FFD66865EB3BA25634790FE32D9C3CD026FF524, ___N_2)); } inline int32_t get_N_2() const { return ___N_2; } inline int32_t* get_address_of_N_2() { return &___N_2; } inline void set_N_2(int32_t value) { ___N_2 = value; } inline static int32_t get_offset_of_certainty_3() { return static_cast(offsetof(DsaParametersGenerator_t3FFD66865EB3BA25634790FE32D9C3CD026FF524, ___certainty_3)); } inline int32_t get_certainty_3() const { return ___certainty_3; } inline int32_t* get_address_of_certainty_3() { return &___certainty_3; } inline void set_certainty_3(int32_t value) { ___certainty_3 = value; } inline static int32_t get_offset_of_random_4() { return static_cast(offsetof(DsaParametersGenerator_t3FFD66865EB3BA25634790FE32D9C3CD026FF524, ___random_4)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_4() const { return ___random_4; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_4() { return &___random_4; } inline void set_random_4(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_4), (void*)value); } inline static int32_t get_offset_of_use186_3_5() { return static_cast(offsetof(DsaParametersGenerator_t3FFD66865EB3BA25634790FE32D9C3CD026FF524, ___use186_3_5)); } inline bool get_use186_3_5() const { return ___use186_3_5; } inline bool* get_address_of_use186_3_5() { return &___use186_3_5; } inline void set_use186_3_5(bool value) { ___use186_3_5 = value; } inline static int32_t get_offset_of_usageIndex_6() { return static_cast(offsetof(DsaParametersGenerator_t3FFD66865EB3BA25634790FE32D9C3CD026FF524, ___usageIndex_6)); } inline int32_t get_usageIndex_6() const { return ___usageIndex_6; } inline int32_t* get_address_of_usageIndex_6() { return &___usageIndex_6; } inline void set_usageIndex_6(int32_t value) { ___usageIndex_6 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaSigner struct DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.IDsaKCalculator BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaSigner::kCalculator RuntimeObject* ___kCalculator_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaSigner::key DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * ___key_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaSigner::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_2; public: inline static int32_t get_offset_of_kCalculator_0() { return static_cast(offsetof(DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22, ___kCalculator_0)); } inline RuntimeObject* get_kCalculator_0() const { return ___kCalculator_0; } inline RuntimeObject** get_address_of_kCalculator_0() { return &___kCalculator_0; } inline void set_kCalculator_0(RuntimeObject* value) { ___kCalculator_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___kCalculator_0), (void*)value); } inline static int32_t get_offset_of_key_1() { return static_cast(offsetof(DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22, ___key_1)); } inline DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * get_key_1() const { return ___key_1; } inline DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 ** get_address_of_key_1() { return &___key_1; } inline void set_key_1(DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * value) { ___key_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_1), (void*)value); } inline static int32_t get_offset_of_random_2() { return static_cast(offsetof(DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22, ___random_2)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_2() const { return ___random_2; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_2() { return &___random_2; } inline void set_random_2(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters struct DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters::seed ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters::counter int32_t ___counter_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters::usageIndex int32_t ___usageIndex_2; public: inline static int32_t get_offset_of_seed_0() { return static_cast(offsetof(DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3, ___seed_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_seed_0() const { return ___seed_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_seed_0() { return &___seed_0; } inline void set_seed_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___seed_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___seed_0), (void*)value); } inline static int32_t get_offset_of_counter_1() { return static_cast(offsetof(DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3, ___counter_1)); } inline int32_t get_counter_1() const { return ___counter_1; } inline int32_t* get_address_of_counter_1() { return &___counter_1; } inline void set_counter_1(int32_t value) { ___counter_1 = value; } inline static int32_t get_offset_of_usageIndex_2() { return static_cast(offsetof(DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3, ___usageIndex_2)); } inline int32_t get_usageIndex_2() const { return ___usageIndex_2; } inline int32_t* get_address_of_usageIndex_2() { return &___usageIndex_2; } inline void set_usageIndex_2(int32_t value) { ___usageIndex_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest struct Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::hashSize int32_t ___hashSize_4; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::blockSize int32_t ___blockSize_5; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::columns int32_t ___columns_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::rounds int32_t ___rounds_7; // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::state UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___state_8; // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::tempState1 UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___tempState1_9; // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::tempState2 UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___tempState2_10; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::inputBlocks uint64_t ___inputBlocks_11; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::bufOff int32_t ___bufOff_12; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::buf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_13; public: inline static int32_t get_offset_of_hashSize_4() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A, ___hashSize_4)); } inline int32_t get_hashSize_4() const { return ___hashSize_4; } inline int32_t* get_address_of_hashSize_4() { return &___hashSize_4; } inline void set_hashSize_4(int32_t value) { ___hashSize_4 = value; } inline static int32_t get_offset_of_blockSize_5() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A, ___blockSize_5)); } inline int32_t get_blockSize_5() const { return ___blockSize_5; } inline int32_t* get_address_of_blockSize_5() { return &___blockSize_5; } inline void set_blockSize_5(int32_t value) { ___blockSize_5 = value; } inline static int32_t get_offset_of_columns_6() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A, ___columns_6)); } inline int32_t get_columns_6() const { return ___columns_6; } inline int32_t* get_address_of_columns_6() { return &___columns_6; } inline void set_columns_6(int32_t value) { ___columns_6 = value; } inline static int32_t get_offset_of_rounds_7() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A, ___rounds_7)); } inline int32_t get_rounds_7() const { return ___rounds_7; } inline int32_t* get_address_of_rounds_7() { return &___rounds_7; } inline void set_rounds_7(int32_t value) { ___rounds_7 = value; } inline static int32_t get_offset_of_state_8() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A, ___state_8)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_state_8() const { return ___state_8; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_state_8() { return &___state_8; } inline void set_state_8(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___state_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_8), (void*)value); } inline static int32_t get_offset_of_tempState1_9() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A, ___tempState1_9)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_tempState1_9() const { return ___tempState1_9; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_tempState1_9() { return &___tempState1_9; } inline void set_tempState1_9(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___tempState1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___tempState1_9), (void*)value); } inline static int32_t get_offset_of_tempState2_10() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A, ___tempState2_10)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_tempState2_10() const { return ___tempState2_10; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_tempState2_10() { return &___tempState2_10; } inline void set_tempState2_10(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___tempState2_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___tempState2_10), (void*)value); } inline static int32_t get_offset_of_inputBlocks_11() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A, ___inputBlocks_11)); } inline uint64_t get_inputBlocks_11() const { return ___inputBlocks_11; } inline uint64_t* get_address_of_inputBlocks_11() { return &___inputBlocks_11; } inline void set_inputBlocks_11(uint64_t value) { ___inputBlocks_11 = value; } inline static int32_t get_offset_of_bufOff_12() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A, ___bufOff_12)); } inline int32_t get_bufOff_12() const { return ___bufOff_12; } inline int32_t* get_address_of_bufOff_12() { return &___bufOff_12; } inline void set_bufOff_12(int32_t value) { ___bufOff_12 = value; } inline static int32_t get_offset_of_buf_13() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A, ___buf_13)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_13() const { return ___buf_13; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_13() { return &___buf_13; } inline void set_buf_13(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_13), (void*)value); } }; struct Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::S0 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S0_14; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::S1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S1_15; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::S2 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S2_16; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::S3 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S3_17; public: inline static int32_t get_offset_of_S0_14() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_StaticFields, ___S0_14)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_S0_14() const { return ___S0_14; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_S0_14() { return &___S0_14; } inline void set_S0_14(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___S0_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___S0_14), (void*)value); } inline static int32_t get_offset_of_S1_15() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_StaticFields, ___S1_15)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_S1_15() const { return ___S1_15; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_S1_15() { return &___S1_15; } inline void set_S1_15(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___S1_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___S1_15), (void*)value); } inline static int32_t get_offset_of_S2_16() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_StaticFields, ___S2_16)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_S2_16() const { return ___S2_16; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_S2_16() { return &___S2_16; } inline void set_S2_16(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___S2_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___S2_16), (void*)value); } inline static int32_t get_offset_of_S3_17() { return static_cast(offsetof(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_StaticFields, ___S3_17)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_S3_17() const { return ___S3_17; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_S3_17() { return &___S3_17; } inline void set_S3_17(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___S3_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___S3_17), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7564Mac struct Dstu7564Mac_tE6C236F5A0592D690770B8FF03C6A33B856A15D8 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7564Mac::engine Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * ___engine_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7564Mac::macSize int32_t ___macSize_1; // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7564Mac::inputLength uint64_t ___inputLength_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7564Mac::paddedKey ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___paddedKey_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7564Mac::invertedKey ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___invertedKey_4; public: inline static int32_t get_offset_of_engine_0() { return static_cast(offsetof(Dstu7564Mac_tE6C236F5A0592D690770B8FF03C6A33B856A15D8, ___engine_0)); } inline Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * get_engine_0() const { return ___engine_0; } inline Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A ** get_address_of_engine_0() { return &___engine_0; } inline void set_engine_0(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * value) { ___engine_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___engine_0), (void*)value); } inline static int32_t get_offset_of_macSize_1() { return static_cast(offsetof(Dstu7564Mac_tE6C236F5A0592D690770B8FF03C6A33B856A15D8, ___macSize_1)); } inline int32_t get_macSize_1() const { return ___macSize_1; } inline int32_t* get_address_of_macSize_1() { return &___macSize_1; } inline void set_macSize_1(int32_t value) { ___macSize_1 = value; } inline static int32_t get_offset_of_inputLength_2() { return static_cast(offsetof(Dstu7564Mac_tE6C236F5A0592D690770B8FF03C6A33B856A15D8, ___inputLength_2)); } inline uint64_t get_inputLength_2() const { return ___inputLength_2; } inline uint64_t* get_address_of_inputLength_2() { return &___inputLength_2; } inline void set_inputLength_2(uint64_t value) { ___inputLength_2 = value; } inline static int32_t get_offset_of_paddedKey_3() { return static_cast(offsetof(Dstu7564Mac_tE6C236F5A0592D690770B8FF03C6A33B856A15D8, ___paddedKey_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_paddedKey_3() const { return ___paddedKey_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_paddedKey_3() { return &___paddedKey_3; } inline void set_paddedKey_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___paddedKey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___paddedKey_3), (void*)value); } inline static int32_t get_offset_of_invertedKey_4() { return static_cast(offsetof(Dstu7564Mac_tE6C236F5A0592D690770B8FF03C6A33B856A15D8, ___invertedKey_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_invertedKey_4() const { return ___invertedKey_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_invertedKey_4() { return &___invertedKey_4; } inline void set_invertedKey_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___invertedKey_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___invertedKey_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine struct Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C : public RuntimeObject { public: // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::internalState UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___internalState_0; // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::workingKey UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___workingKey_1; // System.UInt64[][] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::roundKeys UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F* ___roundKeys_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::wordsInBlock int32_t ___wordsInBlock_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::wordsInKey int32_t ___wordsInKey_4; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::roundsAmount int32_t ___roundsAmount_8; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::forEncryption bool ___forEncryption_9; public: inline static int32_t get_offset_of_internalState_0() { return static_cast(offsetof(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C, ___internalState_0)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_internalState_0() const { return ___internalState_0; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_internalState_0() { return &___internalState_0; } inline void set_internalState_0(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___internalState_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalState_0), (void*)value); } inline static int32_t get_offset_of_workingKey_1() { return static_cast(offsetof(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C, ___workingKey_1)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_workingKey_1() const { return ___workingKey_1; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_workingKey_1() { return &___workingKey_1; } inline void set_workingKey_1(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___workingKey_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___workingKey_1), (void*)value); } inline static int32_t get_offset_of_roundKeys_2() { return static_cast(offsetof(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C, ___roundKeys_2)); } inline UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F* get_roundKeys_2() const { return ___roundKeys_2; } inline UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F** get_address_of_roundKeys_2() { return &___roundKeys_2; } inline void set_roundKeys_2(UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F* value) { ___roundKeys_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___roundKeys_2), (void*)value); } inline static int32_t get_offset_of_wordsInBlock_3() { return static_cast(offsetof(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C, ___wordsInBlock_3)); } inline int32_t get_wordsInBlock_3() const { return ___wordsInBlock_3; } inline int32_t* get_address_of_wordsInBlock_3() { return &___wordsInBlock_3; } inline void set_wordsInBlock_3(int32_t value) { ___wordsInBlock_3 = value; } inline static int32_t get_offset_of_wordsInKey_4() { return static_cast(offsetof(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C, ___wordsInKey_4)); } inline int32_t get_wordsInKey_4() const { return ___wordsInKey_4; } inline int32_t* get_address_of_wordsInKey_4() { return &___wordsInKey_4; } inline void set_wordsInKey_4(int32_t value) { ___wordsInKey_4 = value; } inline static int32_t get_offset_of_roundsAmount_8() { return static_cast(offsetof(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C, ___roundsAmount_8)); } inline int32_t get_roundsAmount_8() const { return ___roundsAmount_8; } inline int32_t* get_address_of_roundsAmount_8() { return &___roundsAmount_8; } inline void set_roundsAmount_8(int32_t value) { ___roundsAmount_8 = value; } inline static int32_t get_offset_of_forEncryption_9() { return static_cast(offsetof(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C, ___forEncryption_9)); } inline bool get_forEncryption_9() const { return ___forEncryption_9; } inline bool* get_address_of_forEncryption_9() { return &___forEncryption_9; } inline void set_forEncryption_9(bool value) { ___forEncryption_9 = value; } }; struct Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::S0 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S0_12; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::S1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S1_13; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::S2 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S2_14; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::S3 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___S3_15; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::T0 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___T0_16; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::T1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___T1_17; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::T2 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___T2_18; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::T3 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___T3_19; public: inline static int32_t get_offset_of_S0_12() { return static_cast(offsetof(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields, ___S0_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_S0_12() const { return ___S0_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_S0_12() { return &___S0_12; } inline void set_S0_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___S0_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___S0_12), (void*)value); } inline static int32_t get_offset_of_S1_13() { return static_cast(offsetof(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields, ___S1_13)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_S1_13() const { return ___S1_13; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_S1_13() { return &___S1_13; } inline void set_S1_13(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___S1_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___S1_13), (void*)value); } inline static int32_t get_offset_of_S2_14() { return static_cast(offsetof(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields, ___S2_14)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_S2_14() const { return ___S2_14; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_S2_14() { return &___S2_14; } inline void set_S2_14(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___S2_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___S2_14), (void*)value); } inline static int32_t get_offset_of_S3_15() { return static_cast(offsetof(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields, ___S3_15)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_S3_15() const { return ___S3_15; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_S3_15() { return &___S3_15; } inline void set_S3_15(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___S3_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___S3_15), (void*)value); } inline static int32_t get_offset_of_T0_16() { return static_cast(offsetof(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields, ___T0_16)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_T0_16() const { return ___T0_16; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_T0_16() { return &___T0_16; } inline void set_T0_16(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___T0_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___T0_16), (void*)value); } inline static int32_t get_offset_of_T1_17() { return static_cast(offsetof(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields, ___T1_17)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_T1_17() const { return ___T1_17; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_T1_17() { return &___T1_17; } inline void set_T1_17(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___T1_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___T1_17), (void*)value); } inline static int32_t get_offset_of_T2_18() { return static_cast(offsetof(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields, ___T2_18)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_T2_18() const { return ___T2_18; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_T2_18() { return &___T2_18; } inline void set_T2_18(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___T2_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___T2_18), (void*)value); } inline static int32_t get_offset_of_T3_19() { return static_cast(offsetof(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields, ___T3_19)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_T3_19() const { return ___T3_19; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_T3_19() { return &___T3_19; } inline void set_T3_19(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___T3_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___T3_19), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7624Mac struct Dstu7624Mac_t87BC372EB39E7F875F1E9AC44C02305BD131625D : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7624Mac::macSize int32_t ___macSize_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7624Mac::engine Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * ___engine_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7624Mac::blockSize int32_t ___blockSize_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7624Mac::c ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___c_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7624Mac::cTemp ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cTemp_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7624Mac::kDelta ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___kDelta_5; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7624Mac::buf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_6; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7624Mac::bufOff int32_t ___bufOff_7; public: inline static int32_t get_offset_of_macSize_0() { return static_cast(offsetof(Dstu7624Mac_t87BC372EB39E7F875F1E9AC44C02305BD131625D, ___macSize_0)); } inline int32_t get_macSize_0() const { return ___macSize_0; } inline int32_t* get_address_of_macSize_0() { return &___macSize_0; } inline void set_macSize_0(int32_t value) { ___macSize_0 = value; } inline static int32_t get_offset_of_engine_1() { return static_cast(offsetof(Dstu7624Mac_t87BC372EB39E7F875F1E9AC44C02305BD131625D, ___engine_1)); } inline Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * get_engine_1() const { return ___engine_1; } inline Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C ** get_address_of_engine_1() { return &___engine_1; } inline void set_engine_1(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * value) { ___engine_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___engine_1), (void*)value); } inline static int32_t get_offset_of_blockSize_2() { return static_cast(offsetof(Dstu7624Mac_t87BC372EB39E7F875F1E9AC44C02305BD131625D, ___blockSize_2)); } inline int32_t get_blockSize_2() const { return ___blockSize_2; } inline int32_t* get_address_of_blockSize_2() { return &___blockSize_2; } inline void set_blockSize_2(int32_t value) { ___blockSize_2 = value; } inline static int32_t get_offset_of_c_3() { return static_cast(offsetof(Dstu7624Mac_t87BC372EB39E7F875F1E9AC44C02305BD131625D, ___c_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_c_3() const { return ___c_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_c_3() { return &___c_3; } inline void set_c_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___c_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_3), (void*)value); } inline static int32_t get_offset_of_cTemp_4() { return static_cast(offsetof(Dstu7624Mac_t87BC372EB39E7F875F1E9AC44C02305BD131625D, ___cTemp_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cTemp_4() const { return ___cTemp_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cTemp_4() { return &___cTemp_4; } inline void set_cTemp_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cTemp_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___cTemp_4), (void*)value); } inline static int32_t get_offset_of_kDelta_5() { return static_cast(offsetof(Dstu7624Mac_t87BC372EB39E7F875F1E9AC44C02305BD131625D, ___kDelta_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_kDelta_5() const { return ___kDelta_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_kDelta_5() { return &___kDelta_5; } inline void set_kDelta_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___kDelta_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___kDelta_5), (void*)value); } inline static int32_t get_offset_of_buf_6() { return static_cast(offsetof(Dstu7624Mac_t87BC372EB39E7F875F1E9AC44C02305BD131625D, ___buf_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_6() const { return ___buf_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_6() { return &___buf_6; } inline void set_buf_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_6), (void*)value); } inline static int32_t get_offset_of_bufOff_7() { return static_cast(offsetof(Dstu7624Mac_t87BC372EB39E7F875F1E9AC44C02305BD131625D, ___bufOff_7)); } inline int32_t get_bufOff_7() const { return ___bufOff_7; } inline int32_t* get_address_of_bufOff_7() { return &___bufOff_7; } inline void set_bufOff_7(int32_t value) { ___bufOff_7 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624WrapEngine struct Dstu7624WrapEngine_tD62E1777289715F4D3A0F55D6366596C3469F78B : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.KeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624WrapEngine::param KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * ___param_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624WrapEngine::engine Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * ___engine_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624WrapEngine::forWrapping bool ___forWrapping_2; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624WrapEngine::blockSize int32_t ___blockSize_3; public: inline static int32_t get_offset_of_param_0() { return static_cast(offsetof(Dstu7624WrapEngine_tD62E1777289715F4D3A0F55D6366596C3469F78B, ___param_0)); } inline KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * get_param_0() const { return ___param_0; } inline KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC ** get_address_of_param_0() { return &___param_0; } inline void set_param_0(KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * value) { ___param_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___param_0), (void*)value); } inline static int32_t get_offset_of_engine_1() { return static_cast(offsetof(Dstu7624WrapEngine_tD62E1777289715F4D3A0F55D6366596C3469F78B, ___engine_1)); } inline Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * get_engine_1() const { return ___engine_1; } inline Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C ** get_address_of_engine_1() { return &___engine_1; } inline void set_engine_1(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * value) { ___engine_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___engine_1), (void*)value); } inline static int32_t get_offset_of_forWrapping_2() { return static_cast(offsetof(Dstu7624WrapEngine_tD62E1777289715F4D3A0F55D6366596C3469F78B, ___forWrapping_2)); } inline bool get_forWrapping_2() const { return ___forWrapping_2; } inline bool* get_address_of_forWrapping_2() { return &___forWrapping_2; } inline void set_forWrapping_2(bool value) { ___forWrapping_2 = value; } inline static int32_t get_offset_of_blockSize_3() { return static_cast(offsetof(Dstu7624WrapEngine_tD62E1777289715F4D3A0F55D6366596C3469F78B, ___blockSize_3)); } inline int32_t get_blockSize_3() const { return ___blockSize_3; } inline int32_t* get_address_of_blockSize_3() { return &___blockSize_3; } inline void set_blockSize_3(int32_t value) { ___blockSize_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch struct DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReplayWindow BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch::mReplayWindow DtlsReplayWindow_t88F38DCD576D285E2B13E5902252B1366BCF2FCF * ___mReplayWindow_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch::mEpoch int32_t ___mEpoch_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch::mCipher RuntimeObject* ___mCipher_2; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch::mSequenceNumber int64_t ___mSequenceNumber_3; public: inline static int32_t get_offset_of_mReplayWindow_0() { return static_cast(offsetof(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B, ___mReplayWindow_0)); } inline DtlsReplayWindow_t88F38DCD576D285E2B13E5902252B1366BCF2FCF * get_mReplayWindow_0() const { return ___mReplayWindow_0; } inline DtlsReplayWindow_t88F38DCD576D285E2B13E5902252B1366BCF2FCF ** get_address_of_mReplayWindow_0() { return &___mReplayWindow_0; } inline void set_mReplayWindow_0(DtlsReplayWindow_t88F38DCD576D285E2B13E5902252B1366BCF2FCF * value) { ___mReplayWindow_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mReplayWindow_0), (void*)value); } inline static int32_t get_offset_of_mEpoch_1() { return static_cast(offsetof(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B, ___mEpoch_1)); } inline int32_t get_mEpoch_1() const { return ___mEpoch_1; } inline int32_t* get_address_of_mEpoch_1() { return &___mEpoch_1; } inline void set_mEpoch_1(int32_t value) { ___mEpoch_1 = value; } inline static int32_t get_offset_of_mCipher_2() { return static_cast(offsetof(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B, ___mCipher_2)); } inline RuntimeObject* get_mCipher_2() const { return ___mCipher_2; } inline RuntimeObject** get_address_of_mCipher_2() { return &___mCipher_2; } inline void set_mCipher_2(RuntimeObject* value) { ___mCipher_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mCipher_2), (void*)value); } inline static int32_t get_offset_of_mSequenceNumber_3() { return static_cast(offsetof(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B, ___mSequenceNumber_3)); } inline int64_t get_mSequenceNumber_3() const { return ___mSequenceNumber_3; } inline int64_t* get_address_of_mSequenceNumber_3() { return &___mSequenceNumber_3; } inline void set_mSequenceNumber_3(int64_t value) { ___mSequenceNumber_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsProtocol struct DtlsProtocol_t67B922C04398E5FB7E56005D51B95EEE1534CFED : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsProtocol::mSecureRandom SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___mSecureRandom_0; public: inline static int32_t get_offset_of_mSecureRandom_0() { return static_cast(offsetof(DtlsProtocol_t67B922C04398E5FB7E56005D51B95EEE1534CFED, ___mSecureRandom_0)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_mSecureRandom_0() const { return ___mSecureRandom_0; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_mSecureRandom_0() { return &___mSecureRandom_0; } inline void set_mSecureRandom_0(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___mSecureRandom_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSecureRandom_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler struct DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 : public RuntimeObject { public: // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler::mMsgType uint8_t ___mMsgType_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler::mBody ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mBody_1; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler::mMissing RuntimeObject* ___mMissing_2; public: inline static int32_t get_offset_of_mMsgType_0() { return static_cast(offsetof(DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6, ___mMsgType_0)); } inline uint8_t get_mMsgType_0() const { return ___mMsgType_0; } inline uint8_t* get_address_of_mMsgType_0() { return &___mMsgType_0; } inline void set_mMsgType_0(uint8_t value) { ___mMsgType_0 = value; } inline static int32_t get_offset_of_mBody_1() { return static_cast(offsetof(DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6, ___mBody_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mBody_1() const { return ___mBody_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mBody_1() { return &___mBody_1; } inline void set_mBody_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mBody_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mBody_1), (void*)value); } inline static int32_t get_offset_of_mMissing_2() { return static_cast(offsetof(DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6, ___mMissing_2)); } inline RuntimeObject* get_mMissing_2() const { return ___mMissing_2; } inline RuntimeObject** get_address_of_mMissing_2() { return &___mMissing_2; } inline void set_mMissing_2(RuntimeObject* value) { ___mMissing_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mMissing_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake struct DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::mRecordLayer DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * ___mRecordLayer_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::mHandshakeHash RuntimeObject* ___mHandshakeHash_3; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::mCurrentInboundFlight RuntimeObject* ___mCurrentInboundFlight_4; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::mPreviousInboundFlight RuntimeObject* ___mPreviousInboundFlight_5; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::mOutboundFlight RuntimeObject* ___mOutboundFlight_6; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::mSending bool ___mSending_7; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::mMessageSeq int32_t ___mMessageSeq_8; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::mNextReceiveSeq int32_t ___mNextReceiveSeq_9; public: inline static int32_t get_offset_of_mRecordLayer_2() { return static_cast(offsetof(DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4, ___mRecordLayer_2)); } inline DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * get_mRecordLayer_2() const { return ___mRecordLayer_2; } inline DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 ** get_address_of_mRecordLayer_2() { return &___mRecordLayer_2; } inline void set_mRecordLayer_2(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * value) { ___mRecordLayer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mRecordLayer_2), (void*)value); } inline static int32_t get_offset_of_mHandshakeHash_3() { return static_cast(offsetof(DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4, ___mHandshakeHash_3)); } inline RuntimeObject* get_mHandshakeHash_3() const { return ___mHandshakeHash_3; } inline RuntimeObject** get_address_of_mHandshakeHash_3() { return &___mHandshakeHash_3; } inline void set_mHandshakeHash_3(RuntimeObject* value) { ___mHandshakeHash_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mHandshakeHash_3), (void*)value); } inline static int32_t get_offset_of_mCurrentInboundFlight_4() { return static_cast(offsetof(DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4, ___mCurrentInboundFlight_4)); } inline RuntimeObject* get_mCurrentInboundFlight_4() const { return ___mCurrentInboundFlight_4; } inline RuntimeObject** get_address_of_mCurrentInboundFlight_4() { return &___mCurrentInboundFlight_4; } inline void set_mCurrentInboundFlight_4(RuntimeObject* value) { ___mCurrentInboundFlight_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mCurrentInboundFlight_4), (void*)value); } inline static int32_t get_offset_of_mPreviousInboundFlight_5() { return static_cast(offsetof(DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4, ___mPreviousInboundFlight_5)); } inline RuntimeObject* get_mPreviousInboundFlight_5() const { return ___mPreviousInboundFlight_5; } inline RuntimeObject** get_address_of_mPreviousInboundFlight_5() { return &___mPreviousInboundFlight_5; } inline void set_mPreviousInboundFlight_5(RuntimeObject* value) { ___mPreviousInboundFlight_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPreviousInboundFlight_5), (void*)value); } inline static int32_t get_offset_of_mOutboundFlight_6() { return static_cast(offsetof(DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4, ___mOutboundFlight_6)); } inline RuntimeObject* get_mOutboundFlight_6() const { return ___mOutboundFlight_6; } inline RuntimeObject** get_address_of_mOutboundFlight_6() { return &___mOutboundFlight_6; } inline void set_mOutboundFlight_6(RuntimeObject* value) { ___mOutboundFlight_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___mOutboundFlight_6), (void*)value); } inline static int32_t get_offset_of_mSending_7() { return static_cast(offsetof(DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4, ___mSending_7)); } inline bool get_mSending_7() const { return ___mSending_7; } inline bool* get_address_of_mSending_7() { return &___mSending_7; } inline void set_mSending_7(bool value) { ___mSending_7 = value; } inline static int32_t get_offset_of_mMessageSeq_8() { return static_cast(offsetof(DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4, ___mMessageSeq_8)); } inline int32_t get_mMessageSeq_8() const { return ___mMessageSeq_8; } inline int32_t* get_address_of_mMessageSeq_8() { return &___mMessageSeq_8; } inline void set_mMessageSeq_8(int32_t value) { ___mMessageSeq_8 = value; } inline static int32_t get_offset_of_mNextReceiveSeq_9() { return static_cast(offsetof(DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4, ___mNextReceiveSeq_9)); } inline int32_t get_mNextReceiveSeq_9() const { return ___mNextReceiveSeq_9; } inline int32_t* get_address_of_mNextReceiveSeq_9() { return &___mNextReceiveSeq_9; } inline void set_mNextReceiveSeq_9(int32_t value) { ___mNextReceiveSeq_9 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReplayWindow struct DtlsReplayWindow_t88F38DCD576D285E2B13E5902252B1366BCF2FCF : public RuntimeObject { public: // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReplayWindow::mLatestConfirmedSeq int64_t ___mLatestConfirmedSeq_2; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReplayWindow::mBitmap int64_t ___mBitmap_3; public: inline static int32_t get_offset_of_mLatestConfirmedSeq_2() { return static_cast(offsetof(DtlsReplayWindow_t88F38DCD576D285E2B13E5902252B1366BCF2FCF, ___mLatestConfirmedSeq_2)); } inline int64_t get_mLatestConfirmedSeq_2() const { return ___mLatestConfirmedSeq_2; } inline int64_t* get_address_of_mLatestConfirmedSeq_2() { return &___mLatestConfirmedSeq_2; } inline void set_mLatestConfirmedSeq_2(int64_t value) { ___mLatestConfirmedSeq_2 = value; } inline static int32_t get_offset_of_mBitmap_3() { return static_cast(offsetof(DtlsReplayWindow_t88F38DCD576D285E2B13E5902252B1366BCF2FCF, ___mBitmap_3)); } inline int64_t get_mBitmap_3() const { return ___mBitmap_3; } inline int64_t* get_address_of_mBitmap_3() { return &___mBitmap_3; } inline void set_mBitmap_3(int64_t value) { ___mBitmap_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsTransport struct DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsTransport::mRecordLayer DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * ___mRecordLayer_0; public: inline static int32_t get_offset_of_mRecordLayer_0() { return static_cast(offsetof(DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB, ___mRecordLayer_0)); } inline DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * get_mRecordLayer_0() const { return ___mRecordLayer_0; } inline DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 ** get_address_of_mRecordLayer_0() { return &___mRecordLayer_0; } inline void set_mRecordLayer_0(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * value) { ___mRecordLayer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mRecordLayer_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest struct GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::xBuf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___xBuf_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::xBufOff int32_t ___xBufOff_2; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.GeneralDigest::byteCount int64_t ___byteCount_3; public: inline static int32_t get_offset_of_xBuf_1() { return static_cast(offsetof(GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8, ___xBuf_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_xBuf_1() const { return ___xBuf_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_xBuf_1() { return &___xBuf_1; } inline void set_xBuf_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___xBuf_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___xBuf_1), (void*)value); } inline static int32_t get_offset_of_xBufOff_2() { return static_cast(offsetof(GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8, ___xBufOff_2)); } inline int32_t get_xBufOff_2() const { return ___xBufOff_2; } inline int32_t* get_address_of_xBufOff_2() { return &___xBufOff_2; } inline void set_xBufOff_2(int32_t value) { ___xBufOff_2 = value; } inline static int32_t get_offset_of_byteCount_3() { return static_cast(offsetof(GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8, ___byteCount_3)); } inline int64_t get_byteCount_3() const { return ___byteCount_3; } inline int64_t* get_address_of_byteCount_3() { return &___byteCount_3; } inline void set_byteCount_3(int64_t value) { ___byteCount_3 = 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); } }; // 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; }; // 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.Parameters.ParametersWithRandom struct ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::parameters RuntimeObject* ___parameters_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_1; public: inline static int32_t get_offset_of_parameters_0() { return static_cast(offsetof(ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC, ___parameters_0)); } inline RuntimeObject* get_parameters_0() const { return ___parameters_0; } inline RuntimeObject** get_address_of_parameters_0() { return &___parameters_0; } inline void set_parameters_0(RuntimeObject* value) { ___parameters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_0), (void*)value); } inline static int32_t get_offset_of_random_1() { return static_cast(offsetof(ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC, ___random_1)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_1() const { return ___random_1; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_1() { return &___random_1; } inline void set_random_1(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_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.Signers.RandomDsaKCalculator struct RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RandomDsaKCalculator::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RandomDsaKCalculator::random SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random_1; public: inline static int32_t get_offset_of_q_0() { return static_cast(offsetof(RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142, ___q_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_0() const { return ___q_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_0() { return &___q_0; } inline void set_q_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_0), (void*)value); } inline static int32_t get_offset_of_random_1() { return static_cast(offsetof(RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142, ___random_1)); } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * get_random_1() const { return ___random_1; } inline SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 ** get_address_of_random_1() { return &___random_1; } inline void set_random_1(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * value) { ___random_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___random_1), (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.SessionParameters struct SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::mCipherSuite int32_t ___mCipherSuite_0; // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::mCompressionAlgorithm uint8_t ___mCompressionAlgorithm_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::mMasterSecret ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mMasterSecret_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::mPeerCertificate Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * ___mPeerCertificate_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::mPskIdentity ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mPskIdentity_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::mSrpIdentity ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mSrpIdentity_5; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::mEncodedServerExtensions ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mEncodedServerExtensions_6; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::mExtendedMasterSecret bool ___mExtendedMasterSecret_7; public: inline static int32_t get_offset_of_mCipherSuite_0() { return static_cast(offsetof(SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D, ___mCipherSuite_0)); } inline int32_t get_mCipherSuite_0() const { return ___mCipherSuite_0; } inline int32_t* get_address_of_mCipherSuite_0() { return &___mCipherSuite_0; } inline void set_mCipherSuite_0(int32_t value) { ___mCipherSuite_0 = value; } inline static int32_t get_offset_of_mCompressionAlgorithm_1() { return static_cast(offsetof(SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D, ___mCompressionAlgorithm_1)); } inline uint8_t get_mCompressionAlgorithm_1() const { return ___mCompressionAlgorithm_1; } inline uint8_t* get_address_of_mCompressionAlgorithm_1() { return &___mCompressionAlgorithm_1; } inline void set_mCompressionAlgorithm_1(uint8_t value) { ___mCompressionAlgorithm_1 = value; } inline static int32_t get_offset_of_mMasterSecret_2() { return static_cast(offsetof(SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D, ___mMasterSecret_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mMasterSecret_2() const { return ___mMasterSecret_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mMasterSecret_2() { return &___mMasterSecret_2; } inline void set_mMasterSecret_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mMasterSecret_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mMasterSecret_2), (void*)value); } inline static int32_t get_offset_of_mPeerCertificate_3() { return static_cast(offsetof(SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D, ___mPeerCertificate_3)); } inline Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * get_mPeerCertificate_3() const { return ___mPeerCertificate_3; } inline Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E ** get_address_of_mPeerCertificate_3() { return &___mPeerCertificate_3; } inline void set_mPeerCertificate_3(Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * value) { ___mPeerCertificate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPeerCertificate_3), (void*)value); } inline static int32_t get_offset_of_mPskIdentity_4() { return static_cast(offsetof(SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D, ___mPskIdentity_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mPskIdentity_4() const { return ___mPskIdentity_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mPskIdentity_4() { return &___mPskIdentity_4; } inline void set_mPskIdentity_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mPskIdentity_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPskIdentity_4), (void*)value); } inline static int32_t get_offset_of_mSrpIdentity_5() { return static_cast(offsetof(SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D, ___mSrpIdentity_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mSrpIdentity_5() const { return ___mSrpIdentity_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mSrpIdentity_5() { return &___mSrpIdentity_5; } inline void set_mSrpIdentity_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mSrpIdentity_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSrpIdentity_5), (void*)value); } inline static int32_t get_offset_of_mEncodedServerExtensions_6() { return static_cast(offsetof(SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D, ___mEncodedServerExtensions_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mEncodedServerExtensions_6() const { return ___mEncodedServerExtensions_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mEncodedServerExtensions_6() { return &___mEncodedServerExtensions_6; } inline void set_mEncodedServerExtensions_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mEncodedServerExtensions_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___mEncodedServerExtensions_6), (void*)value); } inline static int32_t get_offset_of_mExtendedMasterSecret_7() { return static_cast(offsetof(SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D, ___mExtendedMasterSecret_7)); } inline bool get_mExtendedMasterSecret_7() const { return ___mExtendedMasterSecret_7; } inline bool* get_address_of_mExtendedMasterSecret_7() { return &___mExtendedMasterSecret_7; } inline void set_mExtendedMasterSecret_7(bool value) { ___mExtendedMasterSecret_7 = 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.TlsNullCipher struct TlsNullCipher_t9360870BA0FFF0F96FFE5C77DC5F3A1EE59F73C3 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsNullCipher::context RuntimeObject* ___context_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsMac BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsNullCipher::writeMac TlsMac_tE19121C12EB7C6DB46620EF743BD20014DEA418C * ___writeMac_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsMac BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsNullCipher::readMac TlsMac_tE19121C12EB7C6DB46620EF743BD20014DEA418C * ___readMac_2; public: inline static int32_t get_offset_of_context_0() { return static_cast(offsetof(TlsNullCipher_t9360870BA0FFF0F96FFE5C77DC5F3A1EE59F73C3, ___context_0)); } inline RuntimeObject* get_context_0() const { return ___context_0; } inline RuntimeObject** get_address_of_context_0() { return &___context_0; } inline void set_context_0(RuntimeObject* value) { ___context_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___context_0), (void*)value); } inline static int32_t get_offset_of_writeMac_1() { return static_cast(offsetof(TlsNullCipher_t9360870BA0FFF0F96FFE5C77DC5F3A1EE59F73C3, ___writeMac_1)); } inline TlsMac_tE19121C12EB7C6DB46620EF743BD20014DEA418C * get_writeMac_1() const { return ___writeMac_1; } inline TlsMac_tE19121C12EB7C6DB46620EF743BD20014DEA418C ** get_address_of_writeMac_1() { return &___writeMac_1; } inline void set_writeMac_1(TlsMac_tE19121C12EB7C6DB46620EF743BD20014DEA418C * value) { ___writeMac_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___writeMac_1), (void*)value); } inline static int32_t get_offset_of_readMac_2() { return static_cast(offsetof(TlsNullCipher_t9360870BA0FFF0F96FFE5C77DC5F3A1EE59F73C3, ___readMac_2)); } inline TlsMac_tE19121C12EB7C6DB46620EF743BD20014DEA418C * get_readMac_2() const { return ___readMac_2; } inline TlsMac_tE19121C12EB7C6DB46620EF743BD20014DEA418C ** get_address_of_readMac_2() { return &___readMac_2; } inline void set_readMac_2(TlsMac_tE19121C12EB7C6DB46620EF743BD20014DEA418C * value) { ___readMac_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___readMac_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSessionImpl struct TlsSessionImpl_tF4C93BBC90100A83C866B22818E82A3D9CD73DB2 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSessionImpl::mSessionID ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mSessionID_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSessionImpl::mSessionParameters SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * ___mSessionParameters_1; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSessionImpl::mResumable bool ___mResumable_2; public: inline static int32_t get_offset_of_mSessionID_0() { return static_cast(offsetof(TlsSessionImpl_tF4C93BBC90100A83C866B22818E82A3D9CD73DB2, ___mSessionID_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mSessionID_0() const { return ___mSessionID_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mSessionID_0() { return &___mSessionID_0; } inline void set_mSessionID_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mSessionID_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSessionID_0), (void*)value); } inline static int32_t get_offset_of_mSessionParameters_1() { return static_cast(offsetof(TlsSessionImpl_tF4C93BBC90100A83C866B22818E82A3D9CD73DB2, ___mSessionParameters_1)); } inline SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * get_mSessionParameters_1() const { return ___mSessionParameters_1; } inline SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D ** get_address_of_mSessionParameters_1() { return &___mSessionParameters_1; } inline void set_mSessionParameters_1(SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * value) { ___mSessionParameters_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSessionParameters_1), (void*)value); } inline static int32_t get_offset_of_mResumable_2() { return static_cast(offsetof(TlsSessionImpl_tF4C93BBC90100A83C866B22818E82A3D9CD73DB2, ___mResumable_2)); } inline bool get_mResumable_2() const { return ___mResumable_2; } inline bool* get_address_of_mResumable_2() { return &___mResumable_2; } inline void set_mResumable_2(bool value) { ___mResumable_2 = value; } }; // 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 { }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState struct ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClient BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::client RuntimeObject* ___client_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClientContextImpl BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::clientContext TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * ___clientContext_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSession BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::tlsSession RuntimeObject* ___tlsSession_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::sessionParameters SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * ___sessionParameters_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::sessionParametersBuilder Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * ___sessionParametersBuilder_4; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::offeredCipherSuites Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___offeredCipherSuites_5; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::clientExtensions RuntimeObject* ___clientExtensions_6; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::serverExtensions RuntimeObject* ___serverExtensions_7; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::selectedSessionID ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___selectedSessionID_8; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::resumedSession bool ___resumedSession_9; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::secure_renegotiation bool ___secure_renegotiation_10; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::allowCertificateStatus bool ___allowCertificateStatus_11; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::expectSessionTicket bool ___expectSessionTicket_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::keyExchange RuntimeObject* ___keyExchange_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsAuthentication BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::authentication RuntimeObject* ___authentication_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatus BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::certificateStatus CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 * ___certificateStatus_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::certificateRequest CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * ___certificateRequest_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCredentials BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::clientCredentials RuntimeObject* ___clientCredentials_17; public: inline static int32_t get_offset_of_client_0() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___client_0)); } inline RuntimeObject* get_client_0() const { return ___client_0; } inline RuntimeObject** get_address_of_client_0() { return &___client_0; } inline void set_client_0(RuntimeObject* value) { ___client_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___client_0), (void*)value); } inline static int32_t get_offset_of_clientContext_1() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___clientContext_1)); } inline TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * get_clientContext_1() const { return ___clientContext_1; } inline TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF ** get_address_of_clientContext_1() { return &___clientContext_1; } inline void set_clientContext_1(TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * value) { ___clientContext_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___clientContext_1), (void*)value); } inline static int32_t get_offset_of_tlsSession_2() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___tlsSession_2)); } inline RuntimeObject* get_tlsSession_2() const { return ___tlsSession_2; } inline RuntimeObject** get_address_of_tlsSession_2() { return &___tlsSession_2; } inline void set_tlsSession_2(RuntimeObject* value) { ___tlsSession_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___tlsSession_2), (void*)value); } inline static int32_t get_offset_of_sessionParameters_3() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___sessionParameters_3)); } inline SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * get_sessionParameters_3() const { return ___sessionParameters_3; } inline SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D ** get_address_of_sessionParameters_3() { return &___sessionParameters_3; } inline void set_sessionParameters_3(SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * value) { ___sessionParameters_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___sessionParameters_3), (void*)value); } inline static int32_t get_offset_of_sessionParametersBuilder_4() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___sessionParametersBuilder_4)); } inline Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * get_sessionParametersBuilder_4() const { return ___sessionParametersBuilder_4; } inline Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 ** get_address_of_sessionParametersBuilder_4() { return &___sessionParametersBuilder_4; } inline void set_sessionParametersBuilder_4(Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * value) { ___sessionParametersBuilder_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sessionParametersBuilder_4), (void*)value); } inline static int32_t get_offset_of_offeredCipherSuites_5() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___offeredCipherSuites_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_offeredCipherSuites_5() const { return ___offeredCipherSuites_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_offeredCipherSuites_5() { return &___offeredCipherSuites_5; } inline void set_offeredCipherSuites_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___offeredCipherSuites_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___offeredCipherSuites_5), (void*)value); } inline static int32_t get_offset_of_clientExtensions_6() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___clientExtensions_6)); } inline RuntimeObject* get_clientExtensions_6() const { return ___clientExtensions_6; } inline RuntimeObject** get_address_of_clientExtensions_6() { return &___clientExtensions_6; } inline void set_clientExtensions_6(RuntimeObject* value) { ___clientExtensions_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___clientExtensions_6), (void*)value); } inline static int32_t get_offset_of_serverExtensions_7() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___serverExtensions_7)); } inline RuntimeObject* get_serverExtensions_7() const { return ___serverExtensions_7; } inline RuntimeObject** get_address_of_serverExtensions_7() { return &___serverExtensions_7; } inline void set_serverExtensions_7(RuntimeObject* value) { ___serverExtensions_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___serverExtensions_7), (void*)value); } inline static int32_t get_offset_of_selectedSessionID_8() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___selectedSessionID_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_selectedSessionID_8() const { return ___selectedSessionID_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_selectedSessionID_8() { return &___selectedSessionID_8; } inline void set_selectedSessionID_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___selectedSessionID_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___selectedSessionID_8), (void*)value); } inline static int32_t get_offset_of_resumedSession_9() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___resumedSession_9)); } inline bool get_resumedSession_9() const { return ___resumedSession_9; } inline bool* get_address_of_resumedSession_9() { return &___resumedSession_9; } inline void set_resumedSession_9(bool value) { ___resumedSession_9 = value; } inline static int32_t get_offset_of_secure_renegotiation_10() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___secure_renegotiation_10)); } inline bool get_secure_renegotiation_10() const { return ___secure_renegotiation_10; } inline bool* get_address_of_secure_renegotiation_10() { return &___secure_renegotiation_10; } inline void set_secure_renegotiation_10(bool value) { ___secure_renegotiation_10 = value; } inline static int32_t get_offset_of_allowCertificateStatus_11() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___allowCertificateStatus_11)); } inline bool get_allowCertificateStatus_11() const { return ___allowCertificateStatus_11; } inline bool* get_address_of_allowCertificateStatus_11() { return &___allowCertificateStatus_11; } inline void set_allowCertificateStatus_11(bool value) { ___allowCertificateStatus_11 = value; } inline static int32_t get_offset_of_expectSessionTicket_12() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___expectSessionTicket_12)); } inline bool get_expectSessionTicket_12() const { return ___expectSessionTicket_12; } inline bool* get_address_of_expectSessionTicket_12() { return &___expectSessionTicket_12; } inline void set_expectSessionTicket_12(bool value) { ___expectSessionTicket_12 = value; } inline static int32_t get_offset_of_keyExchange_13() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___keyExchange_13)); } inline RuntimeObject* get_keyExchange_13() const { return ___keyExchange_13; } inline RuntimeObject** get_address_of_keyExchange_13() { return &___keyExchange_13; } inline void set_keyExchange_13(RuntimeObject* value) { ___keyExchange_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyExchange_13), (void*)value); } inline static int32_t get_offset_of_authentication_14() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___authentication_14)); } inline RuntimeObject* get_authentication_14() const { return ___authentication_14; } inline RuntimeObject** get_address_of_authentication_14() { return &___authentication_14; } inline void set_authentication_14(RuntimeObject* value) { ___authentication_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___authentication_14), (void*)value); } inline static int32_t get_offset_of_certificateStatus_15() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___certificateStatus_15)); } inline CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 * get_certificateStatus_15() const { return ___certificateStatus_15; } inline CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 ** get_address_of_certificateStatus_15() { return &___certificateStatus_15; } inline void set_certificateStatus_15(CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 * value) { ___certificateStatus_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificateStatus_15), (void*)value); } inline static int32_t get_offset_of_certificateRequest_16() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___certificateRequest_16)); } inline CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * get_certificateRequest_16() const { return ___certificateRequest_16; } inline CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 ** get_address_of_certificateRequest_16() { return &___certificateRequest_16; } inline void set_certificateRequest_16(CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * value) { ___certificateRequest_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificateRequest_16), (void*)value); } inline static int32_t get_offset_of_clientCredentials_17() { return static_cast(offsetof(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5, ___clientCredentials_17)); } inline RuntimeObject* get_clientCredentials_17() const { return ___clientCredentials_17; } inline RuntimeObject** get_address_of_clientCredentials_17() { return &___clientCredentials_17; } inline void set_clientCredentials_17(RuntimeObject* value) { ___clientCredentials_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___clientCredentials_17), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler/Range struct Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler/Range::mStart int32_t ___mStart_0; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler/Range::mEnd int32_t ___mEnd_1; public: inline static int32_t get_offset_of_mStart_0() { return static_cast(offsetof(Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD, ___mStart_0)); } inline int32_t get_mStart_0() const { return ___mStart_0; } inline int32_t* get_address_of_mStart_0() { return &___mStart_0; } inline void set_mStart_0(int32_t value) { ___mStart_0 = value; } inline static int32_t get_offset_of_mEnd_1() { return static_cast(offsetof(Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD, ___mEnd_1)); } inline int32_t get_mEnd_1() const { return ___mEnd_1; } inline int32_t* get_address_of_mEnd_1() { return &___mEnd_1; } inline void set_mEnd_1(int32_t value) { ___mEnd_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message struct Message_tFFB406E9A157FE0A2B1B765A034986714037E788 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message::mMessageSeq int32_t ___mMessageSeq_0; // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message::mMsgType uint8_t ___mMsgType_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message::mBody ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mBody_2; public: inline static int32_t get_offset_of_mMessageSeq_0() { return static_cast(offsetof(Message_tFFB406E9A157FE0A2B1B765A034986714037E788, ___mMessageSeq_0)); } inline int32_t get_mMessageSeq_0() const { return ___mMessageSeq_0; } inline int32_t* get_address_of_mMessageSeq_0() { return &___mMessageSeq_0; } inline void set_mMessageSeq_0(int32_t value) { ___mMessageSeq_0 = value; } inline static int32_t get_offset_of_mMsgType_1() { return static_cast(offsetof(Message_tFFB406E9A157FE0A2B1B765A034986714037E788, ___mMsgType_1)); } inline uint8_t get_mMsgType_1() const { return ___mMsgType_1; } inline uint8_t* get_address_of_mMsgType_1() { return &___mMsgType_1; } inline void set_mMsgType_1(uint8_t value) { ___mMsgType_1 = value; } inline static int32_t get_offset_of_mBody_2() { return static_cast(offsetof(Message_tFFB406E9A157FE0A2B1B765A034986714037E788, ___mBody_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mBody_2() const { return ___mBody_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mBody_2() { return &___mBody_2; } inline void set_mBody_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mBody_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mBody_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Retransmit struct Retransmit_tAC4495A640D5C882E4D95955A07CA975DDA0085C : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Retransmit::mOuter DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * ___mOuter_0; public: inline static int32_t get_offset_of_mOuter_0() { return static_cast(offsetof(Retransmit_tAC4495A640D5C882E4D95955A07CA975DDA0085C, ___mOuter_0)); } inline DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * get_mOuter_0() const { return ___mOuter_0; } inline DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 ** get_address_of_mOuter_0() { return &___mOuter_0; } inline void set_mOuter_0(DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * value) { ___mOuter_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mOuter_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState struct ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServer BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::server RuntimeObject* ___server_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServerContextImpl BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::serverContext TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * ___serverContext_1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSession BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::tlsSession RuntimeObject* ___tlsSession_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::sessionParameters SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * ___sessionParameters_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::sessionParametersBuilder Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * ___sessionParametersBuilder_4; // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::offeredCipherSuites Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___offeredCipherSuites_5; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::offeredCompressionMethods ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___offeredCompressionMethods_6; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::clientExtensions RuntimeObject* ___clientExtensions_7; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::serverExtensions RuntimeObject* ___serverExtensions_8; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::resumedSession bool ___resumedSession_9; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::secure_renegotiation bool ___secure_renegotiation_10; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::allowCertificateStatus bool ___allowCertificateStatus_11; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::expectSessionTicket bool ___expectSessionTicket_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::keyExchange RuntimeObject* ___keyExchange_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCredentials BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::serverCredentials RuntimeObject* ___serverCredentials_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::certificateRequest CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * ___certificateRequest_15; // System.Int16 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::clientCertificateType int16_t ___clientCertificateType_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::clientCertificate Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * ___clientCertificate_17; public: inline static int32_t get_offset_of_server_0() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___server_0)); } inline RuntimeObject* get_server_0() const { return ___server_0; } inline RuntimeObject** get_address_of_server_0() { return &___server_0; } inline void set_server_0(RuntimeObject* value) { ___server_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___server_0), (void*)value); } inline static int32_t get_offset_of_serverContext_1() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___serverContext_1)); } inline TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * get_serverContext_1() const { return ___serverContext_1; } inline TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 ** get_address_of_serverContext_1() { return &___serverContext_1; } inline void set_serverContext_1(TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * value) { ___serverContext_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___serverContext_1), (void*)value); } inline static int32_t get_offset_of_tlsSession_2() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___tlsSession_2)); } inline RuntimeObject* get_tlsSession_2() const { return ___tlsSession_2; } inline RuntimeObject** get_address_of_tlsSession_2() { return &___tlsSession_2; } inline void set_tlsSession_2(RuntimeObject* value) { ___tlsSession_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___tlsSession_2), (void*)value); } inline static int32_t get_offset_of_sessionParameters_3() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___sessionParameters_3)); } inline SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * get_sessionParameters_3() const { return ___sessionParameters_3; } inline SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D ** get_address_of_sessionParameters_3() { return &___sessionParameters_3; } inline void set_sessionParameters_3(SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * value) { ___sessionParameters_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___sessionParameters_3), (void*)value); } inline static int32_t get_offset_of_sessionParametersBuilder_4() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___sessionParametersBuilder_4)); } inline Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * get_sessionParametersBuilder_4() const { return ___sessionParametersBuilder_4; } inline Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 ** get_address_of_sessionParametersBuilder_4() { return &___sessionParametersBuilder_4; } inline void set_sessionParametersBuilder_4(Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * value) { ___sessionParametersBuilder_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sessionParametersBuilder_4), (void*)value); } inline static int32_t get_offset_of_offeredCipherSuites_5() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___offeredCipherSuites_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_offeredCipherSuites_5() const { return ___offeredCipherSuites_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_offeredCipherSuites_5() { return &___offeredCipherSuites_5; } inline void set_offeredCipherSuites_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___offeredCipherSuites_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___offeredCipherSuites_5), (void*)value); } inline static int32_t get_offset_of_offeredCompressionMethods_6() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___offeredCompressionMethods_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_offeredCompressionMethods_6() const { return ___offeredCompressionMethods_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_offeredCompressionMethods_6() { return &___offeredCompressionMethods_6; } inline void set_offeredCompressionMethods_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___offeredCompressionMethods_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___offeredCompressionMethods_6), (void*)value); } inline static int32_t get_offset_of_clientExtensions_7() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___clientExtensions_7)); } inline RuntimeObject* get_clientExtensions_7() const { return ___clientExtensions_7; } inline RuntimeObject** get_address_of_clientExtensions_7() { return &___clientExtensions_7; } inline void set_clientExtensions_7(RuntimeObject* value) { ___clientExtensions_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___clientExtensions_7), (void*)value); } inline static int32_t get_offset_of_serverExtensions_8() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___serverExtensions_8)); } inline RuntimeObject* get_serverExtensions_8() const { return ___serverExtensions_8; } inline RuntimeObject** get_address_of_serverExtensions_8() { return &___serverExtensions_8; } inline void set_serverExtensions_8(RuntimeObject* value) { ___serverExtensions_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___serverExtensions_8), (void*)value); } inline static int32_t get_offset_of_resumedSession_9() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___resumedSession_9)); } inline bool get_resumedSession_9() const { return ___resumedSession_9; } inline bool* get_address_of_resumedSession_9() { return &___resumedSession_9; } inline void set_resumedSession_9(bool value) { ___resumedSession_9 = value; } inline static int32_t get_offset_of_secure_renegotiation_10() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___secure_renegotiation_10)); } inline bool get_secure_renegotiation_10() const { return ___secure_renegotiation_10; } inline bool* get_address_of_secure_renegotiation_10() { return &___secure_renegotiation_10; } inline void set_secure_renegotiation_10(bool value) { ___secure_renegotiation_10 = value; } inline static int32_t get_offset_of_allowCertificateStatus_11() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___allowCertificateStatus_11)); } inline bool get_allowCertificateStatus_11() const { return ___allowCertificateStatus_11; } inline bool* get_address_of_allowCertificateStatus_11() { return &___allowCertificateStatus_11; } inline void set_allowCertificateStatus_11(bool value) { ___allowCertificateStatus_11 = value; } inline static int32_t get_offset_of_expectSessionTicket_12() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___expectSessionTicket_12)); } inline bool get_expectSessionTicket_12() const { return ___expectSessionTicket_12; } inline bool* get_address_of_expectSessionTicket_12() { return &___expectSessionTicket_12; } inline void set_expectSessionTicket_12(bool value) { ___expectSessionTicket_12 = value; } inline static int32_t get_offset_of_keyExchange_13() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___keyExchange_13)); } inline RuntimeObject* get_keyExchange_13() const { return ___keyExchange_13; } inline RuntimeObject** get_address_of_keyExchange_13() { return &___keyExchange_13; } inline void set_keyExchange_13(RuntimeObject* value) { ___keyExchange_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyExchange_13), (void*)value); } inline static int32_t get_offset_of_serverCredentials_14() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___serverCredentials_14)); } inline RuntimeObject* get_serverCredentials_14() const { return ___serverCredentials_14; } inline RuntimeObject** get_address_of_serverCredentials_14() { return &___serverCredentials_14; } inline void set_serverCredentials_14(RuntimeObject* value) { ___serverCredentials_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___serverCredentials_14), (void*)value); } inline static int32_t get_offset_of_certificateRequest_15() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___certificateRequest_15)); } inline CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * get_certificateRequest_15() const { return ___certificateRequest_15; } inline CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 ** get_address_of_certificateRequest_15() { return &___certificateRequest_15; } inline void set_certificateRequest_15(CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * value) { ___certificateRequest_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificateRequest_15), (void*)value); } inline static int32_t get_offset_of_clientCertificateType_16() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___clientCertificateType_16)); } inline int16_t get_clientCertificateType_16() const { return ___clientCertificateType_16; } inline int16_t* get_address_of_clientCertificateType_16() { return &___clientCertificateType_16; } inline void set_clientCertificateType_16(int16_t value) { ___clientCertificateType_16 = value; } inline static int32_t get_offset_of_clientCertificate_17() { return static_cast(offsetof(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71, ___clientCertificate_17)); } inline Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * get_clientCertificate_17() const { return ___clientCertificate_17; } inline Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E ** get_address_of_clientCertificate_17() { return &___clientCertificate_17; } inline void set_clientCertificate_17(Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * value) { ___clientCertificate_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___clientCertificate_17), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder struct Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 : public RuntimeObject { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder::mCipherSuite int32_t ___mCipherSuite_0; // System.Int16 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder::mCompressionAlgorithm int16_t ___mCompressionAlgorithm_1; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder::mMasterSecret ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mMasterSecret_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder::mPeerCertificate Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * ___mPeerCertificate_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder::mPskIdentity ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mPskIdentity_4; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder::mSrpIdentity ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mSrpIdentity_5; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder::mEncodedServerExtensions ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mEncodedServerExtensions_6; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder::mExtendedMasterSecret bool ___mExtendedMasterSecret_7; public: inline static int32_t get_offset_of_mCipherSuite_0() { return static_cast(offsetof(Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917, ___mCipherSuite_0)); } inline int32_t get_mCipherSuite_0() const { return ___mCipherSuite_0; } inline int32_t* get_address_of_mCipherSuite_0() { return &___mCipherSuite_0; } inline void set_mCipherSuite_0(int32_t value) { ___mCipherSuite_0 = value; } inline static int32_t get_offset_of_mCompressionAlgorithm_1() { return static_cast(offsetof(Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917, ___mCompressionAlgorithm_1)); } inline int16_t get_mCompressionAlgorithm_1() const { return ___mCompressionAlgorithm_1; } inline int16_t* get_address_of_mCompressionAlgorithm_1() { return &___mCompressionAlgorithm_1; } inline void set_mCompressionAlgorithm_1(int16_t value) { ___mCompressionAlgorithm_1 = value; } inline static int32_t get_offset_of_mMasterSecret_2() { return static_cast(offsetof(Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917, ___mMasterSecret_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mMasterSecret_2() const { return ___mMasterSecret_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mMasterSecret_2() { return &___mMasterSecret_2; } inline void set_mMasterSecret_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mMasterSecret_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___mMasterSecret_2), (void*)value); } inline static int32_t get_offset_of_mPeerCertificate_3() { return static_cast(offsetof(Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917, ___mPeerCertificate_3)); } inline Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * get_mPeerCertificate_3() const { return ___mPeerCertificate_3; } inline Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E ** get_address_of_mPeerCertificate_3() { return &___mPeerCertificate_3; } inline void set_mPeerCertificate_3(Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * value) { ___mPeerCertificate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPeerCertificate_3), (void*)value); } inline static int32_t get_offset_of_mPskIdentity_4() { return static_cast(offsetof(Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917, ___mPskIdentity_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mPskIdentity_4() const { return ___mPskIdentity_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mPskIdentity_4() { return &___mPskIdentity_4; } inline void set_mPskIdentity_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mPskIdentity_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPskIdentity_4), (void*)value); } inline static int32_t get_offset_of_mSrpIdentity_5() { return static_cast(offsetof(Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917, ___mSrpIdentity_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mSrpIdentity_5() const { return ___mSrpIdentity_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mSrpIdentity_5() { return &___mSrpIdentity_5; } inline void set_mSrpIdentity_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mSrpIdentity_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mSrpIdentity_5), (void*)value); } inline static int32_t get_offset_of_mEncodedServerExtensions_6() { return static_cast(offsetof(Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917, ___mEncodedServerExtensions_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mEncodedServerExtensions_6() const { return ___mEncodedServerExtensions_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mEncodedServerExtensions_6() { return &___mEncodedServerExtensions_6; } inline void set_mEncodedServerExtensions_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mEncodedServerExtensions_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___mEncodedServerExtensions_6), (void*)value); } inline static int32_t get_offset_of_mExtendedMasterSecret_7() { return static_cast(offsetof(Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917, ___mExtendedMasterSecret_7)); } inline bool get_mExtendedMasterSecret_7() const { return ___mExtendedMasterSecret_7; } inline bool* get_address_of_mExtendedMasterSecret_7() { return &___mExtendedMasterSecret_7; } inline void set_mExtendedMasterSecret_7(bool value) { ___mExtendedMasterSecret_7 = 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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters struct DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 : public AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters::parameters DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * ___parameters_1; public: inline static int32_t get_offset_of_parameters_1() { return static_cast(offsetof(DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81, ___parameters_1)); } inline DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * get_parameters_1() const { return ___parameters_1; } inline DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 ** get_address_of_parameters_1() { return &___parameters_1; } inline void set_parameters_1(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * value) { ___parameters_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameters_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter struct DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter::p DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___p_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter::q DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___q_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter::g DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___g_4; public: inline static int32_t get_offset_of_p_2() { return static_cast(offsetof(DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20, ___p_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_p_2() const { return ___p_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_p_2() { return &___p_2; } inline void set_p_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___p_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_2), (void*)value); } inline static int32_t get_offset_of_q_3() { return static_cast(offsetof(DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20, ___q_3)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_q_3() const { return ___q_3; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_q_3() { return &___q_3; } inline void set_q_3(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___q_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_3), (void*)value); } inline static int32_t get_offset_of_g_4() { return static_cast(offsetof(DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20, ___g_4)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_g_4() const { return ___g_4; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_g_4() { return &___g_4; } inline void set_g_4(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___g_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol struct DtlsClientProtocol_tC994E8F7D72688983665C3305E4A0C4F5D9884F4 : public DtlsProtocol_t67B922C04398E5FB7E56005D51B95EEE1534CFED { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol struct DtlsServerProtocol_t7D755B9F9039BCF7221BAE2D1E68F6E1EBBF7F3B : public DtlsProtocol_t67B922C04398E5FB7E56005D51B95EEE1534CFED { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::mVerifyRequests bool ___mVerifyRequests_1; public: inline static int32_t get_offset_of_mVerifyRequests_1() { return static_cast(offsetof(DtlsServerProtocol_t7D755B9F9039BCF7221BAE2D1E68F6E1EBBF7F3B, ___mVerifyRequests_1)); } inline bool get_mVerifyRequests_1() const { return ___mVerifyRequests_1; } inline bool* get_address_of_mVerifyRequests_1() { return &___mVerifyRequests_1; } inline void set_mVerifyRequests_1(bool value) { ___mVerifyRequests_1 = 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.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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest struct Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 : public GeneralDigest_t87A61506D31B11798E0404E71466E4D5B8B9B4B8 { public: // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H1 uint32_t ___H1_5; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H2 uint32_t ___H2_6; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H3 uint32_t ___H3_7; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H4 uint32_t ___H4_8; // System.UInt32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::H5 uint32_t ___H5_9; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::X UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___X_10; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::xOff int32_t ___xOff_11; public: inline static int32_t get_offset_of_H1_5() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H1_5)); } inline uint32_t get_H1_5() const { return ___H1_5; } inline uint32_t* get_address_of_H1_5() { return &___H1_5; } inline void set_H1_5(uint32_t value) { ___H1_5 = value; } inline static int32_t get_offset_of_H2_6() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H2_6)); } inline uint32_t get_H2_6() const { return ___H2_6; } inline uint32_t* get_address_of_H2_6() { return &___H2_6; } inline void set_H2_6(uint32_t value) { ___H2_6 = value; } inline static int32_t get_offset_of_H3_7() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H3_7)); } inline uint32_t get_H3_7() const { return ___H3_7; } inline uint32_t* get_address_of_H3_7() { return &___H3_7; } inline void set_H3_7(uint32_t value) { ___H3_7 = value; } inline static int32_t get_offset_of_H4_8() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H4_8)); } inline uint32_t get_H4_8() const { return ___H4_8; } inline uint32_t* get_address_of_H4_8() { return &___H4_8; } inline void set_H4_8(uint32_t value) { ___H4_8 = value; } inline static int32_t get_offset_of_H5_9() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___H5_9)); } inline uint32_t get_H5_9() const { return ___H5_9; } inline uint32_t* get_address_of_H5_9() { return &___H5_9; } inline void set_H5_9(uint32_t value) { ___H5_9 = value; } inline static int32_t get_offset_of_X_10() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___X_10)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_X_10() const { return ___X_10; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_X_10() { return &___X_10; } inline void set_X_10(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___X_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_10), (void*)value); } inline static int32_t get_offset_of_xOff_11() { return static_cast(offsetof(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459, ___xOff_11)); } inline int32_t get_xOff_11() const { return ___xOff_11; } inline int32_t* get_address_of_xOff_11() { return &___xOff_11; } inline void set_xOff_11(int32_t value) { ___xOff_11 = 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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo struct SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::algID AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algID_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::keyData DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___keyData_3; public: inline static int32_t get_offset_of_algID_2() { return static_cast(offsetof(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB, ___algID_2)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_algID_2() const { return ___algID_2; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_algID_2() { return &___algID_2; } inline void set_algID_2(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___algID_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___algID_2), (void*)value); } inline static int32_t get_offset_of_keyData_3() { return static_cast(offsetof(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB, ___keyData_3)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_keyData_3() const { return ___keyData_3; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_keyData_3() { return &___keyData_3; } inline void set_keyData_3(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___keyData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyData_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClientContextImpl struct TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF : public AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServerContextImpl struct TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 : public AbstractTlsContext_t7A215D1CD3DB1EB0C4E20AD4811CAED401141836 { public: public: }; // 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; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure struct X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure::tbsCert TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * ___tbsCert_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure::sigAlgID AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___sigAlgID_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure::sig DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___sig_4; public: inline static int32_t get_offset_of_tbsCert_2() { return static_cast(offsetof(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1, ___tbsCert_2)); } inline TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * get_tbsCert_2() const { return ___tbsCert_2; } inline TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 ** get_address_of_tbsCert_2() { return &___tbsCert_2; } inline void set_tbsCert_2(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * value) { ___tbsCert_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___tbsCert_2), (void*)value); } inline static int32_t get_offset_of_sigAlgID_3() { return static_cast(offsetof(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1, ___sigAlgID_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_sigAlgID_3() const { return ___sigAlgID_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_sigAlgID_3() { return &___sigAlgID_3; } inline void set_sigAlgID_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___sigAlgID_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___sigAlgID_3), (void*)value); } inline static int32_t get_offset_of_sig_4() { return static_cast(offsetof(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1, ___sig_4)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_sig_4() const { return ___sig_4; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_sig_4() { return &___sig_4; } inline void set_sig_4(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___sig_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sig_4), (void*)value); } }; // /__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: }; // 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; } }; // 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); } }; // 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.Crypto.Parameters.DsaPrivateKeyParameters struct DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98 : public DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPrivateKeyParameters::x BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x_2; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98, ___x_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_x_2() const { return ___x_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_x_2() { return &___x_2; } inline void set_x_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___x_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters struct DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 : public DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters::y BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y_2; public: inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9, ___y_2)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_y_2() const { return ___y_2; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_y_2() { return &___y_2; } inline void set_y_2(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___y_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___y_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer struct DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DatagramTransport BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mTransport RuntimeObject* ___mTransport_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mContext RuntimeObject* ___mContext_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPeer BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mPeer RuntimeObject* ___mPeer_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ByteQueue BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mRecordQueue ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * ___mRecordQueue_7; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mClosed bool ___mClosed_8; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mFailed bool ___mFailed_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mReadVersion ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___mReadVersion_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mWriteVersion ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___mWriteVersion_11; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mInHandshake bool ___mInHandshake_12; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mPlaintextLimit int32_t ___mPlaintextLimit_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mCurrentEpoch DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * ___mCurrentEpoch_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mPendingEpoch DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * ___mPendingEpoch_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mReadEpoch DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * ___mReadEpoch_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mWriteEpoch DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * ___mWriteEpoch_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsHandshakeRetransmit BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mRetransmit RuntimeObject* ___mRetransmit_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mRetransmitEpoch DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * ___mRetransmitEpoch_19; // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::mRetransmitExpiry int64_t ___mRetransmitExpiry_20; public: inline static int32_t get_offset_of_mTransport_4() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mTransport_4)); } inline RuntimeObject* get_mTransport_4() const { return ___mTransport_4; } inline RuntimeObject** get_address_of_mTransport_4() { return &___mTransport_4; } inline void set_mTransport_4(RuntimeObject* value) { ___mTransport_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mTransport_4), (void*)value); } inline static int32_t get_offset_of_mContext_5() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mContext_5)); } inline RuntimeObject* get_mContext_5() const { return ___mContext_5; } inline RuntimeObject** get_address_of_mContext_5() { return &___mContext_5; } inline void set_mContext_5(RuntimeObject* value) { ___mContext_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mContext_5), (void*)value); } inline static int32_t get_offset_of_mPeer_6() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mPeer_6)); } inline RuntimeObject* get_mPeer_6() const { return ___mPeer_6; } inline RuntimeObject** get_address_of_mPeer_6() { return &___mPeer_6; } inline void set_mPeer_6(RuntimeObject* value) { ___mPeer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPeer_6), (void*)value); } inline static int32_t get_offset_of_mRecordQueue_7() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mRecordQueue_7)); } inline ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * get_mRecordQueue_7() const { return ___mRecordQueue_7; } inline ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 ** get_address_of_mRecordQueue_7() { return &___mRecordQueue_7; } inline void set_mRecordQueue_7(ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * value) { ___mRecordQueue_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___mRecordQueue_7), (void*)value); } inline static int32_t get_offset_of_mClosed_8() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mClosed_8)); } inline bool get_mClosed_8() const { return ___mClosed_8; } inline bool* get_address_of_mClosed_8() { return &___mClosed_8; } inline void set_mClosed_8(bool value) { ___mClosed_8 = value; } inline static int32_t get_offset_of_mFailed_9() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mFailed_9)); } inline bool get_mFailed_9() const { return ___mFailed_9; } inline bool* get_address_of_mFailed_9() { return &___mFailed_9; } inline void set_mFailed_9(bool value) { ___mFailed_9 = value; } inline static int32_t get_offset_of_mReadVersion_10() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mReadVersion_10)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_mReadVersion_10() const { return ___mReadVersion_10; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_mReadVersion_10() { return &___mReadVersion_10; } inline void set_mReadVersion_10(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___mReadVersion_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___mReadVersion_10), (void*)value); } inline static int32_t get_offset_of_mWriteVersion_11() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mWriteVersion_11)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_mWriteVersion_11() const { return ___mWriteVersion_11; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_mWriteVersion_11() { return &___mWriteVersion_11; } inline void set_mWriteVersion_11(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___mWriteVersion_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___mWriteVersion_11), (void*)value); } inline static int32_t get_offset_of_mInHandshake_12() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mInHandshake_12)); } inline bool get_mInHandshake_12() const { return ___mInHandshake_12; } inline bool* get_address_of_mInHandshake_12() { return &___mInHandshake_12; } inline void set_mInHandshake_12(bool value) { ___mInHandshake_12 = value; } inline static int32_t get_offset_of_mPlaintextLimit_13() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mPlaintextLimit_13)); } inline int32_t get_mPlaintextLimit_13() const { return ___mPlaintextLimit_13; } inline int32_t* get_address_of_mPlaintextLimit_13() { return &___mPlaintextLimit_13; } inline void set_mPlaintextLimit_13(int32_t value) { ___mPlaintextLimit_13 = value; } inline static int32_t get_offset_of_mCurrentEpoch_14() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mCurrentEpoch_14)); } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * get_mCurrentEpoch_14() const { return ___mCurrentEpoch_14; } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B ** get_address_of_mCurrentEpoch_14() { return &___mCurrentEpoch_14; } inline void set_mCurrentEpoch_14(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * value) { ___mCurrentEpoch_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___mCurrentEpoch_14), (void*)value); } inline static int32_t get_offset_of_mPendingEpoch_15() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mPendingEpoch_15)); } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * get_mPendingEpoch_15() const { return ___mPendingEpoch_15; } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B ** get_address_of_mPendingEpoch_15() { return &___mPendingEpoch_15; } inline void set_mPendingEpoch_15(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * value) { ___mPendingEpoch_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPendingEpoch_15), (void*)value); } inline static int32_t get_offset_of_mReadEpoch_16() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mReadEpoch_16)); } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * get_mReadEpoch_16() const { return ___mReadEpoch_16; } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B ** get_address_of_mReadEpoch_16() { return &___mReadEpoch_16; } inline void set_mReadEpoch_16(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * value) { ___mReadEpoch_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___mReadEpoch_16), (void*)value); } inline static int32_t get_offset_of_mWriteEpoch_17() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mWriteEpoch_17)); } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * get_mWriteEpoch_17() const { return ___mWriteEpoch_17; } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B ** get_address_of_mWriteEpoch_17() { return &___mWriteEpoch_17; } inline void set_mWriteEpoch_17(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * value) { ___mWriteEpoch_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___mWriteEpoch_17), (void*)value); } inline static int32_t get_offset_of_mRetransmit_18() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mRetransmit_18)); } inline RuntimeObject* get_mRetransmit_18() const { return ___mRetransmit_18; } inline RuntimeObject** get_address_of_mRetransmit_18() { return &___mRetransmit_18; } inline void set_mRetransmit_18(RuntimeObject* value) { ___mRetransmit_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___mRetransmit_18), (void*)value); } inline static int32_t get_offset_of_mRetransmitEpoch_19() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mRetransmitEpoch_19)); } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * get_mRetransmitEpoch_19() const { return ___mRetransmitEpoch_19; } inline DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B ** get_address_of_mRetransmitEpoch_19() { return &___mRetransmitEpoch_19; } inline void set_mRetransmitEpoch_19(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * value) { ___mRetransmitEpoch_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___mRetransmitEpoch_19), (void*)value); } inline static int32_t get_offset_of_mRetransmitExpiry_20() { return static_cast(offsetof(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1, ___mRetransmitExpiry_20)); } inline int64_t get_mRetransmitExpiry_20() const { return ___mRetransmitExpiry_20; } inline int64_t* get_address_of_mRetransmitExpiry_20() { return &___mRetransmitExpiry_20; } inline void set_mRetransmitExpiry_20(int64_t value) { ___mRetransmitExpiry_20 = 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; }; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.MemoryStream::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_5; // System.Int32 System.IO.MemoryStream::_origin int32_t ____origin_6; // System.Int32 System.IO.MemoryStream::_position int32_t ____position_7; // System.Int32 System.IO.MemoryStream::_length int32_t ____length_8; // System.Int32 System.IO.MemoryStream::_capacity int32_t ____capacity_9; // System.Boolean System.IO.MemoryStream::_expandable bool ____expandable_10; // System.Boolean System.IO.MemoryStream::_writable bool ____writable_11; // System.Boolean System.IO.MemoryStream::_exposable bool ____exposable_12; // System.Boolean System.IO.MemoryStream::_isOpen bool ____isOpen_13; // System.Threading.Tasks.Task`1 System.IO.MemoryStream::_lastReadTask Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ____lastReadTask_14; public: inline static int32_t get_offset_of__buffer_5() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____buffer_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_5() const { return ____buffer_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_5() { return &____buffer_5; } inline void set__buffer_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_5), (void*)value); } inline static int32_t get_offset_of__origin_6() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____origin_6)); } inline int32_t get__origin_6() const { return ____origin_6; } inline int32_t* get_address_of__origin_6() { return &____origin_6; } inline void set__origin_6(int32_t value) { ____origin_6 = value; } inline static int32_t get_offset_of__position_7() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____position_7)); } inline int32_t get__position_7() const { return ____position_7; } inline int32_t* get_address_of__position_7() { return &____position_7; } inline void set__position_7(int32_t value) { ____position_7 = value; } inline static int32_t get_offset_of__length_8() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____length_8)); } inline int32_t get__length_8() const { return ____length_8; } inline int32_t* get_address_of__length_8() { return &____length_8; } inline void set__length_8(int32_t value) { ____length_8 = value; } inline static int32_t get_offset_of__capacity_9() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____capacity_9)); } inline int32_t get__capacity_9() const { return ____capacity_9; } inline int32_t* get_address_of__capacity_9() { return &____capacity_9; } inline void set__capacity_9(int32_t value) { ____capacity_9 = value; } inline static int32_t get_offset_of__expandable_10() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____expandable_10)); } inline bool get__expandable_10() const { return ____expandable_10; } inline bool* get_address_of__expandable_10() { return &____expandable_10; } inline void set__expandable_10(bool value) { ____expandable_10 = value; } inline static int32_t get_offset_of__writable_11() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____writable_11)); } inline bool get__writable_11() const { return ____writable_11; } inline bool* get_address_of__writable_11() { return &____writable_11; } inline void set__writable_11(bool value) { ____writable_11 = value; } inline static int32_t get_offset_of__exposable_12() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____exposable_12)); } inline bool get__exposable_12() const { return ____exposable_12; } inline bool* get_address_of__exposable_12() { return &____exposable_12; } inline void set__exposable_12(bool value) { ____exposable_12 = value; } inline static int32_t get_offset_of__isOpen_13() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____isOpen_13)); } inline bool get__isOpen_13() const { return ____isOpen_13; } inline bool* get_address_of__isOpen_13() { return &____isOpen_13; } inline void set__isOpen_13(bool value) { ____isOpen_13 = value; } inline static int32_t get_offset_of__lastReadTask_14() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____lastReadTask_14)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get__lastReadTask_14() const { return ____lastReadTask_14; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of__lastReadTask_14() { return &____lastReadTask_14; } inline void set__lastReadTask_14(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ____lastReadTask_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_14), (void*)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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.CryptoException struct CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 : public Exception_t { 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.Security.GeneralSecurityException struct GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA : public Exception_t { public: public: }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/RecordLayerBuffer struct RecordLayerBuffer_t6B3BF494E9C6637B37CA3C57C16DC34FBD39F404 : public MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C { 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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException struct DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 : public CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 { 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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.InvalidCipherTextException struct InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D : public CryptoException_t4585FEA3F67B6ED045D6C9401A9C96B1234E3F27 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.KeyException struct KeyException_t145BB2019F3A9E314C4C8FF15DDDFCD63E89AE62 : public GeneralSecurityException_tB77B003D334D962B16ED6BEB5AD4567AD5B618BA { public: public: }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidKeyException struct InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A : public KeyException_t145BB2019F3A9E314C4C8FF15DDDFCD63E89AE62 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsException struct TlsException_t1732743E62B1390C3072EA484D216C08D2C75983 : public IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA { public: public: }; // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // 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); } }; // 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; } }; // 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); } }; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2 : public RuntimeArray { public: ALIGN_FIELD (8) uint64_t m_Items[1]; public: inline uint64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint64_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, uint64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value) { m_Items[index] = value; } }; // System.UInt64[][] struct UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F : public RuntimeArray { public: ALIGN_FIELD (8) UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* m_Items[1]; public: inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** 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, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* 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; } }; // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricKeyParameter__ctor_m383021999D70982D1E53120E9C0BD8DF08238CB3 (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * __this, bool ___privateKey0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DsaKeyParameters_Equals_m7DFF748E29B840A5C89587343D5EDBB4A6621C10 (DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * __this, DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * ___other0, const RuntimeMethod* method); // System.Boolean System.Object::Equals(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_Equals_mBE334AF263BDADA1D0F1DE7E14456A63E47F8053 (RuntimeObject * ___objA0, RuntimeObject * ___objB1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AsymmetricKeyParameter_Equals_mD7853F9B3D0E36774C21F59D72AF91B995AE0211 (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___other0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AsymmetricKeyParameter_GetHashCode_mC6FFFFA2C19DDE30047E372FD0D1D655D2CCDF1F (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 * DsaParameter_GetInstance_mF7EB5E6B75DE4830FE0FE7E4F46AEFCCE612BB75 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaParameter__ctor_mE8F81597CB9FA86CFB111331DD4C02BEE5D2E2A0 (DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 * __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.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 System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, 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); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerInteger__ctor_m612C6B5423FEC812F2B14987AF4D153C141750F0 (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, 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); // 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::get_PositiveValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DerInteger_get_PositiveValue_m8732018F1F65AC4ECD83CD058341C9363AD5754B (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, 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.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameterGenerationParameters::.ctor(System.Int32,System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaParameterGenerationParameters__ctor_m4B92A7A815D9912C2B25C2BC8978DDBAA7ADB1FA (DsaParameterGenerationParameters_tB1B6CAAF828B878DD0688C4A329A284F5B0454FC * __this, int32_t ___L0, int32_t ___N1, int32_t ___certainty2, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random3, int32_t ___usageIndex4, 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.Crypto.Parameters.DsaParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaParameters__ctor_mD0A1C1A700ADB7941555556B1F7A0E2CD7F265D3 (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g2, DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * ___parameters3, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DsaParameters_Equals_m8E177D2694C3DF35CA42A9EC52234E29F6BE7C7F (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * ___other0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Sha1Digest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sha1Digest__ctor_mE6504554318A0C272510B26A1ECA66AEB0F3C648 (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaParametersGenerator__ctor_m7DD4235228A597A593E512201412135333B681CE (DsaParametersGenerator_t3FFD66865EB3BA25634790FE32D9C3CD026FF524 * __this, RuntimeObject* ___digest0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::IsValidDsaStrength(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DsaParametersGenerator_IsValidDsaStrength_mA1E6A74DEF8DE351225CF38EB0A7C0E208DFE4DD (int32_t ___strength0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::GetDefaultN(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DsaParametersGenerator_GetDefaultN_mF10F92AE38AFC6ED92F1C01650F2308EA45492CF (int32_t ___L0, 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.Crypto.Generators.DsaParametersGenerator::Hash(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaParametersGenerator_Hash_m3E922F37A1EC8C27AA0985CCB563963E99F2792B (RuntimeObject* ___d0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, 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.Generators.DsaParametersGenerator::Inc(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaParametersGenerator_Inc_mB43BB0352E0FEA7B6629B2FD8AEB10A2617B1AB9 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::.ctor(System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___sign0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::IsProbablePrime(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_IsProbablePrime_m0793CB745AA8451B6B5916788FD60F3829B93EBD (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___certainty0, 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ShiftLeft(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_ShiftLeft_m3058D01476403859DEA3EE149EAC257444F7EC2C (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___n0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Mod(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Subtract(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Subtract_m533D42A73362CE69891C408AC3587038EB6B883C (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n0, 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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters::.ctor(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaValidationParameters__ctor_mD14D1F92826EE235050E9772433BD704DE854A67 (DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed0, int32_t ___counter1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Divide(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Divide_m13FDAD15EF3A36ABE09AF25575C554CCB1E59356 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___val0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.BigIntegers::CreateRandomInRange(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigIntegers_CreateRandomInRange_m97CB7CE0D042CD444A5E00FDF5664C42A4AD6C92 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___min0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___max1, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random2, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ModPow(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_ModPow_mC9A62D287BD35E7645E234EDAE8020614A434ED2 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___e0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::SetBit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_SetBit_mFA6F411B93B24185445A62C9984071A9B51338EC (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___n0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Add_mC4685DAB012424EC6A0FF486D89CA5A538CB3937 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters::.ctor(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaValidationParameters__ctor_m02AE1EDC04FFEB35BCF7DA6E492AFA52AB053BA8 (DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed0, int32_t ___counter1, int32_t ___usageIndex2, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Encoders.Hex::Decode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1 (String_t* ___data0, 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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters::.ctor(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaKeyParameters__ctor_m8819F2272014A37A3582B5B0891D6737776A0D44 (DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * __this, bool ___isPrivate0, DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * ___parameters1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPrivateKeyParameters::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPrivateKeyParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DsaPrivateKeyParameters_Equals_m143F473323B70D837EDE5ED480FA84FC20B0ACD5 (DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98 * __this, DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98 * ___other0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DsaKeyParameters_GetHashCode_m9179FA3DB46FC2485C4ECA62A360C30853CB6EBC (DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::get_P() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaParameters_get_P_mA6C35D7CCBF79E522515CDB351B76961C2CD7A0C_inline (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::get_Q() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaParameters_get_Q_mDDEA980729D10045F0EFFF72E018FBB6AEFEB433_inline (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters::Validate(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaPublicKeyParameters_Validate_mDEB7EC9F65810E335B67C39B3214AFD62D230108 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y0, DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * ___parameters1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DsaPublicKeyParameters_Equals_mCF170F426E75C234616E8C450D96B641FEDF08FE (DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * __this, DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * ___other0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.RandomDsaKCalculator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RandomDsaKCalculator__ctor_m6BF841870093C0DF7180A77E38BE92EE525F1130 (RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::get_Random() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ParametersWithRandom_get_Random_mF9C641B992B3D83AC3CE3E4E7AD7D56545538F91_inline (ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom::get_Parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ParametersWithRandom_get_Parameters_mC27DE634CDD6230C5FD939CC5B81B42B7CCAEF18_inline (ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.InvalidKeyException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidKeyException__ctor_m8237DB4630E307D5BF4496918D1F5A07DC10E5CF (InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * __this, String_t* ___message0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters::get_Parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * DsaKeyParameters_get_Parameters_mC51CFA0D395F4AE1BF0CA32043A7C290408EDEE4_inline (DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPrivateKeyParameters::get_X() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaPrivateKeyParameters_get_X_m546BC3C2E687DDF3EBF16BD389E8506718B30DC2_inline (DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::get_G() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaParameters_get_G_m01D4CB03D0E50BE67CF67A1D8FA6394C35A106F9_inline (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::ModInverse(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_ModInverse_mC7B76E8E8BA0692B5F16F38DDA981EB2C5ABBC34 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___m0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::Multiply(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___val0, 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters::get_Y() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaPublicKeyParameters_get_Y_m5A3F46235738D1898CF1D43B545956F22EAE7AA2_inline (DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * __this, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::.ctor(System.Int32,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m915A1EA8271B005129A1E4376699B8E3BF71036B (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, int32_t ___sign0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes1, int32_t ___offset2, int32_t ___length3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureRandom__ctor_mAD42803A2428614D1F961A8BCC228B22958C978A (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * __this, const RuntimeMethod* method); // System.Object System.Array::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C (RuntimeArray * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::AreEqual(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___a0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___b1, const RuntimeMethod* method); // System.Int32 System.Int32::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667 (int32_t* __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::GetHashCode(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Arrays_GetHashCode_m8261AF075350B6360081F547285B872E81168C25 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::CopyIn(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Digest_CopyIn_mEC37D90BA8EBA5118354FFBBA29AEE9262642CCF (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * __this, Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * ___digest0, const RuntimeMethod* method); // System.UInt64[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::Clone(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* Arrays_Clone_mC889FC1BB67CD1CAAF3D9D284DB95A01AED832A1 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___data0, 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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Utilities.Pack::UInt64_To_LE(System.UInt64,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pack_UInt64_To_LE_m1A999D62C6E575820F9A44813CD5D7008B74F888 (uint64_t ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::P(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Digest_P_m78A4BA687CEA6A0C3302BE885D2709B13BFF9E47 (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * __this, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___s0, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Utilities.Pack::LE_To_UInt64(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Pack_LE_To_UInt64_m7CC2C29E6C45033ED7B8A580B198ABAC4AA28033 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___off1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::Q(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Digest_Q_m9585CE403E2092FDC18548DD341DA33A8D6EE916 (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * __this, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___s0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::ShiftRows(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Digest_ShiftRows_m1E10C312FE506B911BCF7F226071EC0468CCD5EE (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * __this, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___s0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::SubBytes(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Digest_SubBytes_m06A2305F6A36A1638593106CEC60CA798A32C9D4 (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * __this, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___s0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::MixColumns(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Digest_MixColumns_mF0D3A6AC2C8902295A11B0821CEAECC6B1E732BC (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * __this, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___s0, const RuntimeMethod* method); // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::Rotate(System.Int32,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Dstu7564Digest_Rotate_m10DC0BD8BF90ACAF6A29A22AD84CCD120CDD2A49 (int32_t ___n0, uint64_t ___x1, const RuntimeMethod* method); // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::MixColumn(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Dstu7564Digest_MixColumn_m42942BB27A67B6050BFDC9566DC92971CF64C8F3 (uint64_t ___c0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Digest__ctor_m4BED255283F5FA7BFFF7F16A12B06A99C8B39112 (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * __this, Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * ___digest0, 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.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Digest__ctor_m7A19852B8B9FC2B2D7F7067ECD4E988B60B71BF2 (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * __this, int32_t ___hashSizeBits0, 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.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7564Mac::PadKey(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Dstu7564Mac_PadKey_m98E2BB30E57F4CADE97F6667C8AD88CC8FD2EA7B (Dstu7564Mac_tE6C236F5A0592D690770B8FF03C6A33B856A15D8 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, 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.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7564Mac::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Dstu7564Mac_get_AlgorithmName_m445AEA434244843A802D4D8D8B0BE51240E7D09A (Dstu7564Mac_tE6C236F5A0592D690770B8FF03C6A33B856A15D8 * __this, 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.Macs.Dstu7564Mac::Pad() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Mac_Pad_mEFD09D01525D0BB2D5B57B83D14949E00EEA6B0B (Dstu7564Mac_tE6C236F5A0592D690770B8FF03C6A33B856A15D8 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Utilities.Pack::LE_To_UInt64(System.Byte[],System.Int32,System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pack_LE_To_UInt64_m176B173D3BA41EB8E5D6A777206204BBEB4A17B5 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs0, int32_t ___off1, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___ns2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::WorkingKeyExpandKT(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_WorkingKeyExpandKT_mE723179628AC41880E514AB887ADF43179981DC2 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___workingKey0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___tempKeys1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::WorkingKeyExpandEven(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_WorkingKeyExpandEven_m9C76816EBE3842B5376A5517AD9CDE7181B7F7B3 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___workingKey0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___tempKey1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::WorkingKeyExpandOdd() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_WorkingKeyExpandOdd_m3C41DFD541A179E0681F46788A647EAE922110F6 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::EncryptionRound() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_EncryptionRound_m9CB3B79539C8852B03BAC9873CE3AA00B2278A9D (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::RotateLeft(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_RotateLeft_m2E396C1CC296CD0C558BC38F7073B10AB972A5D1 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::EncryptBlock_128(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_EncryptBlock_128_mBB0F30B942696564AE42FB949A2BAED33F8E51CF (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::AddRoundKey(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_AddRoundKey_mA643C4768E7A68D17E4A2432577E0928374C3111 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, int32_t ___round0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::XorRoundKey(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_XorRoundKey_mB56F7618FD78B188F779B9A89B30B0BF30E99FAA (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, int32_t ___round0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Utilities.Pack::UInt64_To_LE(System.UInt64[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pack_UInt64_To_LE_m4D0CF10E1974613523CC223D937D8BEDED65A6E9 (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___ns0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bs1, int32_t ___off2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::DecryptBlock_128(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_DecryptBlock_128_mF1CCF14E04F6D1BA8B4EC7D8AD0C27265802046D (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, int32_t ___outOff3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::SubRoundKey(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_SubRoundKey_mF112585D8DED2A66D98FF78953E534E1C2030A13 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, int32_t ___round0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::DecryptionRound() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_DecryptionRound_m025D7B90C0C0EC90F765C341C4BF26356DC5DEF0 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::SubBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_SubBytes_mF1853648EE082D9D0B52D2EE05C0D1A8BA6F5EC7 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::ShiftRows() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_ShiftRows_mAB7933FC106189593039A707ACF014474A458FE6 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::MixColumns() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_MixColumns_m58AB1D37F79CCA84A62D13093C0B2FEA5693A9BD (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::MixColumnsInv() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_MixColumnsInv_mB41A8496108D4D500425B030282B95199D48C6F4 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::InvShiftRows() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_InvShiftRows_m68BFD13D549BB116061E89E502EE7DEFC7BEC997 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::InvSubBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_InvSubBytes_m8F4F1737BEDF8B14C8084649FEA4409074004A46 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, const RuntimeMethod* method); // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::MixColumnInv(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Dstu7624Engine_MixColumnInv_mA70D112080A93C8CE72A40A42466406E1AFD033E (uint64_t ___c0, const RuntimeMethod* method); // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::MixColumn(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Dstu7624Engine_MixColumn_m0F5BC26062E19EB5118DBF9A4DD204F422FEB854 (uint64_t ___c0, const RuntimeMethod* method); // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::MulX(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Dstu7624Engine_MulX_mCCA3BD01057E2EB59A5546D5E9C1D18608EC6920 (uint64_t ___n0, const RuntimeMethod* method); // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::Rotate(System.Int32,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Dstu7624Engine_Rotate_mCBCBFC72F087EF69F0DC4F3322E7309C30983FA3 (int32_t ___n0, uint64_t ___x1, const RuntimeMethod* method); // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::MulX2(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Dstu7624Engine_MulX2_mD177B4B818FB3F0493B5E85F11802F43ADC9901A (uint64_t ___n0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine__ctor_mF1B56351AC4D778640B44CE068B8797D6A9A323A (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, int32_t ___blockSizeBits0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7624Mac::processBlock(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Mac_processBlock_m5506530BF69774B1451A5574AB1E3C287DD5A4FD (Dstu7624Mac_t87BC372EB39E7F875F1E9AC44C02305BD131625D * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7624Mac::Xor(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Mac_Xor_m1B6C33F838EAEAE7E536FAF959C25AE152CA26E5 (Dstu7624Mac_t87BC372EB39E7F875F1E9AC44C02305BD131625D * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___c0, int32_t ___cOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input2, int32_t ___inOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___xorResult4, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.DataLengthException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::Fill(System.Byte[],System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Arrays_Fill_m841D30B6E9F2CA374C9F6D5C3A690607C6E1BCFF (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, uint8_t ___b1, const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateArrayList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143 (const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Utilities.Pack::UInt32_To_LE(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Pack_UInt32_To_LE_mDD4FA0D2721D43D8530B1958288822DABF25AE6A (uint32_t ___n0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.InvalidCipherTextException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCipherTextException__ctor_m17000A09278358915AC0F74D4227FA7AC7C72043 (InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D * __this, String_t* ___message0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::CopyOfRange(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Arrays_CopyOfRange_m4DB795FE5A54E33AF1B2C338A8DB20C3EA14CDE4 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___from1, int32_t ___to2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsProtocol::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsProtocol__ctor_m32B5FEB7DECB88F5B74CFBE16E16AE6E8F13FDC6 (DtlsProtocol_t67B922C04398E5FB7E56005D51B95EEE1534CFED * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___secureRandom0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParameters__ctor_m4DEFDB6F8DEAF74BBF4A939145C6553275873D19 (SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClientHandshakeState__ctor_mD36918A28F7AC45C01F52C7B59929EAA4E646384 (ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClientContextImpl::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsClientContextImpl__ctor_m2F67AC16A08C1DF0D26560A0F5C624F288014381 (TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___secureRandom0, SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * ___securityParameters1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::CreateRandomBlock(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* TlsProtocol_CreateRandomBlock_m92598180A2F8675959253CF8A9600DDA1AE02D63 (bool ___useGmtUnixTime0, RuntimeObject* ___randomGenerator1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DatagramTransport,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPeer,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsRecordLayer__ctor_mFA9A795E749E96891348C8FAB3A6EA5451D260A0 (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * __this, RuntimeObject* ___transport0, RuntimeObject* ___context1, RuntimeObject* ___peer2, uint8_t ___contentType3, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::get_IsExtendedMasterSecret() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SessionParameters_get_IsExtendedMasterSecret_m0E44233725BECE1CE04D35EE9221186CC3C561DA_inline (SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert::.ctor(System.Byte,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsFatalAlert__ctor_mB946761CD8831D1CA0FFE235C0B4B0013B666333 (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * __this, uint8_t ___alertDescription0, Exception_t * ___alertCause1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReliableHandshake__ctor_m331824E1092638A90AF5A77D1FF80AAF4A97AB80 (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, RuntimeObject* ___context0, DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * ___transport1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::SendMessage(System.Byte,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReliableHandshake_SendMessage_m1CDD7894F9F00CF6A9D1BEB2455BE9EE46E9711C (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, uint8_t ___msg_type0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::ReceiveMessage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * DtlsReliableHandshake_ReceiveMessage_m1F93EED0A729BB163496159CB091A4524923813E (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, 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.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.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message::get_Body() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Message_get_Body_m88187D47BB1DCA2BC41AEA8003A13584FD6168E9_inline (Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::PatchClientHelloWithCookie(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DtlsClientProtocol_PatchClientHelloWithCookie_m0C57B00DB7168FB4951BF38C6A104F7AA1D5CCF7 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___clientHelloBody0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cookie1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::ResetHandshakeMessagesDigest() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReliableHandshake_ResetHandshakeMessagesDigest_mEC6E856882C7255CBE89B3B9B7BD639238F2E481 (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, const RuntimeMethod* method); // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message::get_Type() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t Message_get_Type_mB54A98E03A88620C6527DB02F537169126F46D0D_inline (Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::NotifyHelloComplete() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReliableHandshake_NotifyHelloComplete_m39053120D86D1D669126E4BCEDB6DCF00E327573 (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsProtocol::ApplyMaxFragmentLengthExtension(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer,System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsProtocol_ApplyMaxFragmentLengthExtension_m28C31FABC1A9B8902FE01A930F5F1DA7C89DD7A5 (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * ___recordLayer0, int16_t ___maxFragmentLength1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::get_MasterSecret() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SessionParameters_get_MasterSecret_m95C307C8EE17D2EFA209BB98AA21E6B8DB4CA04C_inline (SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::get_HandshakeHash() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DtlsReliableHandshake_get_HandshakeHash_m07F71DA110A553350CBF4AD839DA11324AA13B41_inline (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::GetCurrentPrfHash(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* TlsProtocol_GetCurrentPrfHash_m388CF705EEB0F2A5C018224772F4ED6AB7FE77BA (RuntimeObject* ___context0, RuntimeObject* ___handshakeHash1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sslSender2, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::CalculateVerifyData(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext,System.String,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* TlsUtilities_CalculateVerifyData_m2DF91E1B5E4AB70894595689E772ACFC09D0DE73 (RuntimeObject* ___context0, String_t* ___asciiLabel1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___handshakeHash2, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::ReceiveMessageBody(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DtlsReliableHandshake_ReceiveMessageBody_mC1B2BFB8C18AC8983D2EEAB90E06260FD3F1EF61 (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, uint8_t ___msg_type0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::Finish() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReliableHandshake_Finish_mF968C4CAE5ACA72723388548E5E6AA8DEAE87FBE (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsTransport::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsTransport__ctor_m365916F50BC3DE5D113956107CF70E98CBF87D36 (DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB * __this, DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * ___recordLayer0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSessionImpl::.ctor(System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsSessionImpl__ctor_m4DCD26F01B89986B91993F64F549C12D118AC86B (TlsSessionImpl_tF4C93BBC90100A83C866B22818E82A3D9CD73DB2 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sessionID0, SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * ___sessionParameters1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::TrackHashAlgorithms(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_TrackHashAlgorithms_m7CD5565B381CE06A0B8CC3B1E7EED3724A56681B (RuntimeObject* ___handshakeHash0, RuntimeObject* ___supportedSignatureAlgorithms1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsProtocol::GenerateSupplementalData(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DtlsProtocol_GenerateSupplementalData_m245067360F7A4E3773BD058BF0621255E2678540 (RuntimeObject* ___supplementalData0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsProtocol::GenerateCertificate(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DtlsProtocol_GenerateCertificate_mC673C082ECF0753A7C47E02DB981BE92C96E53C6 (Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * ___certificate0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::PrepareToFinish() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DtlsReliableHandshake_PrepareToFinish_m5237DB95BA80C8B3FECD44D3693D64E2CB1A6600 (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::EstablishMasterSecret(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsProtocol_EstablishMasterSecret_m0D881878248C4CFFBD293DC32DFA6011222616A7 (RuntimeObject* ___context0, RuntimeObject* ___keyExchange1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::GetSignatureAndHashAlgorithm(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSignerCredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * TlsUtilities_GetSignatureAndHashAlgorithm_mF4CBF314935D3A19649E73276C3C73C3806BFCC9 (RuntimeObject* ___context0, RuntimeObject* ___signerCredentials1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigitallySigned::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigitallySigned__ctor_m4AB7FE3E8FFF72EFAA5F1945EB61B27B60916C45 (DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288 * __this, SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * ___algorithm0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Builder__ctor_mE988E0105711C1C96058476761349B2017052378 (Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder::SetCipherSuite(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * Builder_SetCipherSuite_mC1F1EE4077A53B058D4A2C73DE40AF3B475F5B69 (Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * __this, int32_t ___cipherSuite0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder::SetCompressionAlgorithm(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * Builder_SetCompressionAlgorithm_m45E921336E7C496AD188939DDB2D2AFBECADED87 (Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * __this, uint8_t ___compressionAlgorithm0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder::SetExtendedMasterSecret(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * Builder_SetExtendedMasterSecret_m76C730F21B480C125DDD9BE793F7CB7F4C51A1E9 (Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * __this, bool ___extendedMasterSecret0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder::SetMasterSecret(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * Builder_SetMasterSecret_m53CAAD98FA7CB308C43C591AFF63BB2E45995770 (Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___masterSecret0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder::SetPeerCertificate(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * Builder_SetPeerCertificate_mF41ED1BB97B965EEB5AD4D5F9E7492097BE9C20F (Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * __this, Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * ___peerCertificate0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder::SetPskIdentity(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * Builder_SetPskIdentity_m2DFDC64692A71857E58FD2F384023C4BCF209341 (Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___pskIdentity0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder::SetSrpIdentity(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * Builder_SetSrpIdentity_m78995F21BE245249A3916F395564D0C89814AF9F (Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___srpIdentity0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder::SetServerExtensions(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * Builder_SetServerExtensions_mB625AB7258E79FA07D8493F614D2D8845938A9F4 (Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * __this, RuntimeObject* ___serverExtensions0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters/Builder::Build() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * Builder_Build_m25E6C6D3E14797CC0156E1C9FC2062BE805CB2D0 (Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSession BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ImportSession(System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TlsUtilities_ImportSession_m714EEC16A9F3F16A2A2E98471674A5F2D371DCFF (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___sessionID0, SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * ___sessionParameters1, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::get_IsDtls() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ProtocolVersion_get_IsDtls_m303924D8926713A01DB249AF1B4DED397A13AC7D (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::get_CipherSuite() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SessionParameters_get_CipherSuite_mE16D34429B906E513708398FABFCBD48690D9453_inline (SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * __this, 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.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::get_CompressionAlgorithm() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t SessionParameters_get_CompressionAlgorithm_mF018EFA16DF41F3AA8A74E03F3C0FF380B7DB999_inline (SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * __this, 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.TlsExtensionsUtilities::AddExtendedMasterSecretExtension(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsExtensionsUtilities_AddExtendedMasterSecretExtension_mF1901A787FD726F1A75276B4BCDA49523FB53AE1 (RuntimeObject* ___extensions0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteVersion_m68966868BF7698C214AA0C5EF1157ADCDFEC1509 (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___version0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteOpaque8(System.Byte[],System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteOpaque8_m44042F177FBCFAD069991148333A008369268058 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output1, 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.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::Append(System.Int32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* Arrays_Append_m0ADB9E5460729D56CEEA1085F2E27191C0E776A1 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___a0, int32_t ___b1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteUint16ArrayWithUint16Length(System.Int32[],System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteUint16ArrayWithUint16Length_m53E762005E61573759246268B5B21B0A6AFE2B31 (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___uints0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteUint8ArrayWithUint8Length(System.Byte[],System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteUint8ArrayWithUint8Length_m4BCED1420A9E340771B44AF47A7ACF67CE255EC5 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___uints0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::WriteExtensions(System.IO.Stream,System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsProtocol_WriteExtensions_mFA1A29833D1EE8175E459315FE480AB2BE54B2B0 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output0, RuntimeObject* ___extensions1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SessionParameters_Clear_m52D91A2DD15900F6C4754E12966AD000EC3A9232 (SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * __this, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor(System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, bool ___writable1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest::Parse(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * CertificateRequest_Parse_mABE3254963813337F0FB55BB7B2A630BF829A9B8 (RuntimeObject* ___context0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::AssertEmpty(System.IO.MemoryStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsProtocol_AssertEmpty_m8949A72432991E8A93062D69639FCE23DC0030B6 (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___buf0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatus BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatus::Parse(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 * CertificateStatus_Parse_m2E7ED817E49DDC573BD274BB7DCF042C6CE5294A (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadVersion(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * TlsUtilities_ReadVersion_mF343EA2DE02C7086C0D30321EA04AD516F2B551A (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadOpaque8(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* TlsUtilities_ReadOpaque8_m7E62AE309E857BBD7C4008D18FD07850A2E77501 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.NewSessionTicket BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.NewSessionTicket::Parse(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NewSessionTicket_tE97CC8F3816C300BC527EEB9DF903C4AB90348EF * NewSessionTicket_Parse_m985C0731F622795A38B7F7938D7949EADA0E5091 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate::Parse(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * Certificate_Parse_m20B75E8C173A1F773E05828F11FDC91C757D808E (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadFully(System.Int32,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* TlsUtilities_ReadFully_mE5FC834E4FC4A791892231FF5C437BB30CEA8F1D (int32_t ___length0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadUint16(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TlsUtilities_ReadUint16_mB813EC24F2ECAE1A4F28509A6819745BEDD7D8A4 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CipherSuite::IsScsv(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CipherSuite_IsScsv_m9666A8538EA9FAC19F85B056E6FAF76CB01651DD (int32_t ___cipherSuite0, 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.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsProtocol::ValidateSelectedCipherSuite(System.Int32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsProtocol_ValidateSelectedCipherSuite_m250D4EB38E3C1DE19926461413D256E51ACAF465 (int32_t ___selectedCipherSuite0, uint8_t ___alertDescription1, const RuntimeMethod* method); // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadUint8(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t TlsUtilities_ReadUint8_mA28B77E9A9751670539E56507461A93522CD551B (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::ReadExtensions(System.IO.MemoryStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TlsProtocol_ReadExtensions_m19F1B82BA48024ACDF61F9440F039DDFD6BB6649 (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___input0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsExtensionsUtilities::HasExtendedMasterSecretExtension(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TlsExtensionsUtilities_HasExtendedMasterSecretExtension_m16ECF6193002976777668FB2ADC044F8124F6215 (RuntimeObject* ___extensions0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::CreateRenegotiationInfo(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* TlsProtocol_CreateRenegotiationInfo_m9174B688CBCAF00CC668E636242962FB6BE97246 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___renegotiated_connection0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::ConstantTimeAreEqual(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Arrays_ConstantTimeAreEqual_mA8B0D8A56AE0903D0723D146FD1777A01E2014E4 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___a0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___b1, const RuntimeMethod* method); // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters::ReadServerExtensions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SessionParameters_ReadServerExtensions_m3268BAA375F8300339532D185707C59BCB4184B4 (SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * __this, 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.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.Int16 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsProtocol::EvaluateMaxFragmentLengthExtension(System.Boolean,System.Collections.IDictionary,System.Collections.IDictionary,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t DtlsProtocol_EvaluateMaxFragmentLengthExtension_m29A7F40B29560F5B37D3CF4D24214E1FC007BA83 (bool ___resumedSession0, RuntimeObject* ___clientExtensions1, RuntimeObject* ___serverExtensions2, uint8_t ___alertDescription3, 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.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::HasExpectedEmptyExtensionData(System.Collections.IDictionary,System.Int32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TlsUtilities_HasExpectedEmptyExtensionData_m8696FC157600CFD36C8DD19ADFA6AD12B50828C6 (RuntimeObject* ___extensions0, int32_t ___extensionType1, uint8_t ___alertDescription2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::GetPrfAlgorithm(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TlsProtocol_GetPrfAlgorithm_mA98A53EB2AC319D63D378B38D75ABCCD2A7BAAD3 (RuntimeObject* ___context0, int32_t ___ciphersuite1, const RuntimeMethod* method); // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::ReadSupplementalDataMessage(System.IO.MemoryStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TlsProtocol_ReadSupplementalDataMessage_m018C910B817450B54F9B08295771D764DCAEAD4F (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___input0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ProtocolVersion_Equals_m55E637B40AF820E0B35ABA84E0B40FDA2FE6D211 (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * __this, ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___other0, const RuntimeMethod* method); // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadUint8(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t TlsUtilities_ReadUint8_m18EBCC12EE3DB706396578F590D15BEF82339D38 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___offset1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::CheckUint8(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_CheckUint8_m16F416D047D0ED56CCE06887A6BADEF2B2B81547 (int32_t ___i0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteUint8(System.Byte,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteUint8_mF51A9F2BA4D361435E4993CFC5BD46CCCB65E186 (uint8_t ___i0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, int32_t ___offset2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReplayWindow::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReplayWindow__ctor_m5ED57042B2DB1D00C88DBB4B6EA4BC59BDDCCABD (DtlsReplayWindow_t88F38DCD576D285E2B13E5902252B1366BCF2FCF * __this, 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.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.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol::WriteSupplementalData(System.IO.Stream,System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsProtocol_WriteSupplementalData_m7579E23A5F368CFBBB324574BAA47C9A4EA771A0 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output0, RuntimeObject* ___supplementalData1, 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.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler/Range::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Range__ctor_m3EBF65A6542ABD823140D9A5E8DECB7C0DC32008 (Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * __this, int32_t ___start0, int32_t ___end1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler/Range::get_End() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Range_get_End_mAE5C3BC602BA1F26337EAC550C201079A7A46785_inline (Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler/Range::get_Start() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Range_get_Start_mEEE23D756EB8360EAE320B4075315893ED8F264D_inline (Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * __this, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler/Range::set_Start(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Range_set_Start_m8A14E671EDA0CFB9C6FF6FCCF50E948093DFE01B_inline (Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler/Range::set_End(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Range_set_End_m20673533BA9764BF0AA9D87974B088E60B0FDA9E_inline (Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ByteQueue::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteQueue__ctor_mE78DC5C6549498A9E73DE4BAD99986414DB0798C (ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsNullCipher::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsNullCipher__ctor_mA10A43962F30E1B449687DC1A690FC7DC8254EF3 (TlsNullCipher_t9360870BA0FFF0F96FFE5C77DC5F3A1EE59F73C3 * __this, RuntimeObject* ___context0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch::.ctor(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsEpoch__ctor_m39FC93094DDC5CD1626B0236D945EABD973AC95E (DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * __this, int32_t ___epoch0, RuntimeObject* ___cipher1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch::get_Epoch() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DtlsEpoch_get_Epoch_m0C51870E66854328A7B73EBD677A6FC3F32451A4_inline (DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96 (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, const RuntimeMethod* method); // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Date.DateTimeUtilities::CurrentUnixMs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeUtilities_CurrentUnixMs_m8AB8AE654BFF0AF3CEDEFF82D3EB1FF5CD7F3030 (const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch::get_Cipher() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DtlsEpoch_get_Cipher_m15C06C4D0B576E20A4FC34CB543E5421B53FB49B_inline (DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::ReceiveRecord(System.Byte[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtlsRecordLayer_ReceiveRecord_mF3820657FE14A52A7E34EA3DDF223F08FF98DAB1 (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, int32_t ___waitMillis3, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadUint16(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TlsUtilities_ReadUint16_m1E5799E6E15832FAB71BF8BE758A1679A7BACE97 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___offset1, const RuntimeMethod* method); // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadUint48(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t TlsUtilities_ReadUint48_m16AE32CE7722ED6C7A06444A77C1E5C43D55D491 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___offset1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReplayWindow BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch::get_ReplayWindow() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DtlsReplayWindow_t88F38DCD576D285E2B13E5902252B1366BCF2FCF * DtlsEpoch_get_ReplayWindow_m7E621FCABDF57B44519F9AF4812759BA8EA291F7_inline (DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReplayWindow::ShouldDiscard(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtlsReplayWindow_ShouldDiscard_mB935471925E845255087737E923A35F78743A11E (DtlsReplayWindow_t88F38DCD576D285E2B13E5902252B1366BCF2FCF * __this, int64_t ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadVersion(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * TlsUtilities_ReadVersion_m8DEF414684575DED74860C54E651BAED78715EDA (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___offset1, const RuntimeMethod* method); // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::GetMacSequenceNumber(System.Int32,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DtlsRecordLayer_GetMacSequenceNumber_mEC80E625C9EFC27388EE755D80D8ACCC9D9B24AC (int32_t ___epoch0, int64_t ___sequence_number1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReplayWindow::ReportAuthenticated(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReplayWindow_ReportAuthenticated_mE495646536BA548A736E196F027F583FE5298C06 (DtlsReplayWindow_t88F38DCD576D285E2B13E5902252B1366BCF2FCF * __this, int64_t ___seq0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::CloseTransport() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsRecordLayer_CloseTransport_mE120A541B6E73DD841EA404C3909294121006A56 (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::SendRecord(System.Byte,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsRecordLayer_SendRecord_mAACF5AF25A86BE753C2D5E39A5A38AC0AB071539 (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * __this, uint8_t ___contentType0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, int32_t ___off2, int32_t ___len3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::RaiseAlert(System.Byte,System.Byte,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsRecordLayer_RaiseAlert_mA7696CFEE13E7656B5810B2FD3AFBCC26CADEE7B (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * __this, uint8_t ___alertLevel0, uint8_t ___alertDescription1, String_t* ___message2, Exception_t * ___cause3, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ByteQueue::get_Available() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ByteQueue_get_Available_m91501B129D3156941F03D56F51CBEFD0EEE75E7B_inline (ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ByteQueue::Read(System.Byte[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteQueue_Read_mE15C131ABFE6BBCB9F6D2603B03791FB8ACCA1EA (ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___offset1, int32_t ___len2, int32_t ___skip3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ByteQueue::RemoveData(System.Byte[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteQueue_RemoveData_m55688B85979D2459B82FE58673243941E1B3DCE5 (ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, int32_t ___skip3, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ByteQueue::AddData(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteQueue_AddData_mA479ED80FB8807626D34788691C5E259CE8F5D58 (ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___offset1, int32_t ___len2, const RuntimeMethod* method); // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch::AllocateSequenceNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DtlsEpoch_AllocateSequenceNumber_mEFC08B5B1158D5726EAF6329610E144F4E27EC95 (DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteVersion_m9F96059833D59596B7BA97B51522AE9CECC8036E (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___version0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, int32_t ___offset2, 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.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteUint48(System.Int64,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteUint48_m562B883A563F78D73351716F3539EB13E5E21965 (int64_t ___i0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, int32_t ___offset2, const RuntimeMethod* method); // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateHashtable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06 (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DeferredHash::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeferredHash__ctor_m5B3AAAB543ADAAFB861FF0793C8053E4D9AAE292 (DeferredHash_tFA84026B4A88B0E0626CFE07E71725B28742DC5C * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::CheckUint24(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_CheckUint24_mCB25C7928C216DC9994F2FEA9DC64B79EA230BCB (int32_t ___i0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::CheckInboundFlight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReliableHandshake_CheckInboundFlight_m6EE416A3DE61990B1AB386912F986D7EB0E4BF6D (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message::.ctor(System.Int32,System.Byte,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Message__ctor_m7BDD2ADD181C9B432D801BE559E2214AD23AF53F (Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * __this, int32_t ___message_seq0, uint8_t ___msg_type1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::WriteMessage(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReliableHandshake_WriteMessage_m607C45A11EC1A3AA2C13E6397A83D037B8481B45 (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * ___message0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::UpdateHandshakeMessagesDigest(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * DtlsReliableHandshake_UpdateHandshakeMessagesDigest_mB49F28DD607559FED92314B98EE6A1F428FBE1A9 (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * ___message0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::PrepareInboundFlight(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReliableHandshake_PrepareInboundFlight_m763A742A211F9C2CA592A4E3A0D514F97ABD531A (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, RuntimeObject* ___nextFlight0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::GetPendingMessage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * DtlsReliableHandshake_GetPendingMessage_m2699A8C47ACB33E680D718983864F9F0B8020F86 (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::ProcessRecord(System.Int32,System.Int32,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtlsReliableHandshake_ProcessRecord_m5D84C6E9EECD78D358EE6E753081E85912AE63D9 (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, int32_t ___windowSize0, int32_t ___epoch1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf2, int32_t ___off3, int32_t ___len4, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::BackOff(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtlsReliableHandshake_BackOff_m1D963ED95A8D52D57C0F810CF3B1DE61850015B8 (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, int32_t ___timeoutMillis0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::ResendOutboundFlight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReliableHandshake_ResendOutboundFlight_m3D76D57C5529A7B298B00007E12BB93F446C7A6F (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Retransmit::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Retransmit__ctor_m86B701A49BE410E40E0650FB9E0FCEB84A97639C (Retransmit_tAC4495A640D5C882E4D95955A07CA975DDA0085C * __this, DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * ___outer0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler::GetBodyIfComplete() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DtlsReassembler_GetBodyIfComplete_mF2143A7DAB2E048D8F5624A22A50FFAB62709653 (DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 * __this, const RuntimeMethod* method); // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler::get_MsgType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t DtlsReassembler_get_MsgType_mC95E274AA49BCE849BFF34BA1830A489CDBF1171_inline (DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::ResetAll(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReliableHandshake_ResetAll_mABAA2C61C8236669F6B449CECFE418B9B25134C3 (RuntimeObject* ___inboundFlight0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadUint24(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TlsUtilities_ReadUint24_mE47D3CE63AF329C4F7204B2F1CE320BFC8159BA3 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___offset1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler::.ctor(System.Byte,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReassembler__ctor_mB3F4D98558ECE48645C23C45A56FFF74165941F1 (DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 * __this, uint8_t ___msg_type0, int32_t ___length1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler::ContributeFragment(System.Byte,System.Int32,System.Byte[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReassembler_ContributeFragment_mB1EC1115D86C673FE5BE45F126A0746FC1A7ABB8 (DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 * __this, uint8_t ___msg_type0, int32_t ___length1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf2, int32_t ___off3, int32_t ___fragment_offset4, int32_t ___fragment_length5, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::CheckAll(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtlsReliableHandshake_CheckAll_m3A98C973125A02FBE02B923B0C6A3ABB29A43B29 (RuntimeObject* ___inboundFlight0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteUint24(System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteUint24_mCF0566BA8435AE3747917DE7F5A575C323C40ECF (int32_t ___i0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, int32_t ___offset2, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message::get_Seq() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Message_get_Seq_m7C78524084D2B28BE6C28517408CEC1A7449A2F2_inline (Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::WriteHandshakeFragment(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReliableHandshake_WriteHandshakeFragment_m71FC9C38FE61F6B4CC9D415A36DDC7A5BEEBA282 (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * ___message0, int32_t ___fragment_offset1, int32_t ___fragment_length2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/RecordLayerBuffer::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecordLayerBuffer__ctor_mCDE3801502A498BA467AF3199F2AA0F4B9147688 (RecordLayerBuffer_t6B3BF494E9C6637B37CA3C57C16DC34FBD39F404 * __this, int32_t ___size0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteUint8(System.Byte,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteUint8_mFDD5DCC4EB56283CA6B0A5DFF0B6BB86FDB0E825 (uint8_t ___i0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteUint24(System.Int32,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteUint24_mFED9767C031B6A19E371A4FC2C69F0DC628CC85C (int32_t ___i0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::WriteUint16(System.Int32,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsUtilities_WriteUint16_mC42E46986EDBAA3B4B4C80D99A49ABE7634C204E (int32_t ___i0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___output1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/RecordLayerBuffer::SendToRecordLayer(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecordLayerBuffer_SendToRecordLayer_m2FCDDA8898AE5071F2BA688F94ABF19E792FE3B6 (RecordLayerBuffer_t6B3BF494E9C6637B37CA3C57C16DC34FBD39F404 * __this, DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * ___recordLayer0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReassembler_Reset_m0D8CE65A350A8755337FCADB03FCCB4594544BA2 (DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerHandshakeState__ctor_m0F45A73B71E09293E106A5A768CB5AF737B4B419 (ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServerContextImpl::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsServerContextImpl__ctor_m36D7EC1D29FB0763F97E513A22E653F5788652B9 (TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___secureRandom0, SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * ___securityParameters1, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::IsTlsV12(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TlsUtilities_IsTlsV12_m5D10CAF7D91A0D6E16130EEB505F51BB48749885 (RuntimeObject* ___context0, 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.Int16 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::GetClientCertificateType(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t TlsUtilities_GetClientCertificateType_mAE0F44C7FD3D721D4C0B7D82921FDD21AC2A4F29 (Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * ___clientCertificate0, Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * ___serverCertificate1, 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); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure::get_SubjectPublicKeyInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * X509CertificateStructure_get_SubjectPublicKeyInfo_mBFE5A9BF23F805A7399C832CA291203A29121C6F (X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Security.PublicKeyFactory::CreateKey(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * PublicKeyFactory_CreateKey_mCDC9554A79A6CD26010C632AFB5E37153A4DEFFB (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * ___keyInfo0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSigner BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::CreateTlsSigner(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TlsUtilities_CreateTlsSigner_m7414649CB3AF308E08E9D2C2CA4D6ECA734A479F (uint8_t ___clientCertificateType0, const RuntimeMethod* method); // System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadUint16Array(System.Int32,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* TlsUtilities_ReadUint16Array_mF649622C854614FFCB145A35104C84585A175EBC (int32_t ___count0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::ReadUint8Array(System.Int32,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* TlsUtilities_ReadUint8Array_m24B3E47B01E3CC1A702DAD1088D1DBF3CD2459D7 (int32_t ___count0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input1, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsExtensionsUtilities::GetPaddingExtension(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TlsExtensionsUtilities_GetPaddingExtension_m0C42E83B74F586B87D15C8CBE435B39316552576 (RuntimeObject* ___extensions0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsUtilities::HasSigningCapability(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TlsUtilities_HasSigningCapability_mFFC9436C58DCC2B37C956BB17DB94F8BD8B6360D (uint8_t ___clientCertificateType0, const RuntimeMethod* method); #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.DsaKeyParameters::.ctor(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaKeyParameters__ctor_m8819F2272014A37A3582B5B0891D6737776A0D44 (DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * __this, bool ___isPrivate0, DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * ___parameters1, const RuntimeMethod* method) { { // : base(isPrivate) bool L_0 = ___isPrivate0; AsymmetricKeyParameter__ctor_m383021999D70982D1E53120E9C0BD8DF08238CB3(__this, L_0, /*hidden argument*/NULL); // this.parameters = parameters; DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_1 = ___parameters1; __this->set_parameters_1(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters::get_Parameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * DsaKeyParameters_get_Parameters_mC51CFA0D395F4AE1BF0CA32043A7C290408EDEE4 (DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * __this, const RuntimeMethod* method) { { // get { return parameters; } DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_0 = __this->get_parameters_1(); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DsaKeyParameters_Equals_m962CF7BF9D86B59193A512512D16561116F6A214 (DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * V_0 = NULL; { // if (obj == this) RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 *)__this)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // DsaKeyParameters other = obj as DsaKeyParameters; RuntimeObject * L_1 = ___obj0; V_0 = ((DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 *)IsInstClass((RuntimeObject*)L_1, DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81_il2cpp_TypeInfo_var)); // if (other == null) DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * L_2 = V_0; if (L_2) { goto IL_0012; } } { // return false; return (bool)0; } IL_0012: { // return Equals(other); DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * L_3 = V_0; bool L_4; L_4 = DsaKeyParameters_Equals_m7DFF748E29B840A5C89587343D5EDBB4A6621C10(__this, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DsaKeyParameters_Equals_m7DFF748E29B840A5C89587343D5EDBB4A6621C10 (DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * __this, DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * ___other0, const RuntimeMethod* method) { { // return BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.Equals(parameters, other.parameters) // && base.Equals(other); DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_0 = __this->get_parameters_1(); DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * L_1 = ___other0; NullCheck(L_1); DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_2 = L_1->get_parameters_1(); bool L_3; L_3 = Object_Equals_mBE334AF263BDADA1D0F1DE7E14456A63E47F8053(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001b; } } { DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * L_4 = ___other0; bool L_5; L_5 = AsymmetricKeyParameter_Equals_mD7853F9B3D0E36774C21F59D72AF91B995AE0211(__this, L_4, /*hidden argument*/NULL); return L_5; } IL_001b: { return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DsaKeyParameters_GetHashCode_m9179FA3DB46FC2485C4ECA62A360C30853CB6EBC (DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // int hc = base.GetHashCode(); int32_t L_0; L_0 = AsymmetricKeyParameter_GetHashCode_mC6FFFFA2C19DDE30047E372FD0D1D655D2CCDF1F(__this, /*hidden argument*/NULL); V_0 = L_0; // if (parameters != null) DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_1 = __this->get_parameters_1(); if (!L_1) { goto IL_001d; } } { // hc ^= parameters.GetHashCode(); int32_t L_2 = V_0; DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_3 = __this->get_parameters_1(); NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_3); V_0 = ((int32_t)((int32_t)L_2^(int32_t)L_4)); } IL_001d: { // return hc; int32_t L_5 = V_0; return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 * DsaParameter_GetInstance_m796EC06B847090894A17DBECE31B0F965843868E (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method) { { // return GetInstance(Asn1Sequence.GetInstance(obj, explicitly)); Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * L_0 = ___obj0; bool L_1 = ___explicitly1; Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_2; L_2 = Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25(L_0, L_1, /*hidden argument*/NULL); DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 * L_3; L_3 = DsaParameter_GetInstance_mF7EB5E6B75DE4830FE0FE7E4F46AEFCCE612BB75(L_2, /*hidden argument*/NULL); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 * DsaParameter_GetInstance_mF7EB5E6B75DE4830FE0FE7E4F46AEFCCE612BB75 (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if(obj == null || obj is DsaParameter) RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___obj0; if (!((DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 *)IsInstClass((RuntimeObject*)L_1, DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20_il2cpp_TypeInfo_var))) { goto IL_0012; } } IL_000b: { // return (DsaParameter) obj; RuntimeObject * L_2 = ___obj0; return ((DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 *)CastclassClass((RuntimeObject*)L_2, DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20_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 DsaParameter((Asn1Sequence) obj); RuntimeObject * L_4 = ___obj0; DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 * L_5 = (DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 *)il2cpp_codegen_object_new(DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20_il2cpp_TypeInfo_var); DsaParameter__ctor_mE8F81597CB9FA86CFB111331DD4C02BEE5D2E2A0(L_5, ((Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 *)CastclassClass((RuntimeObject*)L_4, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0026: { // throw new ArgumentException("Invalid DsaParameter: " + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(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*)&_stringLiteral77E4C1D437B2D12F764C77ABD6D3380762224116)), 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*)&DsaParameter_GetInstance_mF7EB5E6B75DE4830FE0FE7E4F46AEFCCE612BB75_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaParameter__ctor_m6DC99DCCBE80EF54F400487821A2CA36AA0405E8 (DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public DsaParameter( // BigInteger p, // BigInteger q, // BigInteger g) Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126(__this, /*hidden argument*/NULL); // this.p = new DerInteger(p); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___p0; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_1 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m612C6B5423FEC812F2B14987AF4D153C141750F0(L_1, L_0, /*hidden argument*/NULL); __this->set_p_2(L_1); // this.q = new DerInteger(q); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___q1; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_3 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m612C6B5423FEC812F2B14987AF4D153C141750F0(L_3, L_2, /*hidden argument*/NULL); __this->set_q_3(L_3); // this.g = new DerInteger(g); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ___g2; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_5 = (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 *)il2cpp_codegen_object_new(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var); DerInteger__ctor_m612C6B5423FEC812F2B14987AF4D153C141750F0(L_5, L_4, /*hidden argument*/NULL); __this->set_g_4(L_5); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaParameter__ctor_mE8F81597CB9FA86CFB111331DD4C02BEE5D2E2A0 (DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method) { int32_t V_0 = 0; { // private DsaParameter( // 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_0032; } } { // throw new ArgumentException("Bad sequence size: " + seq.Count, "seq"); 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_0 = L_3; String_t* L_4; L_4 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_6, L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DsaParameter__ctor_mE8F81597CB9FA86CFB111331DD4C02BEE5D2E2A0_RuntimeMethod_var))); } IL_0032: { // this.p = DerInteger.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); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_9; L_9 = DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC(L_8, /*hidden argument*/NULL); __this->set_p_2(L_9); // this.q = DerInteger.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); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_12; L_12 = DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC(L_11, /*hidden argument*/NULL); __this->set_q_3(L_12); // this.g = DerInteger.GetInstance(seq[2]); Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * L_13 = ___seq0; NullCheck(L_13); Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * L_14; L_14 = VirtualFuncInvoker1< Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *, int32_t >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::get_Item(System.Int32) */, L_13, 2); DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_15; L_15 = DerInteger_GetInstance_mEB828AC32C714AA41BFAE14D9477493111CD42BC(L_14, /*hidden argument*/NULL); __this->set_g_4(L_15); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter::get_P() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaParameter_get_P_m92612853A6D4746AAA3A9B80AECC98A1FD37B73B (DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 * __this, const RuntimeMethod* method) { { // get { return p.PositiveValue; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_p_2(); NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = DerInteger_get_PositiveValue_m8732018F1F65AC4ECD83CD058341C9363AD5754B(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter::get_Q() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaParameter_get_Q_m0FD9A1267D13AA0FA42462704FB6DA621EB68A6F (DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 * __this, const RuntimeMethod* method) { { // get { return q.PositiveValue; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_q_3(); NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = DerInteger_get_PositiveValue_m8732018F1F65AC4ECD83CD058341C9363AD5754B(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter::get_G() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaParameter_get_G_m27CA6D1786E31A7EB40005FAFC8473E9D9974185 (DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 * __this, const RuntimeMethod* method) { { // get { return g.PositiveValue; } DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_0 = __this->get_g_4(); NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1; L_1 = DerInteger_get_PositiveValue_m8732018F1F65AC4ECD83CD058341C9363AD5754B(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.DsaParameter::ToAsn1Object() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * DsaParameter_ToAsn1Object_m03B66F755F5CAB28576C9C5FADA7676B31473332 (DsaParameter_t23B1829E567D994979B7D5FE7D2B6C8B2D878D20 * __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(p, q, g); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_0 = (Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE*)SZArrayNew(Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var, (uint32_t)3); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_1 = L_0; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_2 = __this->get_p_2(); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_2); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_3 = L_1; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_4 = __this->get_q_3(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_4); Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* L_5 = L_3; DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * L_6 = __this->get_g_4(); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(2), (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC *)L_6); DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * L_7 = (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 *)il2cpp_codegen_object_new(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var); DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2(L_7, L_5, /*hidden argument*/NULL); return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameterGenerationParameters::.ctor(System.Int32,System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaParameterGenerationParameters__ctor_m75CA48CF40DFE0F9F362EF0F9626F17E660EC3AF (DsaParameterGenerationParameters_tB1B6CAAF828B878DD0688C4A329A284F5B0454FC * __this, int32_t ___L0, int32_t ___N1, int32_t ___certainty2, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random3, const RuntimeMethod* method) { { // : this(L, N, certainty, random, -1) int32_t L_0 = ___L0; int32_t L_1 = ___N1; int32_t L_2 = ___certainty2; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_3 = ___random3; DsaParameterGenerationParameters__ctor_m4B92A7A815D9912C2B25C2BC8978DDBAA7ADB1FA(__this, L_0, L_1, L_2, L_3, (-1), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameterGenerationParameters::.ctor(System.Int32,System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaParameterGenerationParameters__ctor_m4B92A7A815D9912C2B25C2BC8978DDBAA7ADB1FA (DsaParameterGenerationParameters_tB1B6CAAF828B878DD0688C4A329A284F5B0454FC * __this, int32_t ___L0, int32_t ___N1, int32_t ___certainty2, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random3, int32_t ___usageIndex4, const RuntimeMethod* method) { { // public DsaParameterGenerationParameters(int L, int N, int certainty, SecureRandom random, int usageIndex) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.l = L; int32_t L_0 = ___L0; __this->set_l_2(L_0); // this.n = N; int32_t L_1 = ___N1; __this->set_n_3(L_1); // this.certainty = certainty; int32_t L_2 = ___certainty2; __this->set_certainty_4(L_2); // this.random = random; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_3 = ___random3; __this->set_random_5(L_3); // this.usageIndex = usageIndex; int32_t L_4 = ___usageIndex4; __this->set_usageIndex_6(L_4); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameterGenerationParameters::get_L() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DsaParameterGenerationParameters_get_L_m21A5A5A9E52517CAFF5DF46F9FC686980E51F610 (DsaParameterGenerationParameters_tB1B6CAAF828B878DD0688C4A329A284F5B0454FC * __this, const RuntimeMethod* method) { { // get { return l; } int32_t L_0 = __this->get_l_2(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameterGenerationParameters::get_N() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DsaParameterGenerationParameters_get_N_m26381209F2CAF6F4833FFAA9FF2EDBA293070E48 (DsaParameterGenerationParameters_tB1B6CAAF828B878DD0688C4A329A284F5B0454FC * __this, const RuntimeMethod* method) { { // get { return n; } int32_t L_0 = __this->get_n_3(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameterGenerationParameters::get_UsageIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DsaParameterGenerationParameters_get_UsageIndex_m00CB2F07139963F134A0BD268980783B60E5B9E4 (DsaParameterGenerationParameters_tB1B6CAAF828B878DD0688C4A329A284F5B0454FC * __this, const RuntimeMethod* method) { { // get { return usageIndex; } int32_t L_0 = __this->get_usageIndex_6(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameterGenerationParameters::get_Certainty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DsaParameterGenerationParameters_get_Certainty_m5B40F11B895524281B27F216C7FE7F4B5D30E9BE (DsaParameterGenerationParameters_tB1B6CAAF828B878DD0688C4A329A284F5B0454FC * __this, const RuntimeMethod* method) { { // get { return certainty; } int32_t L_0 = __this->get_certainty_4(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameterGenerationParameters::get_Random() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * DsaParameterGenerationParameters_get_Random_m9FC575683AA3D9D32DB890C86EB3D495F7E1F400 (DsaParameterGenerationParameters_tB1B6CAAF828B878DD0688C4A329A284F5B0454FC * __this, const RuntimeMethod* method) { { // get { return random; } SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = __this->get_random_5(); 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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaParameters__ctor_mB40A39F4AC7671FCFF7BE58CB45685393819E31E (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g2, const RuntimeMethod* method) { { // : this(p, q, g, null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___p0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___q1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___g2; DsaParameters__ctor_mD0A1C1A700ADB7941555556B1F7A0E2CD7F265D3(__this, L_0, L_1, L_2, (DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 *)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaParameters__ctor_mD0A1C1A700ADB7941555556B1F7A0E2CD7F265D3 (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___g2, DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * ___parameters3, const RuntimeMethod* method) { { // public DsaParameters( // BigInteger p, // BigInteger q, // BigInteger g, // DsaValidationParameters parameters) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (p == null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___p0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("p"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral198AA065BF0F912BD6F5F93869BD5C361671F98B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DsaParameters__ctor_mD0A1C1A700ADB7941555556B1F7A0E2CD7F265D3_RuntimeMethod_var))); } IL_0014: { // if (q == null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ___q1; if (L_2) { goto IL_0022; } } { // throw new ArgumentNullException("q"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral430E518F836082E0683698AB9E3F79D39C7F5140)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DsaParameters__ctor_mD0A1C1A700ADB7941555556B1F7A0E2CD7F265D3_RuntimeMethod_var))); } IL_0022: { // if (g == null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ___g2; if (L_4) { goto IL_0030; } } { // throw new ArgumentNullException("g"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_5 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B9B6C84CC15492CCB290C4B79418FA6D7DD24C1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DsaParameters__ctor_mD0A1C1A700ADB7941555556B1F7A0E2CD7F265D3_RuntimeMethod_var))); } IL_0030: { // this.p = p; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = ___p0; __this->set_p_0(L_6); // this.q = q; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = ___q1; __this->set_q_1(L_7); // this.g = g; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = ___g2; __this->set_g_2(L_8); // this.validation = parameters; DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * L_9 = ___parameters3; __this->set_validation_3(L_9); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::get_P() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaParameters_get_P_mA6C35D7CCBF79E522515CDB351B76961C2CD7A0C (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, const RuntimeMethod* method) { { // get { return p; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_p_0(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::get_Q() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaParameters_get_Q_mDDEA980729D10045F0EFFF72E018FBB6AEFEB433 (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, const RuntimeMethod* method) { { // get { return q; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_q_1(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::get_G() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaParameters_get_G_m01D4CB03D0E50BE67CF67A1D8FA6394C35A106F9 (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, const RuntimeMethod* method) { { // get { return g; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_g_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::get_ValidationParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * DsaParameters_get_ValidationParameters_mCE22510D6F08B07B256FAF2760AB23AE533573C9 (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, const RuntimeMethod* method) { { // get { return validation; } DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * L_0 = __this->get_validation_3(); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DsaParameters_Equals_mE3983A0ED2F5A7804FE7AAD3F04F02BCF71FFC58 (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * V_0 = NULL; { // if (obj == this) RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 *)__this)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // DsaParameters other = obj as DsaParameters; RuntimeObject * L_1 = ___obj0; V_0 = ((DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 *)IsInstClass((RuntimeObject*)L_1, DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245_il2cpp_TypeInfo_var)); // if (other == null) DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_2 = V_0; if (L_2) { goto IL_0012; } } { // return false; return (bool)0; } IL_0012: { // return Equals(other); DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_3 = V_0; bool L_4; L_4 = DsaParameters_Equals_m8E177D2694C3DF35CA42A9EC52234E29F6BE7C7F(__this, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DsaParameters_Equals_m8E177D2694C3DF35CA42A9EC52234E29F6BE7C7F (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * ___other0, const RuntimeMethod* method) { { // return p.Equals(other.p) && q.Equals(other.q) && g.Equals(other.g); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_p_0(); DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_1 = ___other0; NullCheck(L_1); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = L_1->get_p_0(); NullCheck(L_0); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_0, L_2); if (!L_3) { goto IL_0038; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = __this->get_q_1(); DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_5 = ___other0; NullCheck(L_5); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = L_5->get_q_1(); NullCheck(L_4); bool L_7; L_7 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_6); if (!L_7) { goto IL_0038; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = __this->get_g_2(); DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_9 = ___other0; NullCheck(L_9); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = L_9->get_g_2(); NullCheck(L_8); bool L_11; L_11 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_8, L_10); return L_11; } IL_0038: { return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DsaParameters_GetHashCode_m828DF81273735DAB2368A38B28BD61112549F9AA (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, const RuntimeMethod* method) { { // return p.GetHashCode() ^ q.GetHashCode() ^ g.GetHashCode(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_p_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = __this->get_q_1(); NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_2); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = __this->get_g_2(); NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_4); return ((int32_t)((int32_t)((int32_t)((int32_t)L_1^(int32_t)L_3))^(int32_t)L_5)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaParametersGenerator__ctor_m0BC47F8BDADECFCFA1F3D483E52921796E117939 (DsaParametersGenerator_t3FFD66865EB3BA25634790FE32D9C3CD026FF524 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // : this(new Sha1Digest()) Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 * L_0 = (Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 *)il2cpp_codegen_object_new(Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var); Sha1Digest__ctor_mE6504554318A0C272510B26A1ECA66AEB0F3C648(L_0, /*hidden argument*/NULL); DsaParametersGenerator__ctor_m7DD4235228A597A593E512201412135333B681CE(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaParametersGenerator__ctor_m7DD4235228A597A593E512201412135333B681CE (DsaParametersGenerator_t3FFD66865EB3BA25634790FE32D9C3CD026FF524 * __this, RuntimeObject* ___digest0, const RuntimeMethod* method) { { // public DsaParametersGenerator(IDigest digest) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.digest = digest; RuntimeObject* L_0 = ___digest0; __this->set_digest_0(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::Init(System.Int32,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaParametersGenerator_Init_m7B490EFD1248F6C1F58AA25C9F2D348C4BA374AE (DsaParametersGenerator_t3FFD66865EB3BA25634790FE32D9C3CD026FF524 * __this, int32_t ___size0, int32_t ___certainty1, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___random2, const RuntimeMethod* method) { { // if (!IsValidDsaStrength(size)) int32_t L_0 = ___size0; bool L_1; L_1 = DsaParametersGenerator_IsValidDsaStrength_mA1E6A74DEF8DE351225CF38EB0A7C0E208DFE4DD(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0018; } } { // throw new ArgumentException("size must be from 512 - 1024 and a multiple of 64", "size"); 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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB8EE9D086585D964EB0E3772BAB37DA6BF339C11)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3EE5A4671A4E5AEBD31CA5F013A7773DC18ED22B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DsaParametersGenerator_Init_m7B490EFD1248F6C1F58AA25C9F2D348C4BA374AE_RuntimeMethod_var))); } IL_0018: { // this.use186_3 = false; __this->set_use186_3_5((bool)0); // this.L = size; int32_t L_3 = ___size0; __this->set_L_1(L_3); // this.N = GetDefaultN(size); int32_t L_4 = ___size0; int32_t L_5; L_5 = DsaParametersGenerator_GetDefaultN_mF10F92AE38AFC6ED92F1C01650F2308EA45492CF(L_4, /*hidden argument*/NULL); __this->set_N_2(L_5); // this.certainty = certainty; int32_t L_6 = ___certainty1; __this->set_certainty_3(L_6); // this.random = random; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_7 = ___random2; __this->set_random_4(L_7); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameterGenerationParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaParametersGenerator_Init_mF6A8902084E9CF9CF6FA11B3FF2657B019D59694 (DsaParametersGenerator_t3FFD66865EB3BA25634790FE32D9C3CD026FF524 * __this, DsaParameterGenerationParameters_tB1B6CAAF828B878DD0688C4A329A284F5B0454FC * ___parameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // this.use186_3 = true; __this->set_use186_3_5((bool)1); // this.L = parameters.L; DsaParameterGenerationParameters_tB1B6CAAF828B878DD0688C4A329A284F5B0454FC * L_0 = ___parameters0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameterGenerationParameters::get_L() */, L_0); __this->set_L_1(L_1); // this.N = parameters.N; DsaParameterGenerationParameters_tB1B6CAAF828B878DD0688C4A329A284F5B0454FC * L_2 = ___parameters0; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameterGenerationParameters::get_N() */, L_2); __this->set_N_2(L_3); // this.certainty = parameters.Certainty; DsaParameterGenerationParameters_tB1B6CAAF828B878DD0688C4A329A284F5B0454FC * L_4 = ___parameters0; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameterGenerationParameters::get_Certainty() */, L_4); __this->set_certainty_3(L_5); // this.random = parameters.Random; DsaParameterGenerationParameters_tB1B6CAAF828B878DD0688C4A329A284F5B0454FC * L_6 = ___parameters0; NullCheck(L_6); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_7; L_7 = VirtualFuncInvoker0< SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameterGenerationParameters::get_Random() */, L_6); __this->set_random_4(L_7); // this.usageIndex = parameters.UsageIndex; DsaParameterGenerationParameters_tB1B6CAAF828B878DD0688C4A329A284F5B0454FC * L_8 = ___parameters0; NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameterGenerationParameters::get_UsageIndex() */, L_8); __this->set_usageIndex_6(L_9); // if ((L < 1024 || L > 3072) || L % 1024 != 0) int32_t L_10 = __this->get_L_1(); if ((((int32_t)L_10) < ((int32_t)((int32_t)1024)))) { goto IL_006b; } } { int32_t L_11 = __this->get_L_1(); if ((((int32_t)L_11) > ((int32_t)((int32_t)3072)))) { goto IL_006b; } } { int32_t L_12 = __this->get_L_1(); if (!((int32_t)((int32_t)L_12%(int32_t)((int32_t)1024)))) { goto IL_007b; } } IL_006b: { // throw new ArgumentException("Values must be between 1024 and 3072 and a multiple of 1024", "L"); 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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5C21A6D4C1F7E79C402110827A484BA0BDF302EE)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E70AF961A2F88ADB9DB7B9C3B5F25A532C1570A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DsaParametersGenerator_Init_mF6A8902084E9CF9CF6FA11B3FF2657B019D59694_RuntimeMethod_var))); } IL_007b: { // if (L == 1024 && N != 160) int32_t L_14 = __this->get_L_1(); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)1024))))) { goto IL_00a0; } } { int32_t L_15 = __this->get_N_2(); if ((((int32_t)L_15) == ((int32_t)((int32_t)160)))) { goto IL_00a0; } } { // throw new ArgumentException("N must be 160 for L = 1024"); 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*)&_stringLiteralF93AA97136E5BD4B958A135D534F7064CD1361D1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DsaParametersGenerator_Init_mF6A8902084E9CF9CF6FA11B3FF2657B019D59694_RuntimeMethod_var))); } IL_00a0: { // if (L == 2048 && (N != 224 && N != 256)) int32_t L_17 = __this->get_L_1(); if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)2048))))) { goto IL_00d2; } } { int32_t L_18 = __this->get_N_2(); if ((((int32_t)L_18) == ((int32_t)((int32_t)224)))) { goto IL_00d2; } } { int32_t L_19 = __this->get_N_2(); if ((((int32_t)L_19) == ((int32_t)((int32_t)256)))) { goto IL_00d2; } } { // throw new ArgumentException("N must be 224 or 256 for L = 2048"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_20 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral108ABAE4CFE05B8C1291FAB50652AC7694A8345E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DsaParametersGenerator_Init_mF6A8902084E9CF9CF6FA11B3FF2657B019D59694_RuntimeMethod_var))); } IL_00d2: { // if (L == 3072 && N != 256) int32_t L_21 = __this->get_L_1(); if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)3072))))) { goto IL_00f7; } } { int32_t L_22 = __this->get_N_2(); if ((((int32_t)L_22) == ((int32_t)((int32_t)256)))) { goto IL_00f7; } } { // throw new ArgumentException("N must be 256 for L = 3072"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_23 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8D36E120856F9C3F71043CB845ABEA216679C77C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DsaParametersGenerator_Init_mF6A8902084E9CF9CF6FA11B3FF2657B019D59694_RuntimeMethod_var))); } IL_00f7: { // if (digest.GetDigestSize() * 8 < N) RuntimeObject* L_24 = __this->get_digest_0(); NullCheck(L_24); int32_t L_25; L_25 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_24); int32_t L_26 = __this->get_N_2(); if ((((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_25, (int32_t)8))) >= ((int32_t)L_26))) { goto IL_0117; } } { // throw new InvalidOperationException("Digest output size too small for value of N"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_27 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_27, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAC3828DD169EA551EA96D29732CFD5D6F31C0BB9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DsaParametersGenerator_Init_mF6A8902084E9CF9CF6FA11B3FF2657B019D59694_RuntimeMethod_var))); } IL_0117: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::GenerateParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * DsaParametersGenerator_GenerateParameters_mFDFFF75EB1CF8F66D2F67A69FB64B8D6903E951D (DsaParametersGenerator_t3FFD66865EB3BA25634790FE32D9C3CD026FF524 * __this, const RuntimeMethod* method) { { // return use186_3 // ? GenerateParameters_FIPS186_3() // : GenerateParameters_FIPS186_2(); bool L_0 = __this->get_use186_3_5(); if (L_0) { goto IL_000f; } } { DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_1; L_1 = VirtualFuncInvoker0< DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::GenerateParameters_FIPS186_2() */, __this); return L_1; } IL_000f: { DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_2; L_2 = VirtualFuncInvoker0< DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::GenerateParameters_FIPS186_3() */, __this); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::GenerateParameters_FIPS186_2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * DsaParametersGenerator_GenerateParameters_FIPS186_2_m52F3B7E596E6E364F3AA6134780C73B46F078806 (DsaParametersGenerator_t3FFD66865EB3BA25634790FE32D9C3CD026FF524 * __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*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; int32_t V_4 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_5 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_6 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_10 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_11 = NULL; int32_t V_12 = 0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_13 = NULL; { // byte[] seed = new byte[20]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)); V_0 = L_0; // byte[] part1 = new byte[20]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)); V_1 = L_1; // byte[] part2 = new byte[20]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)); V_2 = L_2; // byte[] u = new byte[20]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)); V_3 = L_3; // int n = (L - 1) / 160; int32_t L_4 = __this->get_L_1(); V_4 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1))/(int32_t)((int32_t)160))); // byte[] w = new byte[L / 8]; int32_t L_5 = __this->get_L_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_5/(int32_t)8))); V_5 = L_6; // if (!(digest is Sha1Digest)) RuntimeObject* L_7 = __this->get_digest_0(); if (((Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459 *)IsInstClass((RuntimeObject*)L_7, Sha1Digest_t9ABD0D9950F85C2952992508FA19FCBD0CF82459_il2cpp_TypeInfo_var))) { goto IL_0057; } } { // throw new InvalidOperationException("can only use SHA-1 for generating FIPS 186-2 parameters"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_8 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral51873B41C63ACCB1AD1BCAF4CBFED060B8D1B62C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DsaParametersGenerator_GenerateParameters_FIPS186_2_m52F3B7E596E6E364F3AA6134780C73B46F078806_RuntimeMethod_var))); } IL_0057: { // random.NextBytes(seed); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_9 = __this->get_random_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_0; NullCheck(L_9); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(9 /* System.Void System.Random::NextBytes(System.Byte[]) */, L_9, L_10); // Hash(digest, seed, part1); RuntimeObject* L_11 = __this->get_digest_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_1; DsaParametersGenerator_Hash_m3E922F37A1EC8C27AA0985CCB563963E99F2792B(L_11, L_12, L_13, /*hidden argument*/NULL); // Array.Copy(seed, 0, part2, 0, seed.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_0; NullCheck(L_16); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_14, 0, (RuntimeArray *)(RuntimeArray *)L_15, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))), /*hidden argument*/NULL); // Inc(part2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_2; DsaParametersGenerator_Inc_mB43BB0352E0FEA7B6629B2FD8AEB10A2617B1AB9(L_17, /*hidden argument*/NULL); // Hash(digest, part2, part2); RuntimeObject* L_18 = __this->get_digest_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_2; DsaParametersGenerator_Hash_m3E922F37A1EC8C27AA0985CCB563963E99F2792B(L_18, L_19, L_20, /*hidden argument*/NULL); // for (int i = 0; i != u.Length; i++) V_8 = 0; goto IL_00a8; } IL_0094: { // u[i] = (byte)(part1[i] ^ part2[i]); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_3; int32_t L_22 = V_8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_1; int32_t L_24 = V_8; NullCheck(L_23); int32_t L_25 = L_24; uint8_t L_26 = (L_23)->GetAt(static_cast(L_25)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_2; int32_t L_28 = V_8; NullCheck(L_27); int32_t L_29 = L_28; uint8_t L_30 = (L_27)->GetAt(static_cast(L_29)); NullCheck(L_21); (L_21)->SetAt(static_cast(L_22), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_26^(int32_t)L_30))))); // for (int i = 0; i != u.Length; i++) int32_t L_31 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00a8: { // for (int i = 0; i != u.Length; i++) int32_t L_32 = V_8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = V_3; NullCheck(L_33); if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length))))))) { goto IL_0094; } } { // u[0] |= (byte)0x80; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = V_3; NullCheck(L_34); uint8_t* L_35 = ((L_34)->GetAddressAt(static_cast(0))); int32_t L_36 = *((uint8_t*)L_35); *((int8_t*)L_35) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_36|(int32_t)((int32_t)128))))); // u[19] |= (byte)0x01; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = V_3; NullCheck(L_37); uint8_t* L_38 = ((L_37)->GetAddressAt(static_cast(((int32_t)19)))); int32_t L_39 = *((uint8_t*)L_38); *((int8_t*)L_38) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_39|(int32_t)1)))); // BigInteger q = new BigInteger(1, u); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = V_3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_41 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_41, 1, L_40, /*hidden argument*/NULL); V_6 = L_41; // if (!q.IsProbablePrime(certainty)) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_42 = V_6; int32_t L_43 = __this->get_certainty_3(); NullCheck(L_42); bool L_44; L_44 = BigInteger_IsProbablePrime_m0793CB745AA8451B6B5916788FD60F3829B93EBD(L_42, L_43, /*hidden argument*/NULL); if (!L_44) { goto IL_0057; } } { // byte[] offset = Arrays.Clone(seed); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46; L_46 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_45, /*hidden argument*/NULL); V_7 = L_46; // Inc(offset); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47 = V_7; DsaParametersGenerator_Inc_mB43BB0352E0FEA7B6629B2FD8AEB10A2617B1AB9(L_47, /*hidden argument*/NULL); // for (int counter = 0; counter < 4096; ++counter) V_9 = 0; goto IL_01fe; } IL_0100: { // for (int k = 0; k < n; k++) V_12 = 0; goto IL_0139; } IL_0105: { // Inc(offset); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_48 = V_7; DsaParametersGenerator_Inc_mB43BB0352E0FEA7B6629B2FD8AEB10A2617B1AB9(L_48, /*hidden argument*/NULL); // Hash(digest, offset, part1); RuntimeObject* L_49 = __this->get_digest_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_51 = V_1; DsaParametersGenerator_Hash_m3E922F37A1EC8C27AA0985CCB563963E99F2792B(L_49, L_50, L_51, /*hidden argument*/NULL); // Array.Copy(part1, 0, w, w.Length - (k + 1) * part1.Length, part1.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_52 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_53 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54 = V_5; NullCheck(L_54); int32_t L_55 = V_12; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_56 = V_1; NullCheck(L_56); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_57 = V_1; NullCheck(L_57); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_52, 0, (RuntimeArray *)(RuntimeArray *)L_53, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_54)->max_length))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)), (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_56)->max_length))))))), ((int32_t)((int32_t)(((RuntimeArray*)L_57)->max_length))), /*hidden argument*/NULL); // for (int k = 0; k < n; k++) int32_t L_58 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); } IL_0139: { // for (int k = 0; k < n; k++) int32_t L_59 = V_12; int32_t L_60 = V_4; if ((((int32_t)L_59) < ((int32_t)L_60))) { goto IL_0105; } } { // Inc(offset); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_61 = V_7; DsaParametersGenerator_Inc_mB43BB0352E0FEA7B6629B2FD8AEB10A2617B1AB9(L_61, /*hidden argument*/NULL); // Hash(digest, offset, part1); RuntimeObject* L_62 = __this->get_digest_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_63 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_64 = V_1; DsaParametersGenerator_Hash_m3E922F37A1EC8C27AA0985CCB563963E99F2792B(L_62, L_63, L_64, /*hidden argument*/NULL); // Array.Copy(part1, part1.Length - ((w.Length - (n) * part1.Length)), w, 0, w.Length - n * part1.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_65 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_66 = V_1; NullCheck(L_66); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67 = V_5; NullCheck(L_67); int32_t L_68 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_69 = V_1; NullCheck(L_69); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_70 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_71 = V_5; NullCheck(L_71); int32_t L_72 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_73 = V_1; NullCheck(L_73); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_65, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_66)->max_length))), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_67)->max_length))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_68, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_69)->max_length))))))))), (RuntimeArray *)(RuntimeArray *)L_70, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_71)->max_length))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_72, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_73)->max_length))))))), /*hidden argument*/NULL); // w[0] |= (byte)0x80; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_74 = V_5; NullCheck(L_74); uint8_t* L_75 = ((L_74)->GetAddressAt(static_cast(0))); int32_t L_76 = *((uint8_t*)L_75); *((int8_t*)L_75) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_76|(int32_t)((int32_t)128))))); // BigInteger x = new BigInteger(1, w); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_77 = V_5; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_78 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_78, 1, L_77, /*hidden argument*/NULL); // BigInteger c = x.Mod(q.ShiftLeft(1)); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_79 = L_78; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_80 = V_6; NullCheck(L_80); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_81; L_81 = BigInteger_ShiftLeft_m3058D01476403859DEA3EE149EAC257444F7EC2C(L_80, 1, /*hidden argument*/NULL); NullCheck(L_79); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_82; L_82 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_79, L_81, /*hidden argument*/NULL); V_10 = L_82; // BigInteger p = x.Subtract(c.Subtract(BigInteger.One)); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_83 = V_10; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_84 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); NullCheck(L_83); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_85; L_85 = BigInteger_Subtract_m533D42A73362CE69891C408AC3587038EB6B883C(L_83, L_84, /*hidden argument*/NULL); NullCheck(L_79); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_86; L_86 = BigInteger_Subtract_m533D42A73362CE69891C408AC3587038EB6B883C(L_79, L_85, /*hidden argument*/NULL); V_11 = L_86; // if (p.BitLength != L) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_87 = V_11; NullCheck(L_87); int32_t L_88; L_88 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_87, /*hidden argument*/NULL); int32_t L_89 = __this->get_L_1(); if ((!(((uint32_t)L_88) == ((uint32_t)L_89)))) { goto IL_01f8; } } { // if (p.IsProbablePrime(certainty)) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_90 = V_11; int32_t L_91 = __this->get_certainty_3(); NullCheck(L_90); bool L_92; L_92 = BigInteger_IsProbablePrime_m0793CB745AA8451B6B5916788FD60F3829B93EBD(L_90, L_91, /*hidden argument*/NULL); if (!L_92) { goto IL_01f8; } } { // BigInteger g = CalculateGenerator_FIPS186_2(p, q, random); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_93 = V_11; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_94 = V_6; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_95 = __this->get_random_4(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_96; L_96 = VirtualFuncInvoker3< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::CalculateGenerator_FIPS186_2(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) */, __this, L_93, L_94, L_95); V_13 = L_96; // return new DsaParameters(p, q, g, new DsaValidationParameters(seed, counter)); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_97 = V_11; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_98 = V_6; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_99 = V_13; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_100 = V_0; int32_t L_101 = V_9; DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * L_102 = (DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 *)il2cpp_codegen_object_new(DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3_il2cpp_TypeInfo_var); DsaValidationParameters__ctor_mD14D1F92826EE235050E9772433BD704DE854A67(L_102, L_100, L_101, /*hidden argument*/NULL); DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_103 = (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 *)il2cpp_codegen_object_new(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245_il2cpp_TypeInfo_var); DsaParameters__ctor_mD0A1C1A700ADB7941555556B1F7A0E2CD7F265D3(L_103, L_97, L_98, L_99, L_102, /*hidden argument*/NULL); return L_103; } IL_01f8: { // for (int counter = 0; counter < 4096; ++counter) int32_t L_104 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)1)); } IL_01fe: { // for (int counter = 0; counter < 4096; ++counter) int32_t L_105 = V_9; if ((((int32_t)L_105) < ((int32_t)((int32_t)4096)))) { goto IL_0100; } } { goto IL_0057; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::CalculateGenerator_FIPS186_2(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaParametersGenerator_CalculateGenerator_FIPS186_2_mE0365CE9772D6CFEABADF0F22E21D43027B00A43 (DsaParametersGenerator_t3FFD66865EB3BA25634790FE32D9C3CD026FF524 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q1, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___r2, 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; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_2 = NULL; { // BigInteger e = p.Subtract(BigInteger.One).Divide(q); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___p0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = BigInteger_Subtract_m533D42A73362CE69891C408AC3587038EB6B883C(L_0, L_1, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___q1; NullCheck(L_2); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4; L_4 = BigInteger_Divide_m13FDAD15EF3A36ABE09AF25575C554CCB1E59356(L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; // BigInteger pSub2 = p.Subtract(BigInteger.Two); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5 = ___p0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_Two_9(); NullCheck(L_5); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7; L_7 = BigInteger_Subtract_m533D42A73362CE69891C408AC3587038EB6B883C(L_5, L_6, /*hidden argument*/NULL); V_1 = L_7; } IL_001e: { // BigInteger h = BigIntegers.CreateRandomInRange(BigInteger.Two, pSub2, r); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_Two_9(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9 = V_1; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_10 = ___r2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_11; L_11 = BigIntegers_CreateRandomInRange_m97CB7CE0D042CD444A5E00FDF5664C42A4AD6C92(L_8, L_9, L_10, /*hidden argument*/NULL); // BigInteger g = h.ModPow(e, p); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13 = ___p0; NullCheck(L_11); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_14; L_14 = BigInteger_ModPow_mC9A62D287BD35E7645E234EDAE8020614A434ED2(L_11, L_12, L_13, /*hidden argument*/NULL); V_2 = L_14; // if (g.BitLength > 1) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_15 = V_2; NullCheck(L_15); int32_t L_16; L_16 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_15, /*hidden argument*/NULL); if ((((int32_t)L_16) <= ((int32_t)1))) { goto IL_001e; } } { // return g; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_17 = V_2; return L_17; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::GenerateParameters_FIPS186_3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * DsaParametersGenerator_GenerateParameters_FIPS186_3_m630E8F58C5CDF793369AFE718E25672C76AA183E (DsaParametersGenerator_t3FFD66865EB3BA25634790FE32D9C3CD026FF524 * __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*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_5 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_6 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_10 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_11 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_12 = NULL; int32_t V_13 = 0; int32_t V_14 = 0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_15 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_16 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_17 = NULL; { // IDigest d = digest; RuntimeObject* L_0 = __this->get_digest_0(); V_0 = L_0; // int outlen = d.GetDigestSize() * 8; 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); V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)8)); // int seedlen = N; int32_t L_3 = __this->get_N_2(); // byte[] seed = new byte[seedlen / 8]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_3/(int32_t)8))); V_2 = L_4; // int n = (L - 1) / outlen; int32_t L_5 = __this->get_L_1(); int32_t L_6 = V_1; V_3 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))/(int32_t)L_6)); // int b = (L - 1) % outlen; int32_t L_7 = __this->get_L_1(); int32_t L_8 = V_1; V_4 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1))%(int32_t)L_8)); // byte[] output = new byte[d.GetDigestSize()]; RuntimeObject* L_9 = V_0; NullCheck(L_9); int32_t L_10; L_10 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_9); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_10); V_5 = L_11; } IL_0042: { // random.NextBytes(seed); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_12 = __this->get_random_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_2; NullCheck(L_12); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(9 /* System.Void System.Random::NextBytes(System.Byte[]) */, L_12, L_13); // Hash(d, seed, output); RuntimeObject* L_14 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_5; DsaParametersGenerator_Hash_m3E922F37A1EC8C27AA0985CCB563963E99F2792B(L_14, L_15, L_16, /*hidden argument*/NULL); // BigInteger U = new BigInteger(1, output).Mod(BigInteger.One.ShiftLeft(N - 1)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_5; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_18 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_18, 1, L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_19 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); int32_t L_20 = __this->get_N_2(); NullCheck(L_19); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_21; L_21 = BigInteger_ShiftLeft_m3058D01476403859DEA3EE149EAC257444F7EC2C(L_19, ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_18); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_22; L_22 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_18, L_21, /*hidden argument*/NULL); // BigInteger q = U.SetBit(0).SetBit(N - 1); NullCheck(L_22); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_23; L_23 = BigInteger_SetBit_mFA6F411B93B24185445A62C9984071A9B51338EC(L_22, 0, /*hidden argument*/NULL); int32_t L_24 = __this->get_N_2(); NullCheck(L_23); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_25; L_25 = BigInteger_SetBit_mFA6F411B93B24185445A62C9984071A9B51338EC(L_23, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)), /*hidden argument*/NULL); V_6 = L_25; // if (!q.IsProbablePrime(certainty)) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_26 = V_6; int32_t L_27 = __this->get_certainty_3(); NullCheck(L_26); bool L_28; L_28 = BigInteger_IsProbablePrime_m0793CB745AA8451B6B5916788FD60F3829B93EBD(L_26, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_0042; } } { // byte[] offset = Arrays.Clone(seed); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30; L_30 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_29, /*hidden argument*/NULL); V_7 = L_30; // int counterLimit = 4 * L; int32_t L_31 = __this->get_L_1(); V_8 = ((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_31)); // for (int counter = 0; counter < counterLimit; ++counter) V_9 = 0; goto IL_01dc; } IL_00b4: { // BigInteger W = BigInteger.Zero; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_32 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_Zero_7(); V_10 = L_32; // for (int j = 0, exp = 0; j <= n; ++j, exp += outlen) V_13 = 0; // for (int j = 0, exp = 0; j <= n; ++j, exp += outlen) V_14 = 0; goto IL_0116; } IL_00c3: { // Inc(offset); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = V_7; DsaParametersGenerator_Inc_mB43BB0352E0FEA7B6629B2FD8AEB10A2617B1AB9(L_33, /*hidden argument*/NULL); // Hash(d, offset, output); RuntimeObject* L_34 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = V_5; DsaParametersGenerator_Hash_m3E922F37A1EC8C27AA0985CCB563963E99F2792B(L_34, L_35, L_36, /*hidden argument*/NULL); // BigInteger Vj = new BigInteger(1, output); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = V_5; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_38 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_38, 1, L_37, /*hidden argument*/NULL); V_15 = L_38; // if (j == n) int32_t L_39 = V_13; int32_t L_40 = V_3; if ((!(((uint32_t)L_39) == ((uint32_t)L_40)))) { goto IL_00f8; } } { // Vj = Vj.Mod(BigInteger.One.ShiftLeft(b)); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_41 = V_15; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_42 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); int32_t L_43 = V_4; NullCheck(L_42); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_44; L_44 = BigInteger_ShiftLeft_m3058D01476403859DEA3EE149EAC257444F7EC2C(L_42, L_43, /*hidden argument*/NULL); NullCheck(L_41); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_45; L_45 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_41, L_44, /*hidden argument*/NULL); V_15 = L_45; } IL_00f8: { // W = W.Add(Vj.ShiftLeft(exp)); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_46 = V_10; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_47 = V_15; int32_t L_48 = V_14; NullCheck(L_47); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_49; L_49 = BigInteger_ShiftLeft_m3058D01476403859DEA3EE149EAC257444F7EC2C(L_47, L_48, /*hidden argument*/NULL); NullCheck(L_46); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_50; L_50 = BigInteger_Add_mC4685DAB012424EC6A0FF486D89CA5A538CB3937(L_46, L_49, /*hidden argument*/NULL); V_10 = L_50; // for (int j = 0, exp = 0; j <= n; ++j, exp += outlen) int32_t L_51 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); // for (int j = 0, exp = 0; j <= n; ++j, exp += outlen) int32_t L_52 = V_14; int32_t L_53 = V_1; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)L_53)); } IL_0116: { // for (int j = 0, exp = 0; j <= n; ++j, exp += outlen) int32_t L_54 = V_13; int32_t L_55 = V_3; if ((((int32_t)L_54) <= ((int32_t)L_55))) { goto IL_00c3; } } { // BigInteger X = W.Add(BigInteger.One.ShiftLeft(L - 1)); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_56 = V_10; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_57 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); int32_t L_58 = __this->get_L_1(); NullCheck(L_57); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_59; L_59 = BigInteger_ShiftLeft_m3058D01476403859DEA3EE149EAC257444F7EC2C(L_57, ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_56); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_60; L_60 = BigInteger_Add_mC4685DAB012424EC6A0FF486D89CA5A538CB3937(L_56, L_59, /*hidden argument*/NULL); // BigInteger c = X.Mod(q.ShiftLeft(1)); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_61 = L_60; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_62 = V_6; NullCheck(L_62); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_63; L_63 = BigInteger_ShiftLeft_m3058D01476403859DEA3EE149EAC257444F7EC2C(L_62, 1, /*hidden argument*/NULL); NullCheck(L_61); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_64; L_64 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_61, L_63, /*hidden argument*/NULL); V_11 = L_64; // BigInteger p = X.Subtract(c.Subtract(BigInteger.One)); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_65 = V_11; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_66 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); NullCheck(L_65); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_67; L_67 = BigInteger_Subtract_m533D42A73362CE69891C408AC3587038EB6B883C(L_65, L_66, /*hidden argument*/NULL); NullCheck(L_61); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_68; L_68 = BigInteger_Subtract_m533D42A73362CE69891C408AC3587038EB6B883C(L_61, L_67, /*hidden argument*/NULL); V_12 = L_68; // if (p.BitLength != L) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_69 = V_12; NullCheck(L_69); int32_t L_70; L_70 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_69, /*hidden argument*/NULL); int32_t L_71 = __this->get_L_1(); if ((!(((uint32_t)L_70) == ((uint32_t)L_71)))) { goto IL_01d6; } } { // if (p.IsProbablePrime(certainty)) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_72 = V_12; int32_t L_73 = __this->get_certainty_3(); NullCheck(L_72); bool L_74; L_74 = BigInteger_IsProbablePrime_m0793CB745AA8451B6B5916788FD60F3829B93EBD(L_72, L_73, /*hidden argument*/NULL); if (!L_74) { goto IL_01d6; } } { // if (usageIndex >= 0) int32_t L_75 = __this->get_usageIndex_6(); if ((((int32_t)L_75) < ((int32_t)0))) { goto IL_01b0; } } { // BigInteger g = CalculateGenerator_FIPS186_3_Verifiable(d, p, q, seed, usageIndex); RuntimeObject* L_76 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_77 = V_12; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_78 = V_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_79 = V_2; int32_t L_80 = __this->get_usageIndex_6(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_81; L_81 = VirtualFuncInvoker5< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, RuntimeObject*, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::CalculateGenerator_FIPS186_3_Verifiable(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Byte[],System.Int32) */, __this, L_76, L_77, L_78, L_79, L_80); V_16 = L_81; // if (g != null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_82 = V_16; if (!L_82) { goto IL_01b0; } } { // return new DsaParameters(p, q, g, new DsaValidationParameters(seed, counter, usageIndex)); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_83 = V_12; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_84 = V_6; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_85 = V_16; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_86 = V_2; int32_t L_87 = V_9; int32_t L_88 = __this->get_usageIndex_6(); DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * L_89 = (DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 *)il2cpp_codegen_object_new(DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3_il2cpp_TypeInfo_var); DsaValidationParameters__ctor_m02AE1EDC04FFEB35BCF7DA6E492AFA52AB053BA8(L_89, L_86, L_87, L_88, /*hidden argument*/NULL); DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_90 = (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 *)il2cpp_codegen_object_new(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245_il2cpp_TypeInfo_var); DsaParameters__ctor_mD0A1C1A700ADB7941555556B1F7A0E2CD7F265D3(L_90, L_83, L_84, L_85, L_89, /*hidden argument*/NULL); return L_90; } IL_01b0: { // BigInteger g = CalculateGenerator_FIPS186_3_Unverifiable(p, q, random); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_91 = V_12; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_92 = V_6; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_93 = __this->get_random_4(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_94; L_94 = VirtualFuncInvoker3< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * >::Invoke(10 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::CalculateGenerator_FIPS186_3_Unverifiable(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) */, __this, L_91, L_92, L_93); V_17 = L_94; // return new DsaParameters(p, q, g, new DsaValidationParameters(seed, counter)); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_95 = V_12; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_96 = V_6; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_97 = V_17; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_98 = V_2; int32_t L_99 = V_9; DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * L_100 = (DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 *)il2cpp_codegen_object_new(DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3_il2cpp_TypeInfo_var); DsaValidationParameters__ctor_mD14D1F92826EE235050E9772433BD704DE854A67(L_100, L_98, L_99, /*hidden argument*/NULL); DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_101 = (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 *)il2cpp_codegen_object_new(DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245_il2cpp_TypeInfo_var); DsaParameters__ctor_mD0A1C1A700ADB7941555556B1F7A0E2CD7F265D3(L_101, L_95, L_96, L_97, L_100, /*hidden argument*/NULL); return L_101; } IL_01d6: { // for (int counter = 0; counter < counterLimit; ++counter) int32_t L_102 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)1)); } IL_01dc: { // for (int counter = 0; counter < counterLimit; ++counter) int32_t L_103 = V_9; int32_t L_104 = V_8; if ((((int32_t)L_103) < ((int32_t)L_104))) { goto IL_00b4; } } { goto IL_0042; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::CalculateGenerator_FIPS186_3_Unverifiable(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaParametersGenerator_CalculateGenerator_FIPS186_3_Unverifiable_m63D80976CE84237E832EA3DC1E32086E3F8CA3FE (DsaParametersGenerator_t3FFD66865EB3BA25634790FE32D9C3CD026FF524 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q1, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___r2, const RuntimeMethod* method) { { // return CalculateGenerator_FIPS186_2(p, q, r); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___p0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___q1; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_2 = ___r2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3; L_3 = VirtualFuncInvoker3< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * >::Invoke(8 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::CalculateGenerator_FIPS186_2(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) */, __this, L_0, L_1, L_2); return L_3; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::CalculateGenerator_FIPS186_3_Verifiable(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaParametersGenerator_CalculateGenerator_FIPS186_3_Verifiable_m1BEFFDD7707E32033ACD2680BBCBFC91E7175A4C (DsaParametersGenerator_t3FFD66865EB3BA25634790FE32D9C3CD026FF524 * __this, RuntimeObject* ___d0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___p1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed3, int32_t ___index4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7034789FCBBBAEA1851A7EBAF3B9DA340883CFAA); s_Il2CppMethodInitialized = true; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; int32_t V_4 = 0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_5 = NULL; { // BigInteger e = p.Subtract(BigInteger.One).Divide(q); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___p1; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = BigInteger_Subtract_m533D42A73362CE69891C408AC3587038EB6B883C(L_0, L_1, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___q2; NullCheck(L_2); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4; L_4 = BigInteger_Divide_m13FDAD15EF3A36ABE09AF25575C554CCB1E59356(L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; // byte[] ggen = Hex.Decode("6767656E"); IL2CPP_RUNTIME_CLASS_INIT(Hex_t3B7B2ED165B9CA45F45E3F1EF2436D4FCA11F6FE_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = Hex_Decode_m1D881955B974F7FB194876E59DD34149C594A6E1(_stringLiteral7034789FCBBBAEA1851A7EBAF3B9DA340883CFAA, /*hidden argument*/NULL); V_1 = L_5; // byte[] U = new byte[seed.Length + ggen.Length + 1 + 2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___seed3; NullCheck(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_1; NullCheck(L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))))), (int32_t)1)), (int32_t)2))); V_2 = L_8; // Array.Copy(seed, 0, U, 0, seed.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___seed3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___seed3; NullCheck(L_11); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_9, 0, (RuntimeArray *)(RuntimeArray *)L_10, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))), /*hidden argument*/NULL); // Array.Copy(ggen, 0, U, seed.Length, ggen.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___seed3; NullCheck(L_14); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_1; NullCheck(L_15); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_12, 0, (RuntimeArray *)(RuntimeArray *)L_13, ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))), ((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))), /*hidden argument*/NULL); // U[U.Length - 3] = (byte)index; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_2; NullCheck(L_17); int32_t L_18 = ___index4; NullCheck(L_16); (L_16)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))), (int32_t)3))), (uint8_t)((int32_t)((uint8_t)L_18))); // byte[] w = new byte[d.GetDigestSize()]; RuntimeObject* L_19 = ___d0; NullCheck(L_19); int32_t L_20; L_20 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::GetDigestSize() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_19); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_20); V_3 = L_21; // for (int count = 1; count < (1 << 16); ++count) V_4 = 1; goto IL_009d; } IL_0067: { // Inc(U); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_2; DsaParametersGenerator_Inc_mB43BB0352E0FEA7B6629B2FD8AEB10A2617B1AB9(L_22, /*hidden argument*/NULL); // Hash(d, U, w); RuntimeObject* L_23 = ___d0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = V_3; DsaParametersGenerator_Hash_m3E922F37A1EC8C27AA0985CCB563963E99F2792B(L_23, L_24, L_25, /*hidden argument*/NULL); // BigInteger W = new BigInteger(1, w); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_27 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m2790E6F992AE637CEB82161CD2D56E1E0008F81A(L_27, 1, L_26, /*hidden argument*/NULL); // BigInteger g = W.ModPow(e, p); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_28 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_29 = ___p1; NullCheck(L_27); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_30; L_30 = BigInteger_ModPow_mC9A62D287BD35E7645E234EDAE8020614A434ED2(L_27, L_28, L_29, /*hidden argument*/NULL); V_5 = L_30; // if (g.CompareTo(BigInteger.Two) >= 0) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_31 = V_5; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_32 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_Two_9(); NullCheck(L_31); int32_t L_33; L_33 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_31, L_32, /*hidden argument*/NULL); if ((((int32_t)L_33) < ((int32_t)0))) { goto IL_0097; } } { // return g; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_34 = V_5; return L_34; } IL_0097: { // for (int count = 1; count < (1 << 16); ++count) int32_t L_35 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_009d: { // for (int count = 1; count < (1 << 16); ++count) int32_t L_36 = V_4; if ((((int32_t)L_36) < ((int32_t)((int32_t)65536)))) { goto IL_0067; } } { // return null; return (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)NULL; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::IsValidDsaStrength(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DsaParametersGenerator_IsValidDsaStrength_mA1E6A74DEF8DE351225CF38EB0A7C0E208DFE4DD (int32_t ___strength0, const RuntimeMethod* method) { { // return strength >= 512 && strength <= 1024 && strength % 64 == 0; int32_t L_0 = ___strength0; if ((((int32_t)L_0) < ((int32_t)((int32_t)512)))) { goto IL_0018; } } { int32_t L_1 = ___strength0; if ((((int32_t)L_1) > ((int32_t)((int32_t)1024)))) { goto IL_0018; } } { int32_t L_2 = ___strength0; return (bool)((((int32_t)((int32_t)((int32_t)L_2%(int32_t)((int32_t)64)))) == ((int32_t)0))? 1 : 0); } IL_0018: { return (bool)0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::Hash(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest,System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaParametersGenerator_Hash_m3E922F37A1EC8C27AA0985CCB563963E99F2792B (RuntimeObject* ___d0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // d.BlockUpdate(input, 0, input.Length); RuntimeObject* L_0 = ___d0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___input1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input1; NullCheck(L_2); NullCheck(L_0); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0, L_1, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))); // d.DoFinal(output, 0); RuntimeObject* L_3 = ___d0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___output2; NullCheck(L_3); int32_t L_5; L_5 = InterfaceFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(5 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::DoFinal(System.Byte[],System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_3, L_4, 0); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::GetDefaultN(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DsaParametersGenerator_GetDefaultN_mF10F92AE38AFC6ED92F1C01650F2308EA45492CF (int32_t ___L0, const RuntimeMethod* method) { { // return L > 1024 ? 256 : 160; int32_t L_0 = ___L0; if ((((int32_t)L_0) > ((int32_t)((int32_t)1024)))) { goto IL_000e; } } { return ((int32_t)160); } IL_000e: { return ((int32_t)256); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator::Inc(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaParametersGenerator_Inc_mB43BB0352E0FEA7B6629B2FD8AEB10A2617B1AB9 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, const RuntimeMethod* method) { int32_t V_0 = 0; uint8_t V_1 = 0x0; { // for (int i = buf.Length - 1; i >= 0; --i) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buf0; NullCheck(L_0); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), (int32_t)1)); goto IL_001a; } IL_0008: { // byte b = (byte)(buf[i] + 1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buf0; int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); V_1 = (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)))); // buf[i] = b; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___buf0; int32_t L_6 = V_0; uint8_t L_7 = V_1; NullCheck(L_5); (L_5)->SetAt(static_cast(L_6), (uint8_t)L_7); // if (b != 0) uint8_t L_8 = V_1; if (L_8) { goto IL_001e; } } { // for (int i = buf.Length - 1; i >= 0; --i) int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); } IL_001a: { // for (int i = buf.Length - 1; i >= 0; --i) int32_t L_10 = V_0; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0008; } } IL_001e: { // } 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.Parameters.DsaPrivateKeyParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaPrivateKeyParameters__ctor_mCDC04F6D9E1E6DCDF109BD94AAE4366C9ACEF45E (DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___x0, DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * ___parameters1, const RuntimeMethod* method) { { // : base(true, parameters) DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_0 = ___parameters1; DsaKeyParameters__ctor_m8819F2272014A37A3582B5B0891D6737776A0D44(__this, (bool)1, L_0, /*hidden argument*/NULL); // if (x == null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___x0; if (L_1) { goto IL_0016; } } { // throw new ArgumentNullException("x"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DsaPrivateKeyParameters__ctor_mCDC04F6D9E1E6DCDF109BD94AAE4366C9ACEF45E_RuntimeMethod_var))); } IL_0016: { // this.x = x; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___x0; __this->set_x_2(L_3); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPrivateKeyParameters::get_X() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaPrivateKeyParameters_get_X_m546BC3C2E687DDF3EBF16BD389E8506718B30DC2 (DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98 * __this, const RuntimeMethod* method) { { // get { return x; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_x_2(); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPrivateKeyParameters::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DsaPrivateKeyParameters_Equals_m1A2E52A6C2296EA0B75058C675F62106508852AB (DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98 * V_0 = NULL; { // if (obj == this) RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98 *)__this)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // DsaPrivateKeyParameters other = obj as DsaPrivateKeyParameters; RuntimeObject * L_1 = ___obj0; V_0 = ((DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98 *)IsInstClass((RuntimeObject*)L_1, DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98_il2cpp_TypeInfo_var)); // if (other == null) DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98 * L_2 = V_0; if (L_2) { goto IL_0012; } } { // return false; return (bool)0; } IL_0012: { // return Equals(other); DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98 * L_3 = V_0; bool L_4; L_4 = DsaPrivateKeyParameters_Equals_m143F473323B70D837EDE5ED480FA84FC20B0ACD5(__this, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPrivateKeyParameters::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPrivateKeyParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DsaPrivateKeyParameters_Equals_m143F473323B70D837EDE5ED480FA84FC20B0ACD5 (DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98 * __this, DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98 * ___other0, const RuntimeMethod* method) { { // return x.Equals(other.x) && base.Equals(other); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_x_2(); DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98 * L_1 = ___other0; NullCheck(L_1); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = L_1->get_x_2(); NullCheck(L_0); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_0, L_2); if (!L_3) { goto IL_001b; } } { DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98 * L_4 = ___other0; bool L_5; L_5 = DsaKeyParameters_Equals_m7DFF748E29B840A5C89587343D5EDBB4A6621C10(__this, L_4, /*hidden argument*/NULL); return L_5; } IL_001b: { return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPrivateKeyParameters::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DsaPrivateKeyParameters_GetHashCode_m27FFD618197E12CD9ED5E7FAF2627DD2121E3A83 (DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98 * __this, const RuntimeMethod* method) { { // return x.GetHashCode() ^ base.GetHashCode(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_x_2(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); int32_t L_2; L_2 = DsaKeyParameters_GetHashCode_m9179FA3DB46FC2485C4ECA62A360C30853CB6EBC(__this, /*hidden argument*/NULL); return ((int32_t)((int32_t)L_1^(int32_t)L_2)); } } #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.Crypto.Parameters.DsaPublicKeyParameters::Validate(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaPublicKeyParameters_Validate_mDEB7EC9F65810E335B67C39B3214AFD62D230108 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y0, DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * ___parameters1, 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; } { // if (parameters != null) DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_0 = ___parameters1; if (!L_0) { goto IL_0053; } } { // if (y.CompareTo(BigInteger.Two) < 0 // || y.CompareTo(parameters.P.Subtract(BigInteger.Two)) > 0 // || !y.ModPow(parameters.Q, parameters.P).Equals(BigInteger.One)) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___y0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_Two_9(); NullCheck(L_1); int32_t L_3; L_3 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_1, L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0048; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = ___y0; DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_5 = ___parameters1; NullCheck(L_5); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6; L_6 = DsaParameters_get_P_mA6C35D7CCBF79E522515CDB351B76961C2CD7A0C_inline(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_Two_9(); NullCheck(L_6); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8; L_8 = BigInteger_Subtract_m533D42A73362CE69891C408AC3587038EB6B883C(L_6, L_7, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_9; L_9 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_4, L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) > ((int32_t)0))) { goto IL_0048; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = ___y0; DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_11 = ___parameters1; NullCheck(L_11); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12; L_12 = DsaParameters_get_Q_mDDEA980729D10045F0EFFF72E018FBB6AEFEB433_inline(L_11, /*hidden argument*/NULL); DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_13 = ___parameters1; NullCheck(L_13); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_14; L_14 = DsaParameters_get_P_mA6C35D7CCBF79E522515CDB351B76961C2CD7A0C_inline(L_13, /*hidden argument*/NULL); NullCheck(L_10); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_15; L_15 = BigInteger_ModPow_mC9A62D287BD35E7645E234EDAE8020614A434ED2(L_10, L_12, L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_16 = ((BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var))->get_One_8(); NullCheck(L_15); bool L_17; L_17 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_15, L_16); if (L_17) { goto IL_0053; } } IL_0048: { // throw new ArgumentException("y value does not appear to be in correct group"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_18 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF24B8823EFB52E92917452F88A37F9142FB6A351)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DsaPublicKeyParameters_Validate_mDEB7EC9F65810E335B67C39B3214AFD62D230108_RuntimeMethod_var))); } IL_0053: { // return y; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_19 = ___y0; return L_19; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaPublicKeyParameters__ctor_mCE26A1766E3B5A728500CE48CEFB95E8ACBF00BF (DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___y0, DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * ___parameters1, const RuntimeMethod* method) { { // : base(false, parameters) DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_0 = ___parameters1; DsaKeyParameters__ctor_m8819F2272014A37A3582B5B0891D6737776A0D44(__this, (bool)0, L_0, /*hidden argument*/NULL); // if (y == null) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___y0; if (L_1) { goto IL_0016; } } { // throw new ArgumentNullException("y"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DsaPublicKeyParameters__ctor_mCE26A1766E3B5A728500CE48CEFB95E8ACBF00BF_RuntimeMethod_var))); } IL_0016: { // this.y = Validate(y, parameters); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3 = ___y0; DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_4 = ___parameters1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_5; L_5 = DsaPublicKeyParameters_Validate_mDEB7EC9F65810E335B67C39B3214AFD62D230108(L_3, L_4, /*hidden argument*/NULL); __this->set_y_2(L_5); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters::get_Y() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaPublicKeyParameters_get_Y_m5A3F46235738D1898CF1D43B545956F22EAE7AA2 (DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * __this, const RuntimeMethod* method) { { // get { return y; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_y_2(); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DsaPublicKeyParameters_Equals_m89F77B14E830F529CBBC7021265FC19004FA0261 (DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * V_0 = NULL; { // if (obj == this) RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 *)__this)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // DsaPublicKeyParameters other = obj as DsaPublicKeyParameters; RuntimeObject * L_1 = ___obj0; V_0 = ((DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 *)IsInstClass((RuntimeObject*)L_1, DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9_il2cpp_TypeInfo_var)); // if (other == null) DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * L_2 = V_0; if (L_2) { goto IL_0012; } } { // return false; return (bool)0; } IL_0012: { // return Equals(other); DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * L_3 = V_0; bool L_4; L_4 = DsaPublicKeyParameters_Equals_mCF170F426E75C234616E8C450D96B641FEDF08FE(__this, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DsaPublicKeyParameters_Equals_mCF170F426E75C234616E8C450D96B641FEDF08FE (DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * __this, DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * ___other0, const RuntimeMethod* method) { { // return y.Equals(other.y) && base.Equals(other); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_y_2(); DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * L_1 = ___other0; NullCheck(L_1); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2 = L_1->get_y_2(); NullCheck(L_0); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_0, L_2); if (!L_3) { goto IL_001b; } } { DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * L_4 = ___other0; bool L_5; L_5 = DsaKeyParameters_Equals_m7DFF748E29B840A5C89587343D5EDBB4A6621C10(__this, L_4, /*hidden argument*/NULL); return L_5; } IL_001b: { return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DsaPublicKeyParameters_GetHashCode_m2F5E0ACE33A9E0FF6DAEDD0ED029FD939B9AC3D4 (DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * __this, const RuntimeMethod* method) { { // return y.GetHashCode() ^ base.GetHashCode(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_y_2(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); int32_t L_2; L_2 = DsaKeyParameters_GetHashCode_m9179FA3DB46FC2485C4ECA62A360C30853CB6EBC(__this, /*hidden argument*/NULL); return ((int32_t)((int32_t)L_1^(int32_t)L_2)); } } #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.Signers.DsaSigner::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaSigner__ctor_mD9DB50053BE847BF048CE402BF831F76FDF5C653 (DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public DsaSigner() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.kCalculator = new RandomDsaKCalculator(); RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142 * L_0 = (RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142 *)il2cpp_codegen_object_new(RandomDsaKCalculator_tCC700A028D7BDE02024D912CFA2B81B0E7A42142_il2cpp_TypeInfo_var); RandomDsaKCalculator__ctor_m6BF841870093C0DF7180A77E38BE92EE525F1130(L_0, /*hidden argument*/NULL); __this->set_kCalculator_0(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaSigner::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.IDsaKCalculator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaSigner__ctor_m4F8CD1803721F9C537999E6603D32CAF3EF50149 (DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22 * __this, RuntimeObject* ___kCalculator0, const RuntimeMethod* method) { { // public DsaSigner(IDsaKCalculator kCalculator) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.kCalculator = kCalculator; RuntimeObject* L_0 = ___kCalculator0; __this->set_kCalculator_0(L_0); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaSigner::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DsaSigner_get_AlgorithmName_m14AF42D2A4106C6790A25D69A6491D07A6A44DCB (DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5CDBAC457EFE37BD1A4DE9D7CA08E257E79A06E8); s_Il2CppMethodInitialized = true; } { // get { return "DSA"; } return _stringLiteral5CDBAC457EFE37BD1A4DE9D7CA08E257E79A06E8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaSigner::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaSigner_Init_m3DF874BF826CA1478DA6A22CB6A7DD3F7EC5B9C2 (DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22 * __this, bool ___forSigning0, RuntimeObject* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDsaKCalculator_tF50AA36AFBA3B4D88C26A1C64ECF2E23FF6A11E2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * V_0 = NULL; DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22 * G_B11_0 = NULL; DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22 * G_B11_1 = NULL; DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22 * G_B10_0 = NULL; DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22 * G_B10_1 = NULL; int32_t G_B12_0 = 0; DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22 * G_B12_1 = NULL; DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22 * G_B12_2 = NULL; { // SecureRandom providedRandom = null; V_0 = (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 *)NULL; // if (forSigning) bool L_0 = ___forSigning0; if (!L_0) { goto IL_0042; } } { // if (parameters is ParametersWithRandom) RuntimeObject* L_1 = ___parameters1; if (!((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)IsInstClass((RuntimeObject*)L_1, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var))) { goto IL_0021; } } { // ParametersWithRandom rParam = (ParametersWithRandom)parameters; RuntimeObject* L_2 = ___parameters1; // providedRandom = rParam.Random; ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * L_3 = ((ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC *)CastclassClass((RuntimeObject*)L_2, ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC_il2cpp_TypeInfo_var)); NullCheck(L_3); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_4; L_4 = ParametersWithRandom_get_Random_mF9C641B992B3D83AC3CE3E4E7AD7D56545538F91_inline(L_3, /*hidden argument*/NULL); V_0 = L_4; // parameters = rParam.Parameters; NullCheck(L_3); RuntimeObject* L_5; L_5 = ParametersWithRandom_get_Parameters_mC27DE634CDD6230C5FD939CC5B81B42B7CCAEF18_inline(L_3, /*hidden argument*/NULL); ___parameters1 = L_5; } IL_0021: { // if (!(parameters is DsaPrivateKeyParameters)) RuntimeObject* L_6 = ___parameters1; if (((DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98 *)IsInstClass((RuntimeObject*)L_6, DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98_il2cpp_TypeInfo_var))) { goto IL_0034; } } { // throw new InvalidKeyException("DSA private key required for signing"); InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * L_7 = (InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A_il2cpp_TypeInfo_var))); InvalidKeyException__ctor_m8237DB4630E307D5BF4496918D1F5A07DC10E5CF(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1216DAC8725F2041930D2CCE86D098BE35A56B97)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DsaSigner_Init_m3DF874BF826CA1478DA6A22CB6A7DD3F7EC5B9C2_RuntimeMethod_var))); } IL_0034: { // this.key = (DsaPrivateKeyParameters)parameters; RuntimeObject* L_8 = ___parameters1; __this->set_key_1(((DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98 *)CastclassClass((RuntimeObject*)L_8, DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98_il2cpp_TypeInfo_var))); // } goto IL_0061; } IL_0042: { // if (!(parameters is DsaPublicKeyParameters)) RuntimeObject* L_9 = ___parameters1; if (((DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 *)IsInstClass((RuntimeObject*)L_9, DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9_il2cpp_TypeInfo_var))) { goto IL_0055; } } { // throw new InvalidKeyException("DSA public key required for verification"); InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A * L_10 = (InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidKeyException_t7F19EE8EB26000BAFDF50186FB1DD59F13A7FD8A_il2cpp_TypeInfo_var))); InvalidKeyException__ctor_m8237DB4630E307D5BF4496918D1F5A07DC10E5CF(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC02D55B85A6AFA6AFDCBFB5F844797E27E1FAB75)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DsaSigner_Init_m3DF874BF826CA1478DA6A22CB6A7DD3F7EC5B9C2_RuntimeMethod_var))); } IL_0055: { // this.key = (DsaPublicKeyParameters)parameters; RuntimeObject* L_11 = ___parameters1; __this->set_key_1(((DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 *)CastclassClass((RuntimeObject*)L_11, DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9_il2cpp_TypeInfo_var))); } IL_0061: { // this.random = InitSecureRandom(forSigning && !kCalculator.IsDeterministic, providedRandom); bool L_12 = ___forSigning0; G_B10_0 = __this; G_B10_1 = __this; if (!L_12) { G_B11_0 = __this; G_B11_1 = __this; goto IL_0076; } } { RuntimeObject* L_13 = __this->get_kCalculator_0(); NullCheck(L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.IDsaKCalculator::get_IsDeterministic() */, IDsaKCalculator_tF50AA36AFBA3B4D88C26A1C64ECF2E23FF6A11E2_il2cpp_TypeInfo_var, L_13); G_B12_0 = ((((int32_t)L_14) == ((int32_t)0))? 1 : 0); G_B12_1 = G_B10_0; G_B12_2 = G_B10_1; goto IL_0077; } IL_0076: { G_B12_0 = 0; G_B12_1 = G_B11_0; G_B12_2 = G_B11_1; } IL_0077: { SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_15 = V_0; NullCheck(G_B12_1); SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_16; L_16 = VirtualFuncInvoker2< SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 *, bool, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * >::Invoke(15 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaSigner::InitSecureRandom(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) */, G_B12_1, (bool)G_B12_0, L_15); NullCheck(G_B12_2); G_B12_2->set_random_2(L_16); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaSigner::get_Order() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaSigner_get_Order_m7B346BAF07B7EA886428DD057CA47D5C3AE8DDBB (DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22 * __this, const RuntimeMethod* method) { { // get { return key.Parameters.Q; } DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * L_0 = __this->get_key_1(); NullCheck(L_0); DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_1; L_1 = DsaKeyParameters_get_Parameters_mC51CFA0D395F4AE1BF0CA32043A7C290408EDEE4_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_2; L_2 = DsaParameters_get_Q_mDDEA980729D10045F0EFFF72E018FBB6AEFEB433_inline(L_1, /*hidden argument*/NULL); return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaSigner::GenerateSignature(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* DsaSigner_GenerateSignature_m3E3E6CE706B82F7F4C08EA6FEF9015164882FA59 (DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDsaKCalculator_tF50AA36AFBA3B4D88C26A1C64ECF2E23FF6A11E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_2 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_3 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_4 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_5 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_6 = NULL; { // DsaParameters parameters = key.Parameters; DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * L_0 = __this->get_key_1(); NullCheck(L_0); DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_1; L_1 = DsaKeyParameters_get_Parameters_mC51CFA0D395F4AE1BF0CA32043A7C290408EDEE4_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; // BigInteger q = parameters.Q; DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_2 = V_0; NullCheck(L_2); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3; L_3 = DsaParameters_get_Q_mDDEA980729D10045F0EFFF72E018FBB6AEFEB433_inline(L_2, /*hidden argument*/NULL); V_1 = L_3; // BigInteger m = CalculateE(q, message); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___message0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6; L_6 = VirtualFuncInvoker2< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(14 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaSigner::CalculateE(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Byte[]) */, __this, L_4, L_5); V_2 = L_6; // BigInteger x = ((DsaPrivateKeyParameters)key).X; DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * L_7 = __this->get_key_1(); NullCheck(((DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98 *)CastclassClass((RuntimeObject*)L_7, DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98_il2cpp_TypeInfo_var))); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_8; L_8 = DsaPrivateKeyParameters_get_X_m546BC3C2E687DDF3EBF16BD389E8506718B30DC2_inline(((DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98 *)CastclassClass((RuntimeObject*)L_7, DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_3 = L_8; // if (kCalculator.IsDeterministic) RuntimeObject* L_9 = __this->get_kCalculator_0(); NullCheck(L_9); bool L_10; L_10 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.IDsaKCalculator::get_IsDeterministic() */, IDsaKCalculator_tF50AA36AFBA3B4D88C26A1C64ECF2E23FF6A11E2_il2cpp_TypeInfo_var, L_9); if (!L_10) { goto IL_004a; } } { // kCalculator.Init(q, x, message); RuntimeObject* L_11 = __this->get_kCalculator_0(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_13 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___message0; NullCheck(L_11); InterfaceActionInvoker3< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(2 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.IDsaKCalculator::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Byte[]) */, IDsaKCalculator_tF50AA36AFBA3B4D88C26A1C64ECF2E23FF6A11E2_il2cpp_TypeInfo_var, L_11, L_12, L_13, L_14); // } goto IL_005c; } IL_004a: { // kCalculator.Init(q, random); RuntimeObject* L_15 = __this->get_kCalculator_0(); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_16 = V_1; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_17 = __this->get_random_2(); NullCheck(L_15); InterfaceActionInvoker2< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.IDsaKCalculator::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) */, IDsaKCalculator_tF50AA36AFBA3B4D88C26A1C64ECF2E23FF6A11E2_il2cpp_TypeInfo_var, L_15, L_16, L_17); } IL_005c: { // BigInteger k = kCalculator.NextK(); RuntimeObject* L_18 = __this->get_kCalculator_0(); NullCheck(L_18); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_19; L_19 = InterfaceFuncInvoker0< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * >::Invoke(3 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.IDsaKCalculator::NextK() */, IDsaKCalculator_tF50AA36AFBA3B4D88C26A1C64ECF2E23FF6A11E2_il2cpp_TypeInfo_var, L_18); V_4 = L_19; // BigInteger r = parameters.G.ModPow(k, parameters.P).Mod(q); DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_20 = V_0; NullCheck(L_20); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_21; L_21 = DsaParameters_get_G_m01D4CB03D0E50BE67CF67A1D8FA6394C35A106F9_inline(L_20, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_22 = V_4; DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_23 = V_0; NullCheck(L_23); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_24; L_24 = DsaParameters_get_P_mA6C35D7CCBF79E522515CDB351B76961C2CD7A0C_inline(L_23, /*hidden argument*/NULL); NullCheck(L_21); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_25; L_25 = BigInteger_ModPow_mC9A62D287BD35E7645E234EDAE8020614A434ED2(L_21, L_22, L_24, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_26 = V_1; NullCheck(L_25); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_27; L_27 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_25, L_26, /*hidden argument*/NULL); V_5 = L_27; // k = k.ModInverse(q).Multiply(m.Add(x.Multiply(r))); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_28 = V_4; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_29 = V_1; NullCheck(L_28); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_30; L_30 = BigInteger_ModInverse_mC7B76E8E8BA0692B5F16F38DDA981EB2C5ABBC34(L_28, L_29, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_31 = V_2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_32 = V_3; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_33 = V_5; NullCheck(L_32); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_34; L_34 = BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC(L_32, L_33, /*hidden argument*/NULL); NullCheck(L_31); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_35; L_35 = BigInteger_Add_mC4685DAB012424EC6A0FF486D89CA5A538CB3937(L_31, L_34, /*hidden argument*/NULL); NullCheck(L_30); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_36; L_36 = BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC(L_30, L_35, /*hidden argument*/NULL); V_4 = L_36; // BigInteger s = k.Mod(q); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_37 = V_4; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_38 = V_1; NullCheck(L_37); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_39; L_39 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_37, L_38, /*hidden argument*/NULL); V_6 = L_39; // return new BigInteger[]{ r, s }; BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_40 = (BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED*)SZArrayNew(BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED_il2cpp_TypeInfo_var, (uint32_t)2); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_41 = L_40; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_42 = V_5; NullCheck(L_41); ArrayElementTypeCheck (L_41, L_42); (L_41)->SetAt(static_cast(0), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_42); BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED* L_43 = L_41; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_44 = V_6; NullCheck(L_43); ArrayElementTypeCheck (L_43, L_44); (L_43)->SetAt(static_cast(1), (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_44); return L_43; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaSigner::VerifySignature(System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DsaSigner_VerifySignature_m52AE1505214717B493C29B19B8BE5B2148A9804A (DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___message0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___r1, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___s2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * V_0 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_1 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_2 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_3 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_4 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_5 = NULL; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * V_6 = NULL; { // DsaParameters parameters = key.Parameters; DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * L_0 = __this->get_key_1(); NullCheck(L_0); DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_1; L_1 = DsaKeyParameters_get_Parameters_mC51CFA0D395F4AE1BF0CA32043A7C290408EDEE4_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; // BigInteger q = parameters.Q; DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_2 = V_0; NullCheck(L_2); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_3; L_3 = DsaParameters_get_Q_mDDEA980729D10045F0EFFF72E018FBB6AEFEB433_inline(L_2, /*hidden argument*/NULL); V_1 = L_3; // BigInteger m = CalculateE(q, message); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_4 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___message0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6; L_6 = VirtualFuncInvoker2< BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(14 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaSigner::CalculateE(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Byte[]) */, __this, L_4, L_5); V_2 = L_6; // if (r.SignValue <= 0 || q.CompareTo(r) <= 0) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_7 = ___r1; NullCheck(L_7); int32_t L_8; L_8 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_002f; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_9 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_10 = ___r1; NullCheck(L_9); int32_t L_11; L_11 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_9, L_10, /*hidden argument*/NULL); if ((((int32_t)L_11) > ((int32_t)0))) { goto IL_0031; } } IL_002f: { // return false; return (bool)0; } IL_0031: { // if (s.SignValue <= 0 || q.CompareTo(s) <= 0) BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_12 = ___s2; NullCheck(L_12); int32_t L_13; L_13 = BigInteger_get_SignValue_mD40EFBE0702F356758CE49796DD9743BF06E5199_inline(L_12, /*hidden argument*/NULL); if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_0044; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_14 = V_1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_15 = ___s2; NullCheck(L_14); int32_t L_16; L_16 = BigInteger_CompareTo_m0B17CAA359D6D0E4621D4A93451F9A154B21E3A4(L_14, L_15, /*hidden argument*/NULL); if ((((int32_t)L_16) > ((int32_t)0))) { goto IL_0046; } } IL_0044: { // return false; return (bool)0; } IL_0046: { // BigInteger w = s.ModInverse(q); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_17 = ___s2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_18 = V_1; NullCheck(L_17); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_19; L_19 = BigInteger_ModInverse_mC7B76E8E8BA0692B5F16F38DDA981EB2C5ABBC34(L_17, L_18, /*hidden argument*/NULL); V_3 = L_19; // BigInteger u1 = m.Multiply(w).Mod(q); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_20 = V_2; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_21 = V_3; NullCheck(L_20); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_22; L_22 = BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC(L_20, L_21, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_23 = V_1; NullCheck(L_22); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_24; L_24 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_22, L_23, /*hidden argument*/NULL); V_4 = L_24; // BigInteger u2 = r.Multiply(w).Mod(q); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_25 = ___r1; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_26 = V_3; NullCheck(L_25); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_27; L_27 = BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC(L_25, L_26, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_28 = V_1; NullCheck(L_27); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_29; L_29 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_27, L_28, /*hidden argument*/NULL); V_5 = L_29; // BigInteger p = parameters.P; DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_30 = V_0; NullCheck(L_30); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_31; L_31 = DsaParameters_get_P_mA6C35D7CCBF79E522515CDB351B76961C2CD7A0C_inline(L_30, /*hidden argument*/NULL); V_6 = L_31; // u1 = parameters.G.ModPow(u1, p); DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_32 = V_0; NullCheck(L_32); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_33; L_33 = DsaParameters_get_G_m01D4CB03D0E50BE67CF67A1D8FA6394C35A106F9_inline(L_32, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_34 = V_4; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_35 = V_6; NullCheck(L_33); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_36; L_36 = BigInteger_ModPow_mC9A62D287BD35E7645E234EDAE8020614A434ED2(L_33, L_34, L_35, /*hidden argument*/NULL); V_4 = L_36; // u2 = ((DsaPublicKeyParameters)key).Y.ModPow(u2, p); DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * L_37 = __this->get_key_1(); NullCheck(((DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 *)CastclassClass((RuntimeObject*)L_37, DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9_il2cpp_TypeInfo_var))); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_38; L_38 = DsaPublicKeyParameters_get_Y_m5A3F46235738D1898CF1D43B545956F22EAE7AA2_inline(((DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 *)CastclassClass((RuntimeObject*)L_37, DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_39 = V_5; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_40 = V_6; NullCheck(L_38); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_41; L_41 = BigInteger_ModPow_mC9A62D287BD35E7645E234EDAE8020614A434ED2(L_38, L_39, L_40, /*hidden argument*/NULL); V_5 = L_41; // BigInteger v = u1.Multiply(u2).Mod(p).Mod(q); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_42 = V_4; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_43 = V_5; NullCheck(L_42); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_44; L_44 = BigInteger_Multiply_m232E46736C80E6A71D2140D5A37FC004489CA4BC(L_42, L_43, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_45 = V_6; NullCheck(L_44); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_46; L_46 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_44, L_45, /*hidden argument*/NULL); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_47 = V_1; NullCheck(L_46); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_48; L_48 = BigInteger_Mod_m7E2AEE973C716259130AE40359383DE0BCFDEAB2(L_46, L_47, /*hidden argument*/NULL); // return v.Equals(r); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_49 = ___r1; NullCheck(L_48); bool L_50; L_50 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_48, L_49); return L_50; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaSigner::CalculateE(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaSigner_CalculateE_m14A41CB534DEE7024EED1C2B1C4477C8B5D25883 (DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___n0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___message1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int length = System.Math.Min(message.Length, n.BitLength / 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___message1; NullCheck(L_0); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___n0; NullCheck(L_1); int32_t L_2; L_2 = BigInteger_get_BitLength_m6B5FE0A610DA07F883412F1DE1BCCFA2EED7244C(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), ((int32_t)((int32_t)L_2/(int32_t)8)), /*hidden argument*/NULL); V_0 = L_3; // return new BigInteger(1, message, 0, length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___message1; int32_t L_5 = V_0; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_6 = (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)il2cpp_codegen_object_new(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9_il2cpp_TypeInfo_var); BigInteger__ctor_m915A1EA8271B005129A1E4376699B8E3BF71036B(L_6, 1, L_4, 0, L_5, /*hidden argument*/NULL); return L_6; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers.DsaSigner::InitSecureRandom(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * DsaSigner_InitSecureRandom_m65B2580D728DA85BF7F8699B96B11DAB62A3B7CF (DsaSigner_t04CAD992AC312DF6A97081140E95AE461F79EF22 * __this, bool ___needed0, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___provided1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return !needed ? null : (provided != null) ? provided : new SecureRandom(); bool L_0 = ___needed0; if (!L_0) { goto IL_000e; } } { SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_1 = ___provided1; if (L_1) { goto IL_000c; } } { SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_2 = (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 *)il2cpp_codegen_object_new(SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28_il2cpp_TypeInfo_var); SecureRandom__ctor_mAD42803A2428614D1F961A8BCC228B22958C978A(L_2, /*hidden argument*/NULL); return L_2; } IL_000c: { SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_3 = ___provided1; return L_3; } IL_000e: { return (SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters::.ctor(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaValidationParameters__ctor_mD14D1F92826EE235050E9772433BD704DE854A67 (DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed0, int32_t ___counter1, const RuntimeMethod* method) { { // : this(seed, counter, -1) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___seed0; int32_t L_1 = ___counter1; DsaValidationParameters__ctor_m02AE1EDC04FFEB35BCF7DA6E492AFA52AB053BA8(__this, L_0, L_1, (-1), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters::.ctor(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DsaValidationParameters__ctor_m02AE1EDC04FFEB35BCF7DA6E492AFA52AB053BA8 (DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed0, int32_t ___counter1, int32_t ___usageIndex2, 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; } { // public DsaValidationParameters( // byte[] seed, // int counter, // int usageIndex) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (seed == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___seed0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("seed"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2D1336CF54989C981F460E20B23CF7092A4FBD4D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DsaValidationParameters__ctor_m02AE1EDC04FFEB35BCF7DA6E492AFA52AB053BA8_RuntimeMethod_var))); } IL_0014: { // this.seed = (byte[]) seed.Clone(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___seed0; NullCheck((RuntimeArray *)(RuntimeArray *)L_2); RuntimeObject * L_3; L_3 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_2, /*hidden argument*/NULL); __this->set_seed_0(((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var))); // this.counter = counter; int32_t L_4 = ___counter1; __this->set_counter_1(L_4); // this.usageIndex = usageIndex; int32_t L_5 = ___usageIndex2; __this->set_usageIndex_2(L_5); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters::GetSeed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DsaValidationParameters_GetSeed_mBDCBAFF9403A047ED095D5EE5A5A9BBB46DF5D9C (DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * __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 (byte[]) seed.Clone(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_seed_0(); NullCheck((RuntimeArray *)(RuntimeArray *)L_0); RuntimeObject * L_1; L_1 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_0, /*hidden argument*/NULL); return ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters::get_Counter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DsaValidationParameters_get_Counter_m68FA4F25FBFAB0384A970CE58436E7BCFEB630DF (DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * __this, const RuntimeMethod* method) { { // get { return counter; } int32_t L_0 = __this->get_counter_1(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters::get_UsageIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DsaValidationParameters_get_UsageIndex_m290E9E746FCA078229024C9E3E6FB60C8B32F045 (DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * __this, const RuntimeMethod* method) { { // get { return usageIndex; } int32_t L_0 = __this->get_usageIndex_2(); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DsaValidationParameters_Equals_m638282AB269BF4E833F79E259A341B01DF634E9E (DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * V_0 = NULL; { // if (obj == this) RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 *)__this)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // DsaValidationParameters other = obj as DsaValidationParameters; RuntimeObject * L_1 = ___obj0; V_0 = ((DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 *)IsInstClass((RuntimeObject*)L_1, DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3_il2cpp_TypeInfo_var)); // if (other == null) DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * L_2 = V_0; if (L_2) { goto IL_0012; } } { // return false; return (bool)0; } IL_0012: { // return Equals(other); DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * L_3 = V_0; bool L_4; L_4 = VirtualFuncInvoker1< bool, DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * >::Invoke(7 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters) */, __this, L_3); return L_4; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters::Equals(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DsaValidationParameters_Equals_mBA736400E5781C56341E667894E304D170DD49EB (DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * __this, DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * ___other0, 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; } { // return counter == other.counter // && Arrays.AreEqual(seed, other.seed); int32_t L_0 = __this->get_counter_1(); DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * L_1 = ___other0; NullCheck(L_1); int32_t L_2 = L_1->get_counter_1(); if ((!(((uint32_t)L_0) == ((uint32_t)L_2)))) { goto IL_0020; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_seed_0(); DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * L_4 = ___other0; NullCheck(L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = L_4->get_seed_0(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_6; L_6 = Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246(L_3, L_5, /*hidden argument*/NULL); return L_6; } IL_0020: { return (bool)0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Parameters.DsaValidationParameters::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DsaValidationParameters_GetHashCode_mAC08443F564344AD4E094AE5038B1E5AF0639AF4 (DsaValidationParameters_tE4F9920A145D294FB8EBB06638CBAA4082C0A2C3 * __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; } int32_t V_0 = 0; { // return counter.GetHashCode() ^ Arrays.GetHashCode(seed); int32_t L_0 = __this->get_counter_1(); V_0 = L_0; int32_t L_1; L_1 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(&V_0), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_seed_0(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Arrays_GetHashCode_m8261AF075350B6360081F547285B872E81168C25(L_2, /*hidden argument*/NULL); return ((int32_t)((int32_t)L_1^(int32_t)L_3)); } } #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.Digests.Dstu7564Digest::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Digest__ctor_m4BED255283F5FA7BFFF7F16A12B06A99C8B39112 (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * __this, Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * ___digest0, const RuntimeMethod* method) { { // public Dstu7564Digest(Dstu7564Digest digest) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // CopyIn(digest); Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_0 = ___digest0; Dstu7564Digest_CopyIn_mEC37D90BA8EBA5118354FFBBA29AEE9262642CCF(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::CopyIn(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Digest_CopyIn_mEC37D90BA8EBA5118354FFBBA29AEE9262642CCF (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * __this, Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * ___digest0, 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*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // this.hashSize = digest.hashSize; Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_0 = ___digest0; NullCheck(L_0); int32_t L_1 = L_0->get_hashSize_4(); __this->set_hashSize_4(L_1); // this.blockSize = digest.blockSize; Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_2 = ___digest0; NullCheck(L_2); int32_t L_3 = L_2->get_blockSize_5(); __this->set_blockSize_5(L_3); // this.rounds = digest.rounds; Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_4 = ___digest0; NullCheck(L_4); int32_t L_5 = L_4->get_rounds_7(); __this->set_rounds_7(L_5); // if (columns > 0 && columns == digest.columns) int32_t L_6 = __this->get_columns_6(); if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_006f; } } { int32_t L_7 = __this->get_columns_6(); Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_8 = ___digest0; NullCheck(L_8); int32_t L_9 = L_8->get_columns_6(); if ((!(((uint32_t)L_7) == ((uint32_t)L_9)))) { goto IL_006f; } } { // Array.Copy(digest.state, 0, state, 0, columns); Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_10 = ___digest0; NullCheck(L_10); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_11 = L_10->get_state_8(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_12 = __this->get_state_8(); int32_t L_13 = __this->get_columns_6(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_11, 0, (RuntimeArray *)(RuntimeArray *)L_12, 0, L_13, /*hidden argument*/NULL); // Array.Copy(digest.buf, 0, buf, 0, blockSize); Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_14 = ___digest0; NullCheck(L_14); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = L_14->get_buf_13(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = __this->get_buf_13(); int32_t L_17 = __this->get_blockSize_5(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_15, 0, (RuntimeArray *)(RuntimeArray *)L_16, 0, L_17, /*hidden argument*/NULL); // } goto IL_00bf; } IL_006f: { // this.columns = digest.columns; Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_18 = ___digest0; NullCheck(L_18); int32_t L_19 = L_18->get_columns_6(); __this->set_columns_6(L_19); // this.state = Arrays.Clone(digest.state); Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_20 = ___digest0; NullCheck(L_20); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_21 = L_20->get_state_8(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_22; L_22 = Arrays_Clone_mC889FC1BB67CD1CAAF3D9D284DB95A01AED832A1(L_21, /*hidden argument*/NULL); __this->set_state_8(L_22); // this.tempState1 = new ulong[columns]; int32_t L_23 = __this->get_columns_6(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_24 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)L_23); __this->set_tempState1_9(L_24); // this.tempState2 = new ulong[columns]; int32_t L_25 = __this->get_columns_6(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_26 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)L_25); __this->set_tempState2_10(L_26); // this.buf = Arrays.Clone(digest.buf); Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_27 = ___digest0; NullCheck(L_27); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = L_27->get_buf_13(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29; L_29 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_28, /*hidden argument*/NULL); __this->set_buf_13(L_29); } IL_00bf: { // this.inputBlocks = digest.inputBlocks; Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_30 = ___digest0; NullCheck(L_30); uint64_t L_31 = L_30->get_inputBlocks_11(); __this->set_inputBlocks_11(L_31); // this.bufOff = digest.bufOff; Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_32 = ___digest0; NullCheck(L_32); int32_t L_33 = L_32->get_bufOff_12(); __this->set_bufOff_12(L_33); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Digest__ctor_m7A19852B8B9FC2B2D7F7067ECD4E988B60B71BF2 (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * __this, int32_t ___hashSizeBits0, 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*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public Dstu7564Digest(int hashSizeBits) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (hashSizeBits == 256 || hashSizeBits == 384 || hashSizeBits == 512) int32_t L_0 = ___hashSizeBits0; if ((((int32_t)L_0) == ((int32_t)((int32_t)256)))) { goto IL_001e; } } { int32_t L_1 = ___hashSizeBits0; if ((((int32_t)L_1) == ((int32_t)((int32_t)384)))) { goto IL_001e; } } { int32_t L_2 = ___hashSizeBits0; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)512))))) { goto IL_0029; } } IL_001e: { // this.hashSize = hashSizeBits / 8; int32_t L_3 = ___hashSizeBits0; __this->set_hashSize_4(((int32_t)((int32_t)L_3/(int32_t)8))); // } goto IL_0034; } IL_0029: { // throw new ArgumentException("Hash size is not recommended. Use 256/384/512 instead"); 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*)&_stringLiteralCB44B6D70DD5244AC0FDDD23B5291F9C2AFA55DE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dstu7564Digest__ctor_m7A19852B8B9FC2B2D7F7067ECD4E988B60B71BF2_RuntimeMethod_var))); } IL_0034: { // if (hashSizeBits > 256) int32_t L_5 = ___hashSizeBits0; if ((((int32_t)L_5) <= ((int32_t)((int32_t)256)))) { goto IL_004e; } } { // this.columns = NB_1024; __this->set_columns_6(((int32_t)16)); // this.rounds = NR_1024; __this->set_rounds_7(((int32_t)14)); // } goto IL_005d; } IL_004e: { // this.columns = NB_512; __this->set_columns_6(8); // this.rounds = NR_512; __this->set_rounds_7(((int32_t)10)); } IL_005d: { // this.blockSize = columns << 3; int32_t L_6 = __this->get_columns_6(); __this->set_blockSize_5(((int32_t)((int32_t)L_6<<(int32_t)3))); // this.state = new ulong[columns]; int32_t L_7 = __this->get_columns_6(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)L_7); __this->set_state_8(L_8); // this.state[0] = (ulong)blockSize; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = __this->get_state_8(); int32_t L_10 = __this->get_blockSize_5(); NullCheck(L_9); (L_9)->SetAt(static_cast(0), (uint64_t)((int64_t)((int64_t)L_10))); // this.tempState1 = new ulong[columns]; int32_t L_11 = __this->get_columns_6(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_12 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)L_11); __this->set_tempState1_9(L_12); // this.tempState2 = new ulong[columns]; int32_t L_13 = __this->get_columns_6(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_14 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)L_13); __this->set_tempState2_10(L_14); // this.buf = new byte[blockSize]; int32_t L_15 = __this->get_blockSize_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_15); __this->set_buf_13(L_16); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Dstu7564Digest_get_AlgorithmName_mD89185490E010CEE38755EC2F9BC6A0A8A6BFD70 (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9CE360493B86C87454160F971971A9C9A08230E); s_Il2CppMethodInitialized = true; } { // get { return "DSTU7564"; } return _stringLiteralA9CE360493B86C87454160F971971A9C9A08230E; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::GetDigestSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dstu7564Digest_GetDigestSize_m2576F09700798B3D5BA70AA992F354890FB75D52 (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * __this, const RuntimeMethod* method) { { // return hashSize; int32_t L_0 = __this->get_hashSize_4(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::GetByteLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dstu7564Digest_GetByteLength_mFCBFE37B380BC78A2EFB1CEC67C4A09520782882 (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * __this, const RuntimeMethod* method) { { // return blockSize; int32_t L_0 = __this->get_blockSize_5(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::Update(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Digest_Update_mCCCF8FA318F16CC0B01811754FA493EC8EB69378 (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * __this, uint8_t ___input0, const RuntimeMethod* method) { int32_t V_0 = 0; { // buf[bufOff++] = input; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_buf_13(); int32_t L_1 = __this->get_bufOff_12(); V_0 = L_1; int32_t L_2 = V_0; __this->set_bufOff_12(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_0; uint8_t L_4 = ___input0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (uint8_t)L_4); // if (bufOff == blockSize) int32_t L_5 = __this->get_bufOff_12(); int32_t L_6 = __this->get_blockSize_5(); if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_004a; } } { // ProcessBlock(buf, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_buf_13(); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(20 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::ProcessBlock(System.Byte[],System.Int32) */, __this, L_7, 0); // bufOff = 0; __this->set_bufOff_12(0); // ++inputBlocks; uint64_t L_8 = __this->get_inputBlocks_11(); __this->set_inputBlocks_11(((int64_t)il2cpp_codegen_add((int64_t)L_8, (int64_t)((int64_t)((int64_t)1))))); } IL_004a: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::BlockUpdate(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Digest_BlockUpdate_m825D3D2F1FCD0804424B54695882EC6E9348065B (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___length2, const RuntimeMethod* method) { { goto IL_0015; } IL_0002: { // Update(input[inOff++]); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; int32_t L_1 = ___inOff1; int32_t L_2 = L_1; ___inOff1 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); NullCheck(L_0); int32_t L_3 = L_2; uint8_t L_4 = (L_0)->GetAt(static_cast(L_3)); VirtualActionInvoker1< uint8_t >::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::Update(System.Byte) */, __this, L_4); // --length; int32_t L_5 = ___length2; ___length2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)); } IL_0015: { // while (bufOff != 0 && length > 0) int32_t L_6 = __this->get_bufOff_12(); if (!L_6) { goto IL_0021; } } { int32_t L_7 = ___length2; if ((((int32_t)L_7) > ((int32_t)0))) { goto IL_0002; } } IL_0021: { // if (length > 0) int32_t L_8 = ___length2; if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_0074; } } { goto IL_0052; } IL_0027: { // ProcessBlock(input, inOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___input0; int32_t L_10 = ___inOff1; VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(20 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::ProcessBlock(System.Byte[],System.Int32) */, __this, L_9, L_10); // inOff += blockSize; int32_t L_11 = ___inOff1; int32_t L_12 = __this->get_blockSize_5(); ___inOff1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)); // length -= blockSize; int32_t L_13 = ___length2; int32_t L_14 = __this->get_blockSize_5(); ___length2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)); // ++inputBlocks; uint64_t L_15 = __this->get_inputBlocks_11(); __this->set_inputBlocks_11(((int64_t)il2cpp_codegen_add((int64_t)L_15, (int64_t)((int64_t)((int64_t)1))))); } IL_0052: { // while (length >= blockSize) int32_t L_16 = ___length2; int32_t L_17 = __this->get_blockSize_5(); if ((((int32_t)L_16) >= ((int32_t)L_17))) { goto IL_0027; } } { goto IL_0070; } IL_005d: { // Update(input[inOff++]); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ___input0; int32_t L_19 = ___inOff1; int32_t L_20 = L_19; ___inOff1 = ((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)); VirtualActionInvoker1< uint8_t >::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::Update(System.Byte) */, __this, L_22); // --length; int32_t L_23 = ___length2; ___length2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)); } IL_0070: { // while (length > 0) int32_t L_24 = ___length2; if ((((int32_t)L_24) > ((int32_t)0))) { goto IL_005d; } } IL_0074: { // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dstu7564Digest_DoFinal_m2F5D520A1B6A39FBA0AB8855288EBAFD4D9ECD6E (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { // int inputBytes = bufOff; int32_t L_0 = __this->get_bufOff_12(); V_1 = L_0; // buf[bufOff++] = (byte)0x80; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_buf_13(); int32_t L_2 = __this->get_bufOff_12(); V_3 = L_2; int32_t L_3 = V_3; __this->set_bufOff_12(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); int32_t L_4 = V_3; NullCheck(L_1); (L_1)->SetAt(static_cast(L_4), (uint8_t)((int32_t)128)); // int lenPos = blockSize - 12; int32_t L_5 = __this->get_blockSize_5(); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)12))); // if (bufOff > lenPos) int32_t L_6 = __this->get_bufOff_12(); int32_t L_7 = V_2; if ((((int32_t)L_6) <= ((int32_t)L_7))) { goto IL_008f; } } { goto IL_0052; } IL_0039: { // buf[bufOff++] = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get_buf_13(); int32_t L_9 = __this->get_bufOff_12(); V_3 = L_9; int32_t L_10 = V_3; __this->set_bufOff_12(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); int32_t L_11 = V_3; NullCheck(L_8); (L_8)->SetAt(static_cast(L_11), (uint8_t)0); } IL_0052: { // while (bufOff < blockSize) int32_t L_12 = __this->get_bufOff_12(); int32_t L_13 = __this->get_blockSize_5(); if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0039; } } { // bufOff = 0; __this->set_bufOff_12(0); // ProcessBlock(buf, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = __this->get_buf_13(); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(20 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::ProcessBlock(System.Byte[],System.Int32) */, __this, L_14, 0); goto IL_008f; } IL_0076: { // buf[bufOff++] = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = __this->get_buf_13(); int32_t L_16 = __this->get_bufOff_12(); V_3 = L_16; int32_t L_17 = V_3; __this->set_bufOff_12(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); int32_t L_18 = V_3; NullCheck(L_15); (L_15)->SetAt(static_cast(L_18), (uint8_t)0); } IL_008f: { // while (bufOff < lenPos) int32_t L_19 = __this->get_bufOff_12(); int32_t L_20 = V_2; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0076; } } { // ulong c = ((inputBlocks & 0xFFFFFFFFUL) * (ulong)blockSize + (uint)inputBytes) << 3; uint64_t L_21 = __this->get_inputBlocks_11(); int32_t L_22 = __this->get_blockSize_5(); int32_t L_23 = V_1; // Pack.UInt32_To_LE((uint)c, buf, bufOff); int64_t L_24 = ((int64_t)((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_21&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1))))))), (int64_t)((int64_t)((int64_t)L_22)))), (int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)L_23))))))<<(int32_t)3)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = __this->get_buf_13(); int32_t L_26 = __this->get_bufOff_12(); Pack_UInt32_To_LE_m0B85A8B40A576879EEB7F6EFB703224E6B500488(((int32_t)((uint32_t)L_24)), L_25, L_26, /*hidden argument*/NULL); // bufOff += 4; int32_t L_27 = __this->get_bufOff_12(); __this->set_bufOff_12(((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)4))); // c >>= 32; // c += ((inputBlocks >> 32) * (ulong)blockSize) << 3; uint64_t L_28 = __this->get_inputBlocks_11(); int32_t L_29 = __this->get_blockSize_5(); // Pack.UInt64_To_LE(c, buf, bufOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = __this->get_buf_13(); int32_t L_31 = __this->get_bufOff_12(); Pack_UInt64_To_LE_m1A999D62C6E575820F9A44813CD5D7008B74F888(((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((uint64_t)L_24>>((int32_t)32))), (int64_t)((int64_t)((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((uint64_t)L_28>>((int32_t)32))), (int64_t)((int64_t)((int64_t)L_29))))<<(int32_t)3)))), L_30, L_31, /*hidden argument*/NULL); // ProcessBlock(buf, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = __this->get_buf_13(); VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(20 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::ProcessBlock(System.Byte[],System.Int32) */, __this, L_32, 0); // Array.Copy(state, 0, tempState1, 0, columns); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_33 = __this->get_state_8(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_34 = __this->get_tempState1_9(); int32_t L_35 = __this->get_columns_6(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_33, 0, (RuntimeArray *)(RuntimeArray *)L_34, 0, L_35, /*hidden argument*/NULL); // P(tempState1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_36 = __this->get_tempState1_9(); Dstu7564Digest_P_m78A4BA687CEA6A0C3302BE885D2709B13BFF9E47(__this, L_36, /*hidden argument*/NULL); // for (int col = 0; col < columns; ++col) V_4 = 0; goto IL_014e; } IL_012e: { // state[col] ^= tempState1[col]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_37 = __this->get_state_8(); int32_t L_38 = V_4; NullCheck(L_37); uint64_t* L_39 = ((L_37)->GetAddressAt(static_cast(L_38))); int64_t L_40 = *((int64_t*)L_39); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_41 = __this->get_tempState1_9(); int32_t L_42 = V_4; NullCheck(L_41); int32_t L_43 = L_42; int64_t L_44 = (int64_t)(L_41)->GetAt(static_cast(L_43)); *((int64_t*)L_39) = (int64_t)((int64_t)((int64_t)L_40^(int64_t)L_44)); // for (int col = 0; col < columns; ++col) int32_t L_45 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_014e: { // for (int col = 0; col < columns; ++col) int32_t L_46 = V_4; int32_t L_47 = __this->get_columns_6(); if ((((int32_t)L_46) < ((int32_t)L_47))) { goto IL_012e; } } { // int neededColumns = hashSize / 8; int32_t L_48 = __this->get_hashSize_4(); V_0 = ((int32_t)((int32_t)L_48/(int32_t)8)); // for (int col = columns - neededColumns; col < columns; ++col) int32_t L_49 = __this->get_columns_6(); int32_t L_50 = V_0; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)L_50)); goto IL_0188; } IL_016d: { // Pack.UInt64_To_LE(state[col], output, outOff); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_51 = __this->get_state_8(); int32_t L_52 = V_5; NullCheck(L_51); int32_t L_53 = L_52; int64_t L_54 = (int64_t)(L_51)->GetAt(static_cast(L_53)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_55 = ___output0; int32_t L_56 = ___outOff1; Pack_UInt64_To_LE_m1A999D62C6E575820F9A44813CD5D7008B74F888(L_54, L_55, L_56, /*hidden argument*/NULL); // outOff += 8; int32_t L_57 = ___outOff1; ___outOff1 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)8)); // for (int col = columns - neededColumns; col < columns; ++col) int32_t L_58 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); } IL_0188: { // for (int col = columns - neededColumns; col < columns; ++col) int32_t L_59 = V_5; int32_t L_60 = __this->get_columns_6(); if ((((int32_t)L_59) < ((int32_t)L_60))) { goto IL_016d; } } { // Reset(); VirtualActionInvoker0::Invoke(19 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::Reset() */, __this); // return hashSize; int32_t L_61 = __this->get_hashSize_4(); return L_61; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Digest_Reset_m0B8640F9145C80C1B443F49D36227269C8F3E65A (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * __this, const RuntimeMethod* method) { { // Array.Clear(state, 0, state.Length); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_state_8(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = __this->get_state_8(); NullCheck(L_1); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_0, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); // state[0] = (ulong)blockSize; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = __this->get_state_8(); int32_t L_3 = __this->get_blockSize_5(); NullCheck(L_2); (L_2)->SetAt(static_cast(0), (uint64_t)((int64_t)((int64_t)L_3))); // inputBlocks = 0; __this->set_inputBlocks_11(((int64_t)((int64_t)0))); // bufOff = 0; __this->set_bufOff_12(0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::ProcessBlock(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Digest_ProcessBlock_m0ED9043F3246D025DC9AAF0E6340626DBC0081C5 (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; uint64_t V_2 = 0; int32_t V_3 = 0; { // int pos = inOff; int32_t L_0 = ___inOff1; V_0 = L_0; // for (int col = 0; col < columns; ++col) V_1 = 0; goto IL_0031; } IL_0006: { // ulong word = Pack.LE_To_UInt64(input, pos); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___input0; int32_t L_2 = V_0; uint64_t L_3; L_3 = Pack_LE_To_UInt64_m7CC2C29E6C45033ED7B8A580B198ABAC4AA28033(L_1, L_2, /*hidden argument*/NULL); V_2 = L_3; // pos += 8; int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)8)); // tempState1[col] = state[col] ^ word; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = __this->get_tempState1_9(); int32_t L_6 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = __this->get_state_8(); int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = L_8; int64_t L_10 = (int64_t)(L_7)->GetAt(static_cast(L_9)); uint64_t L_11 = V_2; NullCheck(L_5); (L_5)->SetAt(static_cast(L_6), (uint64_t)((int64_t)((int64_t)L_10^(int64_t)L_11))); // tempState2[col] = word; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_12 = __this->get_tempState2_10(); int32_t L_13 = V_1; uint64_t L_14 = V_2; NullCheck(L_12); (L_12)->SetAt(static_cast(L_13), (uint64_t)L_14); // for (int col = 0; col < columns; ++col) int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0031: { // for (int col = 0; col < columns; ++col) int32_t L_16 = V_1; int32_t L_17 = __this->get_columns_6(); if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_0006; } } { // P(tempState1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_18 = __this->get_tempState1_9(); Dstu7564Digest_P_m78A4BA687CEA6A0C3302BE885D2709B13BFF9E47(__this, L_18, /*hidden argument*/NULL); // Q(tempState2); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_19 = __this->get_tempState2_10(); Dstu7564Digest_Q_m9585CE403E2092FDC18548DD341DA33A8D6EE916(__this, L_19, /*hidden argument*/NULL); // for (int col = 0; col < columns; ++col) V_3 = 0; goto IL_007b; } IL_0056: { // state[col] ^= tempState1[col] ^ tempState2[col]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_20 = __this->get_state_8(); int32_t L_21 = V_3; NullCheck(L_20); uint64_t* L_22 = ((L_20)->GetAddressAt(static_cast(L_21))); int64_t L_23 = *((int64_t*)L_22); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_24 = __this->get_tempState1_9(); int32_t L_25 = V_3; NullCheck(L_24); int32_t L_26 = L_25; int64_t L_27 = (int64_t)(L_24)->GetAt(static_cast(L_26)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_28 = __this->get_tempState2_10(); int32_t L_29 = V_3; NullCheck(L_28); int32_t L_30 = L_29; int64_t L_31 = (int64_t)(L_28)->GetAt(static_cast(L_30)); *((int64_t*)L_22) = (int64_t)((int64_t)((int64_t)L_23^(int64_t)((int64_t)((int64_t)L_27^(int64_t)L_31)))); // for (int col = 0; col < columns; ++col) int32_t L_32 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_007b: { // for (int col = 0; col < columns; ++col) int32_t L_33 = V_3; int32_t L_34 = __this->get_columns_6(); if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_0056; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::P(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Digest_P_m78A4BA687CEA6A0C3302BE885D2709B13BFF9E47 (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * __this, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___s0, const RuntimeMethod* method) { int32_t V_0 = 0; uint64_t V_1 = 0; int32_t V_2 = 0; { // for (int round = 0; round < rounds; ++round) V_0 = 0; goto IL_0043; } IL_0004: { // ulong rc = (ulong)round; int32_t L_0 = V_0; V_1 = ((int64_t)((int64_t)L_0)); // for (int col = 0; col < columns; ++col) V_2 = 0; goto IL_0021; } IL_000b: { // s[col] ^= rc; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___s0; int32_t L_2 = V_2; NullCheck(L_1); uint64_t* L_3 = ((L_1)->GetAddressAt(static_cast(L_2))); int64_t L_4 = *((int64_t*)L_3); uint64_t L_5 = V_1; *((int64_t*)L_3) = (int64_t)((int64_t)((int64_t)L_4^(int64_t)L_5)); // rc += 0x10L; uint64_t L_6 = V_1; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_6, (int64_t)((int64_t)((int64_t)((int32_t)16))))); // for (int col = 0; col < columns; ++col) int32_t L_7 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0021: { // for (int col = 0; col < columns; ++col) int32_t L_8 = V_2; int32_t L_9 = __this->get_columns_6(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_000b; } } { // ShiftRows(s); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_10 = ___s0; Dstu7564Digest_ShiftRows_m1E10C312FE506B911BCF7F226071EC0468CCD5EE(__this, L_10, /*hidden argument*/NULL); // SubBytes(s); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_11 = ___s0; Dstu7564Digest_SubBytes_m06A2305F6A36A1638593106CEC60CA798A32C9D4(__this, L_11, /*hidden argument*/NULL); // MixColumns(s); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_12 = ___s0; Dstu7564Digest_MixColumns_mF0D3A6AC2C8902295A11B0821CEAECC6B1E732BC(__this, L_12, /*hidden argument*/NULL); // for (int round = 0; round < rounds; ++round) int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0043: { // for (int round = 0; round < rounds; ++round) int32_t L_14 = V_0; int32_t L_15 = __this->get_rounds_7(); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0004; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::Q(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Digest_Q_m9585CE403E2092FDC18548DD341DA33A8D6EE916 (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * __this, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___s0, const RuntimeMethod* method) { int32_t V_0 = 0; uint64_t V_1 = 0; int32_t V_2 = 0; { // for (int round = 0; round < rounds; ++round) V_0 = 0; goto IL_0061; } IL_0004: { // ulong rc = ((ulong)(((columns - 1) << 4) ^ round) << 56) | 0x00F0F0F0F0F0F0F3UL; int32_t L_0 = __this->get_columns_6(); int32_t L_1 = V_0; V_1 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))<<(int32_t)4))^(int32_t)L_1))))<<(int32_t)((int32_t)56)))|(int64_t)((int64_t)67818912035696883LL))); // for (int col = 0; col < columns; ++col) V_2 = 0; goto IL_003f; } IL_0023: { // s[col] += rc; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = ___s0; int32_t L_3 = V_2; NullCheck(L_2); uint64_t* L_4 = ((L_2)->GetAddressAt(static_cast(L_3))); int64_t L_5 = *((int64_t*)L_4); uint64_t L_6 = V_1; *((int64_t*)L_4) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_5, (int64_t)L_6)); // rc -= 0x1000000000000000L; uint64_t L_7 = V_1; V_1 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_7, (int64_t)((int64_t)1152921504606846976LL))); // for (int col = 0; col < columns; ++col) int32_t L_8 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_003f: { // for (int col = 0; col < columns; ++col) int32_t L_9 = V_2; int32_t L_10 = __this->get_columns_6(); if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0023; } } { // ShiftRows(s); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_11 = ___s0; Dstu7564Digest_ShiftRows_m1E10C312FE506B911BCF7F226071EC0468CCD5EE(__this, L_11, /*hidden argument*/NULL); // SubBytes(s); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_12 = ___s0; Dstu7564Digest_SubBytes_m06A2305F6A36A1638593106CEC60CA798A32C9D4(__this, L_12, /*hidden argument*/NULL); // MixColumns(s); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_13 = ___s0; Dstu7564Digest_MixColumns_mF0D3A6AC2C8902295A11B0821CEAECC6B1E732BC(__this, L_13, /*hidden argument*/NULL); // for (int round = 0; round < rounds; ++round) int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0061: { // for (int round = 0; round < rounds; ++round) int32_t L_15 = V_0; int32_t L_16 = __this->get_rounds_7(); if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0004; } } { // } return; } } // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::MixColumn(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Dstu7564Digest_MixColumn_m42942BB27A67B6050BFDC9566DC92971CF64C8F3 (uint64_t ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; { // ulong x1 = ((c & 0x7F7F7F7F7F7F7F7FUL) << 1) ^ (((c & 0x8080808080808080UL) >> 7) * 0x1DUL); uint64_t L_0 = ___c0; uint64_t L_1 = ___c0; V_0 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_0&(int64_t)((int64_t)9187201950435737471LL)))<<(int32_t)1))^(int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((uint64_t)((int64_t)((int64_t)L_1&(int64_t)((int64_t)-9187201950435737472LL)))>>7)), (int64_t)((int64_t)((int64_t)((int32_t)29))))))); // u = Rotate(8, c) ^ c; uint64_t L_2 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_il2cpp_TypeInfo_var); uint64_t L_3; L_3 = Dstu7564Digest_Rotate_m10DC0BD8BF90ACAF6A29A22AD84CCD120CDD2A49(8, L_2, /*hidden argument*/NULL); uint64_t L_4 = ___c0; V_1 = ((int64_t)((int64_t)L_3^(int64_t)L_4)); // u ^= Rotate(16, u); uint64_t L_5 = V_1; uint64_t L_6 = V_1; uint64_t L_7; L_7 = Dstu7564Digest_Rotate_m10DC0BD8BF90ACAF6A29A22AD84CCD120CDD2A49(((int32_t)16), L_6, /*hidden argument*/NULL); V_1 = ((int64_t)((int64_t)L_5^(int64_t)L_7)); // u ^= Rotate(48, c); uint64_t L_8 = V_1; uint64_t L_9 = ___c0; uint64_t L_10; L_10 = Dstu7564Digest_Rotate_m10DC0BD8BF90ACAF6A29A22AD84CCD120CDD2A49(((int32_t)48), L_9, /*hidden argument*/NULL); V_1 = ((int64_t)((int64_t)L_8^(int64_t)L_10)); // v = u ^ c ^ x1; uint64_t L_11 = V_1; uint64_t L_12 = ___c0; uint64_t L_13 = V_0; V_2 = ((int64_t)((int64_t)((int64_t)((int64_t)L_11^(int64_t)L_12))^(int64_t)L_13)); // v = ((v & 0x3F3F3F3F3F3F3F3FUL) << 2) ^ (((v & 0x8080808080808080UL) >> 6) * 0x1DUL) ^ (((v & 0x4040404040404040UL) >> 6) * 0x1DUL); uint64_t L_14 = V_2; uint64_t L_15 = V_2; uint64_t L_16 = V_2; V_2 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_14&(int64_t)((int64_t)4557430888798830399LL)))<<(int32_t)2))^(int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((uint64_t)((int64_t)((int64_t)L_15&(int64_t)((int64_t)-9187201950435737472LL)))>>6)), (int64_t)((int64_t)((int64_t)((int32_t)29)))))))^(int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((uint64_t)((int64_t)((int64_t)L_16&(int64_t)((int64_t)4629771061636907072LL)))>>6)), (int64_t)((int64_t)((int64_t)((int32_t)29))))))); // return u ^ Rotate(32, v) ^ Rotate(40, x1) ^ Rotate(48, x1); uint64_t L_17 = V_1; uint64_t L_18 = V_2; uint64_t L_19; L_19 = Dstu7564Digest_Rotate_m10DC0BD8BF90ACAF6A29A22AD84CCD120CDD2A49(((int32_t)32), L_18, /*hidden argument*/NULL); uint64_t L_20 = V_0; uint64_t L_21; L_21 = Dstu7564Digest_Rotate_m10DC0BD8BF90ACAF6A29A22AD84CCD120CDD2A49(((int32_t)40), L_20, /*hidden argument*/NULL); uint64_t L_22 = V_0; uint64_t L_23; L_23 = Dstu7564Digest_Rotate_m10DC0BD8BF90ACAF6A29A22AD84CCD120CDD2A49(((int32_t)48), L_22, /*hidden argument*/NULL); return ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_17^(int64_t)L_19))^(int64_t)L_21))^(int64_t)L_23)); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::MixColumns(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Digest_MixColumns_mF0D3A6AC2C8902295A11B0821CEAECC6B1E732BC (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * __this, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (int col = 0; col < columns; ++col) V_0 = 0; goto IL_0013; } IL_0004: { // s[col] = MixColumn(s[col]); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___s0; int32_t L_1 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = ___s0; int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; int64_t L_5 = (int64_t)(L_2)->GetAt(static_cast(L_4)); IL2CPP_RUNTIME_CLASS_INIT(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_il2cpp_TypeInfo_var); uint64_t L_6; L_6 = Dstu7564Digest_MixColumn_m42942BB27A67B6050BFDC9566DC92971CF64C8F3(L_5, /*hidden argument*/NULL); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint64_t)L_6); // for (int col = 0; col < columns; ++col) int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0013: { // for (int col = 0; col < columns; ++col) int32_t L_8 = V_0; int32_t L_9 = __this->get_columns_6(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0004; } } { // } return; } } // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::Rotate(System.Int32,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Dstu7564Digest_Rotate_m10DC0BD8BF90ACAF6A29A22AD84CCD120CDD2A49 (int32_t ___n0, uint64_t ___x1, const RuntimeMethod* method) { { // return (x >> n) | (x << -n); uint64_t L_0 = ___x1; int32_t L_1 = ___n0; uint64_t L_2 = ___x1; int32_t L_3 = ___n0; return ((int64_t)((int64_t)((int64_t)((uint64_t)L_0>>((int32_t)((int32_t)L_1&(int32_t)((int32_t)63)))))|(int64_t)((int64_t)((int64_t)L_2<<(int32_t)((int32_t)((int32_t)((-L_3))&(int32_t)((int32_t)63))))))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::ShiftRows(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Digest_ShiftRows_m1E10C312FE506B911BCF7F226071EC0468CCD5EE (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * __this, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___s0, const RuntimeMethod* method) { int32_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; uint64_t V_3 = 0; uint64_t V_4 = 0; uint64_t V_5 = 0; uint64_t V_6 = 0; uint64_t V_7 = 0; uint64_t V_8 = 0; uint64_t V_9 = 0; uint64_t V_10 = 0; uint64_t V_11 = 0; uint64_t V_12 = 0; uint64_t V_13 = 0; uint64_t V_14 = 0; uint64_t V_15 = 0; uint64_t V_16 = 0; uint64_t V_17 = 0; uint64_t V_18 = 0; uint64_t V_19 = 0; uint64_t V_20 = 0; uint64_t V_21 = 0; uint64_t V_22 = 0; uint64_t V_23 = 0; uint64_t V_24 = 0; uint64_t V_25 = 0; uint64_t V_26 = 0; { // switch (columns) int32_t L_0 = __this->get_columns_6(); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)8))) { goto IL_0018; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)16)))) { goto IL_01bc; } } { goto IL_0645; } IL_0018: { // ulong c0 = s[0], c1 = s[1], c2 = s[2], c3 = s[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = ___s0; NullCheck(L_3); int32_t L_4 = 0; int64_t L_5 = (int64_t)(L_3)->GetAt(static_cast(L_4)); V_1 = L_5; // ulong c0 = s[0], c1 = s[1], c2 = s[2], c3 = s[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = ___s0; NullCheck(L_6); int32_t L_7 = 1; int64_t L_8 = (int64_t)(L_6)->GetAt(static_cast(L_7)); V_2 = L_8; // ulong c0 = s[0], c1 = s[1], c2 = s[2], c3 = s[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = ___s0; NullCheck(L_9); int32_t L_10 = 2; int64_t L_11 = (int64_t)(L_9)->GetAt(static_cast(L_10)); V_3 = L_11; // ulong c0 = s[0], c1 = s[1], c2 = s[2], c3 = s[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_12 = ___s0; NullCheck(L_12); int32_t L_13 = 3; int64_t L_14 = (int64_t)(L_12)->GetAt(static_cast(L_13)); V_4 = L_14; // ulong c4 = s[4], c5 = s[5], c6 = s[6], c7 = s[7]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_15 = ___s0; NullCheck(L_15); int32_t L_16 = 4; int64_t L_17 = (int64_t)(L_15)->GetAt(static_cast(L_16)); V_5 = L_17; // ulong c4 = s[4], c5 = s[5], c6 = s[6], c7 = s[7]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_18 = ___s0; NullCheck(L_18); int32_t L_19 = 5; int64_t L_20 = (int64_t)(L_18)->GetAt(static_cast(L_19)); V_6 = L_20; // ulong c4 = s[4], c5 = s[5], c6 = s[6], c7 = s[7]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_21 = ___s0; NullCheck(L_21); int32_t L_22 = 6; int64_t L_23 = (int64_t)(L_21)->GetAt(static_cast(L_22)); V_7 = L_23; // ulong c4 = s[4], c5 = s[5], c6 = s[6], c7 = s[7]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_24 = ___s0; NullCheck(L_24); int32_t L_25 = 7; int64_t L_26 = (int64_t)(L_24)->GetAt(static_cast(L_25)); V_8 = L_26; // d = (c0 ^ c4) & 0xFFFFFFFF00000000UL; c0 ^= d; c4 ^= d; uint64_t L_27 = V_1; uint64_t L_28 = V_5; V_9 = ((int64_t)((int64_t)((int64_t)((int64_t)L_27^(int64_t)L_28))&(int64_t)((int64_t)-4294967296LL))); // d = (c0 ^ c4) & 0xFFFFFFFF00000000UL; c0 ^= d; c4 ^= d; uint64_t L_29 = V_1; uint64_t L_30 = V_9; V_1 = ((int64_t)((int64_t)L_29^(int64_t)L_30)); // d = (c0 ^ c4) & 0xFFFFFFFF00000000UL; c0 ^= d; c4 ^= d; uint64_t L_31 = V_5; uint64_t L_32 = V_9; V_5 = ((int64_t)((int64_t)L_31^(int64_t)L_32)); // d = (c1 ^ c5) & 0x00FFFFFFFF000000UL; c1 ^= d; c5 ^= d; uint64_t L_33 = V_2; uint64_t L_34 = V_6; V_9 = ((int64_t)((int64_t)((int64_t)((int64_t)L_33^(int64_t)L_34))&(int64_t)((int64_t)72057594021150720LL))); // d = (c1 ^ c5) & 0x00FFFFFFFF000000UL; c1 ^= d; c5 ^= d; uint64_t L_35 = V_2; uint64_t L_36 = V_9; V_2 = ((int64_t)((int64_t)L_35^(int64_t)L_36)); // d = (c1 ^ c5) & 0x00FFFFFFFF000000UL; c1 ^= d; c5 ^= d; uint64_t L_37 = V_6; uint64_t L_38 = V_9; V_6 = ((int64_t)((int64_t)L_37^(int64_t)L_38)); // d = (c2 ^ c6) & 0x0000FFFFFFFF0000UL; c2 ^= d; c6 ^= d; uint64_t L_39 = V_3; uint64_t L_40 = V_7; V_9 = ((int64_t)((int64_t)((int64_t)((int64_t)L_39^(int64_t)L_40))&(int64_t)((int64_t)281474976645120LL))); // d = (c2 ^ c6) & 0x0000FFFFFFFF0000UL; c2 ^= d; c6 ^= d; uint64_t L_41 = V_3; uint64_t L_42 = V_9; V_3 = ((int64_t)((int64_t)L_41^(int64_t)L_42)); // d = (c2 ^ c6) & 0x0000FFFFFFFF0000UL; c2 ^= d; c6 ^= d; uint64_t L_43 = V_7; uint64_t L_44 = V_9; V_7 = ((int64_t)((int64_t)L_43^(int64_t)L_44)); // d = (c3 ^ c7) & 0x000000FFFFFFFF00UL; c3 ^= d; c7 ^= d; uint64_t L_45 = V_4; uint64_t L_46 = V_8; V_9 = ((int64_t)((int64_t)((int64_t)((int64_t)L_45^(int64_t)L_46))&(int64_t)((int64_t)1099511627520LL))); // d = (c3 ^ c7) & 0x000000FFFFFFFF00UL; c3 ^= d; c7 ^= d; uint64_t L_47 = V_4; uint64_t L_48 = V_9; V_4 = ((int64_t)((int64_t)L_47^(int64_t)L_48)); // d = (c3 ^ c7) & 0x000000FFFFFFFF00UL; c3 ^= d; c7 ^= d; uint64_t L_49 = V_8; uint64_t L_50 = V_9; V_8 = ((int64_t)((int64_t)L_49^(int64_t)L_50)); // d = (c0 ^ c2) & 0xFFFF0000FFFF0000UL; c0 ^= d; c2 ^= d; uint64_t L_51 = V_1; uint64_t L_52 = V_3; V_9 = ((int64_t)((int64_t)((int64_t)((int64_t)L_51^(int64_t)L_52))&(int64_t)((int64_t)-281470681808896LL))); // d = (c0 ^ c2) & 0xFFFF0000FFFF0000UL; c0 ^= d; c2 ^= d; uint64_t L_53 = V_1; uint64_t L_54 = V_9; V_1 = ((int64_t)((int64_t)L_53^(int64_t)L_54)); // d = (c0 ^ c2) & 0xFFFF0000FFFF0000UL; c0 ^= d; c2 ^= d; uint64_t L_55 = V_3; uint64_t L_56 = V_9; V_3 = ((int64_t)((int64_t)L_55^(int64_t)L_56)); // d = (c1 ^ c3) & 0x00FFFF0000FFFF00UL; c1 ^= d; c3 ^= d; uint64_t L_57 = V_2; uint64_t L_58 = V_4; V_9 = ((int64_t)((int64_t)((int64_t)((int64_t)L_57^(int64_t)L_58))&(int64_t)((int64_t)72056494543077120LL))); // d = (c1 ^ c3) & 0x00FFFF0000FFFF00UL; c1 ^= d; c3 ^= d; uint64_t L_59 = V_2; uint64_t L_60 = V_9; V_2 = ((int64_t)((int64_t)L_59^(int64_t)L_60)); // d = (c1 ^ c3) & 0x00FFFF0000FFFF00UL; c1 ^= d; c3 ^= d; uint64_t L_61 = V_4; uint64_t L_62 = V_9; V_4 = ((int64_t)((int64_t)L_61^(int64_t)L_62)); // d = (c4 ^ c6) & 0xFFFF0000FFFF0000UL; c4 ^= d; c6 ^= d; uint64_t L_63 = V_5; uint64_t L_64 = V_7; V_9 = ((int64_t)((int64_t)((int64_t)((int64_t)L_63^(int64_t)L_64))&(int64_t)((int64_t)-281470681808896LL))); // d = (c4 ^ c6) & 0xFFFF0000FFFF0000UL; c4 ^= d; c6 ^= d; uint64_t L_65 = V_5; uint64_t L_66 = V_9; V_5 = ((int64_t)((int64_t)L_65^(int64_t)L_66)); // d = (c4 ^ c6) & 0xFFFF0000FFFF0000UL; c4 ^= d; c6 ^= d; uint64_t L_67 = V_7; uint64_t L_68 = V_9; V_7 = ((int64_t)((int64_t)L_67^(int64_t)L_68)); // d = (c5 ^ c7) & 0x00FFFF0000FFFF00UL; c5 ^= d; c7 ^= d; uint64_t L_69 = V_6; uint64_t L_70 = V_8; V_9 = ((int64_t)((int64_t)((int64_t)((int64_t)L_69^(int64_t)L_70))&(int64_t)((int64_t)72056494543077120LL))); // d = (c5 ^ c7) & 0x00FFFF0000FFFF00UL; c5 ^= d; c7 ^= d; uint64_t L_71 = V_6; uint64_t L_72 = V_9; V_6 = ((int64_t)((int64_t)L_71^(int64_t)L_72)); // d = (c5 ^ c7) & 0x00FFFF0000FFFF00UL; c5 ^= d; c7 ^= d; uint64_t L_73 = V_8; uint64_t L_74 = V_9; V_8 = ((int64_t)((int64_t)L_73^(int64_t)L_74)); // d = (c0 ^ c1) & 0xFF00FF00FF00FF00UL; c0 ^= d; c1 ^= d; uint64_t L_75 = V_1; uint64_t L_76 = V_2; V_9 = ((int64_t)((int64_t)((int64_t)((int64_t)L_75^(int64_t)L_76))&(int64_t)((int64_t)-71777214294589696LL))); // d = (c0 ^ c1) & 0xFF00FF00FF00FF00UL; c0 ^= d; c1 ^= d; uint64_t L_77 = V_1; uint64_t L_78 = V_9; V_1 = ((int64_t)((int64_t)L_77^(int64_t)L_78)); // d = (c0 ^ c1) & 0xFF00FF00FF00FF00UL; c0 ^= d; c1 ^= d; uint64_t L_79 = V_2; uint64_t L_80 = V_9; V_2 = ((int64_t)((int64_t)L_79^(int64_t)L_80)); // d = (c2 ^ c3) & 0xFF00FF00FF00FF00UL; c2 ^= d; c3 ^= d; uint64_t L_81 = V_3; uint64_t L_82 = V_4; V_9 = ((int64_t)((int64_t)((int64_t)((int64_t)L_81^(int64_t)L_82))&(int64_t)((int64_t)-71777214294589696LL))); // d = (c2 ^ c3) & 0xFF00FF00FF00FF00UL; c2 ^= d; c3 ^= d; uint64_t L_83 = V_3; uint64_t L_84 = V_9; V_3 = ((int64_t)((int64_t)L_83^(int64_t)L_84)); // d = (c2 ^ c3) & 0xFF00FF00FF00FF00UL; c2 ^= d; c3 ^= d; uint64_t L_85 = V_4; uint64_t L_86 = V_9; V_4 = ((int64_t)((int64_t)L_85^(int64_t)L_86)); // d = (c4 ^ c5) & 0xFF00FF00FF00FF00UL; c4 ^= d; c5 ^= d; uint64_t L_87 = V_5; uint64_t L_88 = V_6; V_9 = ((int64_t)((int64_t)((int64_t)((int64_t)L_87^(int64_t)L_88))&(int64_t)((int64_t)-71777214294589696LL))); // d = (c4 ^ c5) & 0xFF00FF00FF00FF00UL; c4 ^= d; c5 ^= d; uint64_t L_89 = V_5; uint64_t L_90 = V_9; V_5 = ((int64_t)((int64_t)L_89^(int64_t)L_90)); // d = (c4 ^ c5) & 0xFF00FF00FF00FF00UL; c4 ^= d; c5 ^= d; uint64_t L_91 = V_6; uint64_t L_92 = V_9; V_6 = ((int64_t)((int64_t)L_91^(int64_t)L_92)); // d = (c6 ^ c7) & 0xFF00FF00FF00FF00UL; c6 ^= d; c7 ^= d; uint64_t L_93 = V_7; uint64_t L_94 = V_8; V_9 = ((int64_t)((int64_t)((int64_t)((int64_t)L_93^(int64_t)L_94))&(int64_t)((int64_t)-71777214294589696LL))); // d = (c6 ^ c7) & 0xFF00FF00FF00FF00UL; c6 ^= d; c7 ^= d; uint64_t L_95 = V_7; uint64_t L_96 = V_9; V_7 = ((int64_t)((int64_t)L_95^(int64_t)L_96)); // d = (c6 ^ c7) & 0xFF00FF00FF00FF00UL; c6 ^= d; c7 ^= d; uint64_t L_97 = V_8; uint64_t L_98 = V_9; V_8 = ((int64_t)((int64_t)L_97^(int64_t)L_98)); // s[0] = c0; s[1] = c1; s[2] = c2; s[3] = c3; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_99 = ___s0; uint64_t L_100 = V_1; NullCheck(L_99); (L_99)->SetAt(static_cast(0), (uint64_t)L_100); // s[0] = c0; s[1] = c1; s[2] = c2; s[3] = c3; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_101 = ___s0; uint64_t L_102 = V_2; NullCheck(L_101); (L_101)->SetAt(static_cast(1), (uint64_t)L_102); // s[0] = c0; s[1] = c1; s[2] = c2; s[3] = c3; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_103 = ___s0; uint64_t L_104 = V_3; NullCheck(L_103); (L_103)->SetAt(static_cast(2), (uint64_t)L_104); // s[0] = c0; s[1] = c1; s[2] = c2; s[3] = c3; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_105 = ___s0; uint64_t L_106 = V_4; NullCheck(L_105); (L_105)->SetAt(static_cast(3), (uint64_t)L_106); // s[4] = c4; s[5] = c5; s[6] = c6; s[7] = c7; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_107 = ___s0; uint64_t L_108 = V_5; NullCheck(L_107); (L_107)->SetAt(static_cast(4), (uint64_t)L_108); // s[4] = c4; s[5] = c5; s[6] = c6; s[7] = c7; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_109 = ___s0; uint64_t L_110 = V_6; NullCheck(L_109); (L_109)->SetAt(static_cast(5), (uint64_t)L_110); // s[4] = c4; s[5] = c5; s[6] = c6; s[7] = c7; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_111 = ___s0; uint64_t L_112 = V_7; NullCheck(L_111); (L_111)->SetAt(static_cast(6), (uint64_t)L_112); // s[4] = c4; s[5] = c5; s[6] = c6; s[7] = c7; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_113 = ___s0; uint64_t L_114 = V_8; NullCheck(L_113); (L_113)->SetAt(static_cast(7), (uint64_t)L_114); // break; return; } IL_01bc: { // ulong c00 = s[0], c01 = s[1], c02 = s[2], c03 = s[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_115 = ___s0; NullCheck(L_115); int32_t L_116 = 0; int64_t L_117 = (int64_t)(L_115)->GetAt(static_cast(L_116)); V_10 = L_117; // ulong c00 = s[0], c01 = s[1], c02 = s[2], c03 = s[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_118 = ___s0; NullCheck(L_118); int32_t L_119 = 1; int64_t L_120 = (int64_t)(L_118)->GetAt(static_cast(L_119)); V_11 = L_120; // ulong c00 = s[0], c01 = s[1], c02 = s[2], c03 = s[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_121 = ___s0; NullCheck(L_121); int32_t L_122 = 2; int64_t L_123 = (int64_t)(L_121)->GetAt(static_cast(L_122)); V_12 = L_123; // ulong c00 = s[0], c01 = s[1], c02 = s[2], c03 = s[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_124 = ___s0; NullCheck(L_124); int32_t L_125 = 3; int64_t L_126 = (int64_t)(L_124)->GetAt(static_cast(L_125)); V_13 = L_126; // ulong c04 = s[4], c05 = s[5], c06 = s[6], c07 = s[7]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_127 = ___s0; NullCheck(L_127); int32_t L_128 = 4; int64_t L_129 = (int64_t)(L_127)->GetAt(static_cast(L_128)); V_14 = L_129; // ulong c04 = s[4], c05 = s[5], c06 = s[6], c07 = s[7]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_130 = ___s0; NullCheck(L_130); int32_t L_131 = 5; int64_t L_132 = (int64_t)(L_130)->GetAt(static_cast(L_131)); V_15 = L_132; // ulong c04 = s[4], c05 = s[5], c06 = s[6], c07 = s[7]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_133 = ___s0; NullCheck(L_133); int32_t L_134 = 6; int64_t L_135 = (int64_t)(L_133)->GetAt(static_cast(L_134)); V_16 = L_135; // ulong c04 = s[4], c05 = s[5], c06 = s[6], c07 = s[7]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_136 = ___s0; NullCheck(L_136); int32_t L_137 = 7; int64_t L_138 = (int64_t)(L_136)->GetAt(static_cast(L_137)); V_17 = L_138; // ulong c08 = s[8], c09 = s[9], c10 = s[10], c11 = s[11]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_139 = ___s0; NullCheck(L_139); int32_t L_140 = 8; int64_t L_141 = (int64_t)(L_139)->GetAt(static_cast(L_140)); V_18 = L_141; // ulong c08 = s[8], c09 = s[9], c10 = s[10], c11 = s[11]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_142 = ___s0; NullCheck(L_142); int32_t L_143 = ((int32_t)9); int64_t L_144 = (int64_t)(L_142)->GetAt(static_cast(L_143)); V_19 = L_144; // ulong c08 = s[8], c09 = s[9], c10 = s[10], c11 = s[11]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_145 = ___s0; NullCheck(L_145); int32_t L_146 = ((int32_t)10); int64_t L_147 = (int64_t)(L_145)->GetAt(static_cast(L_146)); V_20 = L_147; // ulong c08 = s[8], c09 = s[9], c10 = s[10], c11 = s[11]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_148 = ___s0; NullCheck(L_148); int32_t L_149 = ((int32_t)11); int64_t L_150 = (int64_t)(L_148)->GetAt(static_cast(L_149)); V_21 = L_150; // ulong c12 = s[12], c13 = s[13], c14 = s[14], c15 = s[15]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_151 = ___s0; NullCheck(L_151); int32_t L_152 = ((int32_t)12); int64_t L_153 = (int64_t)(L_151)->GetAt(static_cast(L_152)); V_22 = L_153; // ulong c12 = s[12], c13 = s[13], c14 = s[14], c15 = s[15]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_154 = ___s0; NullCheck(L_154); int32_t L_155 = ((int32_t)13); int64_t L_156 = (int64_t)(L_154)->GetAt(static_cast(L_155)); V_23 = L_156; // ulong c12 = s[12], c13 = s[13], c14 = s[14], c15 = s[15]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_157 = ___s0; NullCheck(L_157); int32_t L_158 = ((int32_t)14); int64_t L_159 = (int64_t)(L_157)->GetAt(static_cast(L_158)); V_24 = L_159; // ulong c12 = s[12], c13 = s[13], c14 = s[14], c15 = s[15]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_160 = ___s0; NullCheck(L_160); int32_t L_161 = ((int32_t)15); int64_t L_162 = (int64_t)(L_160)->GetAt(static_cast(L_161)); V_25 = L_162; // d = (c00 ^ c08) & 0xFF00000000000000UL; c00 ^= d; c08 ^= d; uint64_t L_163 = V_10; uint64_t L_164 = V_18; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_163^(int64_t)L_164))&(int64_t)((int64_t)-72057594037927936LL))); // d = (c00 ^ c08) & 0xFF00000000000000UL; c00 ^= d; c08 ^= d; uint64_t L_165 = V_10; uint64_t L_166 = V_26; V_10 = ((int64_t)((int64_t)L_165^(int64_t)L_166)); // d = (c00 ^ c08) & 0xFF00000000000000UL; c00 ^= d; c08 ^= d; uint64_t L_167 = V_18; uint64_t L_168 = V_26; V_18 = ((int64_t)((int64_t)L_167^(int64_t)L_168)); // d = (c01 ^ c09) & 0xFF00000000000000UL; c01 ^= d; c09 ^= d; uint64_t L_169 = V_11; uint64_t L_170 = V_19; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_169^(int64_t)L_170))&(int64_t)((int64_t)-72057594037927936LL))); // d = (c01 ^ c09) & 0xFF00000000000000UL; c01 ^= d; c09 ^= d; uint64_t L_171 = V_11; uint64_t L_172 = V_26; V_11 = ((int64_t)((int64_t)L_171^(int64_t)L_172)); // d = (c01 ^ c09) & 0xFF00000000000000UL; c01 ^= d; c09 ^= d; uint64_t L_173 = V_19; uint64_t L_174 = V_26; V_19 = ((int64_t)((int64_t)L_173^(int64_t)L_174)); // d = (c02 ^ c10) & 0xFFFF000000000000UL; c02 ^= d; c10 ^= d; uint64_t L_175 = V_12; uint64_t L_176 = V_20; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_175^(int64_t)L_176))&(int64_t)((int64_t)-281474976710656LL))); // d = (c02 ^ c10) & 0xFFFF000000000000UL; c02 ^= d; c10 ^= d; uint64_t L_177 = V_12; uint64_t L_178 = V_26; V_12 = ((int64_t)((int64_t)L_177^(int64_t)L_178)); // d = (c02 ^ c10) & 0xFFFF000000000000UL; c02 ^= d; c10 ^= d; uint64_t L_179 = V_20; uint64_t L_180 = V_26; V_20 = ((int64_t)((int64_t)L_179^(int64_t)L_180)); // d = (c03 ^ c11) & 0xFFFFFF0000000000UL; c03 ^= d; c11 ^= d; uint64_t L_181 = V_13; uint64_t L_182 = V_21; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_181^(int64_t)L_182))&(int64_t)((int64_t)-1099511627776LL))); // d = (c03 ^ c11) & 0xFFFFFF0000000000UL; c03 ^= d; c11 ^= d; uint64_t L_183 = V_13; uint64_t L_184 = V_26; V_13 = ((int64_t)((int64_t)L_183^(int64_t)L_184)); // d = (c03 ^ c11) & 0xFFFFFF0000000000UL; c03 ^= d; c11 ^= d; uint64_t L_185 = V_21; uint64_t L_186 = V_26; V_21 = ((int64_t)((int64_t)L_185^(int64_t)L_186)); // d = (c04 ^ c12) & 0xFFFFFFFF00000000UL; c04 ^= d; c12 ^= d; uint64_t L_187 = V_14; uint64_t L_188 = V_22; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_187^(int64_t)L_188))&(int64_t)((int64_t)-4294967296LL))); // d = (c04 ^ c12) & 0xFFFFFFFF00000000UL; c04 ^= d; c12 ^= d; uint64_t L_189 = V_14; uint64_t L_190 = V_26; V_14 = ((int64_t)((int64_t)L_189^(int64_t)L_190)); // d = (c04 ^ c12) & 0xFFFFFFFF00000000UL; c04 ^= d; c12 ^= d; uint64_t L_191 = V_22; uint64_t L_192 = V_26; V_22 = ((int64_t)((int64_t)L_191^(int64_t)L_192)); // d = (c05 ^ c13) & 0x00FFFFFFFF000000UL; c05 ^= d; c13 ^= d; uint64_t L_193 = V_15; uint64_t L_194 = V_23; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_193^(int64_t)L_194))&(int64_t)((int64_t)72057594021150720LL))); // d = (c05 ^ c13) & 0x00FFFFFFFF000000UL; c05 ^= d; c13 ^= d; uint64_t L_195 = V_15; uint64_t L_196 = V_26; V_15 = ((int64_t)((int64_t)L_195^(int64_t)L_196)); // d = (c05 ^ c13) & 0x00FFFFFFFF000000UL; c05 ^= d; c13 ^= d; uint64_t L_197 = V_23; uint64_t L_198 = V_26; V_23 = ((int64_t)((int64_t)L_197^(int64_t)L_198)); // d = (c06 ^ c14) & 0x00FFFFFFFFFF0000UL; c06 ^= d; c14 ^= d; uint64_t L_199 = V_16; uint64_t L_200 = V_24; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_199^(int64_t)L_200))&(int64_t)((int64_t)72057594037862400LL))); // d = (c06 ^ c14) & 0x00FFFFFFFFFF0000UL; c06 ^= d; c14 ^= d; uint64_t L_201 = V_16; uint64_t L_202 = V_26; V_16 = ((int64_t)((int64_t)L_201^(int64_t)L_202)); // d = (c06 ^ c14) & 0x00FFFFFFFFFF0000UL; c06 ^= d; c14 ^= d; uint64_t L_203 = V_24; uint64_t L_204 = V_26; V_24 = ((int64_t)((int64_t)L_203^(int64_t)L_204)); // d = (c07 ^ c15) & 0x00FFFFFFFFFFFF00UL; c07 ^= d; c15 ^= d; uint64_t L_205 = V_17; uint64_t L_206 = V_25; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_205^(int64_t)L_206))&(int64_t)((int64_t)72057594037927680LL))); // d = (c07 ^ c15) & 0x00FFFFFFFFFFFF00UL; c07 ^= d; c15 ^= d; uint64_t L_207 = V_17; uint64_t L_208 = V_26; V_17 = ((int64_t)((int64_t)L_207^(int64_t)L_208)); // d = (c07 ^ c15) & 0x00FFFFFFFFFFFF00UL; c07 ^= d; c15 ^= d; uint64_t L_209 = V_25; uint64_t L_210 = V_26; V_25 = ((int64_t)((int64_t)L_209^(int64_t)L_210)); // d = (c00 ^ c04) & 0x00FFFFFF00000000UL; c00 ^= d; c04 ^= d; uint64_t L_211 = V_10; uint64_t L_212 = V_14; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_211^(int64_t)L_212))&(int64_t)((int64_t)72057589742960640LL))); // d = (c00 ^ c04) & 0x00FFFFFF00000000UL; c00 ^= d; c04 ^= d; uint64_t L_213 = V_10; uint64_t L_214 = V_26; V_10 = ((int64_t)((int64_t)L_213^(int64_t)L_214)); // d = (c00 ^ c04) & 0x00FFFFFF00000000UL; c00 ^= d; c04 ^= d; uint64_t L_215 = V_14; uint64_t L_216 = V_26; V_14 = ((int64_t)((int64_t)L_215^(int64_t)L_216)); // d = (c01 ^ c05) & 0xFFFFFFFFFF000000UL; c01 ^= d; c05 ^= d; uint64_t L_217 = V_11; uint64_t L_218 = V_15; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_217^(int64_t)L_218))&(int64_t)((int64_t)((int64_t)((int32_t)-16777216))))); // d = (c01 ^ c05) & 0xFFFFFFFFFF000000UL; c01 ^= d; c05 ^= d; uint64_t L_219 = V_11; uint64_t L_220 = V_26; V_11 = ((int64_t)((int64_t)L_219^(int64_t)L_220)); // d = (c01 ^ c05) & 0xFFFFFFFFFF000000UL; c01 ^= d; c05 ^= d; uint64_t L_221 = V_15; uint64_t L_222 = V_26; V_15 = ((int64_t)((int64_t)L_221^(int64_t)L_222)); // d = (c02 ^ c06) & 0xFF00FFFFFFFF0000UL; c02 ^= d; c06 ^= d; uint64_t L_223 = V_12; uint64_t L_224 = V_16; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_223^(int64_t)L_224))&(int64_t)((int64_t)-71776119061282816LL))); // d = (c02 ^ c06) & 0xFF00FFFFFFFF0000UL; c02 ^= d; c06 ^= d; uint64_t L_225 = V_12; uint64_t L_226 = V_26; V_12 = ((int64_t)((int64_t)L_225^(int64_t)L_226)); // d = (c02 ^ c06) & 0xFF00FFFFFFFF0000UL; c02 ^= d; c06 ^= d; uint64_t L_227 = V_16; uint64_t L_228 = V_26; V_16 = ((int64_t)((int64_t)L_227^(int64_t)L_228)); // d = (c03 ^ c07) & 0xFF0000FFFFFFFF00UL; c03 ^= d; c07 ^= d; uint64_t L_229 = V_13; uint64_t L_230 = V_17; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_229^(int64_t)L_230))&(int64_t)((int64_t)-72056494526300416LL))); // d = (c03 ^ c07) & 0xFF0000FFFFFFFF00UL; c03 ^= d; c07 ^= d; uint64_t L_231 = V_13; uint64_t L_232 = V_26; V_13 = ((int64_t)((int64_t)L_231^(int64_t)L_232)); // d = (c03 ^ c07) & 0xFF0000FFFFFFFF00UL; c03 ^= d; c07 ^= d; uint64_t L_233 = V_17; uint64_t L_234 = V_26; V_17 = ((int64_t)((int64_t)L_233^(int64_t)L_234)); // d = (c08 ^ c12) & 0x00FFFFFF00000000UL; c08 ^= d; c12 ^= d; uint64_t L_235 = V_18; uint64_t L_236 = V_22; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_235^(int64_t)L_236))&(int64_t)((int64_t)72057589742960640LL))); // d = (c08 ^ c12) & 0x00FFFFFF00000000UL; c08 ^= d; c12 ^= d; uint64_t L_237 = V_18; uint64_t L_238 = V_26; V_18 = ((int64_t)((int64_t)L_237^(int64_t)L_238)); // d = (c08 ^ c12) & 0x00FFFFFF00000000UL; c08 ^= d; c12 ^= d; uint64_t L_239 = V_22; uint64_t L_240 = V_26; V_22 = ((int64_t)((int64_t)L_239^(int64_t)L_240)); // d = (c09 ^ c13) & 0xFFFFFFFFFF000000UL; c09 ^= d; c13 ^= d; uint64_t L_241 = V_19; uint64_t L_242 = V_23; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_241^(int64_t)L_242))&(int64_t)((int64_t)((int64_t)((int32_t)-16777216))))); // d = (c09 ^ c13) & 0xFFFFFFFFFF000000UL; c09 ^= d; c13 ^= d; uint64_t L_243 = V_19; uint64_t L_244 = V_26; V_19 = ((int64_t)((int64_t)L_243^(int64_t)L_244)); // d = (c09 ^ c13) & 0xFFFFFFFFFF000000UL; c09 ^= d; c13 ^= d; uint64_t L_245 = V_23; uint64_t L_246 = V_26; V_23 = ((int64_t)((int64_t)L_245^(int64_t)L_246)); // d = (c10 ^ c14) & 0xFF00FFFFFFFF0000UL; c10 ^= d; c14 ^= d; uint64_t L_247 = V_20; uint64_t L_248 = V_24; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_247^(int64_t)L_248))&(int64_t)((int64_t)-71776119061282816LL))); // d = (c10 ^ c14) & 0xFF00FFFFFFFF0000UL; c10 ^= d; c14 ^= d; uint64_t L_249 = V_20; uint64_t L_250 = V_26; V_20 = ((int64_t)((int64_t)L_249^(int64_t)L_250)); // d = (c10 ^ c14) & 0xFF00FFFFFFFF0000UL; c10 ^= d; c14 ^= d; uint64_t L_251 = V_24; uint64_t L_252 = V_26; V_24 = ((int64_t)((int64_t)L_251^(int64_t)L_252)); // d = (c11 ^ c15) & 0xFF0000FFFFFFFF00UL; c11 ^= d; c15 ^= d; uint64_t L_253 = V_21; uint64_t L_254 = V_25; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_253^(int64_t)L_254))&(int64_t)((int64_t)-72056494526300416LL))); // d = (c11 ^ c15) & 0xFF0000FFFFFFFF00UL; c11 ^= d; c15 ^= d; uint64_t L_255 = V_21; uint64_t L_256 = V_26; V_21 = ((int64_t)((int64_t)L_255^(int64_t)L_256)); // d = (c11 ^ c15) & 0xFF0000FFFFFFFF00UL; c11 ^= d; c15 ^= d; uint64_t L_257 = V_25; uint64_t L_258 = V_26; V_25 = ((int64_t)((int64_t)L_257^(int64_t)L_258)); // d = (c00 ^ c02) & 0xFFFF0000FFFF0000UL; c00 ^= d; c02 ^= d; uint64_t L_259 = V_10; uint64_t L_260 = V_12; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_259^(int64_t)L_260))&(int64_t)((int64_t)-281470681808896LL))); // d = (c00 ^ c02) & 0xFFFF0000FFFF0000UL; c00 ^= d; c02 ^= d; uint64_t L_261 = V_10; uint64_t L_262 = V_26; V_10 = ((int64_t)((int64_t)L_261^(int64_t)L_262)); // d = (c00 ^ c02) & 0xFFFF0000FFFF0000UL; c00 ^= d; c02 ^= d; uint64_t L_263 = V_12; uint64_t L_264 = V_26; V_12 = ((int64_t)((int64_t)L_263^(int64_t)L_264)); // d = (c01 ^ c03) & 0x00FFFF0000FFFF00UL; c01 ^= d; c03 ^= d; uint64_t L_265 = V_11; uint64_t L_266 = V_13; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_265^(int64_t)L_266))&(int64_t)((int64_t)72056494543077120LL))); // d = (c01 ^ c03) & 0x00FFFF0000FFFF00UL; c01 ^= d; c03 ^= d; uint64_t L_267 = V_11; uint64_t L_268 = V_26; V_11 = ((int64_t)((int64_t)L_267^(int64_t)L_268)); // d = (c01 ^ c03) & 0x00FFFF0000FFFF00UL; c01 ^= d; c03 ^= d; uint64_t L_269 = V_13; uint64_t L_270 = V_26; V_13 = ((int64_t)((int64_t)L_269^(int64_t)L_270)); // d = (c04 ^ c06) & 0xFFFF0000FFFF0000UL; c04 ^= d; c06 ^= d; uint64_t L_271 = V_14; uint64_t L_272 = V_16; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_271^(int64_t)L_272))&(int64_t)((int64_t)-281470681808896LL))); // d = (c04 ^ c06) & 0xFFFF0000FFFF0000UL; c04 ^= d; c06 ^= d; uint64_t L_273 = V_14; uint64_t L_274 = V_26; V_14 = ((int64_t)((int64_t)L_273^(int64_t)L_274)); // d = (c04 ^ c06) & 0xFFFF0000FFFF0000UL; c04 ^= d; c06 ^= d; uint64_t L_275 = V_16; uint64_t L_276 = V_26; V_16 = ((int64_t)((int64_t)L_275^(int64_t)L_276)); // d = (c05 ^ c07) & 0x00FFFF0000FFFF00UL; c05 ^= d; c07 ^= d; uint64_t L_277 = V_15; uint64_t L_278 = V_17; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_277^(int64_t)L_278))&(int64_t)((int64_t)72056494543077120LL))); // d = (c05 ^ c07) & 0x00FFFF0000FFFF00UL; c05 ^= d; c07 ^= d; uint64_t L_279 = V_15; uint64_t L_280 = V_26; V_15 = ((int64_t)((int64_t)L_279^(int64_t)L_280)); // d = (c05 ^ c07) & 0x00FFFF0000FFFF00UL; c05 ^= d; c07 ^= d; uint64_t L_281 = V_17; uint64_t L_282 = V_26; V_17 = ((int64_t)((int64_t)L_281^(int64_t)L_282)); // d = (c08 ^ c10) & 0xFFFF0000FFFF0000UL; c08 ^= d; c10 ^= d; uint64_t L_283 = V_18; uint64_t L_284 = V_20; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_283^(int64_t)L_284))&(int64_t)((int64_t)-281470681808896LL))); // d = (c08 ^ c10) & 0xFFFF0000FFFF0000UL; c08 ^= d; c10 ^= d; uint64_t L_285 = V_18; uint64_t L_286 = V_26; V_18 = ((int64_t)((int64_t)L_285^(int64_t)L_286)); // d = (c08 ^ c10) & 0xFFFF0000FFFF0000UL; c08 ^= d; c10 ^= d; uint64_t L_287 = V_20; uint64_t L_288 = V_26; V_20 = ((int64_t)((int64_t)L_287^(int64_t)L_288)); // d = (c09 ^ c11) & 0x00FFFF0000FFFF00UL; c09 ^= d; c11 ^= d; uint64_t L_289 = V_19; uint64_t L_290 = V_21; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_289^(int64_t)L_290))&(int64_t)((int64_t)72056494543077120LL))); // d = (c09 ^ c11) & 0x00FFFF0000FFFF00UL; c09 ^= d; c11 ^= d; uint64_t L_291 = V_19; uint64_t L_292 = V_26; V_19 = ((int64_t)((int64_t)L_291^(int64_t)L_292)); // d = (c09 ^ c11) & 0x00FFFF0000FFFF00UL; c09 ^= d; c11 ^= d; uint64_t L_293 = V_21; uint64_t L_294 = V_26; V_21 = ((int64_t)((int64_t)L_293^(int64_t)L_294)); // d = (c12 ^ c14) & 0xFFFF0000FFFF0000UL; c12 ^= d; c14 ^= d; uint64_t L_295 = V_22; uint64_t L_296 = V_24; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_295^(int64_t)L_296))&(int64_t)((int64_t)-281470681808896LL))); // d = (c12 ^ c14) & 0xFFFF0000FFFF0000UL; c12 ^= d; c14 ^= d; uint64_t L_297 = V_22; uint64_t L_298 = V_26; V_22 = ((int64_t)((int64_t)L_297^(int64_t)L_298)); // d = (c12 ^ c14) & 0xFFFF0000FFFF0000UL; c12 ^= d; c14 ^= d; uint64_t L_299 = V_24; uint64_t L_300 = V_26; V_24 = ((int64_t)((int64_t)L_299^(int64_t)L_300)); // d = (c13 ^ c15) & 0x00FFFF0000FFFF00UL; c13 ^= d; c15 ^= d; uint64_t L_301 = V_23; uint64_t L_302 = V_25; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_301^(int64_t)L_302))&(int64_t)((int64_t)72056494543077120LL))); // d = (c13 ^ c15) & 0x00FFFF0000FFFF00UL; c13 ^= d; c15 ^= d; uint64_t L_303 = V_23; uint64_t L_304 = V_26; V_23 = ((int64_t)((int64_t)L_303^(int64_t)L_304)); // d = (c13 ^ c15) & 0x00FFFF0000FFFF00UL; c13 ^= d; c15 ^= d; uint64_t L_305 = V_25; uint64_t L_306 = V_26; V_25 = ((int64_t)((int64_t)L_305^(int64_t)L_306)); // d = (c00 ^ c01) & 0xFF00FF00FF00FF00UL; c00 ^= d; c01 ^= d; uint64_t L_307 = V_10; uint64_t L_308 = V_11; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_307^(int64_t)L_308))&(int64_t)((int64_t)-71777214294589696LL))); // d = (c00 ^ c01) & 0xFF00FF00FF00FF00UL; c00 ^= d; c01 ^= d; uint64_t L_309 = V_10; uint64_t L_310 = V_26; V_10 = ((int64_t)((int64_t)L_309^(int64_t)L_310)); // d = (c00 ^ c01) & 0xFF00FF00FF00FF00UL; c00 ^= d; c01 ^= d; uint64_t L_311 = V_11; uint64_t L_312 = V_26; V_11 = ((int64_t)((int64_t)L_311^(int64_t)L_312)); // d = (c02 ^ c03) & 0xFF00FF00FF00FF00UL; c02 ^= d; c03 ^= d; uint64_t L_313 = V_12; uint64_t L_314 = V_13; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_313^(int64_t)L_314))&(int64_t)((int64_t)-71777214294589696LL))); // d = (c02 ^ c03) & 0xFF00FF00FF00FF00UL; c02 ^= d; c03 ^= d; uint64_t L_315 = V_12; uint64_t L_316 = V_26; V_12 = ((int64_t)((int64_t)L_315^(int64_t)L_316)); // d = (c02 ^ c03) & 0xFF00FF00FF00FF00UL; c02 ^= d; c03 ^= d; uint64_t L_317 = V_13; uint64_t L_318 = V_26; V_13 = ((int64_t)((int64_t)L_317^(int64_t)L_318)); // d = (c04 ^ c05) & 0xFF00FF00FF00FF00UL; c04 ^= d; c05 ^= d; uint64_t L_319 = V_14; uint64_t L_320 = V_15; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_319^(int64_t)L_320))&(int64_t)((int64_t)-71777214294589696LL))); // d = (c04 ^ c05) & 0xFF00FF00FF00FF00UL; c04 ^= d; c05 ^= d; uint64_t L_321 = V_14; uint64_t L_322 = V_26; V_14 = ((int64_t)((int64_t)L_321^(int64_t)L_322)); // d = (c04 ^ c05) & 0xFF00FF00FF00FF00UL; c04 ^= d; c05 ^= d; uint64_t L_323 = V_15; uint64_t L_324 = V_26; V_15 = ((int64_t)((int64_t)L_323^(int64_t)L_324)); // d = (c06 ^ c07) & 0xFF00FF00FF00FF00UL; c06 ^= d; c07 ^= d; uint64_t L_325 = V_16; uint64_t L_326 = V_17; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_325^(int64_t)L_326))&(int64_t)((int64_t)-71777214294589696LL))); // d = (c06 ^ c07) & 0xFF00FF00FF00FF00UL; c06 ^= d; c07 ^= d; uint64_t L_327 = V_16; uint64_t L_328 = V_26; V_16 = ((int64_t)((int64_t)L_327^(int64_t)L_328)); // d = (c06 ^ c07) & 0xFF00FF00FF00FF00UL; c06 ^= d; c07 ^= d; uint64_t L_329 = V_17; uint64_t L_330 = V_26; V_17 = ((int64_t)((int64_t)L_329^(int64_t)L_330)); // d = (c08 ^ c09) & 0xFF00FF00FF00FF00UL; c08 ^= d; c09 ^= d; uint64_t L_331 = V_18; uint64_t L_332 = V_19; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_331^(int64_t)L_332))&(int64_t)((int64_t)-71777214294589696LL))); // d = (c08 ^ c09) & 0xFF00FF00FF00FF00UL; c08 ^= d; c09 ^= d; uint64_t L_333 = V_18; uint64_t L_334 = V_26; V_18 = ((int64_t)((int64_t)L_333^(int64_t)L_334)); // d = (c08 ^ c09) & 0xFF00FF00FF00FF00UL; c08 ^= d; c09 ^= d; uint64_t L_335 = V_19; uint64_t L_336 = V_26; V_19 = ((int64_t)((int64_t)L_335^(int64_t)L_336)); // d = (c10 ^ c11) & 0xFF00FF00FF00FF00UL; c10 ^= d; c11 ^= d; uint64_t L_337 = V_20; uint64_t L_338 = V_21; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_337^(int64_t)L_338))&(int64_t)((int64_t)-71777214294589696LL))); // d = (c10 ^ c11) & 0xFF00FF00FF00FF00UL; c10 ^= d; c11 ^= d; uint64_t L_339 = V_20; uint64_t L_340 = V_26; V_20 = ((int64_t)((int64_t)L_339^(int64_t)L_340)); // d = (c10 ^ c11) & 0xFF00FF00FF00FF00UL; c10 ^= d; c11 ^= d; uint64_t L_341 = V_21; uint64_t L_342 = V_26; V_21 = ((int64_t)((int64_t)L_341^(int64_t)L_342)); // d = (c12 ^ c13) & 0xFF00FF00FF00FF00UL; c12 ^= d; c13 ^= d; uint64_t L_343 = V_22; uint64_t L_344 = V_23; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_343^(int64_t)L_344))&(int64_t)((int64_t)-71777214294589696LL))); // d = (c12 ^ c13) & 0xFF00FF00FF00FF00UL; c12 ^= d; c13 ^= d; uint64_t L_345 = V_22; uint64_t L_346 = V_26; V_22 = ((int64_t)((int64_t)L_345^(int64_t)L_346)); // d = (c12 ^ c13) & 0xFF00FF00FF00FF00UL; c12 ^= d; c13 ^= d; uint64_t L_347 = V_23; uint64_t L_348 = V_26; V_23 = ((int64_t)((int64_t)L_347^(int64_t)L_348)); // d = (c14 ^ c15) & 0xFF00FF00FF00FF00UL; c14 ^= d; c15 ^= d; uint64_t L_349 = V_24; uint64_t L_350 = V_25; V_26 = ((int64_t)((int64_t)((int64_t)((int64_t)L_349^(int64_t)L_350))&(int64_t)((int64_t)-71777214294589696LL))); // d = (c14 ^ c15) & 0xFF00FF00FF00FF00UL; c14 ^= d; c15 ^= d; uint64_t L_351 = V_24; uint64_t L_352 = V_26; V_24 = ((int64_t)((int64_t)L_351^(int64_t)L_352)); // d = (c14 ^ c15) & 0xFF00FF00FF00FF00UL; c14 ^= d; c15 ^= d; uint64_t L_353 = V_25; uint64_t L_354 = V_26; V_25 = ((int64_t)((int64_t)L_353^(int64_t)L_354)); // s[0] = c00; s[1] = c01; s[2] = c02; s[3] = c03; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_355 = ___s0; uint64_t L_356 = V_10; NullCheck(L_355); (L_355)->SetAt(static_cast(0), (uint64_t)L_356); // s[0] = c00; s[1] = c01; s[2] = c02; s[3] = c03; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_357 = ___s0; uint64_t L_358 = V_11; NullCheck(L_357); (L_357)->SetAt(static_cast(1), (uint64_t)L_358); // s[0] = c00; s[1] = c01; s[2] = c02; s[3] = c03; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_359 = ___s0; uint64_t L_360 = V_12; NullCheck(L_359); (L_359)->SetAt(static_cast(2), (uint64_t)L_360); // s[0] = c00; s[1] = c01; s[2] = c02; s[3] = c03; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_361 = ___s0; uint64_t L_362 = V_13; NullCheck(L_361); (L_361)->SetAt(static_cast(3), (uint64_t)L_362); // s[4] = c04; s[5] = c05; s[6] = c06; s[7] = c07; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_363 = ___s0; uint64_t L_364 = V_14; NullCheck(L_363); (L_363)->SetAt(static_cast(4), (uint64_t)L_364); // s[4] = c04; s[5] = c05; s[6] = c06; s[7] = c07; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_365 = ___s0; uint64_t L_366 = V_15; NullCheck(L_365); (L_365)->SetAt(static_cast(5), (uint64_t)L_366); // s[4] = c04; s[5] = c05; s[6] = c06; s[7] = c07; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_367 = ___s0; uint64_t L_368 = V_16; NullCheck(L_367); (L_367)->SetAt(static_cast(6), (uint64_t)L_368); // s[4] = c04; s[5] = c05; s[6] = c06; s[7] = c07; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_369 = ___s0; uint64_t L_370 = V_17; NullCheck(L_369); (L_369)->SetAt(static_cast(7), (uint64_t)L_370); // s[8] = c08; s[9] = c09; s[10] = c10; s[11] = c11; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_371 = ___s0; uint64_t L_372 = V_18; NullCheck(L_371); (L_371)->SetAt(static_cast(8), (uint64_t)L_372); // s[8] = c08; s[9] = c09; s[10] = c10; s[11] = c11; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_373 = ___s0; uint64_t L_374 = V_19; NullCheck(L_373); (L_373)->SetAt(static_cast(((int32_t)9)), (uint64_t)L_374); // s[8] = c08; s[9] = c09; s[10] = c10; s[11] = c11; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_375 = ___s0; uint64_t L_376 = V_20; NullCheck(L_375); (L_375)->SetAt(static_cast(((int32_t)10)), (uint64_t)L_376); // s[8] = c08; s[9] = c09; s[10] = c10; s[11] = c11; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_377 = ___s0; uint64_t L_378 = V_21; NullCheck(L_377); (L_377)->SetAt(static_cast(((int32_t)11)), (uint64_t)L_378); // s[12] = c12; s[13] = c13; s[14] = c14; s[15] = c15; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_379 = ___s0; uint64_t L_380 = V_22; NullCheck(L_379); (L_379)->SetAt(static_cast(((int32_t)12)), (uint64_t)L_380); // s[12] = c12; s[13] = c13; s[14] = c14; s[15] = c15; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_381 = ___s0; uint64_t L_382 = V_23; NullCheck(L_381); (L_381)->SetAt(static_cast(((int32_t)13)), (uint64_t)L_382); // s[12] = c12; s[13] = c13; s[14] = c14; s[15] = c15; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_383 = ___s0; uint64_t L_384 = V_24; NullCheck(L_383); (L_383)->SetAt(static_cast(((int32_t)14)), (uint64_t)L_384); // s[12] = c12; s[13] = c13; s[14] = c14; s[15] = c15; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_385 = ___s0; uint64_t L_386 = V_25; NullCheck(L_385); (L_385)->SetAt(static_cast(((int32_t)15)), (uint64_t)L_386); // break; return; } IL_0645: { // throw new InvalidOperationException("unsupported state size: only 512/1024 are allowed"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_387 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_387, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC8A2AD3F4AF7133FDACD2ECF3BAA601D875117C7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_387, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dstu7564Digest_ShiftRows_m1E10C312FE506B911BCF7F226071EC0468CCD5EE_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::SubBytes(System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Digest_SubBytes_m06A2305F6A36A1638593106CEC60CA798A32C9D4 (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * __this, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; uint8_t V_3 = 0x0; uint8_t V_4 = 0x0; uint8_t V_5 = 0x0; uint8_t V_6 = 0x0; uint8_t V_7 = 0x0; uint8_t V_8 = 0x0; { // for (int i = 0; i < columns; ++i) V_0 = 0; goto IL_00bb; } IL_0007: { // ulong u = s[i]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___s0; int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; int64_t L_3 = (int64_t)(L_0)->GetAt(static_cast(L_2)); // uint lo = (uint)u, hi = (uint)(u >> 32); int64_t L_4 = L_3; V_1 = ((int32_t)((uint32_t)L_4)); // uint lo = (uint)u, hi = (uint)(u >> 32); V_2 = ((int32_t)((uint32_t)((int64_t)((uint64_t)L_4>>((int32_t)32))))); // byte t0 = S0[lo & 0xFF]; IL2CPP_RUNTIME_CLASS_INIT(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ((Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_il2cpp_TypeInfo_var))->get_S0_14(); uint32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = ((int32_t)((int32_t)L_6&(int32_t)((int32_t)255))); uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); // byte t1 = S1[(lo >> 8) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ((Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_il2cpp_TypeInfo_var))->get_S1_15(); uint32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_10>>8))&(int32_t)((int32_t)255))); uint8_t L_12 = (L_9)->GetAt(static_cast(L_11)); V_3 = L_12; // byte t2 = S2[(lo >> 16) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ((Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_il2cpp_TypeInfo_var))->get_S2_16(); uint32_t L_14 = V_1; NullCheck(L_13); int32_t L_15 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_14>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_16 = (L_13)->GetAt(static_cast(L_15)); V_4 = L_16; // byte t3 = S3[lo >> 24]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ((Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_il2cpp_TypeInfo_var))->get_S3_17(); uint32_t L_18 = V_1; NullCheck(L_17); int32_t L_19 = ((int32_t)((uint32_t)L_18>>((int32_t)24))); uint8_t L_20 = (L_17)->GetAt(static_cast(L_19)); V_5 = L_20; // lo = (uint)t0 | ((uint)t1 << 8) | ((uint)t2 << 16) | ((uint)t3 << 24); uint8_t L_21 = V_3; uint8_t L_22 = V_4; uint8_t L_23 = V_5; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8|(int32_t)((int32_t)((int32_t)L_21<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_22<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_23<<(int32_t)((int32_t)24))))); // byte t4 = S0[hi & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ((Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_il2cpp_TypeInfo_var))->get_S0_14(); uint32_t L_25 = V_2; 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)); // byte t5 = S1[(hi >> 8) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = ((Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_il2cpp_TypeInfo_var))->get_S1_15(); 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)); V_6 = L_31; // byte t6 = S2[(hi >> 16) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = ((Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_il2cpp_TypeInfo_var))->get_S2_16(); uint32_t L_33 = V_2; 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)); V_7 = L_35; // byte t7 = S3[hi >> 24]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = ((Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_il2cpp_TypeInfo_var))->get_S3_17(); uint32_t L_37 = V_2; NullCheck(L_36); int32_t L_38 = ((int32_t)((uint32_t)L_37>>((int32_t)24))); uint8_t L_39 = (L_36)->GetAt(static_cast(L_38)); V_8 = L_39; // hi = (uint)t4 | ((uint)t5 << 8) | ((uint)t6 << 16) | ((uint)t7 << 24); uint8_t L_40 = V_6; uint8_t L_41 = V_7; uint8_t L_42 = V_8; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_27|(int32_t)((int32_t)((int32_t)L_40<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_41<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_42<<(int32_t)((int32_t)24))))); // s[i] = (ulong)lo | ((ulong)hi << 32); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_43 = ___s0; int32_t L_44 = V_0; uint32_t L_45 = V_1; uint32_t L_46 = V_2; NullCheck(L_43); (L_43)->SetAt(static_cast(L_44), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_45))|(int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_46))<<(int32_t)((int32_t)32)))))); // for (int i = 0; i < columns; ++i) int32_t L_47 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_00bb: { // for (int i = 0; i < columns; ++i) int32_t L_48 = V_0; int32_t L_49 = __this->get_columns_6(); if ((((int32_t)L_48) < ((int32_t)L_49))) { goto IL_0007; } } { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::Copy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Dstu7564Digest_Copy_mA91723AA92067571348800AB11D51A6987E31DBE (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new Dstu7564Digest(this); Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_0 = (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A *)il2cpp_codegen_object_new(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_il2cpp_TypeInfo_var); Dstu7564Digest__ctor_m4BED255283F5FA7BFFF7F16A12B06A99C8B39112(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::Reset(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IMemoable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Digest_Reset_mB560DD6E80916BFB76A879D8B844D74A12D4162C (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * __this, RuntimeObject* ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * V_0 = NULL; { // Dstu7564Digest d = (Dstu7564Digest)other; RuntimeObject* L_0 = ___other0; V_0 = ((Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A *)CastclassClass((RuntimeObject*)L_0, Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_il2cpp_TypeInfo_var)); // CopyIn(d); Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_1 = V_0; Dstu7564Digest_CopyIn_mEC37D90BA8EBA5118354FFBBA29AEE9262642CCF(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Digest__cctor_mB013BCDFE5666212CF05E7762091D52D4889E784 (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*)&Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305_FieldInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly byte[] S0 = new byte[] { // 0xa8, 0x43, 0x5f, 0x06, 0x6b, 0x75, 0x6c, 0x59, 0x71, 0xdf, 0x87, 0x95, 0x17, 0xf0, 0xd8, 0x09, // 0x6d, 0xf3, 0x1d, 0xcb, 0xc9, 0x4d, 0x2c, 0xaf, 0x79, 0xe0, 0x97, 0xfd, 0x6f, 0x4b, 0x45, 0x39, // 0x3e, 0xdd, 0xa3, 0x4f, 0xb4, 0xb6, 0x9a, 0x0e, 0x1f, 0xbf, 0x15, 0xe1, 0x49, 0xd2, 0x93, 0xc6, // 0x92, 0x72, 0x9e, 0x61, 0xd1, 0x63, 0xfa, 0xee, 0xf4, 0x19, 0xd5, 0xad, 0x58, 0xa4, 0xbb, 0xa1, // 0xdc, 0xf2, 0x83, 0x37, 0x42, 0xe4, 0x7a, 0x32, 0x9c, 0xcc, 0xab, 0x4a, 0x8f, 0x6e, 0x04, 0x27, // 0x2e, 0xe7, 0xe2, 0x5a, 0x96, 0x16, 0x23, 0x2b, 0xc2, 0x65, 0x66, 0x0f, 0xbc, 0xa9, 0x47, 0x41, // 0x34, 0x48, 0xfc, 0xb7, 0x6a, 0x88, 0xa5, 0x53, 0x86, 0xf9, 0x5b, 0xdb, 0x38, 0x7b, 0xc3, 0x1e, // 0x22, 0x33, 0x24, 0x28, 0x36, 0xc7, 0xb2, 0x3b, 0x8e, 0x77, 0xba, 0xf5, 0x14, 0x9f, 0x08, 0x55, // 0x9b, 0x4c, 0xfe, 0x60, 0x5c, 0xda, 0x18, 0x46, 0xcd, 0x7d, 0x21, 0xb0, 0x3f, 0x1b, 0x89, 0xff, // 0xeb, 0x84, 0x69, 0x3a, 0x9d, 0xd7, 0xd3, 0x70, 0x67, 0x40, 0xb5, 0xde, 0x5d, 0x30, 0x91, 0xb1, // 0x78, 0x11, 0x01, 0xe5, 0x00, 0x68, 0x98, 0xa0, 0xc5, 0x02, 0xa6, 0x74, 0x2d, 0x0b, 0xa2, 0x76, // 0xb3, 0xbe, 0xce, 0xbd, 0xae, 0xe9, 0x8a, 0x31, 0x1c, 0xec, 0xf1, 0x99, 0x94, 0xaa, 0xf6, 0x26, // 0x2f, 0xef, 0xe8, 0x8c, 0x35, 0x03, 0xd4, 0x7f, 0xfb, 0x05, 0xc1, 0x5e, 0x90, 0x20, 0x3d, 0x82, // 0xf7, 0xea, 0x0a, 0x0d, 0x7e, 0xf8, 0x50, 0x1a, 0xc4, 0x07, 0x57, 0xb8, 0x3c, 0x62, 0xe3, 0xc8, // 0xac, 0x52, 0x64, 0x10, 0xd0, 0xd9, 0x13, 0x0c, 0x12, 0x29, 0x51, 0xb9, 0xcf, 0xd6, 0x73, 0x8d, // 0x81, 0x54, 0xc0, 0xed, 0x4e, 0x44, 0xa7, 0x2a, 0x85, 0x25, 0xe6, 0xca, 0x7c, 0x8b, 0x56, 0x80 // }; 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____4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_il2cpp_TypeInfo_var))->set_S0_14(L_1); // private static readonly byte[] S1 = new byte[] { // 0xce, 0xbb, 0xeb, 0x92, 0xea, 0xcb, 0x13, 0xc1, 0xe9, 0x3a, 0xd6, 0xb2, 0xd2, 0x90, 0x17, 0xf8, // 0x42, 0x15, 0x56, 0xb4, 0x65, 0x1c, 0x88, 0x43, 0xc5, 0x5c, 0x36, 0xba, 0xf5, 0x57, 0x67, 0x8d, // 0x31, 0xf6, 0x64, 0x58, 0x9e, 0xf4, 0x22, 0xaa, 0x75, 0x0f, 0x02, 0xb1, 0xdf, 0x6d, 0x73, 0x4d, // 0x7c, 0x26, 0x2e, 0xf7, 0x08, 0x5d, 0x44, 0x3e, 0x9f, 0x14, 0xc8, 0xae, 0x54, 0x10, 0xd8, 0xbc, // 0x1a, 0x6b, 0x69, 0xf3, 0xbd, 0x33, 0xab, 0xfa, 0xd1, 0x9b, 0x68, 0x4e, 0x16, 0x95, 0x91, 0xee, // 0x4c, 0x63, 0x8e, 0x5b, 0xcc, 0x3c, 0x19, 0xa1, 0x81, 0x49, 0x7b, 0xd9, 0x6f, 0x37, 0x60, 0xca, // 0xe7, 0x2b, 0x48, 0xfd, 0x96, 0x45, 0xfc, 0x41, 0x12, 0x0d, 0x79, 0xe5, 0x89, 0x8c, 0xe3, 0x20, // 0x30, 0xdc, 0xb7, 0x6c, 0x4a, 0xb5, 0x3f, 0x97, 0xd4, 0x62, 0x2d, 0x06, 0xa4, 0xa5, 0x83, 0x5f, // 0x2a, 0xda, 0xc9, 0x00, 0x7e, 0xa2, 0x55, 0xbf, 0x11, 0xd5, 0x9c, 0xcf, 0x0e, 0x0a, 0x3d, 0x51, // 0x7d, 0x93, 0x1b, 0xfe, 0xc4, 0x47, 0x09, 0x86, 0x0b, 0x8f, 0x9d, 0x6a, 0x07, 0xb9, 0xb0, 0x98, // 0x18, 0x32, 0x71, 0x4b, 0xef, 0x3b, 0x70, 0xa0, 0xe4, 0x40, 0xff, 0xc3, 0xa9, 0xe6, 0x78, 0xf9, // 0x8b, 0x46, 0x80, 0x1e, 0x38, 0xe1, 0xb8, 0xa8, 0xe0, 0x0c, 0x23, 0x76, 0x1d, 0x25, 0x24, 0x05, // 0xf1, 0x6e, 0x94, 0x28, 0x9a, 0x84, 0xe8, 0xa3, 0x4f, 0x77, 0xd3, 0x85, 0xe2, 0x52, 0xf2, 0x82, // 0x50, 0x7a, 0x2f, 0x74, 0x53, 0xb3, 0x61, 0xaf, 0x39, 0x35, 0xde, 0xcd, 0x1f, 0x99, 0xac, 0xad, // 0x72, 0x2c, 0xdd, 0xd0, 0x87, 0xbe, 0x5e, 0xa6, 0xec, 0x04, 0xc6, 0x03, 0x34, 0xfb, 0xdb, 0x59, // 0xb6, 0xc2, 0x01, 0xf0, 0x5a, 0xed, 0xa7, 0x66, 0x21, 0x7f, 0x8a, 0x27, 0xc7, 0xc0, 0x29, 0xd7 // }; 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____FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_il2cpp_TypeInfo_var))->set_S1_15(L_4); // private static readonly byte[] S2 = new byte[] { // 0x93, 0xd9, 0x9a, 0xb5, 0x98, 0x22, 0x45, 0xfc, 0xba, 0x6a, 0xdf, 0x02, 0x9f, 0xdc, 0x51, 0x59, // 0x4a, 0x17, 0x2b, 0xc2, 0x94, 0xf4, 0xbb, 0xa3, 0x62, 0xe4, 0x71, 0xd4, 0xcd, 0x70, 0x16, 0xe1, // 0x49, 0x3c, 0xc0, 0xd8, 0x5c, 0x9b, 0xad, 0x85, 0x53, 0xa1, 0x7a, 0xc8, 0x2d, 0xe0, 0xd1, 0x72, // 0xa6, 0x2c, 0xc4, 0xe3, 0x76, 0x78, 0xb7, 0xb4, 0x09, 0x3b, 0x0e, 0x41, 0x4c, 0xde, 0xb2, 0x90, // 0x25, 0xa5, 0xd7, 0x03, 0x11, 0x00, 0xc3, 0x2e, 0x92, 0xef, 0x4e, 0x12, 0x9d, 0x7d, 0xcb, 0x35, // 0x10, 0xd5, 0x4f, 0x9e, 0x4d, 0xa9, 0x55, 0xc6, 0xd0, 0x7b, 0x18, 0x97, 0xd3, 0x36, 0xe6, 0x48, // 0x56, 0x81, 0x8f, 0x77, 0xcc, 0x9c, 0xb9, 0xe2, 0xac, 0xb8, 0x2f, 0x15, 0xa4, 0x7c, 0xda, 0x38, // 0x1e, 0x0b, 0x05, 0xd6, 0x14, 0x6e, 0x6c, 0x7e, 0x66, 0xfd, 0xb1, 0xe5, 0x60, 0xaf, 0x5e, 0x33, // 0x87, 0xc9, 0xf0, 0x5d, 0x6d, 0x3f, 0x88, 0x8d, 0xc7, 0xf7, 0x1d, 0xe9, 0xec, 0xed, 0x80, 0x29, // 0x27, 0xcf, 0x99, 0xa8, 0x50, 0x0f, 0x37, 0x24, 0x28, 0x30, 0x95, 0xd2, 0x3e, 0x5b, 0x40, 0x83, // 0xb3, 0x69, 0x57, 0x1f, 0x07, 0x1c, 0x8a, 0xbc, 0x20, 0xeb, 0xce, 0x8e, 0xab, 0xee, 0x31, 0xa2, // 0x73, 0xf9, 0xca, 0x3a, 0x1a, 0xfb, 0x0d, 0xc1, 0xfe, 0xfa, 0xf2, 0x6f, 0xbd, 0x96, 0xdd, 0x43, // 0x52, 0xb6, 0x08, 0xf3, 0xae, 0xbe, 0x19, 0x89, 0x32, 0x26, 0xb0, 0xea, 0x4b, 0x64, 0x84, 0x82, // 0x6b, 0xf5, 0x79, 0xbf, 0x01, 0x5f, 0x75, 0x63, 0x1b, 0x23, 0x3d, 0x68, 0x2a, 0x65, 0xe8, 0x91, // 0xf6, 0xff, 0x13, 0x58, 0xf1, 0x47, 0x0a, 0x7f, 0xc5, 0xa7, 0xe7, 0x61, 0x5a, 0x06, 0x46, 0x44, // 0x42, 0x04, 0xa0, 0xdb, 0x39, 0x86, 0x54, 0xaa, 0x8c, 0x34, 0x21, 0x8b, 0xf8, 0x0c, 0x74, 0x67 // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = L_6; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_8 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL); ((Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_il2cpp_TypeInfo_var))->set_S2_16(L_7); // private static readonly byte[] S3 = new byte[] { // 0x68, 0x8d, 0xca, 0x4d, 0x73, 0x4b, 0x4e, 0x2a, 0xd4, 0x52, 0x26, 0xb3, 0x54, 0x1e, 0x19, 0x1f, // 0x22, 0x03, 0x46, 0x3d, 0x2d, 0x4a, 0x53, 0x83, 0x13, 0x8a, 0xb7, 0xd5, 0x25, 0x79, 0xf5, 0xbd, // 0x58, 0x2f, 0x0d, 0x02, 0xed, 0x51, 0x9e, 0x11, 0xf2, 0x3e, 0x55, 0x5e, 0xd1, 0x16, 0x3c, 0x66, // 0x70, 0x5d, 0xf3, 0x45, 0x40, 0xcc, 0xe8, 0x94, 0x56, 0x08, 0xce, 0x1a, 0x3a, 0xd2, 0xe1, 0xdf, // 0xb5, 0x38, 0x6e, 0x0e, 0xe5, 0xf4, 0xf9, 0x86, 0xe9, 0x4f, 0xd6, 0x85, 0x23, 0xcf, 0x32, 0x99, // 0x31, 0x14, 0xae, 0xee, 0xc8, 0x48, 0xd3, 0x30, 0xa1, 0x92, 0x41, 0xb1, 0x18, 0xc4, 0x2c, 0x71, // 0x72, 0x44, 0x15, 0xfd, 0x37, 0xbe, 0x5f, 0xaa, 0x9b, 0x88, 0xd8, 0xab, 0x89, 0x9c, 0xfa, 0x60, // 0xea, 0xbc, 0x62, 0x0c, 0x24, 0xa6, 0xa8, 0xec, 0x67, 0x20, 0xdb, 0x7c, 0x28, 0xdd, 0xac, 0x5b, // 0x34, 0x7e, 0x10, 0xf1, 0x7b, 0x8f, 0x63, 0xa0, 0x05, 0x9a, 0x43, 0x77, 0x21, 0xbf, 0x27, 0x09, // 0xc3, 0x9f, 0xb6, 0xd7, 0x29, 0xc2, 0xeb, 0xc0, 0xa4, 0x8b, 0x8c, 0x1d, 0xfb, 0xff, 0xc1, 0xb2, // 0x97, 0x2e, 0xf8, 0x65, 0xf6, 0x75, 0x07, 0x04, 0x49, 0x33, 0xe4, 0xd9, 0xb9, 0xd0, 0x42, 0xc7, // 0x6c, 0x90, 0x00, 0x8e, 0x6f, 0x50, 0x01, 0xc5, 0xda, 0x47, 0x3f, 0xcd, 0x69, 0xa2, 0xe2, 0x7a, // 0xa7, 0xc6, 0x93, 0x0f, 0x0a, 0x06, 0xe6, 0x2b, 0x96, 0xa3, 0x1c, 0xaf, 0x6a, 0x12, 0x84, 0x39, // 0xe7, 0xb0, 0x82, 0xf7, 0xfe, 0x9d, 0x87, 0x5c, 0x81, 0x35, 0xde, 0xb4, 0xa5, 0xfc, 0x80, 0xef, // 0xcb, 0xbb, 0x6b, 0x76, 0xba, 0x5a, 0x7d, 0x78, 0x0b, 0x95, 0xe3, 0xad, 0x74, 0x98, 0x3b, 0x36, // 0x64, 0x6d, 0xdc, 0xf0, 0x59, 0xa9, 0x4c, 0x17, 0x7f, 0x91, 0xb8, 0xc9, 0x57, 0x1b, 0xe0, 0x61 // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = L_9; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_11 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_10, L_11, /*hidden argument*/NULL); ((Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_il2cpp_TypeInfo_var))->set_S3_17(L_10); 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.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7564Mac::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Dstu7564Mac_get_AlgorithmName_m445AEA434244843A802D4D8D8B0BE51240E7D09A (Dstu7564Mac_tE6C236F5A0592D690770B8FF03C6A33B856A15D8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1983E7A90C7F1B994609F90B8C541C307412F740); s_Il2CppMethodInitialized = true; } { // get { return "DSTU7564Mac"; } return _stringLiteral1983E7A90C7F1B994609F90B8C541C307412F740; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7564Mac::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Mac__ctor_mDD50B5D5888C7F1E60A90F3F034C80D114F1C3C6 (Dstu7564Mac_tE6C236F5A0592D690770B8FF03C6A33B856A15D8 * __this, int32_t ___macSizeBits0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public Dstu7564Mac(int macSizeBits) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // engine = new Dstu7564Digest(macSizeBits); int32_t L_0 = ___macSizeBits0; Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_1 = (Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A *)il2cpp_codegen_object_new(Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A_il2cpp_TypeInfo_var); Dstu7564Digest__ctor_m7A19852B8B9FC2B2D7F7067ECD4E988B60B71BF2(L_1, L_0, /*hidden argument*/NULL); __this->set_engine_0(L_1); // macSize = macSizeBits / 8; int32_t L_2 = ___macSizeBits0; __this->set_macSize_1(((int32_t)((int32_t)L_2/(int32_t)8))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7564Mac::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Mac_Init_m5BD8C718F5BF1D3D0B1CEF6CB3F4B21B53910EED (Dstu7564Mac_tE6C236F5A0592D690770B8FF03C6A33B856A15D8 * __this, RuntimeObject* ___parameters0, 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*)&KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; { // if (parameters is KeyParameter) RuntimeObject* L_0 = ___parameters0; if (!((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)IsInstClass((RuntimeObject*)L_0, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))) { goto IL_0056; } } { // byte[] key = ((KeyParameter)parameters).GetKey(); RuntimeObject* L_1 = ___parameters0; NullCheck(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_1, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_1, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_2; // invertedKey = new byte[key.Length]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))); __this->set_invertedKey_4(L_4); // paddedKey = PadKey(key); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = Dstu7564Mac_PadKey_m98E2BB30E57F4CADE97F6667C8AD88CC8FD2EA7B(__this, L_5, /*hidden argument*/NULL); __this->set_paddedKey_3(L_6); // for (int byteIndex = 0; byteIndex < invertedKey.Length; byteIndex++) V_1 = 0; goto IL_0049; } IL_0033: { // invertedKey[byteIndex] = (byte)(key[byteIndex] ^ (byte)0xFF); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_invertedKey_4(); int32_t L_8 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_0; int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = L_10; uint8_t L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck(L_7); (L_7)->SetAt(static_cast(L_8), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_12^(int32_t)((int32_t)255)))))); // for (int byteIndex = 0; byteIndex < invertedKey.Length; byteIndex++) int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0049: { // for (int byteIndex = 0; byteIndex < invertedKey.Length; byteIndex++) int32_t L_14 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = __this->get_invertedKey_4(); NullCheck(L_15); if ((((int32_t)L_14) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))) { goto IL_0033; } } { // } goto IL_0061; } IL_0056: { // throw new ArgumentException("Bad parameter passed"); 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*)&_stringLiteral7FFB3CD71BE9EF070986A4E7959BB3A9AD1551EC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dstu7564Mac_Init_m5BD8C718F5BF1D3D0B1CEF6CB3F4B21B53910EED_RuntimeMethod_var))); } IL_0061: { // engine.BlockUpdate(paddedKey, 0, paddedKey.Length); Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_17 = __this->get_engine_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = __this->get_paddedKey_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = __this->get_paddedKey_3(); NullCheck(L_19); NullCheck(L_17); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(17 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, L_17, L_18, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7564Mac::GetMacSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dstu7564Mac_GetMacSize_m7BF0A46676A14F08674624D210FBD30EF65673AC (Dstu7564Mac_tE6C236F5A0592D690770B8FF03C6A33B856A15D8 * __this, const RuntimeMethod* method) { { // return macSize; int32_t L_0 = __this->get_macSize_1(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7564Mac::BlockUpdate(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Mac_BlockUpdate_m9E642EE7B0A858E9DB2F5ED7C2D9CE1D7D19E8B0 (Dstu7564Mac_tE6C236F5A0592D690770B8FF03C6A33B856A15D8 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAEAC30D8C28806B51680D5DC521FC3C410F2D5B5); s_Il2CppMethodInitialized = true; } { // Check.DataLength(input, inOff, len, "Input buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; int32_t L_1 = ___inOff1; int32_t L_2 = ___len2; Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F(L_0, L_1, L_2, _stringLiteralAEAC30D8C28806B51680D5DC521FC3C410F2D5B5, /*hidden argument*/NULL); // if (paddedKey == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_paddedKey_3(); if (L_3) { goto IL_002b; } } { // throw new InvalidOperationException(AlgorithmName + " not initialised"); String_t* L_4; L_4 = Dstu7564Mac_get_AlgorithmName_m445AEA434244843A802D4D8D8B0BE51240E7D09A(__this, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54C61EA654A453F853B81CE072DEC048FBB4991)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_6 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dstu7564Mac_BlockUpdate_m9E642EE7B0A858E9DB2F5ED7C2D9CE1D7D19E8B0_RuntimeMethod_var))); } IL_002b: { // engine.BlockUpdate(input, inOff, len); Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_7 = __this->get_engine_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___input0; int32_t L_9 = ___inOff1; int32_t L_10 = ___len2; NullCheck(L_7); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(17 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, L_7, L_8, L_9, L_10); // inputLength += (ulong)len; uint64_t L_11 = __this->get_inputLength_2(); int32_t L_12 = ___len2; __this->set_inputLength_2(((int64_t)il2cpp_codegen_add((int64_t)L_11, (int64_t)((int64_t)((int64_t)L_12))))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7564Mac::Update(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Mac_Update_m15C2404F0A190F6E7F11701BC18CBBC4779E6CAB (Dstu7564Mac_tE6C236F5A0592D690770B8FF03C6A33B856A15D8 * __this, uint8_t ___input0, const RuntimeMethod* method) { { // engine.Update(input); Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_0 = __this->get_engine_0(); uint8_t L_1 = ___input0; NullCheck(L_0); VirtualActionInvoker1< uint8_t >::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::Update(System.Byte) */, L_0, L_1); // inputLength++; uint64_t L_2 = __this->get_inputLength_2(); __this->set_inputLength_2(((int64_t)il2cpp_codegen_add((int64_t)L_2, (int64_t)((int64_t)((int64_t)1))))); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7564Mac::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dstu7564Mac_DoFinal_m6A59526BB043EAEF8573A68E8D5981BC6FCDA367 (Dstu7564Mac_tE6C236F5A0592D690770B8FF03C6A33B856A15D8 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE9CDDD8B1181A0CB43151D4FF76A5DF7386E75C); s_Il2CppMethodInitialized = true; } { // Check.OutputLength(output, outOff, macSize, "Output buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___output0; int32_t L_1 = ___outOff1; int32_t L_2 = __this->get_macSize_1(); Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6(L_0, L_1, L_2, _stringLiteralEE9CDDD8B1181A0CB43151D4FF76A5DF7386E75C, /*hidden argument*/NULL); // if (paddedKey == null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_paddedKey_3(); if (L_3) { goto IL_0030; } } { // throw new InvalidOperationException(AlgorithmName + " not initialised"); String_t* L_4; L_4 = Dstu7564Mac_get_AlgorithmName_m445AEA434244843A802D4D8D8B0BE51240E7D09A(__this, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54C61EA654A453F853B81CE072DEC048FBB4991)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_6 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dstu7564Mac_DoFinal_m6A59526BB043EAEF8573A68E8D5981BC6FCDA367_RuntimeMethod_var))); } IL_0030: { // Pad(); Dstu7564Mac_Pad_mEFD09D01525D0BB2D5B57B83D14949E00EEA6B0B(__this, /*hidden argument*/NULL); // engine.BlockUpdate(invertedKey, 0, invertedKey.Length); Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_7 = __this->get_engine_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get_invertedKey_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = __this->get_invertedKey_4(); NullCheck(L_9); NullCheck(L_7); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(17 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, L_7, L_8, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))); // inputLength = 0; __this->set_inputLength_2(((int64_t)((int64_t)0))); // return engine.DoFinal(output, outOff); Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_10 = __this->get_engine_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___output0; int32_t L_12 = ___outOff1; NullCheck(L_10); int32_t L_13; L_13 = VirtualFuncInvoker2< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(18 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::DoFinal(System.Byte[],System.Int32) */, L_10, L_11, L_12); return L_13; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7564Mac::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Mac_Reset_m6EA76A8EFA95BC21E4F385BF7C458A41515AFFB3 (Dstu7564Mac_tE6C236F5A0592D690770B8FF03C6A33B856A15D8 * __this, const RuntimeMethod* method) { { // inputLength = 0; __this->set_inputLength_2(((int64_t)((int64_t)0))); // engine.Reset(); Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_0 = __this->get_engine_0(); NullCheck(L_0); VirtualActionInvoker0::Invoke(19 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::Reset() */, L_0); // if (paddedKey != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_paddedKey_3(); if (!L_1) { goto IL_0035; } } { // engine.BlockUpdate(paddedKey, 0, paddedKey.Length); Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_2 = __this->get_engine_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_paddedKey_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_paddedKey_3(); NullCheck(L_4); NullCheck(L_2); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(17 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, L_2, L_3, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))); } IL_0035: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7564Mac::Pad() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7564Mac_Pad_mEFD09D01525D0BB2D5B57B83D14949E00EEA6B0B (Dstu7564Mac_tE6C236F5A0592D690770B8FF03C6A33B856A15D8 * __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; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // int extra = engine.GetByteLength() - (int)(inputLength % (ulong)engine.GetByteLength()); Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_0 = __this->get_engine_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::GetByteLength() */, L_0); uint64_t L_2 = __this->get_inputLength_2(); Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_3 = __this->get_engine_0(); NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::GetByteLength() */, L_3); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)((int32_t)((int64_t)((uint64_t)(int64_t)L_2%(uint64_t)(int64_t)((int64_t)((int64_t)L_4)))))))); // if (extra < 13) // terminator byte + 96 bits of length int32_t L_5 = V_0; if ((((int32_t)L_5) >= ((int32_t)((int32_t)13)))) { goto IL_0034; } } { // extra += engine.GetByteLength(); int32_t L_6 = V_0; Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_7 = __this->get_engine_0(); NullCheck(L_7); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::GetByteLength() */, L_7); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_8)); } IL_0034: { // byte[] padded = new byte[extra]; int32_t L_9 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_9); V_1 = L_10; // padded[0] = (byte)0x80; // Defined in standard; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_1; NullCheck(L_11); (L_11)->SetAt(static_cast(0), (uint8_t)((int32_t)128)); // Pack.UInt64_To_LE(inputLength * 8, padded, padded.Length - 12); uint64_t L_12 = __this->get_inputLength_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_1; NullCheck(L_14); Pack_UInt64_To_LE_m1A999D62C6E575820F9A44813CD5D7008B74F888(((int64_t)il2cpp_codegen_multiply((int64_t)L_12, (int64_t)((int64_t)((int64_t)8)))), L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))), (int32_t)((int32_t)12))), /*hidden argument*/NULL); // engine.BlockUpdate(padded, 0, padded.Length); Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_15 = __this->get_engine_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_1; NullCheck(L_17); NullCheck(L_15); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(17 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, L_15, L_16, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7564Mac::PadKey(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Dstu7564Mac_PadKey_m98E2BB30E57F4CADE97F6667C8AD88CC8FD2EA7B (Dstu7564Mac_tE6C236F5A0592D690770B8FF03C6A33B856A15D8 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, 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; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // int paddedLen = ((input.Length + engine.GetByteLength() - 1) / engine.GetByteLength()) * engine.GetByteLength(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; NullCheck(L_0); Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_1 = __this->get_engine_0(); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::GetByteLength() */, L_1); Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_3 = __this->get_engine_0(); NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::GetByteLength() */, L_3); Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_5 = __this->get_engine_0(); NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::GetByteLength() */, L_5); V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), (int32_t)L_2)), (int32_t)1))/(int32_t)L_4)), (int32_t)L_6)); // int extra = engine.GetByteLength() - (int)(input.Length % engine.GetByteLength()); Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_7 = __this->get_engine_0(); NullCheck(L_7); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::GetByteLength() */, L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___input0; NullCheck(L_9); Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_10 = __this->get_engine_0(); NullCheck(L_10); int32_t L_11; L_11 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::GetByteLength() */, L_10); // if (extra < 13) // terminator byte + 96 bits of length if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))%(int32_t)L_11))))) >= ((int32_t)((int32_t)13)))) { goto IL_0057; } } { // paddedLen += engine.GetByteLength(); int32_t L_12 = V_0; Dstu7564Digest_t71A84D0630B63953BEA9C08A459FFA5E2A65A24A * L_13 = __this->get_engine_0(); NullCheck(L_13); int32_t L_14; L_14 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Digests.Dstu7564Digest::GetByteLength() */, L_13); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_14)); } IL_0057: { // byte[] padded = new byte[paddedLen]; int32_t L_15 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_15); V_1 = L_16; // Array.Copy(input, 0, padded, 0, input.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___input0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___input0; NullCheck(L_19); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_17, 0, (RuntimeArray *)(RuntimeArray *)L_18, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))), /*hidden argument*/NULL); // padded[input.Length] = (byte)0x80; // Defined in standard; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = ___input0; NullCheck(L_21); NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))), (uint8_t)((int32_t)128)); // Pack.UInt32_To_LE((uint)(input.Length * 8), padded, padded.Length - 12); // Defined in standard; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___input0; NullCheck(L_22); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_1; NullCheck(L_24); Pack_UInt32_To_LE_m0B85A8B40A576879EEB7F6EFB703224E6B500488(((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length))), (int32_t)8)), L_23, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length))), (int32_t)((int32_t)12))), /*hidden argument*/NULL); // return padded; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = V_1; return L_25; } } #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.Engines.Dstu7624Engine::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine__ctor_mF1B56351AC4D778640B44CE068B8797D6A9A323A (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, int32_t ___blockSizeBits0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public Dstu7624Engine(int blockSizeBits) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (blockSizeBits != 128 && blockSizeBits != 256 && blockSizeBits != 512) int32_t L_0 = ___blockSizeBits0; if ((((int32_t)L_0) == ((int32_t)((int32_t)128)))) { goto IL_0029; } } { int32_t L_1 = ___blockSizeBits0; if ((((int32_t)L_1) == ((int32_t)((int32_t)256)))) { goto IL_0029; } } { int32_t L_2 = ___blockSizeBits0; if ((((int32_t)L_2) == ((int32_t)((int32_t)512)))) { goto IL_0029; } } { // throw new ArgumentException("unsupported block length: only 128/256/512 are allowed"); 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_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF92BEE477997A102DE4BF6A5E3F8D4A8B8A7D40A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dstu7624Engine__ctor_mF1B56351AC4D778640B44CE068B8797D6A9A323A_RuntimeMethod_var))); } IL_0029: { // wordsInBlock = blockSizeBits / 64; int32_t L_4 = ___blockSizeBits0; __this->set_wordsInBlock_3(((int32_t)((int32_t)L_4/(int32_t)((int32_t)64)))); // internalState = new ulong[wordsInBlock]; int32_t L_5 = __this->get_wordsInBlock_3(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)L_5); __this->set_internalState_0(L_6); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_Init_mC3726DEE745C86603B3F35F5646CB485FB2FBA88 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_3 = NULL; int32_t V_4 = 0; { // if (!(parameters is KeyParameter)) RuntimeObject* L_0 = ___parameters1; if (((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)IsInstClass((RuntimeObject*)L_0, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))) { goto IL_0013; } } { // throw new ArgumentException("Invalid parameter passed to Dstu7624Engine Init"); 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*)&_stringLiteralC877620A5C25E46640B3BC473D034C2262A9CB5F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dstu7624Engine_Init_mC3726DEE745C86603B3F35F5646CB485FB2FBA88_RuntimeMethod_var))); } IL_0013: { // this.forEncryption = forEncryption; bool L_2 = ___forEncryption0; __this->set_forEncryption_9(L_2); // byte[] keyBytes = ((KeyParameter)parameters).GetKey(); RuntimeObject* L_3 = ___parameters1; NullCheck(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_3, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = KeyParameter_GetKey_mCA2C132B43F669063C426602DD5A8A672531385A(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_3, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_4; // int keyBitLength = keyBytes.Length << 3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; NullCheck(L_5); V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))<<(int32_t)3)); // int blockBitLength = wordsInBlock << 6; int32_t L_6 = __this->get_wordsInBlock_3(); V_2 = ((int32_t)((int32_t)L_6<<(int32_t)6)); // if (keyBitLength != 128 && keyBitLength != 256 && keyBitLength != 512) int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)128)))) { goto IL_0058; } } { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)256)))) { goto IL_0058; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)512)))) { goto IL_0058; } } { // throw new ArgumentException("unsupported key length: only 128/256/512 are allowed"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC5A3C20FEEC049A4E3A79AB5447A9D8EFF311392)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dstu7624Engine_Init_mC3726DEE745C86603B3F35F5646CB485FB2FBA88_RuntimeMethod_var))); } IL_0058: { // if (keyBitLength != blockBitLength && keyBitLength != (2 * blockBitLength)) int32_t L_11 = V_1; int32_t L_12 = V_2; if ((((int32_t)L_11) == ((int32_t)L_12))) { goto IL_006d; } } { int32_t L_13 = V_1; int32_t L_14 = V_2; if ((((int32_t)L_13) == ((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_14))))) { goto IL_006d; } } { // throw new ArgumentException("Unsupported key length"); 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*)&_stringLiteral5C6E54E71135E6714D69B4EAD3C8CD76689DA841)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dstu7624Engine_Init_mC3726DEE745C86603B3F35F5646CB485FB2FBA88_RuntimeMethod_var))); } IL_006d: { int32_t L_16 = V_1; if ((((int32_t)L_16) == ((int32_t)((int32_t)128)))) { goto IL_0087; } } { int32_t L_17 = V_1; if ((((int32_t)L_17) == ((int32_t)((int32_t)256)))) { goto IL_0091; } } { int32_t L_18 = V_1; if ((((int32_t)L_18) == ((int32_t)((int32_t)512)))) { goto IL_009b; } } { goto IL_00a3; } IL_0087: { // roundsAmount = ROUNDS_128; __this->set_roundsAmount_8(((int32_t)10)); // break; goto IL_00a3; } IL_0091: { // roundsAmount = ROUNDS_256; __this->set_roundsAmount_8(((int32_t)14)); // break; goto IL_00a3; } IL_009b: { // roundsAmount = ROUNDS_512; __this->set_roundsAmount_8(((int32_t)18)); } IL_00a3: { // wordsInKey = keyBitLength / 64; int32_t L_19 = V_1; __this->set_wordsInKey_4(((int32_t)((int32_t)L_19/(int32_t)((int32_t)64)))); // roundKeys = new ulong[roundsAmount + 1][]; int32_t L_20 = __this->get_roundsAmount_8(); UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F* L_21 = (UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F*)(UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F*)SZArrayNew(UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))); __this->set_roundKeys_2(L_21); // for (int roundKeyIndex = 0; roundKeyIndex < roundKeys.Length; roundKeyIndex++) V_4 = 0; goto IL_00df; } IL_00c5: { // roundKeys[roundKeyIndex] = new ulong[wordsInBlock]; UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F* L_22 = __this->get_roundKeys_2(); int32_t L_23 = V_4; int32_t L_24 = __this->get_wordsInBlock_3(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_25 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)L_24); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_25); (L_22)->SetAt(static_cast(L_23), (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)L_25); // for (int roundKeyIndex = 0; roundKeyIndex < roundKeys.Length; roundKeyIndex++) int32_t L_26 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_00df: { // for (int roundKeyIndex = 0; roundKeyIndex < roundKeys.Length; roundKeyIndex++) int32_t L_27 = V_4; UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F* L_28 = __this->get_roundKeys_2(); NullCheck(L_28); if ((((int32_t)L_27) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length)))))) { goto IL_00c5; } } { // workingKey = new ulong[wordsInKey]; int32_t L_29 = __this->get_wordsInKey_4(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_30 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)L_29); __this->set_workingKey_1(L_30); // if (keyBytes.Length != wordsInKey * 8) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = V_0; NullCheck(L_31); int32_t L_32 = __this->get_wordsInKey_4(); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length)))) == ((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_32, (int32_t)8))))) { goto IL_0114; } } { // throw new ArgumentException("Invalid key parameter passed to Dstu7624Engine Init"); 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*)&_stringLiteralF6DD4485A9AD5FEE483BDEE319C04795E1605114)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dstu7624Engine_Init_mC3726DEE745C86603B3F35F5646CB485FB2FBA88_RuntimeMethod_var))); } IL_0114: { // Pack.LE_To_UInt64(keyBytes, 0, workingKey); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_35 = __this->get_workingKey_1(); Pack_LE_To_UInt64_m176B173D3BA41EB8E5D6A777206204BBEB4A17B5(L_34, 0, L_35, /*hidden argument*/NULL); // ulong[] tempKeys = new ulong[wordsInBlock]; int32_t L_36 = __this->get_wordsInBlock_3(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_37 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)L_36); V_3 = L_37; // WorkingKeyExpandKT(workingKey, tempKeys); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_38 = __this->get_workingKey_1(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_39 = V_3; Dstu7624Engine_WorkingKeyExpandKT_mE723179628AC41880E514AB887ADF43179981DC2(__this, L_38, L_39, /*hidden argument*/NULL); // WorkingKeyExpandEven(workingKey, tempKeys); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_40 = __this->get_workingKey_1(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_41 = V_3; Dstu7624Engine_WorkingKeyExpandEven_m9C76816EBE3842B5376A5517AD9CDE7181B7F7B3(__this, L_40, L_41, /*hidden argument*/NULL); // WorkingKeyExpandOdd(); Dstu7624Engine_WorkingKeyExpandOdd_m3C41DFD541A179E0681F46788A647EAE922110F6(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::WorkingKeyExpandKT(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_WorkingKeyExpandKT_mE723179628AC41880E514AB887ADF43179981DC2 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___workingKey0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___tempKeys1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { // ulong[] k0 = new ulong[wordsInBlock]; int32_t L_0 = __this->get_wordsInBlock_3(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; // ulong[] k1 = new ulong[wordsInBlock]; int32_t L_2 = __this->get_wordsInBlock_3(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)L_2); V_1 = L_3; // internalState = new ulong[wordsInBlock]; int32_t L_4 = __this->get_wordsInBlock_3(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)L_4); __this->set_internalState_0(L_5); // internalState[0] += (ulong)(wordsInBlock + wordsInKey + 1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = __this->get_internalState_0(); NullCheck(L_6); uint64_t* L_7 = ((L_6)->GetAddressAt(static_cast(0))); int64_t L_8 = *((int64_t*)L_7); int32_t L_9 = __this->get_wordsInBlock_3(); int32_t L_10 = __this->get_wordsInKey_4(); *((int64_t*)L_7) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_8, (int64_t)((int64_t)((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10)), (int32_t)1)))))); // if (wordsInBlock == wordsInKey) int32_t L_11 = __this->get_wordsInBlock_3(); int32_t L_12 = __this->get_wordsInKey_4(); if ((!(((uint32_t)L_11) == ((uint32_t)L_12)))) { goto IL_0071; } } { // Array.Copy(workingKey, 0, k0, 0, k0.Length); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_13 = ___workingKey0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_14 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_15 = V_0; NullCheck(L_15); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_13, 0, (RuntimeArray *)(RuntimeArray *)L_14, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))), /*hidden argument*/NULL); // Array.Copy(workingKey, 0, k1, 0, k1.Length); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_16 = ___workingKey0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_17 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_18 = V_1; NullCheck(L_18); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_16, 0, (RuntimeArray *)(RuntimeArray *)L_17, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length))), /*hidden argument*/NULL); // } goto IL_0094; } IL_0071: { // Array.Copy(workingKey, 0, k0, 0, wordsInBlock); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_19 = ___workingKey0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_20 = V_0; int32_t L_21 = __this->get_wordsInBlock_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_19, 0, (RuntimeArray *)(RuntimeArray *)L_20, 0, L_21, /*hidden argument*/NULL); // Array.Copy(workingKey, wordsInBlock, k1, 0, wordsInBlock); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_22 = ___workingKey0; int32_t L_23 = __this->get_wordsInBlock_3(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_24 = V_1; int32_t L_25 = __this->get_wordsInBlock_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_22, L_23, (RuntimeArray *)(RuntimeArray *)L_24, 0, L_25, /*hidden argument*/NULL); } IL_0094: { // for (int wordIndex = 0; wordIndex < internalState.Length; wordIndex++) V_2 = 0; goto IL_00af; } IL_0098: { // internalState[wordIndex] += k0[wordIndex]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_26 = __this->get_internalState_0(); int32_t L_27 = V_2; NullCheck(L_26); uint64_t* L_28 = ((L_26)->GetAddressAt(static_cast(L_27))); int64_t L_29 = *((int64_t*)L_28); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_30 = V_0; int32_t L_31 = V_2; NullCheck(L_30); int32_t L_32 = L_31; int64_t L_33 = (int64_t)(L_30)->GetAt(static_cast(L_32)); *((int64_t*)L_28) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_29, (int64_t)L_33)); // for (int wordIndex = 0; wordIndex < internalState.Length; wordIndex++) int32_t L_34 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00af: { // for (int wordIndex = 0; wordIndex < internalState.Length; wordIndex++) int32_t L_35 = V_2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_36 = __this->get_internalState_0(); NullCheck(L_36); if ((((int32_t)L_35) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length)))))) { goto IL_0098; } } { // EncryptionRound(); Dstu7624Engine_EncryptionRound_m9CB3B79539C8852B03BAC9873CE3AA00B2278A9D(__this, /*hidden argument*/NULL); // for (int wordIndex = 0; wordIndex < internalState.Length; wordIndex++) V_3 = 0; goto IL_00db; } IL_00c4: { // internalState[wordIndex] ^= k1[wordIndex]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_37 = __this->get_internalState_0(); int32_t L_38 = V_3; NullCheck(L_37); uint64_t* L_39 = ((L_37)->GetAddressAt(static_cast(L_38))); int64_t L_40 = *((int64_t*)L_39); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_41 = V_1; int32_t L_42 = V_3; NullCheck(L_41); int32_t L_43 = L_42; int64_t L_44 = (int64_t)(L_41)->GetAt(static_cast(L_43)); *((int64_t*)L_39) = (int64_t)((int64_t)((int64_t)L_40^(int64_t)L_44)); // for (int wordIndex = 0; wordIndex < internalState.Length; wordIndex++) int32_t L_45 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_00db: { // for (int wordIndex = 0; wordIndex < internalState.Length; wordIndex++) int32_t L_46 = V_3; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_47 = __this->get_internalState_0(); NullCheck(L_47); if ((((int32_t)L_46) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_47)->max_length)))))) { goto IL_00c4; } } { // EncryptionRound(); Dstu7624Engine_EncryptionRound_m9CB3B79539C8852B03BAC9873CE3AA00B2278A9D(__this, /*hidden argument*/NULL); // for (int wordIndex = 0; wordIndex < internalState.Length; wordIndex++) V_4 = 0; goto IL_010c; } IL_00f1: { // internalState[wordIndex] += k0[wordIndex]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_48 = __this->get_internalState_0(); int32_t L_49 = V_4; NullCheck(L_48); uint64_t* L_50 = ((L_48)->GetAddressAt(static_cast(L_49))); int64_t L_51 = *((int64_t*)L_50); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_52 = V_0; int32_t L_53 = V_4; NullCheck(L_52); int32_t L_54 = L_53; int64_t L_55 = (int64_t)(L_52)->GetAt(static_cast(L_54)); *((int64_t*)L_50) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_51, (int64_t)L_55)); // for (int wordIndex = 0; wordIndex < internalState.Length; wordIndex++) int32_t L_56 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_010c: { // for (int wordIndex = 0; wordIndex < internalState.Length; wordIndex++) int32_t L_57 = V_4; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_58 = __this->get_internalState_0(); NullCheck(L_58); if ((((int32_t)L_57) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_58)->max_length)))))) { goto IL_00f1; } } { // EncryptionRound(); Dstu7624Engine_EncryptionRound_m9CB3B79539C8852B03BAC9873CE3AA00B2278A9D(__this, /*hidden argument*/NULL); // Array.Copy(internalState, 0, tempKeys, 0, wordsInBlock); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_59 = __this->get_internalState_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_60 = ___tempKeys1; int32_t L_61 = __this->get_wordsInBlock_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_59, 0, (RuntimeArray *)(RuntimeArray *)L_60, 0, L_61, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::WorkingKeyExpandEven(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_WorkingKeyExpandEven_m9C76816EBE3842B5376A5517AD9CDE7181B7F7B3 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___workingKey0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___tempKey1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_1 = NULL; int32_t V_2 = 0; uint64_t V_3 = 0; uint64_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; { // ulong[] initialData = new ulong[wordsInKey]; int32_t L_0 = __this->get_wordsInKey_4(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; // ulong[] tempRoundKey = new ulong[wordsInBlock]; int32_t L_2 = __this->get_wordsInBlock_3(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)L_2); V_1 = L_3; // int round = 0; V_2 = 0; // Array.Copy(workingKey, 0, initialData, 0, wordsInKey); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___workingKey0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = V_0; int32_t L_6 = __this->get_wordsInKey_4(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_5, 0, L_6, /*hidden argument*/NULL); // ulong tmv = 0x0001000100010001UL; V_3 = ((int64_t)281479271743489LL); } IL_0033: { // for (int wordIndex = 0; wordIndex < wordsInBlock; wordIndex++) V_5 = 0; goto IL_0048; } IL_0038: { // tempRoundKey[wordIndex] = tempKey[wordIndex] + tmv; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = V_1; int32_t L_8 = V_5; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = ___tempKey1; int32_t L_10 = V_5; NullCheck(L_9); int32_t L_11 = L_10; int64_t L_12 = (int64_t)(L_9)->GetAt(static_cast(L_11)); uint64_t L_13 = V_3; NullCheck(L_7); (L_7)->SetAt(static_cast(L_8), (uint64_t)((int64_t)il2cpp_codegen_add((int64_t)L_12, (int64_t)L_13))); // for (int wordIndex = 0; wordIndex < wordsInBlock; wordIndex++) int32_t L_14 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0048: { // for (int wordIndex = 0; wordIndex < wordsInBlock; wordIndex++) int32_t L_15 = V_5; int32_t L_16 = __this->get_wordsInBlock_3(); if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0038; } } { // for (int wordIndex = 0; wordIndex < wordsInBlock; wordIndex++) V_6 = 0; goto IL_006f; } IL_0057: { // internalState[wordIndex] = initialData[wordIndex] + tempRoundKey[wordIndex]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_17 = __this->get_internalState_0(); int32_t L_18 = V_6; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_19 = V_0; int32_t L_20 = V_6; NullCheck(L_19); int32_t L_21 = L_20; int64_t L_22 = (int64_t)(L_19)->GetAt(static_cast(L_21)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_23 = V_1; int32_t L_24 = V_6; NullCheck(L_23); int32_t L_25 = L_24; int64_t L_26 = (int64_t)(L_23)->GetAt(static_cast(L_25)); NullCheck(L_17); (L_17)->SetAt(static_cast(L_18), (uint64_t)((int64_t)il2cpp_codegen_add((int64_t)L_22, (int64_t)L_26))); // for (int wordIndex = 0; wordIndex < wordsInBlock; wordIndex++) int32_t L_27 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_006f: { // for (int wordIndex = 0; wordIndex < wordsInBlock; wordIndex++) int32_t L_28 = V_6; int32_t L_29 = __this->get_wordsInBlock_3(); if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0057; } } { // EncryptionRound(); Dstu7624Engine_EncryptionRound_m9CB3B79539C8852B03BAC9873CE3AA00B2278A9D(__this, /*hidden argument*/NULL); // for (int wordIndex = 0; wordIndex < wordsInBlock; wordIndex++) V_7 = 0; goto IL_009f; } IL_0084: { // internalState[wordIndex] ^= tempRoundKey[wordIndex]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_30 = __this->get_internalState_0(); int32_t L_31 = V_7; NullCheck(L_30); uint64_t* L_32 = ((L_30)->GetAddressAt(static_cast(L_31))); int64_t L_33 = *((int64_t*)L_32); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_34 = V_1; int32_t L_35 = V_7; NullCheck(L_34); int32_t L_36 = L_35; int64_t L_37 = (int64_t)(L_34)->GetAt(static_cast(L_36)); *((int64_t*)L_32) = (int64_t)((int64_t)((int64_t)L_33^(int64_t)L_37)); // for (int wordIndex = 0; wordIndex < wordsInBlock; wordIndex++) int32_t L_38 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_009f: { // for (int wordIndex = 0; wordIndex < wordsInBlock; wordIndex++) int32_t L_39 = V_7; int32_t L_40 = __this->get_wordsInBlock_3(); if ((((int32_t)L_39) < ((int32_t)L_40))) { goto IL_0084; } } { // EncryptionRound(); Dstu7624Engine_EncryptionRound_m9CB3B79539C8852B03BAC9873CE3AA00B2278A9D(__this, /*hidden argument*/NULL); // for (int wordIndex = 0; wordIndex < wordsInBlock; wordIndex++) V_8 = 0; goto IL_00cf; } IL_00b4: { // internalState[wordIndex] += tempRoundKey[wordIndex]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_41 = __this->get_internalState_0(); int32_t L_42 = V_8; NullCheck(L_41); uint64_t* L_43 = ((L_41)->GetAddressAt(static_cast(L_42))); int64_t L_44 = *((int64_t*)L_43); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_45 = V_1; int32_t L_46 = V_8; NullCheck(L_45); int32_t L_47 = L_46; int64_t L_48 = (int64_t)(L_45)->GetAt(static_cast(L_47)); *((int64_t*)L_43) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_44, (int64_t)L_48)); // for (int wordIndex = 0; wordIndex < wordsInBlock; wordIndex++) int32_t L_49 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_00cf: { // for (int wordIndex = 0; wordIndex < wordsInBlock; wordIndex++) int32_t L_50 = V_8; int32_t L_51 = __this->get_wordsInBlock_3(); if ((((int32_t)L_50) < ((int32_t)L_51))) { goto IL_00b4; } } { // Array.Copy(internalState, 0, roundKeys[round], 0, wordsInBlock); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_52 = __this->get_internalState_0(); UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F* L_53 = __this->get_roundKeys_2(); int32_t L_54 = V_2; NullCheck(L_53); int32_t L_55 = L_54; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_56 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(L_53)->GetAt(static_cast(L_55)); int32_t L_57 = __this->get_wordsInBlock_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_52, 0, (RuntimeArray *)(RuntimeArray *)L_56, 0, L_57, /*hidden argument*/NULL); // if (roundsAmount == round) int32_t L_58 = __this->get_roundsAmount_8(); int32_t L_59 = V_2; if ((((int32_t)L_58) == ((int32_t)L_59))) { goto IL_0221; } } { // if (wordsInKey != wordsInBlock) int32_t L_60 = __this->get_wordsInKey_4(); int32_t L_61 = __this->get_wordsInBlock_3(); if ((((int32_t)L_60) == ((int32_t)L_61))) { goto IL_01ea; } } { // round += 2; int32_t L_62 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)2)); // tmv <<= 1; uint64_t L_63 = V_3; V_3 = ((int64_t)((int64_t)L_63<<(int32_t)1)); // for (int wordIndex = 0; wordIndex < wordsInBlock; wordIndex++) V_9 = 0; goto IL_012e; } IL_011e: { // tempRoundKey[wordIndex] = tempKey[wordIndex] + tmv; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_64 = V_1; int32_t L_65 = V_9; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_66 = ___tempKey1; int32_t L_67 = V_9; NullCheck(L_66); int32_t L_68 = L_67; int64_t L_69 = (int64_t)(L_66)->GetAt(static_cast(L_68)); uint64_t L_70 = V_3; NullCheck(L_64); (L_64)->SetAt(static_cast(L_65), (uint64_t)((int64_t)il2cpp_codegen_add((int64_t)L_69, (int64_t)L_70))); // for (int wordIndex = 0; wordIndex < wordsInBlock; wordIndex++) int32_t L_71 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)); } IL_012e: { // for (int wordIndex = 0; wordIndex < wordsInBlock; wordIndex++) int32_t L_72 = V_9; int32_t L_73 = __this->get_wordsInBlock_3(); if ((((int32_t)L_72) < ((int32_t)L_73))) { goto IL_011e; } } { // for (int wordIndex = 0; wordIndex < wordsInBlock; wordIndex++) V_10 = 0; goto IL_015c; } IL_013d: { // internalState[wordIndex] = initialData[wordsInBlock + wordIndex] + tempRoundKey[wordIndex]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_74 = __this->get_internalState_0(); int32_t L_75 = V_10; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_76 = V_0; int32_t L_77 = __this->get_wordsInBlock_3(); int32_t L_78 = V_10; NullCheck(L_76); int32_t L_79 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)L_78)); int64_t L_80 = (int64_t)(L_76)->GetAt(static_cast(L_79)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_81 = V_1; int32_t L_82 = V_10; NullCheck(L_81); int32_t L_83 = L_82; int64_t L_84 = (int64_t)(L_81)->GetAt(static_cast(L_83)); NullCheck(L_74); (L_74)->SetAt(static_cast(L_75), (uint64_t)((int64_t)il2cpp_codegen_add((int64_t)L_80, (int64_t)L_84))); // for (int wordIndex = 0; wordIndex < wordsInBlock; wordIndex++) int32_t L_85 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1)); } IL_015c: { // for (int wordIndex = 0; wordIndex < wordsInBlock; wordIndex++) int32_t L_86 = V_10; int32_t L_87 = __this->get_wordsInBlock_3(); if ((((int32_t)L_86) < ((int32_t)L_87))) { goto IL_013d; } } { // EncryptionRound(); Dstu7624Engine_EncryptionRound_m9CB3B79539C8852B03BAC9873CE3AA00B2278A9D(__this, /*hidden argument*/NULL); // for (int wordIndex = 0; wordIndex < wordsInBlock; wordIndex++) V_11 = 0; goto IL_018c; } IL_0171: { // internalState[wordIndex] ^= tempRoundKey[wordIndex]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_88 = __this->get_internalState_0(); int32_t L_89 = V_11; NullCheck(L_88); uint64_t* L_90 = ((L_88)->GetAddressAt(static_cast(L_89))); int64_t L_91 = *((int64_t*)L_90); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_92 = V_1; int32_t L_93 = V_11; NullCheck(L_92); int32_t L_94 = L_93; int64_t L_95 = (int64_t)(L_92)->GetAt(static_cast(L_94)); *((int64_t*)L_90) = (int64_t)((int64_t)((int64_t)L_91^(int64_t)L_95)); // for (int wordIndex = 0; wordIndex < wordsInBlock; wordIndex++) int32_t L_96 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1)); } IL_018c: { // for (int wordIndex = 0; wordIndex < wordsInBlock; wordIndex++) int32_t L_97 = V_11; int32_t L_98 = __this->get_wordsInBlock_3(); if ((((int32_t)L_97) < ((int32_t)L_98))) { goto IL_0171; } } { // EncryptionRound(); Dstu7624Engine_EncryptionRound_m9CB3B79539C8852B03BAC9873CE3AA00B2278A9D(__this, /*hidden argument*/NULL); // for (int wordIndex = 0; wordIndex < wordsInBlock; wordIndex++) V_12 = 0; goto IL_01bc; } IL_01a1: { // internalState[wordIndex] += tempRoundKey[wordIndex]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_99 = __this->get_internalState_0(); int32_t L_100 = V_12; NullCheck(L_99); uint64_t* L_101 = ((L_99)->GetAddressAt(static_cast(L_100))); int64_t L_102 = *((int64_t*)L_101); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_103 = V_1; int32_t L_104 = V_12; NullCheck(L_103); int32_t L_105 = L_104; int64_t L_106 = (int64_t)(L_103)->GetAt(static_cast(L_105)); *((int64_t*)L_101) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_102, (int64_t)L_106)); // for (int wordIndex = 0; wordIndex < wordsInBlock; wordIndex++) int32_t L_107 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_107, (int32_t)1)); } IL_01bc: { // for (int wordIndex = 0; wordIndex < wordsInBlock; wordIndex++) int32_t L_108 = V_12; int32_t L_109 = __this->get_wordsInBlock_3(); if ((((int32_t)L_108) < ((int32_t)L_109))) { goto IL_01a1; } } { // Array.Copy(internalState, 0, roundKeys[round], 0, wordsInBlock); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_110 = __this->get_internalState_0(); UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F* L_111 = __this->get_roundKeys_2(); int32_t L_112 = V_2; NullCheck(L_111); int32_t L_113 = L_112; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_114 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(L_111)->GetAt(static_cast(L_113)); int32_t L_115 = __this->get_wordsInBlock_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_110, 0, (RuntimeArray *)(RuntimeArray *)L_114, 0, L_115, /*hidden argument*/NULL); // if (roundsAmount == round) int32_t L_116 = __this->get_roundsAmount_8(); int32_t L_117 = V_2; if ((((int32_t)L_116) == ((int32_t)L_117))) { goto IL_0221; } } IL_01ea: { // round += 2; int32_t L_118 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_118, (int32_t)2)); // tmv <<= 1; uint64_t L_119 = V_3; V_3 = ((int64_t)((int64_t)L_119<<(int32_t)1)); // ulong temp = initialData[0]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_120 = V_0; NullCheck(L_120); int32_t L_121 = 0; int64_t L_122 = (int64_t)(L_120)->GetAt(static_cast(L_121)); V_4 = L_122; // for (int i = 1; i < initialData.Length; ++i) V_13 = 1; goto IL_020c; } IL_01fc: { // initialData[i - 1] = initialData[i]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_123 = V_0; int32_t L_124 = V_13; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_125 = V_0; int32_t L_126 = V_13; NullCheck(L_125); int32_t L_127 = L_126; int64_t L_128 = (int64_t)(L_125)->GetAt(static_cast(L_127)); NullCheck(L_123); (L_123)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_124, (int32_t)1))), (uint64_t)L_128); // for (int i = 1; i < initialData.Length; ++i) int32_t L_129 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)1)); } IL_020c: { // for (int i = 1; i < initialData.Length; ++i) int32_t L_130 = V_13; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_131 = V_0; NullCheck(L_131); if ((((int32_t)L_130) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_131)->max_length)))))) { goto IL_01fc; } } { // initialData[initialData.Length - 1] = temp; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_132 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_133 = V_0; NullCheck(L_133); uint64_t L_134 = V_4; NullCheck(L_132); (L_132)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_133)->max_length))), (int32_t)1))), (uint64_t)L_134); // while (true) goto IL_0033; } IL_0221: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::WorkingKeyExpandOdd() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_WorkingKeyExpandOdd_m3C41DFD541A179E0681F46788A647EAE922110F6 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // for (int roundIndex = 1; roundIndex < roundsAmount; roundIndex += 2) V_0 = 1; goto IL_0020; } IL_0004: { // RotateLeft(roundKeys[roundIndex - 1], roundKeys[roundIndex]); UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F* L_0 = __this->get_roundKeys_2(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(L_0)->GetAt(static_cast(L_2)); UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F* L_4 = __this->get_roundKeys_2(); int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(L_4)->GetAt(static_cast(L_6)); Dstu7624Engine_RotateLeft_m2E396C1CC296CD0C558BC38F7073B10AB972A5D1(__this, L_3, L_7, /*hidden argument*/NULL); // for (int roundIndex = 1; roundIndex < roundsAmount; roundIndex += 2) int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)2)); } IL_0020: { // for (int roundIndex = 1; roundIndex < roundsAmount; roundIndex += 2) int32_t L_9 = V_0; int32_t L_10 = __this->get_roundsAmount_8(); if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0004; } } { // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dstu7624Engine_ProcessBlock_m593AF36488935CBDD94DB5CCD66915889F6824CC (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __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; } int32_t V_0 = 0; int32_t V_1 = 0; { // if (workingKey == null) UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_workingKey_1(); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("Dstu7624Engine 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*)&_stringLiteral06461553BC41C99B69F55E1EECD4FE408A1C1048)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dstu7624Engine_ProcessBlock_m593AF36488935CBDD94DB5CCD66915889F6824CC_RuntimeMethod_var))); } IL_0013: { // Check.DataLength(input, inOff, GetBlockSize(), "input buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___input0; int32_t L_3 = ___inOff1; int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::GetBlockSize() */, __this); Check_DataLength_m987B9B6E75E7F5711F99C2B1EFC990B922ECAB3F(L_2, L_3, L_4, _stringLiteralB4B7C0DD1031D01D1D525A2AFE11B0C544BA74ED, /*hidden argument*/NULL); // Check.OutputLength(output, outOff, GetBlockSize(), "output buffer too short"); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___output2; int32_t L_6 = ___outOff3; int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::GetBlockSize() */, __this); Check_OutputLength_mFF38F66673647A1F0F8806CDF8FAD6B168B951B6(L_5, L_6, L_7, _stringLiteral2F851A80AFDF46DB1A689F30C8AD9B5960FA47F2, /*hidden argument*/NULL); // if (forEncryption) bool L_8 = __this->get_forEncryption_9(); if (!L_8) { goto IL_00a7; } } { // switch (wordsInBlock) int32_t L_9 = __this->get_wordsInBlock_3(); if ((!(((uint32_t)L_9) == ((uint32_t)2)))) { goto IL_0059; } } { // EncryptBlock_128(input, inOff, output, outOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___input0; int32_t L_11 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___output2; int32_t L_13 = ___outOff3; Dstu7624Engine_EncryptBlock_128_mBB0F30B942696564AE42FB949A2BAED33F8E51CF(__this, L_10, L_11, L_12, L_13, /*hidden argument*/NULL); // break; goto IL_0108; } IL_0059: { // Pack.LE_To_UInt64(input, inOff, internalState); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___input0; int32_t L_15 = ___inOff1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_16 = __this->get_internalState_0(); Pack_LE_To_UInt64_m176B173D3BA41EB8E5D6A777206204BBEB4A17B5(L_14, L_15, L_16, /*hidden argument*/NULL); // AddRoundKey(0); Dstu7624Engine_AddRoundKey_mA643C4768E7A68D17E4A2432577E0928374C3111(__this, 0, /*hidden argument*/NULL); // for (int round = 0;;) V_0 = 0; } IL_006f: { // EncryptionRound(); Dstu7624Engine_EncryptionRound_m9CB3B79539C8852B03BAC9873CE3AA00B2278A9D(__this, /*hidden argument*/NULL); // if (++round == roundsAmount) int32_t L_17 = V_0; int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); V_0 = L_18; int32_t L_19 = __this->get_roundsAmount_8(); if ((((int32_t)L_18) == ((int32_t)L_19))) { goto IL_008b; } } { // XorRoundKey(round); int32_t L_20 = V_0; Dstu7624Engine_XorRoundKey_mB56F7618FD78B188F779B9A89B30B0BF30E99FAA(__this, L_20, /*hidden argument*/NULL); goto IL_006f; } IL_008b: { // AddRoundKey(roundsAmount); int32_t L_21 = __this->get_roundsAmount_8(); Dstu7624Engine_AddRoundKey_mA643C4768E7A68D17E4A2432577E0928374C3111(__this, L_21, /*hidden argument*/NULL); // Pack.UInt64_To_LE(internalState, output, outOff); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_22 = __this->get_internalState_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = ___output2; int32_t L_24 = ___outOff3; Pack_UInt64_To_LE_m4D0CF10E1974613523CC223D937D8BEDED65A6E9(L_22, L_23, L_24, /*hidden argument*/NULL); // break; goto IL_0108; } IL_00a7: { // switch (wordsInBlock) int32_t L_25 = __this->get_wordsInBlock_3(); if ((!(((uint32_t)L_25) == ((uint32_t)2)))) { goto IL_00bd; } } { // DecryptBlock_128(input, inOff, output, outOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___input0; int32_t L_27 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = ___output2; int32_t L_29 = ___outOff3; Dstu7624Engine_DecryptBlock_128_mF1CCF14E04F6D1BA8B4EC7D8AD0C27265802046D(__this, L_26, L_27, L_28, L_29, /*hidden argument*/NULL); // break; goto IL_0108; } IL_00bd: { // Pack.LE_To_UInt64(input, inOff, internalState); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = ___input0; int32_t L_31 = ___inOff1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_32 = __this->get_internalState_0(); Pack_LE_To_UInt64_m176B173D3BA41EB8E5D6A777206204BBEB4A17B5(L_30, L_31, L_32, /*hidden argument*/NULL); // SubRoundKey(roundsAmount); int32_t L_33 = __this->get_roundsAmount_8(); Dstu7624Engine_SubRoundKey_mF112585D8DED2A66D98FF78953E534E1C2030A13(__this, L_33, /*hidden argument*/NULL); // for (int round = roundsAmount;;) int32_t L_34 = __this->get_roundsAmount_8(); V_1 = L_34; } IL_00dd: { // DecryptionRound(); Dstu7624Engine_DecryptionRound_m025D7B90C0C0EC90F765C341C4BF26356DC5DEF0(__this, /*hidden argument*/NULL); // if (--round == 0) int32_t L_35 = V_1; int32_t L_36 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)1)); V_1 = L_36; if (!L_36) { goto IL_00f3; } } { // XorRoundKey(round); int32_t L_37 = V_1; Dstu7624Engine_XorRoundKey_mB56F7618FD78B188F779B9A89B30B0BF30E99FAA(__this, L_37, /*hidden argument*/NULL); goto IL_00dd; } IL_00f3: { // SubRoundKey(0); Dstu7624Engine_SubRoundKey_mF112585D8DED2A66D98FF78953E534E1C2030A13(__this, 0, /*hidden argument*/NULL); // Pack.UInt64_To_LE(internalState, output, outOff); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_38 = __this->get_internalState_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = ___output2; int32_t L_40 = ___outOff3; Pack_UInt64_To_LE_m4D0CF10E1974613523CC223D937D8BEDED65A6E9(L_38, L_39, L_40, /*hidden argument*/NULL); } IL_0108: { // return GetBlockSize(); int32_t L_41; L_41 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::GetBlockSize() */, __this); return L_41; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::EncryptionRound() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_EncryptionRound_m9CB3B79539C8852B03BAC9873CE3AA00B2278A9D (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, const RuntimeMethod* method) { { // SubBytes(); Dstu7624Engine_SubBytes_mF1853648EE082D9D0B52D2EE05C0D1A8BA6F5EC7(__this, /*hidden argument*/NULL); // ShiftRows(); Dstu7624Engine_ShiftRows_mAB7933FC106189593039A707ACF014474A458FE6(__this, /*hidden argument*/NULL); // MixColumns(); Dstu7624Engine_MixColumns_m58AB1D37F79CCA84A62D13093C0B2FEA5693A9BD(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::DecryptionRound() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_DecryptionRound_m025D7B90C0C0EC90F765C341C4BF26356DC5DEF0 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, const RuntimeMethod* method) { { // MixColumnsInv(); Dstu7624Engine_MixColumnsInv_mB41A8496108D4D500425B030282B95199D48C6F4(__this, /*hidden argument*/NULL); // InvShiftRows(); Dstu7624Engine_InvShiftRows_m68BFD13D549BB116061E89E502EE7DEFC7BEC997(__this, /*hidden argument*/NULL); // InvSubBytes(); Dstu7624Engine_InvSubBytes_m8F4F1737BEDF8B14C8084649FEA4409074004A46(__this, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::DecryptBlock_128(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_DecryptBlock_128_mF1CCF14E04F6D1BA8B4EC7D8AD0C27265802046D (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __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*)&Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; uint64_t V_1 = 0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* 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; uint8_t V_8 = 0x0; uint8_t V_9 = 0x0; uint8_t V_10 = 0x0; uint8_t V_11 = 0x0; uint8_t V_12 = 0x0; uint8_t V_13 = 0x0; uint8_t V_14 = 0x0; uint8_t V_15 = 0x0; uint8_t V_16 = 0x0; uint8_t V_17 = 0x0; uint8_t V_18 = 0x0; uint8_t V_19 = 0x0; { // ulong c0 = Pack.LE_To_UInt64(input, inOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; int32_t L_1 = ___inOff1; uint64_t L_2; L_2 = Pack_LE_To_UInt64_m7CC2C29E6C45033ED7B8A580B198ABAC4AA28033(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // ulong c1 = Pack.LE_To_UInt64(input, inOff + 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___input0; int32_t L_4 = ___inOff1; uint64_t L_5; L_5 = Pack_LE_To_UInt64_m7CC2C29E6C45033ED7B8A580B198ABAC4AA28033(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)8)), /*hidden argument*/NULL); V_1 = L_5; // ulong[] roundKey = roundKeys[roundsAmount]; UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F* L_6 = __this->get_roundKeys_2(); int32_t L_7 = __this->get_roundsAmount_8(); NullCheck(L_6); int32_t L_8 = L_7; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(L_6)->GetAt(static_cast(L_8)); V_2 = L_9; // c0 -= roundKey[0]; uint64_t L_10 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_11 = V_2; NullCheck(L_11); int32_t L_12 = 0; int64_t L_13 = (int64_t)(L_11)->GetAt(static_cast(L_12)); V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_10, (int64_t)L_13)); // c1 -= roundKey[1]; uint64_t L_14 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_15 = V_2; NullCheck(L_15); int32_t L_16 = 1; int64_t L_17 = (int64_t)(L_15)->GetAt(static_cast(L_16)); V_1 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_14, (int64_t)L_17)); // for (int round = roundsAmount;;) int32_t L_18 = __this->get_roundsAmount_8(); V_3 = L_18; } IL_0033: { // c0 = MixColumnInv(c0); uint64_t L_19 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var); uint64_t L_20; L_20 = Dstu7624Engine_MixColumnInv_mA70D112080A93C8CE72A40A42466406E1AFD033E(L_19, /*hidden argument*/NULL); V_0 = L_20; // c1 = MixColumnInv(c1); uint64_t L_21 = V_1; uint64_t L_22; L_22 = Dstu7624Engine_MixColumnInv_mA70D112080A93C8CE72A40A42466406E1AFD033E(L_21, /*hidden argument*/NULL); V_1 = L_22; // uint lo0 = (uint)c0, hi0 = (uint)(c0 >> 32); uint64_t L_23 = V_0; V_4 = ((int32_t)((uint32_t)L_23)); // uint lo0 = (uint)c0, hi0 = (uint)(c0 >> 32); uint64_t L_24 = V_0; V_5 = ((int32_t)((uint32_t)((int64_t)((uint64_t)L_24>>((int32_t)32))))); // uint lo1 = (uint)c1, hi1 = (uint)(c1 >> 32); uint64_t L_25 = V_1; V_6 = ((int32_t)((uint32_t)L_25)); // uint lo1 = (uint)c1, hi1 = (uint)(c1 >> 32); uint64_t L_26 = V_1; V_7 = ((int32_t)((uint32_t)((int64_t)((uint64_t)L_26>>((int32_t)32))))); // byte t0 = T0[lo0 & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_T0_16(); uint32_t L_28 = V_4; NullCheck(L_27); int32_t L_29 = ((int32_t)((int32_t)L_28&(int32_t)((int32_t)255))); uint8_t L_30 = (L_27)->GetAt(static_cast(L_29)); // byte t1 = T1[(lo0 >> 8) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_T1_17(); uint32_t L_32 = V_4; NullCheck(L_31); int32_t L_33 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_32>>8))&(int32_t)((int32_t)255))); uint8_t L_34 = (L_31)->GetAt(static_cast(L_33)); V_8 = L_34; // byte t2 = T2[(lo0 >> 16) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_T2_18(); uint32_t L_36 = V_4; 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))); uint8_t L_38 = (L_35)->GetAt(static_cast(L_37)); V_9 = L_38; // byte t3 = T3[lo0 >> 24]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_T3_19(); uint32_t L_40 = V_4; NullCheck(L_39); int32_t L_41 = ((int32_t)((uint32_t)L_40>>((int32_t)24))); uint8_t L_42 = (L_39)->GetAt(static_cast(L_41)); V_10 = L_42; // lo0 = (uint)t0 | ((uint)t1 << 8) | ((uint)t2 << 16) | ((uint)t3 << 24); uint8_t L_43 = V_8; uint8_t L_44 = V_9; uint8_t L_45 = V_10; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_30|(int32_t)((int32_t)((int32_t)L_43<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_44<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_45<<(int32_t)((int32_t)24))))); // byte t4 = T0[hi1 & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_T0_16(); uint32_t L_47 = V_7; 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)); // byte t5 = T1[(hi1 >> 8) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_T1_17(); uint32_t L_51 = V_7; 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)); V_11 = L_53; // byte t6 = T2[(hi1 >> 16) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_T2_18(); 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)); V_12 = L_57; // byte t7 = T3[hi1 >> 24]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_58 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_T3_19(); uint32_t L_59 = V_7; NullCheck(L_58); int32_t L_60 = ((int32_t)((uint32_t)L_59>>((int32_t)24))); uint8_t L_61 = (L_58)->GetAt(static_cast(L_60)); V_13 = L_61; // hi1 = (uint)t4 | ((uint)t5 << 8) | ((uint)t6 << 16) | ((uint)t7 << 24); uint8_t L_62 = V_11; uint8_t L_63 = V_12; uint8_t L_64 = V_13; V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_49|(int32_t)((int32_t)((int32_t)L_62<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_63<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_64<<(int32_t)((int32_t)24))))); // c0 = (ulong)lo0 | ((ulong)hi1 << 32); uint32_t L_65 = V_4; uint32_t L_66 = V_7; V_0 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_65))|(int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_66))<<(int32_t)((int32_t)32))))); // byte t0 = T0[lo1 & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_T0_16(); uint32_t L_68 = V_6; NullCheck(L_67); int32_t L_69 = ((int32_t)((int32_t)L_68&(int32_t)((int32_t)255))); uint8_t L_70 = (L_67)->GetAt(static_cast(L_69)); // byte t1 = T1[(lo1 >> 8) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_71 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_T1_17(); uint32_t L_72 = V_6; NullCheck(L_71); int32_t L_73 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_72>>8))&(int32_t)((int32_t)255))); uint8_t L_74 = (L_71)->GetAt(static_cast(L_73)); V_14 = L_74; // byte t2 = T2[(lo1 >> 16) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_75 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_T2_18(); uint32_t L_76 = V_6; NullCheck(L_75); int32_t L_77 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_76>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_78 = (L_75)->GetAt(static_cast(L_77)); V_15 = L_78; // byte t3 = T3[lo1 >> 24]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_79 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_T3_19(); uint32_t L_80 = V_6; NullCheck(L_79); int32_t L_81 = ((int32_t)((uint32_t)L_80>>((int32_t)24))); uint8_t L_82 = (L_79)->GetAt(static_cast(L_81)); V_16 = L_82; // lo1 = (uint)t0 | ((uint)t1 << 8) | ((uint)t2 << 16) | ((uint)t3 << 24); uint8_t L_83 = V_14; uint8_t L_84 = V_15; uint8_t L_85 = V_16; V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_70|(int32_t)((int32_t)((int32_t)L_83<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_84<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_85<<(int32_t)((int32_t)24))))); // byte t4 = T0[hi0 & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_86 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_T0_16(); uint32_t L_87 = V_5; 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)); // byte t5 = T1[(hi0 >> 8) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_90 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_T1_17(); uint32_t L_91 = V_5; 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)); V_17 = L_93; // byte t6 = T2[(hi0 >> 16) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_94 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_T2_18(); uint32_t L_95 = V_5; 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)); V_18 = L_97; // byte t7 = T3[hi0 >> 24]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_98 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_T3_19(); uint32_t L_99 = V_5; NullCheck(L_98); int32_t L_100 = ((int32_t)((uint32_t)L_99>>((int32_t)24))); uint8_t L_101 = (L_98)->GetAt(static_cast(L_100)); V_19 = L_101; // hi0 = (uint)t4 | ((uint)t5 << 8) | ((uint)t6 << 16) | ((uint)t7 << 24); uint8_t L_102 = V_17; uint8_t L_103 = V_18; uint8_t L_104 = V_19; V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_89|(int32_t)((int32_t)((int32_t)L_102<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_103<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_104<<(int32_t)((int32_t)24))))); // c1 = (ulong)lo1 | ((ulong)hi0 << 32); uint32_t L_105 = V_6; uint32_t L_106 = V_5; V_1 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_105))|(int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_106))<<(int32_t)((int32_t)32))))); // if (--round == 0) int32_t L_107 = V_3; int32_t L_108 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_107, (int32_t)1)); V_3 = L_108; if (!L_108) { goto IL_01da; } } { // roundKey = roundKeys[round]; UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F* L_109 = __this->get_roundKeys_2(); int32_t L_110 = V_3; NullCheck(L_109); int32_t L_111 = L_110; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_112 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(L_109)->GetAt(static_cast(L_111)); V_2 = L_112; // c0 ^= roundKey[0]; uint64_t L_113 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_114 = V_2; NullCheck(L_114); int32_t L_115 = 0; int64_t L_116 = (int64_t)(L_114)->GetAt(static_cast(L_115)); V_0 = ((int64_t)((int64_t)L_113^(int64_t)L_116)); // c1 ^= roundKey[1]; uint64_t L_117 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_118 = V_2; NullCheck(L_118); int32_t L_119 = 1; int64_t L_120 = (int64_t)(L_118)->GetAt(static_cast(L_119)); V_1 = ((int64_t)((int64_t)L_117^(int64_t)L_120)); goto IL_0033; } IL_01da: { // roundKey = roundKeys[0]; UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F* L_121 = __this->get_roundKeys_2(); NullCheck(L_121); int32_t L_122 = 0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_123 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(L_121)->GetAt(static_cast(L_122)); V_2 = L_123; // c0 -= roundKey[0]; uint64_t L_124 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_125 = V_2; NullCheck(L_125); int32_t L_126 = 0; int64_t L_127 = (int64_t)(L_125)->GetAt(static_cast(L_126)); V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_124, (int64_t)L_127)); // c1 -= roundKey[1]; uint64_t L_128 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_129 = V_2; NullCheck(L_129); int32_t L_130 = 1; int64_t L_131 = (int64_t)(L_129)->GetAt(static_cast(L_130)); V_1 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_128, (int64_t)L_131)); // Pack.UInt64_To_LE(c0, output, outOff); uint64_t L_132 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_133 = ___output2; int32_t L_134 = ___outOff3; Pack_UInt64_To_LE_m1A999D62C6E575820F9A44813CD5D7008B74F888(L_132, L_133, L_134, /*hidden argument*/NULL); // Pack.UInt64_To_LE(c1, output, outOff + 8); uint64_t L_135 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_136 = ___output2; int32_t L_137 = ___outOff3; Pack_UInt64_To_LE_m1A999D62C6E575820F9A44813CD5D7008B74F888(L_135, L_136, ((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)8)), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::EncryptBlock_128(System.Byte[],System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_EncryptBlock_128_mBB0F30B942696564AE42FB949A2BAED33F8E51CF (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __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*)&Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; uint64_t V_1 = 0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* 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; uint8_t V_8 = 0x0; uint8_t V_9 = 0x0; uint8_t V_10 = 0x0; uint8_t V_11 = 0x0; uint8_t V_12 = 0x0; uint8_t V_13 = 0x0; uint8_t V_14 = 0x0; uint8_t V_15 = 0x0; uint8_t V_16 = 0x0; uint8_t V_17 = 0x0; uint8_t V_18 = 0x0; uint8_t V_19 = 0x0; { // ulong c0 = Pack.LE_To_UInt64(input, inOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___input0; int32_t L_1 = ___inOff1; uint64_t L_2; L_2 = Pack_LE_To_UInt64_m7CC2C29E6C45033ED7B8A580B198ABAC4AA28033(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // ulong c1 = Pack.LE_To_UInt64(input, inOff + 8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___input0; int32_t L_4 = ___inOff1; uint64_t L_5; L_5 = Pack_LE_To_UInt64_m7CC2C29E6C45033ED7B8A580B198ABAC4AA28033(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)8)), /*hidden argument*/NULL); V_1 = L_5; // ulong[] roundKey = roundKeys[0]; UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F* L_6 = __this->get_roundKeys_2(); NullCheck(L_6); int32_t L_7 = 0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(L_6)->GetAt(static_cast(L_7)); V_2 = L_8; // c0 += roundKey[0]; uint64_t L_9 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_10 = V_2; NullCheck(L_10); int32_t L_11 = 0; int64_t L_12 = (int64_t)(L_10)->GetAt(static_cast(L_11)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_9, (int64_t)L_12)); // c1 += roundKey[1]; uint64_t L_13 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_14 = V_2; NullCheck(L_14); int32_t L_15 = 1; int64_t L_16 = (int64_t)(L_14)->GetAt(static_cast(L_15)); V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_13, (int64_t)L_16)); // for (int round = 0;;) V_3 = 0; } IL_0029: { // uint lo0 = (uint)c0, hi0 = (uint)(c0 >> 32); uint64_t L_17 = V_0; V_4 = ((int32_t)((uint32_t)L_17)); // uint lo0 = (uint)c0, hi0 = (uint)(c0 >> 32); uint64_t L_18 = V_0; V_5 = ((int32_t)((uint32_t)((int64_t)((uint64_t)L_18>>((int32_t)32))))); // uint lo1 = (uint)c1, hi1 = (uint)(c1 >> 32); uint64_t L_19 = V_1; V_6 = ((int32_t)((uint32_t)L_19)); // uint lo1 = (uint)c1, hi1 = (uint)(c1 >> 32); uint64_t L_20 = V_1; V_7 = ((int32_t)((uint32_t)((int64_t)((uint64_t)L_20>>((int32_t)32))))); // byte t0 = S0[lo0 & 0xFF]; IL2CPP_RUNTIME_CLASS_INIT(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_S0_12(); uint32_t L_22 = V_4; NullCheck(L_21); int32_t L_23 = ((int32_t)((int32_t)L_22&(int32_t)((int32_t)255))); uint8_t L_24 = (L_21)->GetAt(static_cast(L_23)); // byte t1 = S1[(lo0 >> 8) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_S1_13(); uint32_t L_26 = V_4; NullCheck(L_25); int32_t L_27 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_26>>8))&(int32_t)((int32_t)255))); uint8_t L_28 = (L_25)->GetAt(static_cast(L_27)); V_8 = L_28; // byte t2 = S2[(lo0 >> 16) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_S2_14(); uint32_t L_30 = V_4; NullCheck(L_29); int32_t L_31 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_30>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_32 = (L_29)->GetAt(static_cast(L_31)); V_9 = L_32; // byte t3 = S3[lo0 >> 24]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_S3_15(); uint32_t L_34 = V_4; NullCheck(L_33); int32_t L_35 = ((int32_t)((uint32_t)L_34>>((int32_t)24))); uint8_t L_36 = (L_33)->GetAt(static_cast(L_35)); V_10 = L_36; // lo0 = (uint)t0 | ((uint)t1 << 8) | ((uint)t2 << 16) | ((uint)t3 << 24); uint8_t L_37 = V_8; uint8_t L_38 = V_9; uint8_t L_39 = V_10; V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_24|(int32_t)((int32_t)((int32_t)L_37<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_38<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_39<<(int32_t)((int32_t)24))))); // byte t4 = S0[hi1 & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_S0_12(); uint32_t L_41 = V_7; NullCheck(L_40); int32_t L_42 = ((int32_t)((int32_t)L_41&(int32_t)((int32_t)255))); uint8_t L_43 = (L_40)->GetAt(static_cast(L_42)); // byte t5 = S1[(hi1 >> 8) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_S1_13(); uint32_t L_45 = V_7; NullCheck(L_44); int32_t L_46 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_45>>8))&(int32_t)((int32_t)255))); uint8_t L_47 = (L_44)->GetAt(static_cast(L_46)); V_11 = L_47; // byte t6 = S2[(hi1 >> 16) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_48 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_S2_14(); uint32_t L_49 = V_7; NullCheck(L_48); int32_t L_50 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_49>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_51 = (L_48)->GetAt(static_cast(L_50)); V_12 = L_51; // byte t7 = S3[hi1 >> 24]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_52 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_S3_15(); uint32_t L_53 = V_7; NullCheck(L_52); int32_t L_54 = ((int32_t)((uint32_t)L_53>>((int32_t)24))); uint8_t L_55 = (L_52)->GetAt(static_cast(L_54)); V_13 = L_55; // hi1 = (uint)t4 | ((uint)t5 << 8) | ((uint)t6 << 16) | ((uint)t7 << 24); uint8_t L_56 = V_11; uint8_t L_57 = V_12; uint8_t L_58 = V_13; V_7 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_43|(int32_t)((int32_t)((int32_t)L_56<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_57<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_58<<(int32_t)((int32_t)24))))); // c0 = (ulong)lo0 | ((ulong)hi1 << 32); uint32_t L_59 = V_4; uint32_t L_60 = V_7; V_0 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_59))|(int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_60))<<(int32_t)((int32_t)32))))); // byte t0 = S0[lo1 & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_61 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_S0_12(); uint32_t L_62 = V_6; NullCheck(L_61); int32_t L_63 = ((int32_t)((int32_t)L_62&(int32_t)((int32_t)255))); uint8_t L_64 = (L_61)->GetAt(static_cast(L_63)); // byte t1 = S1[(lo1 >> 8) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_65 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_S1_13(); uint32_t L_66 = V_6; NullCheck(L_65); int32_t L_67 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_66>>8))&(int32_t)((int32_t)255))); uint8_t L_68 = (L_65)->GetAt(static_cast(L_67)); V_14 = L_68; // byte t2 = S2[(lo1 >> 16) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_69 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_S2_14(); uint32_t L_70 = V_6; NullCheck(L_69); int32_t L_71 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_70>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_72 = (L_69)->GetAt(static_cast(L_71)); V_15 = L_72; // byte t3 = S3[lo1 >> 24]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_73 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_S3_15(); uint32_t L_74 = V_6; NullCheck(L_73); int32_t L_75 = ((int32_t)((uint32_t)L_74>>((int32_t)24))); uint8_t L_76 = (L_73)->GetAt(static_cast(L_75)); V_16 = L_76; // lo1 = (uint)t0 | ((uint)t1 << 8) | ((uint)t2 << 16) | ((uint)t3 << 24); uint8_t L_77 = V_14; uint8_t L_78 = V_15; uint8_t L_79 = V_16; V_6 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_64|(int32_t)((int32_t)((int32_t)L_77<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_78<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_79<<(int32_t)((int32_t)24))))); // byte t4 = S0[hi0 & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_80 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_S0_12(); uint32_t L_81 = V_5; NullCheck(L_80); int32_t L_82 = ((int32_t)((int32_t)L_81&(int32_t)((int32_t)255))); uint8_t L_83 = (L_80)->GetAt(static_cast(L_82)); // byte t5 = S1[(hi0 >> 8) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_84 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_S1_13(); uint32_t L_85 = V_5; NullCheck(L_84); int32_t L_86 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_85>>8))&(int32_t)((int32_t)255))); uint8_t L_87 = (L_84)->GetAt(static_cast(L_86)); V_17 = L_87; // byte t6 = S2[(hi0 >> 16) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_88 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_S2_14(); uint32_t L_89 = V_5; NullCheck(L_88); int32_t L_90 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_89>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_91 = (L_88)->GetAt(static_cast(L_90)); V_18 = L_91; // byte t7 = S3[hi0 >> 24]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_92 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_S3_15(); uint32_t L_93 = V_5; NullCheck(L_92); int32_t L_94 = ((int32_t)((uint32_t)L_93>>((int32_t)24))); uint8_t L_95 = (L_92)->GetAt(static_cast(L_94)); V_19 = L_95; // hi0 = (uint)t4 | ((uint)t5 << 8) | ((uint)t6 << 16) | ((uint)t7 << 24); uint8_t L_96 = V_17; uint8_t L_97 = V_18; uint8_t L_98 = V_19; V_5 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_83|(int32_t)((int32_t)((int32_t)L_96<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_97<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_98<<(int32_t)((int32_t)24))))); // c1 = (ulong)lo1 | ((ulong)hi0 << 32); uint32_t L_99 = V_6; uint32_t L_100 = V_5; V_1 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_99))|(int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_100))<<(int32_t)((int32_t)32))))); // c0 = MixColumn(c0); uint64_t L_101 = V_0; uint64_t L_102; L_102 = Dstu7624Engine_MixColumn_m0F5BC26062E19EB5118DBF9A4DD204F422FEB854(L_101, /*hidden argument*/NULL); V_0 = L_102; // c1 = MixColumn(c1); uint64_t L_103 = V_1; uint64_t L_104; L_104 = Dstu7624Engine_MixColumn_m0F5BC26062E19EB5118DBF9A4DD204F422FEB854(L_103, /*hidden argument*/NULL); V_1 = L_104; // if (++round == roundsAmount) int32_t L_105 = V_3; int32_t L_106 = ((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)1)); V_3 = L_106; int32_t L_107 = __this->get_roundsAmount_8(); if ((((int32_t)L_106) == ((int32_t)L_107))) { goto IL_01d6; } } { // roundKey = roundKeys[round]; UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F* L_108 = __this->get_roundKeys_2(); int32_t L_109 = V_3; NullCheck(L_108); int32_t L_110 = L_109; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_111 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(L_108)->GetAt(static_cast(L_110)); V_2 = L_111; // c0 ^= roundKey[0]; uint64_t L_112 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_113 = V_2; NullCheck(L_113); int32_t L_114 = 0; int64_t L_115 = (int64_t)(L_113)->GetAt(static_cast(L_114)); V_0 = ((int64_t)((int64_t)L_112^(int64_t)L_115)); // c1 ^= roundKey[1]; uint64_t L_116 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_117 = V_2; NullCheck(L_117); int32_t L_118 = 1; int64_t L_119 = (int64_t)(L_117)->GetAt(static_cast(L_118)); V_1 = ((int64_t)((int64_t)L_116^(int64_t)L_119)); goto IL_0029; } IL_01d6: { // roundKey = roundKeys[roundsAmount]; UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F* L_120 = __this->get_roundKeys_2(); int32_t L_121 = __this->get_roundsAmount_8(); NullCheck(L_120); int32_t L_122 = L_121; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_123 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(L_120)->GetAt(static_cast(L_122)); V_2 = L_123; // c0 += roundKey[0]; uint64_t L_124 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_125 = V_2; NullCheck(L_125); int32_t L_126 = 0; int64_t L_127 = (int64_t)(L_125)->GetAt(static_cast(L_126)); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_124, (int64_t)L_127)); // c1 += roundKey[1]; uint64_t L_128 = V_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_129 = V_2; NullCheck(L_129); int32_t L_130 = 1; int64_t L_131 = (int64_t)(L_129)->GetAt(static_cast(L_130)); V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_128, (int64_t)L_131)); // Pack.UInt64_To_LE(c0, output, outOff); uint64_t L_132 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_133 = ___output2; int32_t L_134 = ___outOff3; Pack_UInt64_To_LE_m1A999D62C6E575820F9A44813CD5D7008B74F888(L_132, L_133, L_134, /*hidden argument*/NULL); // Pack.UInt64_To_LE(c1, output, outOff + 8); uint64_t L_135 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_136 = ___output2; int32_t L_137 = ___outOff3; Pack_UInt64_To_LE_m1A999D62C6E575820F9A44813CD5D7008B74F888(L_135, L_136, ((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)8)), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::SubBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_SubBytes_mF1853648EE082D9D0B52D2EE05C0D1A8BA6F5EC7 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; uint8_t V_3 = 0x0; uint8_t V_4 = 0x0; uint8_t V_5 = 0x0; uint8_t V_6 = 0x0; uint8_t V_7 = 0x0; uint8_t V_8 = 0x0; { // for (int i = 0; i < wordsInBlock; i++) V_0 = 0; goto IL_00c5; } IL_0007: { // ulong u = internalState[i]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_internalState_0(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; int64_t L_3 = (int64_t)(L_0)->GetAt(static_cast(L_2)); // uint lo = (uint)u, hi = (uint)(u >> 32); int64_t L_4 = L_3; V_1 = ((int32_t)((uint32_t)L_4)); // uint lo = (uint)u, hi = (uint)(u >> 32); V_2 = ((int32_t)((uint32_t)((int64_t)((uint64_t)L_4>>((int32_t)32))))); // byte t0 = S0[lo & 0xFF]; IL2CPP_RUNTIME_CLASS_INIT(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_S0_12(); uint32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = ((int32_t)((int32_t)L_6&(int32_t)((int32_t)255))); uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); // byte t1 = S1[(lo >> 8) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_S1_13(); uint32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_10>>8))&(int32_t)((int32_t)255))); uint8_t L_12 = (L_9)->GetAt(static_cast(L_11)); V_3 = L_12; // byte t2 = S2[(lo >> 16) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_S2_14(); uint32_t L_14 = V_1; NullCheck(L_13); int32_t L_15 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_14>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_16 = (L_13)->GetAt(static_cast(L_15)); V_4 = L_16; // byte t3 = S3[lo >> 24]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_S3_15(); uint32_t L_18 = V_1; NullCheck(L_17); int32_t L_19 = ((int32_t)((uint32_t)L_18>>((int32_t)24))); uint8_t L_20 = (L_17)->GetAt(static_cast(L_19)); V_5 = L_20; // lo = (uint)t0 | ((uint)t1 << 8) | ((uint)t2 << 16) | ((uint)t3 << 24); uint8_t L_21 = V_3; uint8_t L_22 = V_4; uint8_t L_23 = V_5; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8|(int32_t)((int32_t)((int32_t)L_21<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_22<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_23<<(int32_t)((int32_t)24))))); // byte t4 = S0[hi & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_S0_12(); uint32_t L_25 = V_2; 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)); // byte t5 = S1[(hi >> 8) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_S1_13(); 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)); V_6 = L_31; // byte t6 = S2[(hi >> 16) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_S2_14(); uint32_t L_33 = V_2; 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)); V_7 = L_35; // byte t7 = S3[hi >> 24]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_S3_15(); uint32_t L_37 = V_2; NullCheck(L_36); int32_t L_38 = ((int32_t)((uint32_t)L_37>>((int32_t)24))); uint8_t L_39 = (L_36)->GetAt(static_cast(L_38)); V_8 = L_39; // hi = (uint)t4 | ((uint)t5 << 8) | ((uint)t6 << 16) | ((uint)t7 << 24); uint8_t L_40 = V_6; uint8_t L_41 = V_7; uint8_t L_42 = V_8; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_27|(int32_t)((int32_t)((int32_t)L_40<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_41<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_42<<(int32_t)((int32_t)24))))); // internalState[i] = (ulong)lo | ((ulong)hi << 32); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_43 = __this->get_internalState_0(); int32_t L_44 = V_0; uint32_t L_45 = V_1; uint32_t L_46 = V_2; NullCheck(L_43); (L_43)->SetAt(static_cast(L_44), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_45))|(int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_46))<<(int32_t)((int32_t)32)))))); // for (int i = 0; i < wordsInBlock; i++) int32_t L_47 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_00c5: { // for (int i = 0; i < wordsInBlock; i++) int32_t L_48 = V_0; int32_t L_49 = __this->get_wordsInBlock_3(); if ((((int32_t)L_48) < ((int32_t)L_49))) { goto IL_0007; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::InvSubBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_InvSubBytes_m8F4F1737BEDF8B14C8084649FEA4409074004A46 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; uint8_t V_3 = 0x0; uint8_t V_4 = 0x0; uint8_t V_5 = 0x0; uint8_t V_6 = 0x0; uint8_t V_7 = 0x0; uint8_t V_8 = 0x0; { // for (int i = 0; i < wordsInBlock; i++) V_0 = 0; goto IL_00c5; } IL_0007: { // ulong u = internalState[i]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_internalState_0(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; int64_t L_3 = (int64_t)(L_0)->GetAt(static_cast(L_2)); // uint lo = (uint)u, hi = (uint)(u >> 32); int64_t L_4 = L_3; V_1 = ((int32_t)((uint32_t)L_4)); // uint lo = (uint)u, hi = (uint)(u >> 32); V_2 = ((int32_t)((uint32_t)((int64_t)((uint64_t)L_4>>((int32_t)32))))); // byte t0 = T0[lo & 0xFF]; IL2CPP_RUNTIME_CLASS_INIT(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_T0_16(); uint32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = ((int32_t)((int32_t)L_6&(int32_t)((int32_t)255))); uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); // byte t1 = T1[(lo >> 8) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_T1_17(); uint32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_10>>8))&(int32_t)((int32_t)255))); uint8_t L_12 = (L_9)->GetAt(static_cast(L_11)); V_3 = L_12; // byte t2 = T2[(lo >> 16) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_T2_18(); uint32_t L_14 = V_1; NullCheck(L_13); int32_t L_15 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_14>>((int32_t)16)))&(int32_t)((int32_t)255))); uint8_t L_16 = (L_13)->GetAt(static_cast(L_15)); V_4 = L_16; // byte t3 = T3[lo >> 24]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_T3_19(); uint32_t L_18 = V_1; NullCheck(L_17); int32_t L_19 = ((int32_t)((uint32_t)L_18>>((int32_t)24))); uint8_t L_20 = (L_17)->GetAt(static_cast(L_19)); V_5 = L_20; // lo = (uint)t0 | ((uint)t1 << 8) | ((uint)t2 << 16) | ((uint)t3 << 24); uint8_t L_21 = V_3; uint8_t L_22 = V_4; uint8_t L_23 = V_5; V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8|(int32_t)((int32_t)((int32_t)L_21<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_22<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_23<<(int32_t)((int32_t)24))))); // byte t4 = T0[hi & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_T0_16(); uint32_t L_25 = V_2; 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)); // byte t5 = T1[(hi >> 8) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_T1_17(); 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)); V_6 = L_31; // byte t6 = T2[(hi >> 16) & 0xFF]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_T2_18(); uint32_t L_33 = V_2; 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)); V_7 = L_35; // byte t7 = T3[hi >> 24]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->get_T3_19(); uint32_t L_37 = V_2; NullCheck(L_36); int32_t L_38 = ((int32_t)((uint32_t)L_37>>((int32_t)24))); uint8_t L_39 = (L_36)->GetAt(static_cast(L_38)); V_8 = L_39; // hi = (uint)t4 | ((uint)t5 << 8) | ((uint)t6 << 16) | ((uint)t7 << 24); uint8_t L_40 = V_6; uint8_t L_41 = V_7; uint8_t L_42 = V_8; V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_27|(int32_t)((int32_t)((int32_t)L_40<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_41<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_42<<(int32_t)((int32_t)24))))); // internalState[i] = (ulong)lo | ((ulong)hi << 32); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_43 = __this->get_internalState_0(); int32_t L_44 = V_0; uint32_t L_45 = V_1; uint32_t L_46 = V_2; NullCheck(L_43); (L_43)->SetAt(static_cast(L_44), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_45))|(int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_46))<<(int32_t)((int32_t)32)))))); // for (int i = 0; i < wordsInBlock; i++) int32_t L_47 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_00c5: { // for (int i = 0; i < wordsInBlock; i++) int32_t L_48 = V_0; int32_t L_49 = __this->get_wordsInBlock_3(); if ((((int32_t)L_48) < ((int32_t)L_49))) { goto IL_0007; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::ShiftRows() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_ShiftRows_mAB7933FC106189593039A707ACF014474A458FE6 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, const RuntimeMethod* method) { int32_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; uint64_t V_3 = 0; uint64_t V_4 = 0; uint64_t V_5 = 0; uint64_t V_6 = 0; uint64_t V_7 = 0; uint64_t V_8 = 0; uint64_t V_9 = 0; uint64_t V_10 = 0; uint64_t V_11 = 0; uint64_t V_12 = 0; uint64_t V_13 = 0; uint64_t V_14 = 0; uint64_t V_15 = 0; uint64_t V_16 = 0; uint64_t V_17 = 0; { // switch (wordsInBlock) int32_t L_0 = __this->get_wordsInBlock_3(); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_001b; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_0056; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)8))) { goto IL_0123; } } { goto IL_0338; } IL_001b: { // ulong c0 = internalState[0], c1 = internalState[1]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = __this->get_internalState_0(); NullCheck(L_4); int32_t L_5 = 0; int64_t L_6 = (int64_t)(L_4)->GetAt(static_cast(L_5)); V_1 = L_6; // ulong c0 = internalState[0], c1 = internalState[1]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = __this->get_internalState_0(); NullCheck(L_7); int32_t L_8 = 1; int64_t L_9 = (int64_t)(L_7)->GetAt(static_cast(L_8)); V_2 = L_9; // d = (c0 ^ c1) & 0xFFFFFFFF00000000UL; c0 ^= d; c1 ^= d; uint64_t L_10 = V_1; uint64_t L_11 = V_2; V_3 = ((int64_t)((int64_t)((int64_t)((int64_t)L_10^(int64_t)L_11))&(int64_t)((int64_t)-4294967296LL))); // d = (c0 ^ c1) & 0xFFFFFFFF00000000UL; c0 ^= d; c1 ^= d; uint64_t L_12 = V_1; uint64_t L_13 = V_3; V_1 = ((int64_t)((int64_t)L_12^(int64_t)L_13)); // d = (c0 ^ c1) & 0xFFFFFFFF00000000UL; c0 ^= d; c1 ^= d; uint64_t L_14 = V_2; uint64_t L_15 = V_3; V_2 = ((int64_t)((int64_t)L_14^(int64_t)L_15)); // internalState[0] = c0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_16 = __this->get_internalState_0(); uint64_t L_17 = V_1; NullCheck(L_16); (L_16)->SetAt(static_cast(0), (uint64_t)L_17); // internalState[1] = c1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_18 = __this->get_internalState_0(); uint64_t L_19 = V_2; NullCheck(L_18); (L_18)->SetAt(static_cast(1), (uint64_t)L_19); // break; return; } IL_0056: { // ulong c0 = internalState[0], c1 = internalState[1], c2 = internalState[2], c3 = internalState[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_20 = __this->get_internalState_0(); NullCheck(L_20); int32_t L_21 = 0; int64_t L_22 = (int64_t)(L_20)->GetAt(static_cast(L_21)); V_4 = L_22; // ulong c0 = internalState[0], c1 = internalState[1], c2 = internalState[2], c3 = internalState[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_23 = __this->get_internalState_0(); NullCheck(L_23); int32_t L_24 = 1; int64_t L_25 = (int64_t)(L_23)->GetAt(static_cast(L_24)); V_5 = L_25; // ulong c0 = internalState[0], c1 = internalState[1], c2 = internalState[2], c3 = internalState[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_26 = __this->get_internalState_0(); NullCheck(L_26); int32_t L_27 = 2; int64_t L_28 = (int64_t)(L_26)->GetAt(static_cast(L_27)); V_6 = L_28; // ulong c0 = internalState[0], c1 = internalState[1], c2 = internalState[2], c3 = internalState[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_29 = __this->get_internalState_0(); NullCheck(L_29); int32_t L_30 = 3; int64_t L_31 = (int64_t)(L_29)->GetAt(static_cast(L_30)); V_7 = L_31; // d = (c0 ^ c2) & 0xFFFFFFFF00000000UL; c0 ^= d; c2 ^= d; uint64_t L_32 = V_4; uint64_t L_33 = V_6; V_8 = ((int64_t)((int64_t)((int64_t)((int64_t)L_32^(int64_t)L_33))&(int64_t)((int64_t)-4294967296LL))); // d = (c0 ^ c2) & 0xFFFFFFFF00000000UL; c0 ^= d; c2 ^= d; uint64_t L_34 = V_4; uint64_t L_35 = V_8; V_4 = ((int64_t)((int64_t)L_34^(int64_t)L_35)); // d = (c0 ^ c2) & 0xFFFFFFFF00000000UL; c0 ^= d; c2 ^= d; uint64_t L_36 = V_6; uint64_t L_37 = V_8; V_6 = ((int64_t)((int64_t)L_36^(int64_t)L_37)); // d = (c1 ^ c3) & 0x0000FFFFFFFF0000UL; c1 ^= d; c3 ^= d; uint64_t L_38 = V_5; uint64_t L_39 = V_7; V_8 = ((int64_t)((int64_t)((int64_t)((int64_t)L_38^(int64_t)L_39))&(int64_t)((int64_t)281474976645120LL))); // d = (c1 ^ c3) & 0x0000FFFFFFFF0000UL; c1 ^= d; c3 ^= d; uint64_t L_40 = V_5; uint64_t L_41 = V_8; V_5 = ((int64_t)((int64_t)L_40^(int64_t)L_41)); // d = (c1 ^ c3) & 0x0000FFFFFFFF0000UL; c1 ^= d; c3 ^= d; uint64_t L_42 = V_7; uint64_t L_43 = V_8; V_7 = ((int64_t)((int64_t)L_42^(int64_t)L_43)); // d = (c0 ^ c1) & 0xFFFF0000FFFF0000UL; c0 ^= d; c1 ^= d; uint64_t L_44 = V_4; uint64_t L_45 = V_5; V_8 = ((int64_t)((int64_t)((int64_t)((int64_t)L_44^(int64_t)L_45))&(int64_t)((int64_t)-281470681808896LL))); // d = (c0 ^ c1) & 0xFFFF0000FFFF0000UL; c0 ^= d; c1 ^= d; uint64_t L_46 = V_4; uint64_t L_47 = V_8; V_4 = ((int64_t)((int64_t)L_46^(int64_t)L_47)); // d = (c0 ^ c1) & 0xFFFF0000FFFF0000UL; c0 ^= d; c1 ^= d; uint64_t L_48 = V_5; uint64_t L_49 = V_8; V_5 = ((int64_t)((int64_t)L_48^(int64_t)L_49)); // d = (c2 ^ c3) & 0xFFFF0000FFFF0000UL; c2 ^= d; c3 ^= d; uint64_t L_50 = V_6; uint64_t L_51 = V_7; V_8 = ((int64_t)((int64_t)((int64_t)((int64_t)L_50^(int64_t)L_51))&(int64_t)((int64_t)-281470681808896LL))); // d = (c2 ^ c3) & 0xFFFF0000FFFF0000UL; c2 ^= d; c3 ^= d; uint64_t L_52 = V_6; uint64_t L_53 = V_8; V_6 = ((int64_t)((int64_t)L_52^(int64_t)L_53)); // d = (c2 ^ c3) & 0xFFFF0000FFFF0000UL; c2 ^= d; c3 ^= d; uint64_t L_54 = V_7; uint64_t L_55 = V_8; V_7 = ((int64_t)((int64_t)L_54^(int64_t)L_55)); // internalState[0] = c0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_56 = __this->get_internalState_0(); uint64_t L_57 = V_4; NullCheck(L_56); (L_56)->SetAt(static_cast(0), (uint64_t)L_57); // internalState[1] = c1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_58 = __this->get_internalState_0(); uint64_t L_59 = V_5; NullCheck(L_58); (L_58)->SetAt(static_cast(1), (uint64_t)L_59); // internalState[2] = c2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_60 = __this->get_internalState_0(); uint64_t L_61 = V_6; NullCheck(L_60); (L_60)->SetAt(static_cast(2), (uint64_t)L_61); // internalState[3] = c3; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_62 = __this->get_internalState_0(); uint64_t L_63 = V_7; NullCheck(L_62); (L_62)->SetAt(static_cast(3), (uint64_t)L_63); // break; return; } IL_0123: { // ulong c0 = internalState[0], c1 = internalState[1], c2 = internalState[2], c3 = internalState[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_64 = __this->get_internalState_0(); NullCheck(L_64); int32_t L_65 = 0; int64_t L_66 = (int64_t)(L_64)->GetAt(static_cast(L_65)); V_9 = L_66; // ulong c0 = internalState[0], c1 = internalState[1], c2 = internalState[2], c3 = internalState[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_67 = __this->get_internalState_0(); NullCheck(L_67); int32_t L_68 = 1; int64_t L_69 = (int64_t)(L_67)->GetAt(static_cast(L_68)); V_10 = L_69; // ulong c0 = internalState[0], c1 = internalState[1], c2 = internalState[2], c3 = internalState[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_70 = __this->get_internalState_0(); NullCheck(L_70); int32_t L_71 = 2; int64_t L_72 = (int64_t)(L_70)->GetAt(static_cast(L_71)); V_11 = L_72; // ulong c0 = internalState[0], c1 = internalState[1], c2 = internalState[2], c3 = internalState[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_73 = __this->get_internalState_0(); NullCheck(L_73); int32_t L_74 = 3; int64_t L_75 = (int64_t)(L_73)->GetAt(static_cast(L_74)); V_12 = L_75; // ulong c4 = internalState[4], c5 = internalState[5], c6 = internalState[6], c7 = internalState[7]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_76 = __this->get_internalState_0(); NullCheck(L_76); int32_t L_77 = 4; int64_t L_78 = (int64_t)(L_76)->GetAt(static_cast(L_77)); V_13 = L_78; // ulong c4 = internalState[4], c5 = internalState[5], c6 = internalState[6], c7 = internalState[7]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_79 = __this->get_internalState_0(); NullCheck(L_79); int32_t L_80 = 5; int64_t L_81 = (int64_t)(L_79)->GetAt(static_cast(L_80)); V_14 = L_81; // ulong c4 = internalState[4], c5 = internalState[5], c6 = internalState[6], c7 = internalState[7]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_82 = __this->get_internalState_0(); NullCheck(L_82); int32_t L_83 = 6; int64_t L_84 = (int64_t)(L_82)->GetAt(static_cast(L_83)); V_15 = L_84; // ulong c4 = internalState[4], c5 = internalState[5], c6 = internalState[6], c7 = internalState[7]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_85 = __this->get_internalState_0(); NullCheck(L_85); int32_t L_86 = 7; int64_t L_87 = (int64_t)(L_85)->GetAt(static_cast(L_86)); V_16 = L_87; // d = (c0 ^ c4) & 0xFFFFFFFF00000000UL; c0 ^= d; c4 ^= d; uint64_t L_88 = V_9; uint64_t L_89 = V_13; V_17 = ((int64_t)((int64_t)((int64_t)((int64_t)L_88^(int64_t)L_89))&(int64_t)((int64_t)-4294967296LL))); // d = (c0 ^ c4) & 0xFFFFFFFF00000000UL; c0 ^= d; c4 ^= d; uint64_t L_90 = V_9; uint64_t L_91 = V_17; V_9 = ((int64_t)((int64_t)L_90^(int64_t)L_91)); // d = (c0 ^ c4) & 0xFFFFFFFF00000000UL; c0 ^= d; c4 ^= d; uint64_t L_92 = V_13; uint64_t L_93 = V_17; V_13 = ((int64_t)((int64_t)L_92^(int64_t)L_93)); // d = (c1 ^ c5) & 0x00FFFFFFFF000000UL; c1 ^= d; c5 ^= d; uint64_t L_94 = V_10; uint64_t L_95 = V_14; V_17 = ((int64_t)((int64_t)((int64_t)((int64_t)L_94^(int64_t)L_95))&(int64_t)((int64_t)72057594021150720LL))); // d = (c1 ^ c5) & 0x00FFFFFFFF000000UL; c1 ^= d; c5 ^= d; uint64_t L_96 = V_10; uint64_t L_97 = V_17; V_10 = ((int64_t)((int64_t)L_96^(int64_t)L_97)); // d = (c1 ^ c5) & 0x00FFFFFFFF000000UL; c1 ^= d; c5 ^= d; uint64_t L_98 = V_14; uint64_t L_99 = V_17; V_14 = ((int64_t)((int64_t)L_98^(int64_t)L_99)); // d = (c2 ^ c6) & 0x0000FFFFFFFF0000UL; c2 ^= d; c6 ^= d; uint64_t L_100 = V_11; uint64_t L_101 = V_15; V_17 = ((int64_t)((int64_t)((int64_t)((int64_t)L_100^(int64_t)L_101))&(int64_t)((int64_t)281474976645120LL))); // d = (c2 ^ c6) & 0x0000FFFFFFFF0000UL; c2 ^= d; c6 ^= d; uint64_t L_102 = V_11; uint64_t L_103 = V_17; V_11 = ((int64_t)((int64_t)L_102^(int64_t)L_103)); // d = (c2 ^ c6) & 0x0000FFFFFFFF0000UL; c2 ^= d; c6 ^= d; uint64_t L_104 = V_15; uint64_t L_105 = V_17; V_15 = ((int64_t)((int64_t)L_104^(int64_t)L_105)); // d = (c3 ^ c7) & 0x000000FFFFFFFF00UL; c3 ^= d; c7 ^= d; uint64_t L_106 = V_12; uint64_t L_107 = V_16; V_17 = ((int64_t)((int64_t)((int64_t)((int64_t)L_106^(int64_t)L_107))&(int64_t)((int64_t)1099511627520LL))); // d = (c3 ^ c7) & 0x000000FFFFFFFF00UL; c3 ^= d; c7 ^= d; uint64_t L_108 = V_12; uint64_t L_109 = V_17; V_12 = ((int64_t)((int64_t)L_108^(int64_t)L_109)); // d = (c3 ^ c7) & 0x000000FFFFFFFF00UL; c3 ^= d; c7 ^= d; uint64_t L_110 = V_16; uint64_t L_111 = V_17; V_16 = ((int64_t)((int64_t)L_110^(int64_t)L_111)); // d = (c0 ^ c2) & 0xFFFF0000FFFF0000UL; c0 ^= d; c2 ^= d; uint64_t L_112 = V_9; uint64_t L_113 = V_11; V_17 = ((int64_t)((int64_t)((int64_t)((int64_t)L_112^(int64_t)L_113))&(int64_t)((int64_t)-281470681808896LL))); // d = (c0 ^ c2) & 0xFFFF0000FFFF0000UL; c0 ^= d; c2 ^= d; uint64_t L_114 = V_9; uint64_t L_115 = V_17; V_9 = ((int64_t)((int64_t)L_114^(int64_t)L_115)); // d = (c0 ^ c2) & 0xFFFF0000FFFF0000UL; c0 ^= d; c2 ^= d; uint64_t L_116 = V_11; uint64_t L_117 = V_17; V_11 = ((int64_t)((int64_t)L_116^(int64_t)L_117)); // d = (c1 ^ c3) & 0x00FFFF0000FFFF00UL; c1 ^= d; c3 ^= d; uint64_t L_118 = V_10; uint64_t L_119 = V_12; V_17 = ((int64_t)((int64_t)((int64_t)((int64_t)L_118^(int64_t)L_119))&(int64_t)((int64_t)72056494543077120LL))); // d = (c1 ^ c3) & 0x00FFFF0000FFFF00UL; c1 ^= d; c3 ^= d; uint64_t L_120 = V_10; uint64_t L_121 = V_17; V_10 = ((int64_t)((int64_t)L_120^(int64_t)L_121)); // d = (c1 ^ c3) & 0x00FFFF0000FFFF00UL; c1 ^= d; c3 ^= d; uint64_t L_122 = V_12; uint64_t L_123 = V_17; V_12 = ((int64_t)((int64_t)L_122^(int64_t)L_123)); // d = (c4 ^ c6) & 0xFFFF0000FFFF0000UL; c4 ^= d; c6 ^= d; uint64_t L_124 = V_13; uint64_t L_125 = V_15; V_17 = ((int64_t)((int64_t)((int64_t)((int64_t)L_124^(int64_t)L_125))&(int64_t)((int64_t)-281470681808896LL))); // d = (c4 ^ c6) & 0xFFFF0000FFFF0000UL; c4 ^= d; c6 ^= d; uint64_t L_126 = V_13; uint64_t L_127 = V_17; V_13 = ((int64_t)((int64_t)L_126^(int64_t)L_127)); // d = (c4 ^ c6) & 0xFFFF0000FFFF0000UL; c4 ^= d; c6 ^= d; uint64_t L_128 = V_15; uint64_t L_129 = V_17; V_15 = ((int64_t)((int64_t)L_128^(int64_t)L_129)); // d = (c5 ^ c7) & 0x00FFFF0000FFFF00UL; c5 ^= d; c7 ^= d; uint64_t L_130 = V_14; uint64_t L_131 = V_16; V_17 = ((int64_t)((int64_t)((int64_t)((int64_t)L_130^(int64_t)L_131))&(int64_t)((int64_t)72056494543077120LL))); // d = (c5 ^ c7) & 0x00FFFF0000FFFF00UL; c5 ^= d; c7 ^= d; uint64_t L_132 = V_14; uint64_t L_133 = V_17; V_14 = ((int64_t)((int64_t)L_132^(int64_t)L_133)); // d = (c5 ^ c7) & 0x00FFFF0000FFFF00UL; c5 ^= d; c7 ^= d; uint64_t L_134 = V_16; uint64_t L_135 = V_17; V_16 = ((int64_t)((int64_t)L_134^(int64_t)L_135)); // d = (c0 ^ c1) & 0xFF00FF00FF00FF00UL; c0 ^= d; c1 ^= d; uint64_t L_136 = V_9; uint64_t L_137 = V_10; V_17 = ((int64_t)((int64_t)((int64_t)((int64_t)L_136^(int64_t)L_137))&(int64_t)((int64_t)-71777214294589696LL))); // d = (c0 ^ c1) & 0xFF00FF00FF00FF00UL; c0 ^= d; c1 ^= d; uint64_t L_138 = V_9; uint64_t L_139 = V_17; V_9 = ((int64_t)((int64_t)L_138^(int64_t)L_139)); // d = (c0 ^ c1) & 0xFF00FF00FF00FF00UL; c0 ^= d; c1 ^= d; uint64_t L_140 = V_10; uint64_t L_141 = V_17; V_10 = ((int64_t)((int64_t)L_140^(int64_t)L_141)); // d = (c2 ^ c3) & 0xFF00FF00FF00FF00UL; c2 ^= d; c3 ^= d; uint64_t L_142 = V_11; uint64_t L_143 = V_12; V_17 = ((int64_t)((int64_t)((int64_t)((int64_t)L_142^(int64_t)L_143))&(int64_t)((int64_t)-71777214294589696LL))); // d = (c2 ^ c3) & 0xFF00FF00FF00FF00UL; c2 ^= d; c3 ^= d; uint64_t L_144 = V_11; uint64_t L_145 = V_17; V_11 = ((int64_t)((int64_t)L_144^(int64_t)L_145)); // d = (c2 ^ c3) & 0xFF00FF00FF00FF00UL; c2 ^= d; c3 ^= d; uint64_t L_146 = V_12; uint64_t L_147 = V_17; V_12 = ((int64_t)((int64_t)L_146^(int64_t)L_147)); // d = (c4 ^ c5) & 0xFF00FF00FF00FF00UL; c4 ^= d; c5 ^= d; uint64_t L_148 = V_13; uint64_t L_149 = V_14; V_17 = ((int64_t)((int64_t)((int64_t)((int64_t)L_148^(int64_t)L_149))&(int64_t)((int64_t)-71777214294589696LL))); // d = (c4 ^ c5) & 0xFF00FF00FF00FF00UL; c4 ^= d; c5 ^= d; uint64_t L_150 = V_13; uint64_t L_151 = V_17; V_13 = ((int64_t)((int64_t)L_150^(int64_t)L_151)); // d = (c4 ^ c5) & 0xFF00FF00FF00FF00UL; c4 ^= d; c5 ^= d; uint64_t L_152 = V_14; uint64_t L_153 = V_17; V_14 = ((int64_t)((int64_t)L_152^(int64_t)L_153)); // d = (c6 ^ c7) & 0xFF00FF00FF00FF00UL; c6 ^= d; c7 ^= d; uint64_t L_154 = V_15; uint64_t L_155 = V_16; V_17 = ((int64_t)((int64_t)((int64_t)((int64_t)L_154^(int64_t)L_155))&(int64_t)((int64_t)-71777214294589696LL))); // d = (c6 ^ c7) & 0xFF00FF00FF00FF00UL; c6 ^= d; c7 ^= d; uint64_t L_156 = V_15; uint64_t L_157 = V_17; V_15 = ((int64_t)((int64_t)L_156^(int64_t)L_157)); // d = (c6 ^ c7) & 0xFF00FF00FF00FF00UL; c6 ^= d; c7 ^= d; uint64_t L_158 = V_16; uint64_t L_159 = V_17; V_16 = ((int64_t)((int64_t)L_158^(int64_t)L_159)); // internalState[0] = c0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_160 = __this->get_internalState_0(); uint64_t L_161 = V_9; NullCheck(L_160); (L_160)->SetAt(static_cast(0), (uint64_t)L_161); // internalState[1] = c1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_162 = __this->get_internalState_0(); uint64_t L_163 = V_10; NullCheck(L_162); (L_162)->SetAt(static_cast(1), (uint64_t)L_163); // internalState[2] = c2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_164 = __this->get_internalState_0(); uint64_t L_165 = V_11; NullCheck(L_164); (L_164)->SetAt(static_cast(2), (uint64_t)L_165); // internalState[3] = c3; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_166 = __this->get_internalState_0(); uint64_t L_167 = V_12; NullCheck(L_166); (L_166)->SetAt(static_cast(3), (uint64_t)L_167); // internalState[4] = c4; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_168 = __this->get_internalState_0(); uint64_t L_169 = V_13; NullCheck(L_168); (L_168)->SetAt(static_cast(4), (uint64_t)L_169); // internalState[5] = c5; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_170 = __this->get_internalState_0(); uint64_t L_171 = V_14; NullCheck(L_170); (L_170)->SetAt(static_cast(5), (uint64_t)L_171); // internalState[6] = c6; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_172 = __this->get_internalState_0(); uint64_t L_173 = V_15; NullCheck(L_172); (L_172)->SetAt(static_cast(6), (uint64_t)L_173); // internalState[7] = c7; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_174 = __this->get_internalState_0(); uint64_t L_175 = V_16; NullCheck(L_174); (L_174)->SetAt(static_cast(7), (uint64_t)L_175); // break; return; } IL_0338: { // throw new InvalidOperationException("unsupported block length: only 128/256/512 are allowed"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_176 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_176, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF92BEE477997A102DE4BF6A5E3F8D4A8B8A7D40A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_176, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dstu7624Engine_ShiftRows_mAB7933FC106189593039A707ACF014474A458FE6_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::InvShiftRows() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_InvShiftRows_m68BFD13D549BB116061E89E502EE7DEFC7BEC997 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, const RuntimeMethod* method) { int32_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; uint64_t V_3 = 0; uint64_t V_4 = 0; uint64_t V_5 = 0; uint64_t V_6 = 0; uint64_t V_7 = 0; uint64_t V_8 = 0; uint64_t V_9 = 0; uint64_t V_10 = 0; uint64_t V_11 = 0; uint64_t V_12 = 0; uint64_t V_13 = 0; uint64_t V_14 = 0; uint64_t V_15 = 0; uint64_t V_16 = 0; uint64_t V_17 = 0; { // switch (wordsInBlock) int32_t L_0 = __this->get_wordsInBlock_3(); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_001b; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_0056; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)8))) { goto IL_0123; } } { goto IL_0338; } IL_001b: { // ulong c0 = internalState[0], c1 = internalState[1]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = __this->get_internalState_0(); NullCheck(L_4); int32_t L_5 = 0; int64_t L_6 = (int64_t)(L_4)->GetAt(static_cast(L_5)); V_1 = L_6; // ulong c0 = internalState[0], c1 = internalState[1]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = __this->get_internalState_0(); NullCheck(L_7); int32_t L_8 = 1; int64_t L_9 = (int64_t)(L_7)->GetAt(static_cast(L_8)); V_2 = L_9; // d = (c0 ^ c1) & 0xFFFFFFFF00000000UL; c0 ^= d; c1 ^= d; uint64_t L_10 = V_1; uint64_t L_11 = V_2; V_3 = ((int64_t)((int64_t)((int64_t)((int64_t)L_10^(int64_t)L_11))&(int64_t)((int64_t)-4294967296LL))); // d = (c0 ^ c1) & 0xFFFFFFFF00000000UL; c0 ^= d; c1 ^= d; uint64_t L_12 = V_1; uint64_t L_13 = V_3; V_1 = ((int64_t)((int64_t)L_12^(int64_t)L_13)); // d = (c0 ^ c1) & 0xFFFFFFFF00000000UL; c0 ^= d; c1 ^= d; uint64_t L_14 = V_2; uint64_t L_15 = V_3; V_2 = ((int64_t)((int64_t)L_14^(int64_t)L_15)); // internalState[0] = c0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_16 = __this->get_internalState_0(); uint64_t L_17 = V_1; NullCheck(L_16); (L_16)->SetAt(static_cast(0), (uint64_t)L_17); // internalState[1] = c1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_18 = __this->get_internalState_0(); uint64_t L_19 = V_2; NullCheck(L_18); (L_18)->SetAt(static_cast(1), (uint64_t)L_19); // break; return; } IL_0056: { // ulong c0 = internalState[0], c1 = internalState[1], c2 = internalState[2], c3 = internalState[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_20 = __this->get_internalState_0(); NullCheck(L_20); int32_t L_21 = 0; int64_t L_22 = (int64_t)(L_20)->GetAt(static_cast(L_21)); V_4 = L_22; // ulong c0 = internalState[0], c1 = internalState[1], c2 = internalState[2], c3 = internalState[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_23 = __this->get_internalState_0(); NullCheck(L_23); int32_t L_24 = 1; int64_t L_25 = (int64_t)(L_23)->GetAt(static_cast(L_24)); V_5 = L_25; // ulong c0 = internalState[0], c1 = internalState[1], c2 = internalState[2], c3 = internalState[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_26 = __this->get_internalState_0(); NullCheck(L_26); int32_t L_27 = 2; int64_t L_28 = (int64_t)(L_26)->GetAt(static_cast(L_27)); V_6 = L_28; // ulong c0 = internalState[0], c1 = internalState[1], c2 = internalState[2], c3 = internalState[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_29 = __this->get_internalState_0(); NullCheck(L_29); int32_t L_30 = 3; int64_t L_31 = (int64_t)(L_29)->GetAt(static_cast(L_30)); V_7 = L_31; // d = (c0 ^ c1) & 0xFFFF0000FFFF0000UL; c0 ^= d; c1 ^= d; uint64_t L_32 = V_4; uint64_t L_33 = V_5; V_8 = ((int64_t)((int64_t)((int64_t)((int64_t)L_32^(int64_t)L_33))&(int64_t)((int64_t)-281470681808896LL))); // d = (c0 ^ c1) & 0xFFFF0000FFFF0000UL; c0 ^= d; c1 ^= d; uint64_t L_34 = V_4; uint64_t L_35 = V_8; V_4 = ((int64_t)((int64_t)L_34^(int64_t)L_35)); // d = (c0 ^ c1) & 0xFFFF0000FFFF0000UL; c0 ^= d; c1 ^= d; uint64_t L_36 = V_5; uint64_t L_37 = V_8; V_5 = ((int64_t)((int64_t)L_36^(int64_t)L_37)); // d = (c2 ^ c3) & 0xFFFF0000FFFF0000UL; c2 ^= d; c3 ^= d; uint64_t L_38 = V_6; uint64_t L_39 = V_7; V_8 = ((int64_t)((int64_t)((int64_t)((int64_t)L_38^(int64_t)L_39))&(int64_t)((int64_t)-281470681808896LL))); // d = (c2 ^ c3) & 0xFFFF0000FFFF0000UL; c2 ^= d; c3 ^= d; uint64_t L_40 = V_6; uint64_t L_41 = V_8; V_6 = ((int64_t)((int64_t)L_40^(int64_t)L_41)); // d = (c2 ^ c3) & 0xFFFF0000FFFF0000UL; c2 ^= d; c3 ^= d; uint64_t L_42 = V_7; uint64_t L_43 = V_8; V_7 = ((int64_t)((int64_t)L_42^(int64_t)L_43)); // d = (c0 ^ c2) & 0xFFFFFFFF00000000UL; c0 ^= d; c2 ^= d; uint64_t L_44 = V_4; uint64_t L_45 = V_6; V_8 = ((int64_t)((int64_t)((int64_t)((int64_t)L_44^(int64_t)L_45))&(int64_t)((int64_t)-4294967296LL))); // d = (c0 ^ c2) & 0xFFFFFFFF00000000UL; c0 ^= d; c2 ^= d; uint64_t L_46 = V_4; uint64_t L_47 = V_8; V_4 = ((int64_t)((int64_t)L_46^(int64_t)L_47)); // d = (c0 ^ c2) & 0xFFFFFFFF00000000UL; c0 ^= d; c2 ^= d; uint64_t L_48 = V_6; uint64_t L_49 = V_8; V_6 = ((int64_t)((int64_t)L_48^(int64_t)L_49)); // d = (c1 ^ c3) & 0x0000FFFFFFFF0000UL; c1 ^= d; c3 ^= d; uint64_t L_50 = V_5; uint64_t L_51 = V_7; V_8 = ((int64_t)((int64_t)((int64_t)((int64_t)L_50^(int64_t)L_51))&(int64_t)((int64_t)281474976645120LL))); // d = (c1 ^ c3) & 0x0000FFFFFFFF0000UL; c1 ^= d; c3 ^= d; uint64_t L_52 = V_5; uint64_t L_53 = V_8; V_5 = ((int64_t)((int64_t)L_52^(int64_t)L_53)); // d = (c1 ^ c3) & 0x0000FFFFFFFF0000UL; c1 ^= d; c3 ^= d; uint64_t L_54 = V_7; uint64_t L_55 = V_8; V_7 = ((int64_t)((int64_t)L_54^(int64_t)L_55)); // internalState[0] = c0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_56 = __this->get_internalState_0(); uint64_t L_57 = V_4; NullCheck(L_56); (L_56)->SetAt(static_cast(0), (uint64_t)L_57); // internalState[1] = c1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_58 = __this->get_internalState_0(); uint64_t L_59 = V_5; NullCheck(L_58); (L_58)->SetAt(static_cast(1), (uint64_t)L_59); // internalState[2] = c2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_60 = __this->get_internalState_0(); uint64_t L_61 = V_6; NullCheck(L_60); (L_60)->SetAt(static_cast(2), (uint64_t)L_61); // internalState[3] = c3; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_62 = __this->get_internalState_0(); uint64_t L_63 = V_7; NullCheck(L_62); (L_62)->SetAt(static_cast(3), (uint64_t)L_63); // break; return; } IL_0123: { // ulong c0 = internalState[0], c1 = internalState[1], c2 = internalState[2], c3 = internalState[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_64 = __this->get_internalState_0(); NullCheck(L_64); int32_t L_65 = 0; int64_t L_66 = (int64_t)(L_64)->GetAt(static_cast(L_65)); V_9 = L_66; // ulong c0 = internalState[0], c1 = internalState[1], c2 = internalState[2], c3 = internalState[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_67 = __this->get_internalState_0(); NullCheck(L_67); int32_t L_68 = 1; int64_t L_69 = (int64_t)(L_67)->GetAt(static_cast(L_68)); V_10 = L_69; // ulong c0 = internalState[0], c1 = internalState[1], c2 = internalState[2], c3 = internalState[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_70 = __this->get_internalState_0(); NullCheck(L_70); int32_t L_71 = 2; int64_t L_72 = (int64_t)(L_70)->GetAt(static_cast(L_71)); V_11 = L_72; // ulong c0 = internalState[0], c1 = internalState[1], c2 = internalState[2], c3 = internalState[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_73 = __this->get_internalState_0(); NullCheck(L_73); int32_t L_74 = 3; int64_t L_75 = (int64_t)(L_73)->GetAt(static_cast(L_74)); V_12 = L_75; // ulong c4 = internalState[4], c5 = internalState[5], c6 = internalState[6], c7 = internalState[7]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_76 = __this->get_internalState_0(); NullCheck(L_76); int32_t L_77 = 4; int64_t L_78 = (int64_t)(L_76)->GetAt(static_cast(L_77)); V_13 = L_78; // ulong c4 = internalState[4], c5 = internalState[5], c6 = internalState[6], c7 = internalState[7]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_79 = __this->get_internalState_0(); NullCheck(L_79); int32_t L_80 = 5; int64_t L_81 = (int64_t)(L_79)->GetAt(static_cast(L_80)); V_14 = L_81; // ulong c4 = internalState[4], c5 = internalState[5], c6 = internalState[6], c7 = internalState[7]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_82 = __this->get_internalState_0(); NullCheck(L_82); int32_t L_83 = 6; int64_t L_84 = (int64_t)(L_82)->GetAt(static_cast(L_83)); V_15 = L_84; // ulong c4 = internalState[4], c5 = internalState[5], c6 = internalState[6], c7 = internalState[7]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_85 = __this->get_internalState_0(); NullCheck(L_85); int32_t L_86 = 7; int64_t L_87 = (int64_t)(L_85)->GetAt(static_cast(L_86)); V_16 = L_87; // d = (c0 ^ c1) & 0xFF00FF00FF00FF00UL; c0 ^= d; c1 ^= d; uint64_t L_88 = V_9; uint64_t L_89 = V_10; V_17 = ((int64_t)((int64_t)((int64_t)((int64_t)L_88^(int64_t)L_89))&(int64_t)((int64_t)-71777214294589696LL))); // d = (c0 ^ c1) & 0xFF00FF00FF00FF00UL; c0 ^= d; c1 ^= d; uint64_t L_90 = V_9; uint64_t L_91 = V_17; V_9 = ((int64_t)((int64_t)L_90^(int64_t)L_91)); // d = (c0 ^ c1) & 0xFF00FF00FF00FF00UL; c0 ^= d; c1 ^= d; uint64_t L_92 = V_10; uint64_t L_93 = V_17; V_10 = ((int64_t)((int64_t)L_92^(int64_t)L_93)); // d = (c2 ^ c3) & 0xFF00FF00FF00FF00UL; c2 ^= d; c3 ^= d; uint64_t L_94 = V_11; uint64_t L_95 = V_12; V_17 = ((int64_t)((int64_t)((int64_t)((int64_t)L_94^(int64_t)L_95))&(int64_t)((int64_t)-71777214294589696LL))); // d = (c2 ^ c3) & 0xFF00FF00FF00FF00UL; c2 ^= d; c3 ^= d; uint64_t L_96 = V_11; uint64_t L_97 = V_17; V_11 = ((int64_t)((int64_t)L_96^(int64_t)L_97)); // d = (c2 ^ c3) & 0xFF00FF00FF00FF00UL; c2 ^= d; c3 ^= d; uint64_t L_98 = V_12; uint64_t L_99 = V_17; V_12 = ((int64_t)((int64_t)L_98^(int64_t)L_99)); // d = (c4 ^ c5) & 0xFF00FF00FF00FF00UL; c4 ^= d; c5 ^= d; uint64_t L_100 = V_13; uint64_t L_101 = V_14; V_17 = ((int64_t)((int64_t)((int64_t)((int64_t)L_100^(int64_t)L_101))&(int64_t)((int64_t)-71777214294589696LL))); // d = (c4 ^ c5) & 0xFF00FF00FF00FF00UL; c4 ^= d; c5 ^= d; uint64_t L_102 = V_13; uint64_t L_103 = V_17; V_13 = ((int64_t)((int64_t)L_102^(int64_t)L_103)); // d = (c4 ^ c5) & 0xFF00FF00FF00FF00UL; c4 ^= d; c5 ^= d; uint64_t L_104 = V_14; uint64_t L_105 = V_17; V_14 = ((int64_t)((int64_t)L_104^(int64_t)L_105)); // d = (c6 ^ c7) & 0xFF00FF00FF00FF00UL; c6 ^= d; c7 ^= d; uint64_t L_106 = V_15; uint64_t L_107 = V_16; V_17 = ((int64_t)((int64_t)((int64_t)((int64_t)L_106^(int64_t)L_107))&(int64_t)((int64_t)-71777214294589696LL))); // d = (c6 ^ c7) & 0xFF00FF00FF00FF00UL; c6 ^= d; c7 ^= d; uint64_t L_108 = V_15; uint64_t L_109 = V_17; V_15 = ((int64_t)((int64_t)L_108^(int64_t)L_109)); // d = (c6 ^ c7) & 0xFF00FF00FF00FF00UL; c6 ^= d; c7 ^= d; uint64_t L_110 = V_16; uint64_t L_111 = V_17; V_16 = ((int64_t)((int64_t)L_110^(int64_t)L_111)); // d = (c0 ^ c2) & 0xFFFF0000FFFF0000UL; c0 ^= d; c2 ^= d; uint64_t L_112 = V_9; uint64_t L_113 = V_11; V_17 = ((int64_t)((int64_t)((int64_t)((int64_t)L_112^(int64_t)L_113))&(int64_t)((int64_t)-281470681808896LL))); // d = (c0 ^ c2) & 0xFFFF0000FFFF0000UL; c0 ^= d; c2 ^= d; uint64_t L_114 = V_9; uint64_t L_115 = V_17; V_9 = ((int64_t)((int64_t)L_114^(int64_t)L_115)); // d = (c0 ^ c2) & 0xFFFF0000FFFF0000UL; c0 ^= d; c2 ^= d; uint64_t L_116 = V_11; uint64_t L_117 = V_17; V_11 = ((int64_t)((int64_t)L_116^(int64_t)L_117)); // d = (c1 ^ c3) & 0x00FFFF0000FFFF00UL; c1 ^= d; c3 ^= d; uint64_t L_118 = V_10; uint64_t L_119 = V_12; V_17 = ((int64_t)((int64_t)((int64_t)((int64_t)L_118^(int64_t)L_119))&(int64_t)((int64_t)72056494543077120LL))); // d = (c1 ^ c3) & 0x00FFFF0000FFFF00UL; c1 ^= d; c3 ^= d; uint64_t L_120 = V_10; uint64_t L_121 = V_17; V_10 = ((int64_t)((int64_t)L_120^(int64_t)L_121)); // d = (c1 ^ c3) & 0x00FFFF0000FFFF00UL; c1 ^= d; c3 ^= d; uint64_t L_122 = V_12; uint64_t L_123 = V_17; V_12 = ((int64_t)((int64_t)L_122^(int64_t)L_123)); // d = (c4 ^ c6) & 0xFFFF0000FFFF0000UL; c4 ^= d; c6 ^= d; uint64_t L_124 = V_13; uint64_t L_125 = V_15; V_17 = ((int64_t)((int64_t)((int64_t)((int64_t)L_124^(int64_t)L_125))&(int64_t)((int64_t)-281470681808896LL))); // d = (c4 ^ c6) & 0xFFFF0000FFFF0000UL; c4 ^= d; c6 ^= d; uint64_t L_126 = V_13; uint64_t L_127 = V_17; V_13 = ((int64_t)((int64_t)L_126^(int64_t)L_127)); // d = (c4 ^ c6) & 0xFFFF0000FFFF0000UL; c4 ^= d; c6 ^= d; uint64_t L_128 = V_15; uint64_t L_129 = V_17; V_15 = ((int64_t)((int64_t)L_128^(int64_t)L_129)); // d = (c5 ^ c7) & 0x00FFFF0000FFFF00UL; c5 ^= d; c7 ^= d; uint64_t L_130 = V_14; uint64_t L_131 = V_16; V_17 = ((int64_t)((int64_t)((int64_t)((int64_t)L_130^(int64_t)L_131))&(int64_t)((int64_t)72056494543077120LL))); // d = (c5 ^ c7) & 0x00FFFF0000FFFF00UL; c5 ^= d; c7 ^= d; uint64_t L_132 = V_14; uint64_t L_133 = V_17; V_14 = ((int64_t)((int64_t)L_132^(int64_t)L_133)); // d = (c5 ^ c7) & 0x00FFFF0000FFFF00UL; c5 ^= d; c7 ^= d; uint64_t L_134 = V_16; uint64_t L_135 = V_17; V_16 = ((int64_t)((int64_t)L_134^(int64_t)L_135)); // d = (c0 ^ c4) & 0xFFFFFFFF00000000UL; c0 ^= d; c4 ^= d; uint64_t L_136 = V_9; uint64_t L_137 = V_13; V_17 = ((int64_t)((int64_t)((int64_t)((int64_t)L_136^(int64_t)L_137))&(int64_t)((int64_t)-4294967296LL))); // d = (c0 ^ c4) & 0xFFFFFFFF00000000UL; c0 ^= d; c4 ^= d; uint64_t L_138 = V_9; uint64_t L_139 = V_17; V_9 = ((int64_t)((int64_t)L_138^(int64_t)L_139)); // d = (c0 ^ c4) & 0xFFFFFFFF00000000UL; c0 ^= d; c4 ^= d; uint64_t L_140 = V_13; uint64_t L_141 = V_17; V_13 = ((int64_t)((int64_t)L_140^(int64_t)L_141)); // d = (c1 ^ c5) & 0x00FFFFFFFF000000UL; c1 ^= d; c5 ^= d; uint64_t L_142 = V_10; uint64_t L_143 = V_14; V_17 = ((int64_t)((int64_t)((int64_t)((int64_t)L_142^(int64_t)L_143))&(int64_t)((int64_t)72057594021150720LL))); // d = (c1 ^ c5) & 0x00FFFFFFFF000000UL; c1 ^= d; c5 ^= d; uint64_t L_144 = V_10; uint64_t L_145 = V_17; V_10 = ((int64_t)((int64_t)L_144^(int64_t)L_145)); // d = (c1 ^ c5) & 0x00FFFFFFFF000000UL; c1 ^= d; c5 ^= d; uint64_t L_146 = V_14; uint64_t L_147 = V_17; V_14 = ((int64_t)((int64_t)L_146^(int64_t)L_147)); // d = (c2 ^ c6) & 0x0000FFFFFFFF0000UL; c2 ^= d; c6 ^= d; uint64_t L_148 = V_11; uint64_t L_149 = V_15; V_17 = ((int64_t)((int64_t)((int64_t)((int64_t)L_148^(int64_t)L_149))&(int64_t)((int64_t)281474976645120LL))); // d = (c2 ^ c6) & 0x0000FFFFFFFF0000UL; c2 ^= d; c6 ^= d; uint64_t L_150 = V_11; uint64_t L_151 = V_17; V_11 = ((int64_t)((int64_t)L_150^(int64_t)L_151)); // d = (c2 ^ c6) & 0x0000FFFFFFFF0000UL; c2 ^= d; c6 ^= d; uint64_t L_152 = V_15; uint64_t L_153 = V_17; V_15 = ((int64_t)((int64_t)L_152^(int64_t)L_153)); // d = (c3 ^ c7) & 0x000000FFFFFFFF00UL; c3 ^= d; c7 ^= d; uint64_t L_154 = V_12; uint64_t L_155 = V_16; V_17 = ((int64_t)((int64_t)((int64_t)((int64_t)L_154^(int64_t)L_155))&(int64_t)((int64_t)1099511627520LL))); // d = (c3 ^ c7) & 0x000000FFFFFFFF00UL; c3 ^= d; c7 ^= d; uint64_t L_156 = V_12; uint64_t L_157 = V_17; V_12 = ((int64_t)((int64_t)L_156^(int64_t)L_157)); // d = (c3 ^ c7) & 0x000000FFFFFFFF00UL; c3 ^= d; c7 ^= d; uint64_t L_158 = V_16; uint64_t L_159 = V_17; V_16 = ((int64_t)((int64_t)L_158^(int64_t)L_159)); // internalState[0] = c0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_160 = __this->get_internalState_0(); uint64_t L_161 = V_9; NullCheck(L_160); (L_160)->SetAt(static_cast(0), (uint64_t)L_161); // internalState[1] = c1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_162 = __this->get_internalState_0(); uint64_t L_163 = V_10; NullCheck(L_162); (L_162)->SetAt(static_cast(1), (uint64_t)L_163); // internalState[2] = c2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_164 = __this->get_internalState_0(); uint64_t L_165 = V_11; NullCheck(L_164); (L_164)->SetAt(static_cast(2), (uint64_t)L_165); // internalState[3] = c3; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_166 = __this->get_internalState_0(); uint64_t L_167 = V_12; NullCheck(L_166); (L_166)->SetAt(static_cast(3), (uint64_t)L_167); // internalState[4] = c4; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_168 = __this->get_internalState_0(); uint64_t L_169 = V_13; NullCheck(L_168); (L_168)->SetAt(static_cast(4), (uint64_t)L_169); // internalState[5] = c5; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_170 = __this->get_internalState_0(); uint64_t L_171 = V_14; NullCheck(L_170); (L_170)->SetAt(static_cast(5), (uint64_t)L_171); // internalState[6] = c6; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_172 = __this->get_internalState_0(); uint64_t L_173 = V_15; NullCheck(L_172); (L_172)->SetAt(static_cast(6), (uint64_t)L_173); // internalState[7] = c7; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_174 = __this->get_internalState_0(); uint64_t L_175 = V_16; NullCheck(L_174); (L_174)->SetAt(static_cast(7), (uint64_t)L_175); // break; return; } IL_0338: { // throw new InvalidOperationException("unsupported block length: only 128/256/512 are allowed"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_176 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_176, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF92BEE477997A102DE4BF6A5E3F8D4A8B8A7D40A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_176, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dstu7624Engine_InvShiftRows_m68BFD13D549BB116061E89E502EE7DEFC7BEC997_RuntimeMethod_var))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::AddRoundKey(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_AddRoundKey_mA643C4768E7A68D17E4A2432577E0928374C3111 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, int32_t ___round0, const RuntimeMethod* method) { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; int32_t V_1 = 0; { // ulong[] roundKey = roundKeys[round]; UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F* L_0 = __this->get_roundKeys_2(); int32_t L_1 = ___round0; NullCheck(L_0); int32_t L_2 = L_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(L_0)->GetAt(static_cast(L_2)); V_0 = L_3; // for (int i = 0; i < wordsInBlock; ++i) V_1 = 0; goto IL_0024; } IL_000d: { // internalState[i] += roundKey[i]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = __this->get_internalState_0(); int32_t L_5 = V_1; NullCheck(L_4); uint64_t* L_6 = ((L_4)->GetAddressAt(static_cast(L_5))); int64_t L_7 = *((int64_t*)L_6); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = V_0; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; int64_t L_11 = (int64_t)(L_8)->GetAt(static_cast(L_10)); *((int64_t*)L_6) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_7, (int64_t)L_11)); // for (int i = 0; i < wordsInBlock; ++i) int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0024: { // for (int i = 0; i < wordsInBlock; ++i) int32_t L_13 = V_1; int32_t L_14 = __this->get_wordsInBlock_3(); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_000d; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::SubRoundKey(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_SubRoundKey_mF112585D8DED2A66D98FF78953E534E1C2030A13 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, int32_t ___round0, const RuntimeMethod* method) { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; int32_t V_1 = 0; { // ulong[] roundKey = roundKeys[round]; UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F* L_0 = __this->get_roundKeys_2(); int32_t L_1 = ___round0; NullCheck(L_0); int32_t L_2 = L_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(L_0)->GetAt(static_cast(L_2)); V_0 = L_3; // for (int i = 0; i < wordsInBlock; ++i) V_1 = 0; goto IL_0024; } IL_000d: { // internalState[i] -= roundKey[i]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = __this->get_internalState_0(); int32_t L_5 = V_1; NullCheck(L_4); uint64_t* L_6 = ((L_4)->GetAddressAt(static_cast(L_5))); int64_t L_7 = *((int64_t*)L_6); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = V_0; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; int64_t L_11 = (int64_t)(L_8)->GetAt(static_cast(L_10)); *((int64_t*)L_6) = (int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_7, (int64_t)L_11)); // for (int i = 0; i < wordsInBlock; ++i) int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0024: { // for (int i = 0; i < wordsInBlock; ++i) int32_t L_13 = V_1; int32_t L_14 = __this->get_wordsInBlock_3(); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_000d; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::XorRoundKey(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_XorRoundKey_mB56F7618FD78B188F779B9A89B30B0BF30E99FAA (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, int32_t ___round0, const RuntimeMethod* method) { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_0 = NULL; int32_t V_1 = 0; { // ulong[] roundKey = roundKeys[round]; UInt64U5BU5DU5BU5D_t2BB088B6ECA41BBE886DFBE654B9D9FE8D09915F* L_0 = __this->get_roundKeys_2(); int32_t L_1 = ___round0; NullCheck(L_0); int32_t L_2 = L_1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(L_0)->GetAt(static_cast(L_2)); V_0 = L_3; // for (int i = 0; i < wordsInBlock; i++) V_1 = 0; goto IL_0024; } IL_000d: { // internalState[i] ^= roundKey[i]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = __this->get_internalState_0(); int32_t L_5 = V_1; NullCheck(L_4); uint64_t* L_6 = ((L_4)->GetAddressAt(static_cast(L_5))); int64_t L_7 = *((int64_t*)L_6); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_8 = V_0; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; int64_t L_11 = (int64_t)(L_8)->GetAt(static_cast(L_10)); *((int64_t*)L_6) = (int64_t)((int64_t)((int64_t)L_7^(int64_t)L_11)); // for (int i = 0; i < wordsInBlock; i++) int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0024: { // for (int i = 0; i < wordsInBlock; i++) int32_t L_13 = V_1; int32_t L_14 = __this->get_wordsInBlock_3(); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_000d; } } { // } return; } } // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::MixColumn(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Dstu7624Engine_MixColumn_m0F5BC26062E19EB5118DBF9A4DD204F422FEB854 (uint64_t ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; { // ulong x1 = MulX(c); uint64_t L_0 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = Dstu7624Engine_MulX_mCCA3BD01057E2EB59A5546D5E9C1D18608EC6920(L_0, /*hidden argument*/NULL); V_0 = L_1; // u = Rotate(8, c) ^ c; uint64_t L_2 = ___c0; uint64_t L_3; L_3 = Dstu7624Engine_Rotate_mCBCBFC72F087EF69F0DC4F3322E7309C30983FA3(8, L_2, /*hidden argument*/NULL); uint64_t L_4 = ___c0; V_1 = ((int64_t)((int64_t)L_3^(int64_t)L_4)); // u ^= Rotate(16, u); uint64_t L_5 = V_1; uint64_t L_6 = V_1; uint64_t L_7; L_7 = Dstu7624Engine_Rotate_mCBCBFC72F087EF69F0DC4F3322E7309C30983FA3(((int32_t)16), L_6, /*hidden argument*/NULL); V_1 = ((int64_t)((int64_t)L_5^(int64_t)L_7)); // u ^= Rotate(48, c); uint64_t L_8 = V_1; uint64_t L_9 = ___c0; uint64_t L_10; L_10 = Dstu7624Engine_Rotate_mCBCBFC72F087EF69F0DC4F3322E7309C30983FA3(((int32_t)48), L_9, /*hidden argument*/NULL); V_1 = ((int64_t)((int64_t)L_8^(int64_t)L_10)); // v = MulX2(u ^ c ^ x1); uint64_t L_11 = V_1; uint64_t L_12 = ___c0; uint64_t L_13 = V_0; uint64_t L_14; L_14 = Dstu7624Engine_MulX2_mD177B4B818FB3F0493B5E85F11802F43ADC9901A(((int64_t)((int64_t)((int64_t)((int64_t)L_11^(int64_t)L_12))^(int64_t)L_13)), /*hidden argument*/NULL); V_2 = L_14; // return u ^ Rotate(32, v) ^ Rotate(40, x1) ^ Rotate(48, x1); uint64_t L_15 = V_1; uint64_t L_16 = V_2; uint64_t L_17; L_17 = Dstu7624Engine_Rotate_mCBCBFC72F087EF69F0DC4F3322E7309C30983FA3(((int32_t)32), L_16, /*hidden argument*/NULL); uint64_t L_18 = V_0; uint64_t L_19; L_19 = Dstu7624Engine_Rotate_mCBCBFC72F087EF69F0DC4F3322E7309C30983FA3(((int32_t)40), L_18, /*hidden argument*/NULL); uint64_t L_20 = V_0; uint64_t L_21; L_21 = Dstu7624Engine_Rotate_mCBCBFC72F087EF69F0DC4F3322E7309C30983FA3(((int32_t)48), L_20, /*hidden argument*/NULL); return ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_15^(int64_t)L_17))^(int64_t)L_19))^(int64_t)L_21)); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::MixColumns() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_MixColumns_m58AB1D37F79CCA84A62D13093C0B2FEA5693A9BD (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (int col = 0; col < wordsInBlock; ++col) V_0 = 0; goto IL_001d; } IL_0004: { // internalState[col] = MixColumn(internalState[col]); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_internalState_0(); int32_t L_1 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = __this->get_internalState_0(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; int64_t L_5 = (int64_t)(L_2)->GetAt(static_cast(L_4)); IL2CPP_RUNTIME_CLASS_INIT(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var); uint64_t L_6; L_6 = Dstu7624Engine_MixColumn_m0F5BC26062E19EB5118DBF9A4DD204F422FEB854(L_5, /*hidden argument*/NULL); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint64_t)L_6); // for (int col = 0; col < wordsInBlock; ++col) int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_001d: { // for (int col = 0; col < wordsInBlock; ++col) int32_t L_8 = V_0; int32_t L_9 = __this->get_wordsInBlock_3(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0004; } } { // } return; } } // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::MixColumnInv(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Dstu7624Engine_MixColumnInv_mA70D112080A93C8CE72A40A42466406E1AFD033E (uint64_t ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; uint64_t V_3 = 0; uint64_t V_4 = 0; uint64_t V_5 = 0; uint64_t V_6 = 0; uint64_t V_7 = 0; uint64_t V_8 = 0; uint64_t V_9 = 0; uint64_t V_10 = 0; { // ulong u0 = c; uint64_t L_0 = ___c0; V_0 = L_0; // u0 ^= Rotate( 8, u0); uint64_t L_1 = V_0; uint64_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var); uint64_t L_3; L_3 = Dstu7624Engine_Rotate_mCBCBFC72F087EF69F0DC4F3322E7309C30983FA3(8, L_2, /*hidden argument*/NULL); V_0 = ((int64_t)((int64_t)L_1^(int64_t)L_3)); // u0 ^= Rotate(32, u0); uint64_t L_4 = V_0; uint64_t L_5 = V_0; uint64_t L_6; L_6 = Dstu7624Engine_Rotate_mCBCBFC72F087EF69F0DC4F3322E7309C30983FA3(((int32_t)32), L_5, /*hidden argument*/NULL); V_0 = ((int64_t)((int64_t)L_4^(int64_t)L_6)); // u0 ^= Rotate(48, c); uint64_t L_7 = V_0; uint64_t L_8 = ___c0; uint64_t L_9; L_9 = Dstu7624Engine_Rotate_mCBCBFC72F087EF69F0DC4F3322E7309C30983FA3(((int32_t)48), L_8, /*hidden argument*/NULL); V_0 = ((int64_t)((int64_t)L_7^(int64_t)L_9)); // ulong t = u0 ^ c; uint64_t L_10 = V_0; uint64_t L_11 = ___c0; V_1 = ((int64_t)((int64_t)L_10^(int64_t)L_11)); // ulong c48 = Rotate(48, c); uint64_t L_12 = ___c0; uint64_t L_13; L_13 = Dstu7624Engine_Rotate_mCBCBFC72F087EF69F0DC4F3322E7309C30983FA3(((int32_t)48), L_12, /*hidden argument*/NULL); V_2 = L_13; // ulong c56 = Rotate(56, c); uint64_t L_14 = ___c0; uint64_t L_15; L_15 = Dstu7624Engine_Rotate_mCBCBFC72F087EF69F0DC4F3322E7309C30983FA3(((int32_t)56), L_14, /*hidden argument*/NULL); V_3 = L_15; // ulong u7 = t ^ c56; uint64_t L_16 = V_1; uint64_t L_17 = V_3; V_4 = ((int64_t)((int64_t)L_16^(int64_t)L_17)); // ulong u6 = Rotate(56, t); uint64_t L_18 = V_1; uint64_t L_19; L_19 = Dstu7624Engine_Rotate_mCBCBFC72F087EF69F0DC4F3322E7309C30983FA3(((int32_t)56), L_18, /*hidden argument*/NULL); V_5 = L_19; // u6 ^= MulX(u7); uint64_t L_20 = V_5; uint64_t L_21 = V_4; uint64_t L_22; L_22 = Dstu7624Engine_MulX_mCCA3BD01057E2EB59A5546D5E9C1D18608EC6920(L_21, /*hidden argument*/NULL); V_5 = ((int64_t)((int64_t)L_20^(int64_t)L_22)); // ulong u5 = Rotate(16, t) ^ c; uint64_t L_23 = V_1; uint64_t L_24; L_24 = Dstu7624Engine_Rotate_mCBCBFC72F087EF69F0DC4F3322E7309C30983FA3(((int32_t)16), L_23, /*hidden argument*/NULL); uint64_t L_25 = ___c0; V_6 = ((int64_t)((int64_t)L_24^(int64_t)L_25)); // u5 ^= Rotate(40, MulX(u6) ^ c); uint64_t L_26 = V_6; uint64_t L_27 = V_5; uint64_t L_28; L_28 = Dstu7624Engine_MulX_mCCA3BD01057E2EB59A5546D5E9C1D18608EC6920(L_27, /*hidden argument*/NULL); uint64_t L_29 = ___c0; uint64_t L_30; L_30 = Dstu7624Engine_Rotate_mCBCBFC72F087EF69F0DC4F3322E7309C30983FA3(((int32_t)40), ((int64_t)((int64_t)L_28^(int64_t)L_29)), /*hidden argument*/NULL); V_6 = ((int64_t)((int64_t)L_26^(int64_t)L_30)); // ulong u4 = t ^ c48; uint64_t L_31 = V_1; uint64_t L_32 = V_2; V_7 = ((int64_t)((int64_t)L_31^(int64_t)L_32)); // u4 ^= MulX(u5); uint64_t L_33 = V_7; uint64_t L_34 = V_6; uint64_t L_35; L_35 = Dstu7624Engine_MulX_mCCA3BD01057E2EB59A5546D5E9C1D18608EC6920(L_34, /*hidden argument*/NULL); V_7 = ((int64_t)((int64_t)L_33^(int64_t)L_35)); // ulong u3 = Rotate(16, u0); uint64_t L_36 = V_0; uint64_t L_37; L_37 = Dstu7624Engine_Rotate_mCBCBFC72F087EF69F0DC4F3322E7309C30983FA3(((int32_t)16), L_36, /*hidden argument*/NULL); V_8 = L_37; // u3 ^= MulX(u4); uint64_t L_38 = V_8; uint64_t L_39 = V_7; uint64_t L_40; L_40 = Dstu7624Engine_MulX_mCCA3BD01057E2EB59A5546D5E9C1D18608EC6920(L_39, /*hidden argument*/NULL); V_8 = ((int64_t)((int64_t)L_38^(int64_t)L_40)); // ulong u2 = t ^ Rotate(24, c) ^ c48 ^ c56; uint64_t L_41 = V_1; uint64_t L_42 = ___c0; uint64_t L_43; L_43 = Dstu7624Engine_Rotate_mCBCBFC72F087EF69F0DC4F3322E7309C30983FA3(((int32_t)24), L_42, /*hidden argument*/NULL); uint64_t L_44 = V_2; uint64_t L_45 = V_3; V_9 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_41^(int64_t)L_43))^(int64_t)L_44))^(int64_t)L_45)); // u2 ^= MulX(u3); uint64_t L_46 = V_9; uint64_t L_47 = V_8; uint64_t L_48; L_48 = Dstu7624Engine_MulX_mCCA3BD01057E2EB59A5546D5E9C1D18608EC6920(L_47, /*hidden argument*/NULL); V_9 = ((int64_t)((int64_t)L_46^(int64_t)L_48)); // ulong u1 = Rotate(32, t) ^ c ^ c56; uint64_t L_49 = V_1; uint64_t L_50; L_50 = Dstu7624Engine_Rotate_mCBCBFC72F087EF69F0DC4F3322E7309C30983FA3(((int32_t)32), L_49, /*hidden argument*/NULL); uint64_t L_51 = ___c0; uint64_t L_52 = V_3; V_10 = ((int64_t)((int64_t)((int64_t)((int64_t)L_50^(int64_t)L_51))^(int64_t)L_52)); // u1 ^= MulX(u2); uint64_t L_53 = V_10; uint64_t L_54 = V_9; uint64_t L_55; L_55 = Dstu7624Engine_MulX_mCCA3BD01057E2EB59A5546D5E9C1D18608EC6920(L_54, /*hidden argument*/NULL); V_10 = ((int64_t)((int64_t)L_53^(int64_t)L_55)); // u0 ^= MulX(Rotate(40, u1)); uint64_t L_56 = V_0; uint64_t L_57 = V_10; uint64_t L_58; L_58 = Dstu7624Engine_Rotate_mCBCBFC72F087EF69F0DC4F3322E7309C30983FA3(((int32_t)40), L_57, /*hidden argument*/NULL); uint64_t L_59; L_59 = Dstu7624Engine_MulX_mCCA3BD01057E2EB59A5546D5E9C1D18608EC6920(L_58, /*hidden argument*/NULL); V_0 = ((int64_t)((int64_t)L_56^(int64_t)L_59)); // return u0; uint64_t L_60 = V_0; return L_60; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::MixColumnsInv() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_MixColumnsInv_mB41A8496108D4D500425B030282B95199D48C6F4 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (int col = 0; col < wordsInBlock; ++col) V_0 = 0; goto IL_001d; } IL_0004: { // internalState[col] = MixColumnInv(internalState[col]); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_internalState_0(); int32_t L_1 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = __this->get_internalState_0(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; int64_t L_5 = (int64_t)(L_2)->GetAt(static_cast(L_4)); IL2CPP_RUNTIME_CLASS_INIT(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var); uint64_t L_6; L_6 = Dstu7624Engine_MixColumnInv_mA70D112080A93C8CE72A40A42466406E1AFD033E(L_5, /*hidden argument*/NULL); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint64_t)L_6); // for (int col = 0; col < wordsInBlock; ++col) int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_001d: { // for (int col = 0; col < wordsInBlock; ++col) int32_t L_8 = V_0; int32_t L_9 = __this->get_wordsInBlock_3(); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0004; } } { // } return; } } // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::MulX(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Dstu7624Engine_MulX_mCCA3BD01057E2EB59A5546D5E9C1D18608EC6920 (uint64_t ___n0, const RuntimeMethod* method) { { // return ((n & 0x7F7F7F7F7F7F7F7FUL) << 1) ^ (((n & 0x8080808080808080UL) >> 7) * 0x1DUL); uint64_t L_0 = ___n0; uint64_t L_1 = ___n0; return ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_0&(int64_t)((int64_t)9187201950435737471LL)))<<(int32_t)1))^(int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((uint64_t)((int64_t)((int64_t)L_1&(int64_t)((int64_t)-9187201950435737472LL)))>>7)), (int64_t)((int64_t)((int64_t)((int32_t)29))))))); } } // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::MulX2(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Dstu7624Engine_MulX2_mD177B4B818FB3F0493B5E85F11802F43ADC9901A (uint64_t ___n0, const RuntimeMethod* method) { { // return ((n & 0x3F3F3F3F3F3F3F3FUL) << 2) ^ (((n & 0x8080808080808080UL) >> 6) * 0x1DUL) ^ (((n & 0x4040404040404040UL) >> 6) * 0x1DUL); uint64_t L_0 = ___n0; uint64_t L_1 = ___n0; uint64_t L_2 = ___n0; return ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_0&(int64_t)((int64_t)4557430888798830399LL)))<<(int32_t)2))^(int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((uint64_t)((int64_t)((int64_t)L_1&(int64_t)((int64_t)-9187201950435737472LL)))>>6)), (int64_t)((int64_t)((int64_t)((int32_t)29)))))))^(int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((uint64_t)((int64_t)((int64_t)L_2&(int64_t)((int64_t)4629771061636907072LL)))>>6)), (int64_t)((int64_t)((int64_t)((int32_t)29))))))); } } // System.UInt64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::Rotate(System.Int32,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Dstu7624Engine_Rotate_mCBCBFC72F087EF69F0DC4F3322E7309C30983FA3 (int32_t ___n0, uint64_t ___x1, const RuntimeMethod* method) { { // return (x >> n) | (x << -n); uint64_t L_0 = ___x1; int32_t L_1 = ___n0; uint64_t L_2 = ___x1; int32_t L_3 = ___n0; return ((int64_t)((int64_t)((int64_t)((uint64_t)L_0>>((int32_t)((int32_t)L_1&(int32_t)((int32_t)63)))))|(int64_t)((int64_t)((int64_t)L_2<<(int32_t)((int32_t)((int32_t)((-L_3))&(int32_t)((int32_t)63))))))); } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::RotateLeft(System.UInt64[],System.UInt64[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_RotateLeft_m2E396C1CC296CD0C558BC38F7073B10AB972A5D1 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___x0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___z1, const RuntimeMethod* method) { int32_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; uint64_t V_3 = 0; uint64_t V_4 = 0; uint64_t V_5 = 0; uint64_t V_6 = 0; uint64_t V_7 = 0; uint64_t V_8 = 0; uint64_t V_9 = 0; uint64_t V_10 = 0; uint64_t V_11 = 0; uint64_t V_12 = 0; uint64_t V_13 = 0; uint64_t V_14 = 0; { // switch (wordsInBlock) int32_t L_0 = __this->get_wordsInBlock_3(); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_0018; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_0037; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)8))) { goto IL_0081; } } { goto IL_011a; } IL_0018: { // ulong x0 = x[0], x1 = x[1]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___x0; NullCheck(L_4); int32_t L_5 = 0; int64_t L_6 = (int64_t)(L_4)->GetAt(static_cast(L_5)); V_1 = L_6; // ulong x0 = x[0], x1 = x[1]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = ___x0; NullCheck(L_7); int32_t L_8 = 1; int64_t L_9 = (int64_t)(L_7)->GetAt(static_cast(L_8)); V_2 = L_9; // z[0] = (x0 >> 56) | (x1 << 8); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_10 = ___z1; uint64_t L_11 = V_1; uint64_t L_12 = V_2; NullCheck(L_10); (L_10)->SetAt(static_cast(0), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_11>>((int32_t)56)))|(int64_t)((int64_t)((int64_t)L_12<<(int32_t)8))))); // z[1] = (x1 >> 56) | (x0 << 8); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_13 = ___z1; uint64_t L_14 = V_2; uint64_t L_15 = V_1; NullCheck(L_13); (L_13)->SetAt(static_cast(1), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_14>>((int32_t)56)))|(int64_t)((int64_t)((int64_t)L_15<<(int32_t)8))))); // break; return; } IL_0037: { // ulong x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_16 = ___x0; NullCheck(L_16); int32_t L_17 = 0; int64_t L_18 = (int64_t)(L_16)->GetAt(static_cast(L_17)); V_3 = L_18; // ulong x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_19 = ___x0; NullCheck(L_19); int32_t L_20 = 1; int64_t L_21 = (int64_t)(L_19)->GetAt(static_cast(L_20)); V_4 = L_21; // ulong x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_22 = ___x0; NullCheck(L_22); int32_t L_23 = 2; int64_t L_24 = (int64_t)(L_22)->GetAt(static_cast(L_23)); V_5 = L_24; // ulong x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_25 = ___x0; NullCheck(L_25); int32_t L_26 = 3; int64_t L_27 = (int64_t)(L_25)->GetAt(static_cast(L_26)); V_6 = L_27; // z[0] = (x1 >> 24) | (x2 << 40); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_28 = ___z1; uint64_t L_29 = V_4; uint64_t L_30 = V_5; NullCheck(L_28); (L_28)->SetAt(static_cast(0), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_29>>((int32_t)24)))|(int64_t)((int64_t)((int64_t)L_30<<(int32_t)((int32_t)40)))))); // z[1] = (x2 >> 24) | (x3 << 40); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_31 = ___z1; uint64_t L_32 = V_5; uint64_t L_33 = V_6; NullCheck(L_31); (L_31)->SetAt(static_cast(1), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_32>>((int32_t)24)))|(int64_t)((int64_t)((int64_t)L_33<<(int32_t)((int32_t)40)))))); // z[2] = (x3 >> 24) | (x0 << 40); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_34 = ___z1; uint64_t L_35 = V_6; uint64_t L_36 = V_3; NullCheck(L_34); (L_34)->SetAt(static_cast(2), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_35>>((int32_t)24)))|(int64_t)((int64_t)((int64_t)L_36<<(int32_t)((int32_t)40)))))); // z[3] = (x0 >> 24) | (x1 << 40); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_37 = ___z1; uint64_t L_38 = V_3; uint64_t L_39 = V_4; NullCheck(L_37); (L_37)->SetAt(static_cast(3), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_38>>((int32_t)24)))|(int64_t)((int64_t)((int64_t)L_39<<(int32_t)((int32_t)40)))))); // break; return; } IL_0081: { // ulong x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_40 = ___x0; NullCheck(L_40); int32_t L_41 = 0; int64_t L_42 = (int64_t)(L_40)->GetAt(static_cast(L_41)); V_7 = L_42; // ulong x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_43 = ___x0; NullCheck(L_43); int32_t L_44 = 1; int64_t L_45 = (int64_t)(L_43)->GetAt(static_cast(L_44)); V_8 = L_45; // ulong x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_46 = ___x0; NullCheck(L_46); int32_t L_47 = 2; int64_t L_48 = (int64_t)(L_46)->GetAt(static_cast(L_47)); V_9 = L_48; // ulong x0 = x[0], x1 = x[1], x2 = x[2], x3 = x[3]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_49 = ___x0; NullCheck(L_49); int32_t L_50 = 3; int64_t L_51 = (int64_t)(L_49)->GetAt(static_cast(L_50)); V_10 = L_51; // ulong x4 = x[4], x5 = x[5], x6 = x[6], x7 = x[7]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_52 = ___x0; NullCheck(L_52); int32_t L_53 = 4; int64_t L_54 = (int64_t)(L_52)->GetAt(static_cast(L_53)); V_11 = L_54; // ulong x4 = x[4], x5 = x[5], x6 = x[6], x7 = x[7]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_55 = ___x0; NullCheck(L_55); int32_t L_56 = 5; int64_t L_57 = (int64_t)(L_55)->GetAt(static_cast(L_56)); V_12 = L_57; // ulong x4 = x[4], x5 = x[5], x6 = x[6], x7 = x[7]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_58 = ___x0; NullCheck(L_58); int32_t L_59 = 6; int64_t L_60 = (int64_t)(L_58)->GetAt(static_cast(L_59)); V_13 = L_60; // ulong x4 = x[4], x5 = x[5], x6 = x[6], x7 = x[7]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_61 = ___x0; NullCheck(L_61); int32_t L_62 = 7; int64_t L_63 = (int64_t)(L_61)->GetAt(static_cast(L_62)); V_14 = L_63; // z[0] = (x2 >> 24) | (x3 << 40); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_64 = ___z1; uint64_t L_65 = V_9; uint64_t L_66 = V_10; NullCheck(L_64); (L_64)->SetAt(static_cast(0), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_65>>((int32_t)24)))|(int64_t)((int64_t)((int64_t)L_66<<(int32_t)((int32_t)40)))))); // z[1] = (x3 >> 24) | (x4 << 40); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_67 = ___z1; uint64_t L_68 = V_10; uint64_t L_69 = V_11; NullCheck(L_67); (L_67)->SetAt(static_cast(1), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_68>>((int32_t)24)))|(int64_t)((int64_t)((int64_t)L_69<<(int32_t)((int32_t)40)))))); // z[2] = (x4 >> 24) | (x5 << 40); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_70 = ___z1; uint64_t L_71 = V_11; uint64_t L_72 = V_12; NullCheck(L_70); (L_70)->SetAt(static_cast(2), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_71>>((int32_t)24)))|(int64_t)((int64_t)((int64_t)L_72<<(int32_t)((int32_t)40)))))); // z[3] = (x5 >> 24) | (x6 << 40); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_73 = ___z1; uint64_t L_74 = V_12; uint64_t L_75 = V_13; NullCheck(L_73); (L_73)->SetAt(static_cast(3), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_74>>((int32_t)24)))|(int64_t)((int64_t)((int64_t)L_75<<(int32_t)((int32_t)40)))))); // z[4] = (x6 >> 24) | (x7 << 40); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_76 = ___z1; uint64_t L_77 = V_13; uint64_t L_78 = V_14; NullCheck(L_76); (L_76)->SetAt(static_cast(4), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_77>>((int32_t)24)))|(int64_t)((int64_t)((int64_t)L_78<<(int32_t)((int32_t)40)))))); // z[5] = (x7 >> 24) | (x0 << 40); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_79 = ___z1; uint64_t L_80 = V_14; uint64_t L_81 = V_7; NullCheck(L_79); (L_79)->SetAt(static_cast(5), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_80>>((int32_t)24)))|(int64_t)((int64_t)((int64_t)L_81<<(int32_t)((int32_t)40)))))); // z[6] = (x0 >> 24) | (x1 << 40); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_82 = ___z1; uint64_t L_83 = V_7; uint64_t L_84 = V_8; NullCheck(L_82); (L_82)->SetAt(static_cast(6), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_83>>((int32_t)24)))|(int64_t)((int64_t)((int64_t)L_84<<(int32_t)((int32_t)40)))))); // z[7] = (x1 >> 24) | (x2 << 40); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_85 = ___z1; uint64_t L_86 = V_8; uint64_t L_87 = V_9; NullCheck(L_85); (L_85)->SetAt(static_cast(7), (uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_86>>((int32_t)24)))|(int64_t)((int64_t)((int64_t)L_87<<(int32_t)((int32_t)40)))))); // break; return; } IL_011a: { // throw new InvalidOperationException("unsupported block length: only 128/256/512 are allowed"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_88 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_88, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF92BEE477997A102DE4BF6A5E3F8D4A8B8A7D40A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_88, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dstu7624Engine_RotateLeft_m2E396C1CC296CD0C558BC38F7073B10AB972A5D1_RuntimeMethod_var))); } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Dstu7624Engine_get_AlgorithmName_m1F6E634903A94FE1B3D2C0C4FE6DF8AC58F01DBE (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FFA21E973928BEEF422C136843813F93DDF4567); s_Il2CppMethodInitialized = true; } { // get { return "DSTU7624"; } return _stringLiteral1FFA21E973928BEEF422C136843813F93DDF4567; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::GetBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dstu7624Engine_GetBlockSize_m3F59BE6881210A6ECDA618D6ADCC8489C5AC6233 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, const RuntimeMethod* method) { { // return wordsInBlock << 3; int32_t L_0 = __this->get_wordsInBlock_3(); return ((int32_t)((int32_t)L_0<<(int32_t)3)); } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::get_IsPartialBlockOkay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dstu7624Engine_get_IsPartialBlockOkay_mB0B5FB06F70C7EB39B42AC7048217A7BD9F87D37 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, const RuntimeMethod* method) { { // get { return false; } return (bool)0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine_Reset_m037EA3B43B2FF8AA0BD02DF2ED94659C9593E267 (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * __this, const RuntimeMethod* method) { { // Array.Clear(internalState, 0, internalState.Length); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = __this->get_internalState_0(); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = __this->get_internalState_0(); NullCheck(L_1); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_0, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Engine__cctor_m39A87B4989109F0DEAA1B93F995A303E80C3B58E (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*)&Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305_FieldInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly byte[] S0 = new byte[]{ // 0xa8, 0x43, 0x5f, 0x06, 0x6b, 0x75, 0x6c, 0x59, 0x71, 0xdf, 0x87, 0x95, 0x17, 0xf0, 0xd8, 0x09, // 0x6d, 0xf3, 0x1d, 0xcb, 0xc9, 0x4d, 0x2c, 0xaf, 0x79, 0xe0, 0x97, 0xfd, 0x6f, 0x4b, 0x45, 0x39, // 0x3e, 0xdd, 0xa3, 0x4f, 0xb4, 0xb6, 0x9a, 0x0e, 0x1f, 0xbf, 0x15, 0xe1, 0x49, 0xd2, 0x93, 0xc6, // 0x92, 0x72, 0x9e, 0x61, 0xd1, 0x63, 0xfa, 0xee, 0xf4, 0x19, 0xd5, 0xad, 0x58, 0xa4, 0xbb, 0xa1, // 0xdc, 0xf2, 0x83, 0x37, 0x42, 0xe4, 0x7a, 0x32, 0x9c, 0xcc, 0xab, 0x4a, 0x8f, 0x6e, 0x04, 0x27, // 0x2e, 0xe7, 0xe2, 0x5a, 0x96, 0x16, 0x23, 0x2b, 0xc2, 0x65, 0x66, 0x0f, 0xbc, 0xa9, 0x47, 0x41, // 0x34, 0x48, 0xfc, 0xb7, 0x6a, 0x88, 0xa5, 0x53, 0x86, 0xf9, 0x5b, 0xdb, 0x38, 0x7b, 0xc3, 0x1e, // 0x22, 0x33, 0x24, 0x28, 0x36, 0xc7, 0xb2, 0x3b, 0x8e, 0x77, 0xba, 0xf5, 0x14, 0x9f, 0x08, 0x55, // 0x9b, 0x4c, 0xfe, 0x60, 0x5c, 0xda, 0x18, 0x46, 0xcd, 0x7d, 0x21, 0xb0, 0x3f, 0x1b, 0x89, 0xff, // 0xeb, 0x84, 0x69, 0x3a, 0x9d, 0xd7, 0xd3, 0x70, 0x67, 0x40, 0xb5, 0xde, 0x5d, 0x30, 0x91, 0xb1, // 0x78, 0x11, 0x01, 0xe5, 0x00, 0x68, 0x98, 0xa0, 0xc5, 0x02, 0xa6, 0x74, 0x2d, 0x0b, 0xa2, 0x76, // 0xb3, 0xbe, 0xce, 0xbd, 0xae, 0xe9, 0x8a, 0x31, 0x1c, 0xec, 0xf1, 0x99, 0x94, 0xaa, 0xf6, 0x26, // 0x2f, 0xef, 0xe8, 0x8c, 0x35, 0x03, 0xd4, 0x7f, 0xfb, 0x05, 0xc1, 0x5e, 0x90, 0x20, 0x3d, 0x82, // 0xf7, 0xea, 0x0a, 0x0d, 0x7e, 0xf8, 0x50, 0x1a, 0xc4, 0x07, 0x57, 0xb8, 0x3c, 0x62, 0xe3, 0xc8, // 0xac, 0x52, 0x64, 0x10, 0xd0, 0xd9, 0x13, 0x0c, 0x12, 0x29, 0x51, 0xb9, 0xcf, 0xd6, 0x73, 0x8d, // 0x81, 0x54, 0xc0, 0xed, 0x4e, 0x44, 0xa7, 0x2a, 0x85, 0x25, 0xe6, 0xca, 0x7c, 0x8b, 0x56, 0x80 // }; 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____4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->set_S0_12(L_1); // private static readonly byte[] S1 = new byte[]{ // 0xce, 0xbb, 0xeb, 0x92, 0xea, 0xcb, 0x13, 0xc1, 0xe9, 0x3a, 0xd6, 0xb2, 0xd2, 0x90, 0x17, 0xf8, // 0x42, 0x15, 0x56, 0xb4, 0x65, 0x1c, 0x88, 0x43, 0xc5, 0x5c, 0x36, 0xba, 0xf5, 0x57, 0x67, 0x8d, // 0x31, 0xf6, 0x64, 0x58, 0x9e, 0xf4, 0x22, 0xaa, 0x75, 0x0f, 0x02, 0xb1, 0xdf, 0x6d, 0x73, 0x4d, // 0x7c, 0x26, 0x2e, 0xf7, 0x08, 0x5d, 0x44, 0x3e, 0x9f, 0x14, 0xc8, 0xae, 0x54, 0x10, 0xd8, 0xbc, // 0x1a, 0x6b, 0x69, 0xf3, 0xbd, 0x33, 0xab, 0xfa, 0xd1, 0x9b, 0x68, 0x4e, 0x16, 0x95, 0x91, 0xee, // 0x4c, 0x63, 0x8e, 0x5b, 0xcc, 0x3c, 0x19, 0xa1, 0x81, 0x49, 0x7b, 0xd9, 0x6f, 0x37, 0x60, 0xca, // 0xe7, 0x2b, 0x48, 0xfd, 0x96, 0x45, 0xfc, 0x41, 0x12, 0x0d, 0x79, 0xe5, 0x89, 0x8c, 0xe3, 0x20, // 0x30, 0xdc, 0xb7, 0x6c, 0x4a, 0xb5, 0x3f, 0x97, 0xd4, 0x62, 0x2d, 0x06, 0xa4, 0xa5, 0x83, 0x5f, // 0x2a, 0xda, 0xc9, 0x00, 0x7e, 0xa2, 0x55, 0xbf, 0x11, 0xd5, 0x9c, 0xcf, 0x0e, 0x0a, 0x3d, 0x51, // 0x7d, 0x93, 0x1b, 0xfe, 0xc4, 0x47, 0x09, 0x86, 0x0b, 0x8f, 0x9d, 0x6a, 0x07, 0xb9, 0xb0, 0x98, // 0x18, 0x32, 0x71, 0x4b, 0xef, 0x3b, 0x70, 0xa0, 0xe4, 0x40, 0xff, 0xc3, 0xa9, 0xe6, 0x78, 0xf9, // 0x8b, 0x46, 0x80, 0x1e, 0x38, 0xe1, 0xb8, 0xa8, 0xe0, 0x0c, 0x23, 0x76, 0x1d, 0x25, 0x24, 0x05, // 0xf1, 0x6e, 0x94, 0x28, 0x9a, 0x84, 0xe8, 0xa3, 0x4f, 0x77, 0xd3, 0x85, 0xe2, 0x52, 0xf2, 0x82, // 0x50, 0x7a, 0x2f, 0x74, 0x53, 0xb3, 0x61, 0xaf, 0x39, 0x35, 0xde, 0xcd, 0x1f, 0x99, 0xac, 0xad, // 0x72, 0x2c, 0xdd, 0xd0, 0x87, 0xbe, 0x5e, 0xa6, 0xec, 0x04, 0xc6, 0x03, 0x34, 0xfb, 0xdb, 0x59, // 0xb6, 0xc2, 0x01, 0xf0, 0x5a, 0xed, 0xa7, 0x66, 0x21, 0x7f, 0x8a, 0x27, 0xc7, 0xc0, 0x29, 0xd7 // }; 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____FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->set_S1_13(L_4); // private static readonly byte[] S2 = new byte[]{ // 0x93, 0xd9, 0x9a, 0xb5, 0x98, 0x22, 0x45, 0xfc, 0xba, 0x6a, 0xdf, 0x02, 0x9f, 0xdc, 0x51, 0x59, // 0x4a, 0x17, 0x2b, 0xc2, 0x94, 0xf4, 0xbb, 0xa3, 0x62, 0xe4, 0x71, 0xd4, 0xcd, 0x70, 0x16, 0xe1, // 0x49, 0x3c, 0xc0, 0xd8, 0x5c, 0x9b, 0xad, 0x85, 0x53, 0xa1, 0x7a, 0xc8, 0x2d, 0xe0, 0xd1, 0x72, // 0xa6, 0x2c, 0xc4, 0xe3, 0x76, 0x78, 0xb7, 0xb4, 0x09, 0x3b, 0x0e, 0x41, 0x4c, 0xde, 0xb2, 0x90, // 0x25, 0xa5, 0xd7, 0x03, 0x11, 0x00, 0xc3, 0x2e, 0x92, 0xef, 0x4e, 0x12, 0x9d, 0x7d, 0xcb, 0x35, // 0x10, 0xd5, 0x4f, 0x9e, 0x4d, 0xa9, 0x55, 0xc6, 0xd0, 0x7b, 0x18, 0x97, 0xd3, 0x36, 0xe6, 0x48, // 0x56, 0x81, 0x8f, 0x77, 0xcc, 0x9c, 0xb9, 0xe2, 0xac, 0xb8, 0x2f, 0x15, 0xa4, 0x7c, 0xda, 0x38, // 0x1e, 0x0b, 0x05, 0xd6, 0x14, 0x6e, 0x6c, 0x7e, 0x66, 0xfd, 0xb1, 0xe5, 0x60, 0xaf, 0x5e, 0x33, // 0x87, 0xc9, 0xf0, 0x5d, 0x6d, 0x3f, 0x88, 0x8d, 0xc7, 0xf7, 0x1d, 0xe9, 0xec, 0xed, 0x80, 0x29, // 0x27, 0xcf, 0x99, 0xa8, 0x50, 0x0f, 0x37, 0x24, 0x28, 0x30, 0x95, 0xd2, 0x3e, 0x5b, 0x40, 0x83, // 0xb3, 0x69, 0x57, 0x1f, 0x07, 0x1c, 0x8a, 0xbc, 0x20, 0xeb, 0xce, 0x8e, 0xab, 0xee, 0x31, 0xa2, // 0x73, 0xf9, 0xca, 0x3a, 0x1a, 0xfb, 0x0d, 0xc1, 0xfe, 0xfa, 0xf2, 0x6f, 0xbd, 0x96, 0xdd, 0x43, // 0x52, 0xb6, 0x08, 0xf3, 0xae, 0xbe, 0x19, 0x89, 0x32, 0x26, 0xb0, 0xea, 0x4b, 0x64, 0x84, 0x82, // 0x6b, 0xf5, 0x79, 0xbf, 0x01, 0x5f, 0x75, 0x63, 0x1b, 0x23, 0x3d, 0x68, 0x2a, 0x65, 0xe8, 0x91, // 0xf6, 0xff, 0x13, 0x58, 0xf1, 0x47, 0x0a, 0x7f, 0xc5, 0xa7, 0xe7, 0x61, 0x5a, 0x06, 0x46, 0x44, // 0x42, 0x04, 0xa0, 0xdb, 0x39, 0x86, 0x54, 0xaa, 0x8c, 0x34, 0x21, 0x8b, 0xf8, 0x0c, 0x74, 0x67 // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = L_6; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_8 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL); ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->set_S2_14(L_7); // private static readonly byte[] S3 = new byte[]{ // 0x68, 0x8d, 0xca, 0x4d, 0x73, 0x4b, 0x4e, 0x2a, 0xd4, 0x52, 0x26, 0xb3, 0x54, 0x1e, 0x19, 0x1f, // 0x22, 0x03, 0x46, 0x3d, 0x2d, 0x4a, 0x53, 0x83, 0x13, 0x8a, 0xb7, 0xd5, 0x25, 0x79, 0xf5, 0xbd, // 0x58, 0x2f, 0x0d, 0x02, 0xed, 0x51, 0x9e, 0x11, 0xf2, 0x3e, 0x55, 0x5e, 0xd1, 0x16, 0x3c, 0x66, // 0x70, 0x5d, 0xf3, 0x45, 0x40, 0xcc, 0xe8, 0x94, 0x56, 0x08, 0xce, 0x1a, 0x3a, 0xd2, 0xe1, 0xdf, // 0xb5, 0x38, 0x6e, 0x0e, 0xe5, 0xf4, 0xf9, 0x86, 0xe9, 0x4f, 0xd6, 0x85, 0x23, 0xcf, 0x32, 0x99, // 0x31, 0x14, 0xae, 0xee, 0xc8, 0x48, 0xd3, 0x30, 0xa1, 0x92, 0x41, 0xb1, 0x18, 0xc4, 0x2c, 0x71, // 0x72, 0x44, 0x15, 0xfd, 0x37, 0xbe, 0x5f, 0xaa, 0x9b, 0x88, 0xd8, 0xab, 0x89, 0x9c, 0xfa, 0x60, // 0xea, 0xbc, 0x62, 0x0c, 0x24, 0xa6, 0xa8, 0xec, 0x67, 0x20, 0xdb, 0x7c, 0x28, 0xdd, 0xac, 0x5b, // 0x34, 0x7e, 0x10, 0xf1, 0x7b, 0x8f, 0x63, 0xa0, 0x05, 0x9a, 0x43, 0x77, 0x21, 0xbf, 0x27, 0x09, // 0xc3, 0x9f, 0xb6, 0xd7, 0x29, 0xc2, 0xeb, 0xc0, 0xa4, 0x8b, 0x8c, 0x1d, 0xfb, 0xff, 0xc1, 0xb2, // 0x97, 0x2e, 0xf8, 0x65, 0xf6, 0x75, 0x07, 0x04, 0x49, 0x33, 0xe4, 0xd9, 0xb9, 0xd0, 0x42, 0xc7, // 0x6c, 0x90, 0x00, 0x8e, 0x6f, 0x50, 0x01, 0xc5, 0xda, 0x47, 0x3f, 0xcd, 0x69, 0xa2, 0xe2, 0x7a, // 0xa7, 0xc6, 0x93, 0x0f, 0x0a, 0x06, 0xe6, 0x2b, 0x96, 0xa3, 0x1c, 0xaf, 0x6a, 0x12, 0x84, 0x39, // 0xe7, 0xb0, 0x82, 0xf7, 0xfe, 0x9d, 0x87, 0x5c, 0x81, 0x35, 0xde, 0xb4, 0xa5, 0xfc, 0x80, 0xef, // 0xcb, 0xbb, 0x6b, 0x76, 0xba, 0x5a, 0x7d, 0x78, 0x0b, 0x95, 0xe3, 0xad, 0x74, 0x98, 0x3b, 0x36, // 0x64, 0x6d, 0xdc, 0xf0, 0x59, 0xa9, 0x4c, 0x17, 0x7f, 0x91, 0xb8, 0xc9, 0x57, 0x1b, 0xe0, 0x61 // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = L_9; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_11 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_10, L_11, /*hidden argument*/NULL); ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->set_S3_15(L_10); // private static readonly byte[] T0 = new byte[]{ // 0xa4, 0xa2, 0xa9, 0xc5, 0x4e, 0xc9, 0x03, 0xd9, 0x7e, 0x0f, 0xd2, 0xad, 0xe7, 0xd3, 0x27, 0x5b, // 0xe3, 0xa1, 0xe8, 0xe6, 0x7c, 0x2a, 0x55, 0x0c, 0x86, 0x39, 0xd7, 0x8d, 0xb8, 0x12, 0x6f, 0x28, // 0xcd, 0x8a, 0x70, 0x56, 0x72, 0xf9, 0xbf, 0x4f, 0x73, 0xe9, 0xf7, 0x57, 0x16, 0xac, 0x50, 0xc0, // 0x9d, 0xb7, 0x47, 0x71, 0x60, 0xc4, 0x74, 0x43, 0x6c, 0x1f, 0x93, 0x77, 0xdc, 0xce, 0x20, 0x8c, // 0x99, 0x5f, 0x44, 0x01, 0xf5, 0x1e, 0x87, 0x5e, 0x61, 0x2c, 0x4b, 0x1d, 0x81, 0x15, 0xf4, 0x23, // 0xd6, 0xea, 0xe1, 0x67, 0xf1, 0x7f, 0xfe, 0xda, 0x3c, 0x07, 0x53, 0x6a, 0x84, 0x9c, 0xcb, 0x02, // 0x83, 0x33, 0xdd, 0x35, 0xe2, 0x59, 0x5a, 0x98, 0xa5, 0x92, 0x64, 0x04, 0x06, 0x10, 0x4d, 0x1c, // 0x97, 0x08, 0x31, 0xee, 0xab, 0x05, 0xaf, 0x79, 0xa0, 0x18, 0x46, 0x6d, 0xfc, 0x89, 0xd4, 0xc7, // 0xff, 0xf0, 0xcf, 0x42, 0x91, 0xf8, 0x68, 0x0a, 0x65, 0x8e, 0xb6, 0xfd, 0xc3, 0xef, 0x78, 0x4c, // 0xcc, 0x9e, 0x30, 0x2e, 0xbc, 0x0b, 0x54, 0x1a, 0xa6, 0xbb, 0x26, 0x80, 0x48, 0x94, 0x32, 0x7d, // 0xa7, 0x3f, 0xae, 0x22, 0x3d, 0x66, 0xaa, 0xf6, 0x00, 0x5d, 0xbd, 0x4a, 0xe0, 0x3b, 0xb4, 0x17, // 0x8b, 0x9f, 0x76, 0xb0, 0x24, 0x9a, 0x25, 0x63, 0xdb, 0xeb, 0x7a, 0x3e, 0x5c, 0xb3, 0xb1, 0x29, // 0xf2, 0xca, 0x58, 0x6e, 0xd8, 0xa8, 0x2f, 0x75, 0xdf, 0x14, 0xfb, 0x13, 0x49, 0x88, 0xb2, 0xec, // 0xe4, 0x34, 0x2d, 0x96, 0xc6, 0x3a, 0xed, 0x95, 0x0e, 0xe5, 0x85, 0x6b, 0x40, 0x21, 0x9b, 0x09, // 0x19, 0x2b, 0x52, 0xde, 0x45, 0xa3, 0xfa, 0x51, 0xc2, 0xb5, 0xd1, 0x90, 0xb9, 0xf3, 0x37, 0xc1, // 0x0d, 0xba, 0x41, 0x11, 0x38, 0x7b, 0xbe, 0xd0, 0xd5, 0x69, 0x36, 0xc8, 0x62, 0x1b, 0x82, 0x8f // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = L_12; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_14 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_13, L_14, /*hidden argument*/NULL); ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->set_T0_16(L_13); // private static readonly byte[] T1 = new byte[]{ // 0x83, 0xf2, 0x2a, 0xeb, 0xe9, 0xbf, 0x7b, 0x9c, 0x34, 0x96, 0x8d, 0x98, 0xb9, 0x69, 0x8c, 0x29, // 0x3d, 0x88, 0x68, 0x06, 0x39, 0x11, 0x4c, 0x0e, 0xa0, 0x56, 0x40, 0x92, 0x15, 0xbc, 0xb3, 0xdc, // 0x6f, 0xf8, 0x26, 0xba, 0xbe, 0xbd, 0x31, 0xfb, 0xc3, 0xfe, 0x80, 0x61, 0xe1, 0x7a, 0x32, 0xd2, // 0x70, 0x20, 0xa1, 0x45, 0xec, 0xd9, 0x1a, 0x5d, 0xb4, 0xd8, 0x09, 0xa5, 0x55, 0x8e, 0x37, 0x76, // 0xa9, 0x67, 0x10, 0x17, 0x36, 0x65, 0xb1, 0x95, 0x62, 0x59, 0x74, 0xa3, 0x50, 0x2f, 0x4b, 0xc8, // 0xd0, 0x8f, 0xcd, 0xd4, 0x3c, 0x86, 0x12, 0x1d, 0x23, 0xef, 0xf4, 0x53, 0x19, 0x35, 0xe6, 0x7f, // 0x5e, 0xd6, 0x79, 0x51, 0x22, 0x14, 0xf7, 0x1e, 0x4a, 0x42, 0x9b, 0x41, 0x73, 0x2d, 0xc1, 0x5c, // 0xa6, 0xa2, 0xe0, 0x2e, 0xd3, 0x28, 0xbb, 0xc9, 0xae, 0x6a, 0xd1, 0x5a, 0x30, 0x90, 0x84, 0xf9, // 0xb2, 0x58, 0xcf, 0x7e, 0xc5, 0xcb, 0x97, 0xe4, 0x16, 0x6c, 0xfa, 0xb0, 0x6d, 0x1f, 0x52, 0x99, // 0x0d, 0x4e, 0x03, 0x91, 0xc2, 0x4d, 0x64, 0x77, 0x9f, 0xdd, 0xc4, 0x49, 0x8a, 0x9a, 0x24, 0x38, // 0xa7, 0x57, 0x85, 0xc7, 0x7c, 0x7d, 0xe7, 0xf6, 0xb7, 0xac, 0x27, 0x46, 0xde, 0xdf, 0x3b, 0xd7, // 0x9e, 0x2b, 0x0b, 0xd5, 0x13, 0x75, 0xf0, 0x72, 0xb6, 0x9d, 0x1b, 0x01, 0x3f, 0x44, 0xe5, 0x87, // 0xfd, 0x07, 0xf1, 0xab, 0x94, 0x18, 0xea, 0xfc, 0x3a, 0x82, 0x5f, 0x05, 0x54, 0xdb, 0x00, 0x8b, // 0xe3, 0x48, 0x0c, 0xca, 0x78, 0x89, 0x0a, 0xff, 0x3e, 0x5b, 0x81, 0xee, 0x71, 0xe2, 0xda, 0x2c, // 0xb8, 0xb5, 0xcc, 0x6e, 0xa8, 0x6b, 0xad, 0x60, 0xc6, 0x08, 0x04, 0x02, 0xe8, 0xf5, 0x4f, 0xa4, // 0xf3, 0xc0, 0xce, 0x43, 0x25, 0x1c, 0x21, 0x33, 0x0f, 0xaf, 0x47, 0xed, 0x66, 0x63, 0x93, 0xaa // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = L_15; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_17 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_16, L_17, /*hidden argument*/NULL); ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->set_T1_17(L_16); // private static readonly byte[] T2 = new byte[]{ // 0x45, 0xd4, 0x0b, 0x43, 0xf1, 0x72, 0xed, 0xa4, 0xc2, 0x38, 0xe6, 0x71, 0xfd, 0xb6, 0x3a, 0x95, // 0x50, 0x44, 0x4b, 0xe2, 0x74, 0x6b, 0x1e, 0x11, 0x5a, 0xc6, 0xb4, 0xd8, 0xa5, 0x8a, 0x70, 0xa3, // 0xa8, 0xfa, 0x05, 0xd9, 0x97, 0x40, 0xc9, 0x90, 0x98, 0x8f, 0xdc, 0x12, 0x31, 0x2c, 0x47, 0x6a, // 0x99, 0xae, 0xc8, 0x7f, 0xf9, 0x4f, 0x5d, 0x96, 0x6f, 0xf4, 0xb3, 0x39, 0x21, 0xda, 0x9c, 0x85, // 0x9e, 0x3b, 0xf0, 0xbf, 0xef, 0x06, 0xee, 0xe5, 0x5f, 0x20, 0x10, 0xcc, 0x3c, 0x54, 0x4a, 0x52, // 0x94, 0x0e, 0xc0, 0x28, 0xf6, 0x56, 0x60, 0xa2, 0xe3, 0x0f, 0xec, 0x9d, 0x24, 0x83, 0x7e, 0xd5, // 0x7c, 0xeb, 0x18, 0xd7, 0xcd, 0xdd, 0x78, 0xff, 0xdb, 0xa1, 0x09, 0xd0, 0x76, 0x84, 0x75, 0xbb, // 0x1d, 0x1a, 0x2f, 0xb0, 0xfe, 0xd6, 0x34, 0x63, 0x35, 0xd2, 0x2a, 0x59, 0x6d, 0x4d, 0x77, 0xe7, // 0x8e, 0x61, 0xcf, 0x9f, 0xce, 0x27, 0xf5, 0x80, 0x86, 0xc7, 0xa6, 0xfb, 0xf8, 0x87, 0xab, 0x62, // 0x3f, 0xdf, 0x48, 0x00, 0x14, 0x9a, 0xbd, 0x5b, 0x04, 0x92, 0x02, 0x25, 0x65, 0x4c, 0x53, 0x0c, // 0xf2, 0x29, 0xaf, 0x17, 0x6c, 0x41, 0x30, 0xe9, 0x93, 0x55, 0xf7, 0xac, 0x68, 0x26, 0xc4, 0x7d, // 0xca, 0x7a, 0x3e, 0xa0, 0x37, 0x03, 0xc1, 0x36, 0x69, 0x66, 0x08, 0x16, 0xa7, 0xbc, 0xc5, 0xd3, // 0x22, 0xb7, 0x13, 0x46, 0x32, 0xe8, 0x57, 0x88, 0x2b, 0x81, 0xb2, 0x4e, 0x64, 0x1c, 0xaa, 0x91, // 0x58, 0x2e, 0x9b, 0x5c, 0x1b, 0x51, 0x73, 0x42, 0x23, 0x01, 0x6e, 0xf3, 0x0d, 0xbe, 0x3d, 0x0a, // 0x2d, 0x1f, 0x67, 0x33, 0x19, 0x7b, 0x5e, 0xea, 0xde, 0x8b, 0xcb, 0xa9, 0x8c, 0x8d, 0xad, 0x49, // 0x82, 0xe4, 0xba, 0xc3, 0x15, 0xd1, 0xe0, 0x89, 0xfc, 0xb1, 0xb9, 0xb5, 0x07, 0x79, 0xb8, 0xe1 // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = L_18; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_20 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_19, L_20, /*hidden argument*/NULL); ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->set_T2_18(L_19); // private static readonly byte[] T3 = new byte[]{ // 0xb2, 0xb6, 0x23, 0x11, 0xa7, 0x88, 0xc5, 0xa6, 0x39, 0x8f, 0xc4, 0xe8, 0x73, 0x22, 0x43, 0xc3, // 0x82, 0x27, 0xcd, 0x18, 0x51, 0x62, 0x2d, 0xf7, 0x5c, 0x0e, 0x3b, 0xfd, 0xca, 0x9b, 0x0d, 0x0f, // 0x79, 0x8c, 0x10, 0x4c, 0x74, 0x1c, 0x0a, 0x8e, 0x7c, 0x94, 0x07, 0xc7, 0x5e, 0x14, 0xa1, 0x21, // 0x57, 0x50, 0x4e, 0xa9, 0x80, 0xd9, 0xef, 0x64, 0x41, 0xcf, 0x3c, 0xee, 0x2e, 0x13, 0x29, 0xba, // 0x34, 0x5a, 0xae, 0x8a, 0x61, 0x33, 0x12, 0xb9, 0x55, 0xa8, 0x15, 0x05, 0xf6, 0x03, 0x06, 0x49, // 0xb5, 0x25, 0x09, 0x16, 0x0c, 0x2a, 0x38, 0xfc, 0x20, 0xf4, 0xe5, 0x7f, 0xd7, 0x31, 0x2b, 0x66, // 0x6f, 0xff, 0x72, 0x86, 0xf0, 0xa3, 0x2f, 0x78, 0x00, 0xbc, 0xcc, 0xe2, 0xb0, 0xf1, 0x42, 0xb4, // 0x30, 0x5f, 0x60, 0x04, 0xec, 0xa5, 0xe3, 0x8b, 0xe7, 0x1d, 0xbf, 0x84, 0x7b, 0xe6, 0x81, 0xf8, // 0xde, 0xd8, 0xd2, 0x17, 0xce, 0x4b, 0x47, 0xd6, 0x69, 0x6c, 0x19, 0x99, 0x9a, 0x01, 0xb3, 0x85, // 0xb1, 0xf9, 0x59, 0xc2, 0x37, 0xe9, 0xc8, 0xa0, 0xed, 0x4f, 0x89, 0x68, 0x6d, 0xd5, 0x26, 0x91, // 0x87, 0x58, 0xbd, 0xc9, 0x98, 0xdc, 0x75, 0xc0, 0x76, 0xf5, 0x67, 0x6b, 0x7e, 0xeb, 0x52, 0xcb, // 0xd1, 0x5b, 0x9f, 0x0b, 0xdb, 0x40, 0x92, 0x1a, 0xfa, 0xac, 0xe4, 0xe1, 0x71, 0x1f, 0x65, 0x8d, // 0x97, 0x9e, 0x95, 0x90, 0x5d, 0xb7, 0xc1, 0xaf, 0x54, 0xfb, 0x02, 0xe0, 0x35, 0xbb, 0x3a, 0x4d, // 0xad, 0x2c, 0x3d, 0x56, 0x08, 0x1b, 0x4a, 0x93, 0x6a, 0xab, 0xb8, 0x7a, 0xf2, 0x7d, 0xda, 0x3f, // 0xfe, 0x3e, 0xbe, 0xea, 0xaa, 0x44, 0xc6, 0xd0, 0x36, 0x48, 0x70, 0x96, 0x77, 0x24, 0x53, 0xdf, // 0xf3, 0x83, 0x28, 0x32, 0x45, 0x1e, 0xa4, 0xd3, 0xa2, 0x46, 0x6e, 0x9c, 0xdd, 0x63, 0xd4, 0x9d // }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = L_21; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_23 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_22, L_23, /*hidden argument*/NULL); ((Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_StaticFields*)il2cpp_codegen_static_fields_for(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var))->set_T3_19(L_22); 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.Macs.Dstu7624Mac::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Mac__ctor_m0BBC24C7E69EBAFD628B44A21AC076FF8BA6ECA4 (Dstu7624Mac_t87BC372EB39E7F875F1E9AC44C02305BD131625D * __this, int32_t ___blockSizeBits0, int32_t ___q1, 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*)&Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public Dstu7624Mac(int blockSizeBits, int q) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // engine = new Dstu7624Engine(blockSizeBits); int32_t L_0 = ___blockSizeBits0; Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * L_1 = (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C *)il2cpp_codegen_object_new(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var); Dstu7624Engine__ctor_mF1B56351AC4D778640B44CE068B8797D6A9A323A(L_1, L_0, /*hidden argument*/NULL); __this->set_engine_1(L_1); // blockSize = blockSizeBits / 8; int32_t L_2 = ___blockSizeBits0; __this->set_blockSize_2(((int32_t)((int32_t)L_2/(int32_t)8))); // macSize = q / 8; int32_t L_3 = ___q1; __this->set_macSize_0(((int32_t)((int32_t)L_3/(int32_t)8))); // c = new byte[blockSize]; int32_t L_4 = __this->get_blockSize_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_4); __this->set_c_3(L_5); // cTemp = new byte[blockSize]; int32_t L_6 = __this->get_blockSize_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_6); __this->set_cTemp_4(L_7); // kDelta = new byte[blockSize]; int32_t L_8 = __this->get_blockSize_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_8); __this->set_kDelta_5(L_9); // buf = new byte[blockSize]; int32_t L_10 = __this->get_blockSize_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_10); __this->set_buf_6(L_11); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7624Mac::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Mac_Init_mF9200025676975AAC534A9D2CCBBBD5C09BD0C11 (Dstu7624Mac_t87BC372EB39E7F875F1E9AC44C02305BD131625D * __this, RuntimeObject* ___parameters0, 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; } { // if (parameters is KeyParameter) RuntimeObject* L_0 = ___parameters0; if (!((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)IsInstClass((RuntimeObject*)L_0, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))) { goto IL_0035; } } { // engine.Init(true, (KeyParameter)parameters); Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * L_1 = __this->get_engine_1(); RuntimeObject* L_2 = ___parameters0; NullCheck(L_1); VirtualActionInvoker2< bool, RuntimeObject* >::Invoke(10 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, L_1, (bool)1, ((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_2, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))); // engine.ProcessBlock(kDelta, 0, kDelta, 0); Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * L_3 = __this->get_engine_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_kDelta_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get_kDelta_5(); NullCheck(L_3); int32_t L_6; L_6 = VirtualFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(11 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, L_3, L_4, 0, L_5, 0); // } return; } IL_0035: { // throw new ArgumentException("invalid parameter passed to Dstu7624Mac init - " // + BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.GetTypeName(parameters)); RuntimeObject* L_7 = ___parameters0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var))); String_t* L_8; L_8 = Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB(L_7, /*hidden argument*/NULL); String_t* L_9; L_9 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral353A6935FCF15C38C7BF3563764BB2295A273832)), L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dstu7624Mac_Init_mF9200025676975AAC534A9D2CCBBBD5C09BD0C11_RuntimeMethod_var))); } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7624Mac::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Dstu7624Mac_get_AlgorithmName_m066752F5974FA2361918F050F019BA35E0B919BB (Dstu7624Mac_t87BC372EB39E7F875F1E9AC44C02305BD131625D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67B684FF757EC3D9F8FF6AC1E114C05BCB9D0E8E); s_Il2CppMethodInitialized = true; } { // get { return "Dstu7624Mac"; } return _stringLiteral67B684FF757EC3D9F8FF6AC1E114C05BCB9D0E8E; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7624Mac::GetMacSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dstu7624Mac_GetMacSize_mFF4798CC5EAFD04FCCE18044705AA8BF2F431F9D (Dstu7624Mac_t87BC372EB39E7F875F1E9AC44C02305BD131625D * __this, const RuntimeMethod* method) { { // return macSize; int32_t L_0 = __this->get_macSize_0(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7624Mac::Update(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Mac_Update_mF83D4CCE87325275EBB229D238FF06EC5BC204D6 (Dstu7624Mac_t87BC372EB39E7F875F1E9AC44C02305BD131625D * __this, uint8_t ___input0, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (bufOff == buf.Length) int32_t L_0 = __this->get_bufOff_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_buf_6(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))))) { goto IL_0024; } } { // processBlock(buf, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_buf_6(); Dstu7624Mac_processBlock_m5506530BF69774B1451A5574AB1E3C287DD5A4FD(__this, L_2, 0, /*hidden argument*/NULL); // bufOff = 0; __this->set_bufOff_7(0); } IL_0024: { // buf[bufOff++] = input; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_buf_6(); int32_t L_4 = __this->get_bufOff_7(); V_0 = L_4; int32_t L_5 = V_0; __this->set_bufOff_7(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; uint8_t L_7 = ___input0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (uint8_t)L_7); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7624Mac::BlockUpdate(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Mac_BlockUpdate_m3D0271E375F0648B2A8C80B8B7F595001FA7501A (Dstu7624Mac_t87BC372EB39E7F875F1E9AC44C02305BD131625D * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___len2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // if (len < 0) int32_t L_0 = ___len2; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000f; } } { // throw new ArgumentException( // "Can't have a negative input length!"); 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*)&_stringLiteralF8E97A2EC91B9BC5BE9457E4364E5C15F95B7FDC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dstu7624Mac_BlockUpdate_m3D0271E375F0648B2A8C80B8B7F595001FA7501A_RuntimeMethod_var))); } IL_000f: { // int blockSize = engine.GetBlockSize(); Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * L_2 = __this->get_engine_1(); NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::GetBlockSize() */, L_2); V_0 = L_3; // int gapLen = blockSize - bufOff; int32_t L_4 = V_0; int32_t L_5 = __this->get_bufOff_7(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)); // if (len > gapLen) int32_t L_6 = ___len2; int32_t L_7 = V_1; if ((((int32_t)L_6) <= ((int32_t)L_7))) { goto IL_0072; } } { // Array.Copy(input, inOff, buf, bufOff, gapLen); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___input0; int32_t L_9 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_buf_6(); int32_t L_11 = __this->get_bufOff_7(); int32_t L_12 = V_1; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_8, L_9, (RuntimeArray *)(RuntimeArray *)L_10, L_11, L_12, /*hidden argument*/NULL); // processBlock(buf, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = __this->get_buf_6(); Dstu7624Mac_processBlock_m5506530BF69774B1451A5574AB1E3C287DD5A4FD(__this, L_13, 0, /*hidden argument*/NULL); // bufOff = 0; __this->set_bufOff_7(0); // len -= gapLen; int32_t L_14 = ___len2; int32_t L_15 = V_1; ___len2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)); // inOff += gapLen; int32_t L_16 = ___inOff1; int32_t L_17 = V_1; ___inOff1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); goto IL_006e; } IL_005c: { // processBlock(input, inOff); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ___input0; int32_t L_19 = ___inOff1; Dstu7624Mac_processBlock_m5506530BF69774B1451A5574AB1E3C287DD5A4FD(__this, L_18, L_19, /*hidden argument*/NULL); // len -= blockSize; int32_t L_20 = ___len2; int32_t L_21 = V_0; ___len2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)); // inOff += blockSize; int32_t L_22 = ___inOff1; int32_t L_23 = V_0; ___inOff1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23)); } IL_006e: { // while (len > blockSize) int32_t L_24 = ___len2; int32_t L_25 = V_0; if ((((int32_t)L_24) > ((int32_t)L_25))) { goto IL_005c; } } IL_0072: { // Array.Copy(input, inOff, buf, bufOff, len); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___input0; int32_t L_27 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = __this->get_buf_6(); int32_t L_29 = __this->get_bufOff_7(); int32_t L_30 = ___len2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_26, L_27, (RuntimeArray *)(RuntimeArray *)L_28, L_29, L_30, /*hidden argument*/NULL); // bufOff += len; int32_t L_31 = __this->get_bufOff_7(); int32_t L_32 = ___len2; __this->set_bufOff_7(((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7624Mac::processBlock(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Mac_processBlock_m5506530BF69774B1451A5574AB1E3C287DD5A4FD (Dstu7624Mac_t87BC372EB39E7F875F1E9AC44C02305BD131625D * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, const RuntimeMethod* method) { { // Xor(c, 0, input, inOff, cTemp); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_c_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___input0; int32_t L_2 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_cTemp_4(); Dstu7624Mac_Xor_m1B6C33F838EAEAE7E536FAF959C25AE152CA26E5(__this, L_0, 0, L_1, L_2, L_3, /*hidden argument*/NULL); // engine.ProcessBlock(cTemp, 0, c, 0); Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * L_4 = __this->get_engine_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get_cTemp_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_c_3(); NullCheck(L_4); int32_t L_7; L_7 = VirtualFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(11 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, L_4, L_5, 0, L_6, 0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7624Mac::Xor(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Mac_Xor_m1B6C33F838EAEAE7E536FAF959C25AE152CA26E5 (Dstu7624Mac_t87BC372EB39E7F875F1E9AC44C02305BD131625D * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___c0, int32_t ___cOff1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input2, int32_t ___inOff3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___xorResult4, const RuntimeMethod* method) { int32_t V_0 = 0; { // for (int byteIndex = 0; byteIndex < blockSize; byteIndex++) V_0 = 0; goto IL_0019; } IL_0004: { // xorResult[byteIndex] = (byte)(c[byteIndex + cOff] ^ input[byteIndex + inOff]); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___xorResult4; int32_t L_1 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___c0; int32_t L_3 = V_0; int32_t L_4 = ___cOff1; NullCheck(L_2); int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); uint8_t L_6 = (L_2)->GetAt(static_cast(L_5)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___input2; int32_t L_8 = V_0; int32_t L_9 = ___inOff3; NullCheck(L_7); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)); uint8_t L_11 = (L_7)->GetAt(static_cast(L_10)); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_6^(int32_t)L_11))))); // for (int byteIndex = 0; byteIndex < blockSize; byteIndex++) int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0019: { // for (int byteIndex = 0; byteIndex < blockSize; byteIndex++) int32_t L_13 = V_0; int32_t L_14 = __this->get_blockSize_2(); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0004; } } { // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7624Mac::DoFinal(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dstu7624Mac_DoFinal_mBC86448FCAE981C922775FF49AFE9E71B00DBC30 (Dstu7624Mac_t87BC372EB39E7F875F1E9AC44C02305BD131625D * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___output0, int32_t ___outOff1, const RuntimeMethod* method) { { // if (bufOff % buf.Length != 0) int32_t L_0 = __this->get_bufOff_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_buf_6(); NullCheck(L_1); if (!((int32_t)((int32_t)L_0%(int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))) { goto IL_001c; } } { // throw new DataLengthException("Input must be a multiple of blocksize"); DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * L_2 = (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var))); DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral633B32425CF01CC2E1E97B0E9A89A8E20F2503E4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dstu7624Mac_DoFinal_mBC86448FCAE981C922775FF49AFE9E71B00DBC30_RuntimeMethod_var))); } IL_001c: { // Xor(c, 0, buf, 0, cTemp); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_c_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_buf_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get_cTemp_4(); Dstu7624Mac_Xor_m1B6C33F838EAEAE7E536FAF959C25AE152CA26E5(__this, L_3, 0, L_4, 0, L_5, /*hidden argument*/NULL); // Xor(cTemp, 0, kDelta, 0, c); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_cTemp_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_kDelta_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get_c_3(); Dstu7624Mac_Xor_m1B6C33F838EAEAE7E536FAF959C25AE152CA26E5(__this, L_6, 0, L_7, 0, L_8, /*hidden argument*/NULL); // engine.ProcessBlock(c, 0, c, 0); Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * L_9 = __this->get_engine_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_c_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = __this->get_c_3(); NullCheck(L_9); int32_t L_12; L_12 = VirtualFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(11 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, L_9, L_10, 0, L_11, 0); // if (macSize + outOff > output.Length) int32_t L_13 = __this->get_macSize_0(); int32_t L_14 = ___outOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___output0; NullCheck(L_15); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))) { goto IL_0082; } } { // throw new DataLengthException("Output buffer too short"); DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 * L_16 = (DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DataLengthException_t084143F55FB641046577C7BD1F58BC059B953180_il2cpp_TypeInfo_var))); DataLengthException__ctor_mFEE2A7A2F649E823D91C8863B37120A82C23FACE(L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEE9CDDD8B1181A0CB43151D4FF76A5DF7386E75C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dstu7624Mac_DoFinal_mBC86448FCAE981C922775FF49AFE9E71B00DBC30_RuntimeMethod_var))); } IL_0082: { // Array.Copy(c, 0, output, outOff, macSize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = __this->get_c_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ___output0; int32_t L_19 = ___outOff1; int32_t L_20 = __this->get_macSize_0(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_17, 0, (RuntimeArray *)(RuntimeArray *)L_18, L_19, L_20, /*hidden argument*/NULL); // return macSize; int32_t L_21 = __this->get_macSize_0(); return L_21; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Macs.Dstu7624Mac::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624Mac_Reset_m76F39FBA38A2D4D62965B205F9D07A34A7A97FE4 (Dstu7624Mac_t87BC372EB39E7F875F1E9AC44C02305BD131625D * __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; } { // Arrays.Fill(c, (byte)0x00); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_c_3(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); Arrays_Fill_m841D30B6E9F2CA374C9F6D5C3A690607C6E1BCFF(L_0, (uint8_t)0, /*hidden argument*/NULL); // Arrays.Fill(cTemp, (byte)0x00); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_cTemp_4(); Arrays_Fill_m841D30B6E9F2CA374C9F6D5C3A690607C6E1BCFF(L_1, (uint8_t)0, /*hidden argument*/NULL); // Arrays.Fill(kDelta, (byte)0x00); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_kDelta_5(); Arrays_Fill_m841D30B6E9F2CA374C9F6D5C3A690607C6E1BCFF(L_2, (uint8_t)0, /*hidden argument*/NULL); // Arrays.Fill(buf, (byte)0x00); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_buf_6(); Arrays_Fill_m841D30B6E9F2CA374C9F6D5C3A690607C6E1BCFF(L_3, (uint8_t)0, /*hidden argument*/NULL); // engine.Reset(); Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * L_4 = __this->get_engine_1(); NullCheck(L_4); VirtualActionInvoker0::Invoke(15 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::Reset() */, L_4); // engine.ProcessBlock(kDelta, 0, kDelta, 0); Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * L_5 = __this->get_engine_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_kDelta_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_kDelta_5(); NullCheck(L_5); int32_t L_8; L_8 = VirtualFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(11 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, L_5, L_6, 0, L_7, 0); // bufOff = 0; __this->set_bufOff_7(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.Engines.Dstu7624WrapEngine::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624WrapEngine__ctor_mE4560CE0D33F10D082E5A294358D2DB2CC426207 (Dstu7624WrapEngine_tD62E1777289715F4D3A0F55D6366596C3469F78B * __this, int32_t ___blockSizeBits0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public Dstu7624WrapEngine(int blockSizeBits) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // engine = new Dstu7624Engine(blockSizeBits); int32_t L_0 = ___blockSizeBits0; Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * L_1 = (Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C *)il2cpp_codegen_object_new(Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C_il2cpp_TypeInfo_var); Dstu7624Engine__ctor_mF1B56351AC4D778640B44CE068B8797D6A9A323A(L_1, L_0, /*hidden argument*/NULL); __this->set_engine_1(L_1); // param = null; __this->set_param_0((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)NULL); // blockSize = blockSizeBits / 8; int32_t L_2 = ___blockSizeBits0; __this->set_blockSize_3(((int32_t)((int32_t)L_2/(int32_t)8))); // } return; } } // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624WrapEngine::get_AlgorithmName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Dstu7624WrapEngine_get_AlgorithmName_m01D94F258310CCFB71A30BE3DCD554B51011866C (Dstu7624WrapEngine_tD62E1777289715F4D3A0F55D6366596C3469F78B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81F1755BA5AC9B625099930D22A3264DEF1E2A25); s_Il2CppMethodInitialized = true; } { // get { return "Dstu7624WrapEngine"; } return _stringLiteral81F1755BA5AC9B625099930D22A3264DEF1E2A25; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624WrapEngine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dstu7624WrapEngine_Init_m2BF003BC9E9D1B79B69826D38B2BBCD6752CE3DE (Dstu7624WrapEngine_tD62E1777289715F4D3A0F55D6366596C3469F78B * __this, bool ___forWrapping0, 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; } { // this.forWrapping = forWrapping; bool L_0 = ___forWrapping0; __this->set_forWrapping_2(L_0); // if (parameters is KeyParameter) RuntimeObject* L_1 = ___parameters1; if (!((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)IsInstClass((RuntimeObject*)L_1, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))) { goto IL_002e; } } { // this.param = (KeyParameter)parameters; RuntimeObject* L_2 = ___parameters1; __this->set_param_0(((KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC *)CastclassClass((RuntimeObject*)L_2, KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC_il2cpp_TypeInfo_var))); // engine.Init(forWrapping, param); Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * L_3 = __this->get_engine_1(); bool L_4 = ___forWrapping0; KeyParameter_t5407FA53F46E5481A5F286DE11652FC49C78A7FC * L_5 = __this->get_param_0(); NullCheck(L_3); VirtualActionInvoker2< bool, RuntimeObject* >::Invoke(10 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::Init(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.ICipherParameters) */, L_3, L_4, L_5); // } return; } IL_002e: { // throw new ArgumentException("Bad parameters passed to Dstu7624WrapEngine"); 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, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC6115D4DFA26231394CF860CCEF9DF7A2F188EEE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dstu7624WrapEngine_Init_m2BF003BC9E9D1B79B69826D38B2BBCD6752CE3DE_RuntimeMethod_var))); } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624WrapEngine::Wrap(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Dstu7624WrapEngine_Wrap_mEC4BD2E3FDEFEB37DEBE6F3BEE896B66EA41875D (Dstu7624WrapEngine_tD62E1777289715F4D3A0F55D6366596C3469F78B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, 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*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; RuntimeObject* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_7 = NULL; int32_t V_8 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; { // if (!forWrapping) bool L_0 = __this->get_forWrapping_2(); if (L_0) { goto IL_0013; } } { // throw new InvalidOperationException("Not set for wrapping"); 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*)&_stringLiteralE90349B6DD508155EFA1D80949C9D4259F1AAB4A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dstu7624WrapEngine_Wrap_mEC4BD2E3FDEFEB37DEBE6F3BEE896B66EA41875D_RuntimeMethod_var))); } IL_0013: { // if (length % blockSize != 0) int32_t L_2 = ___length2; int32_t L_3 = __this->get_blockSize_3(); if (!((int32_t)((int32_t)L_2%(int32_t)L_3))) { goto IL_0028; } } { // throw new ArgumentException("Padding not supported"); 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*)&_stringLiteral41EBBF2075FCCD83277EAC40C0CD9938E070DB49)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dstu7624WrapEngine_Wrap_mEC4BD2E3FDEFEB37DEBE6F3BEE896B66EA41875D_RuntimeMethod_var))); } IL_0028: { // int n = 2 * (1 + length / blockSize); int32_t L_5 = ___length2; int32_t L_6 = __this->get_blockSize_3(); V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)((int32_t)((int32_t)L_5/(int32_t)L_6)))))); // int V = (n - 1) * 6; int32_t L_7 = V_0; V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), (int32_t)6)); // byte[] buffer = new byte[length + blockSize]; int32_t L_8 = ___length2; int32_t L_9 = __this->get_blockSize_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9))); V_2 = L_10; // Array.Copy(input, inOff, buffer, 0, length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___input0; int32_t L_12 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_2; int32_t L_14 = ___length2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_11, L_12, (RuntimeArray *)(RuntimeArray *)L_13, 0, L_14, /*hidden argument*/NULL); // byte[] B = new byte[blockSize / 2]; int32_t L_15 = __this->get_blockSize_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_15/(int32_t)2))); V_3 = L_16; // Array.Copy(buffer, 0, B, 0, blockSize / 2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_3; int32_t L_19 = __this->get_blockSize_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_17, 0, (RuntimeArray *)(RuntimeArray *)L_18, 0, ((int32_t)((int32_t)L_19/(int32_t)2)), /*hidden argument*/NULL); // IList bTemp = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_20; L_20 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_4 = L_20; // int bHalfBlocksLen = buffer.Length - blockSize / 2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_2; NullCheck(L_21); int32_t L_22 = __this->get_blockSize_3(); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length))), (int32_t)((int32_t)((int32_t)L_22/(int32_t)2)))); // int bufOff = blockSize / 2; int32_t L_23 = __this->get_blockSize_3(); V_6 = ((int32_t)((int32_t)L_23/(int32_t)2)); goto IL_00d9; } IL_0093: { // byte[] temp = new byte[blockSize / 2]; int32_t L_24 = __this->get_blockSize_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_24/(int32_t)2))); V_7 = L_25; // Array.Copy(buffer, bufOff, temp, 0, blockSize / 2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_2; int32_t L_27 = V_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_7; int32_t L_29 = __this->get_blockSize_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_26, L_27, (RuntimeArray *)(RuntimeArray *)L_28, 0, ((int32_t)((int32_t)L_29/(int32_t)2)), /*hidden argument*/NULL); // bTemp.Add(temp); RuntimeObject* L_30 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = V_7; NullCheck(L_30); int32_t L_32; L_32 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_30, (RuntimeObject *)(RuntimeObject *)L_31); // bHalfBlocksLen -= blockSize / 2; int32_t L_33 = V_5; int32_t L_34 = __this->get_blockSize_3(); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)((int32_t)((int32_t)L_34/(int32_t)2)))); // bufOff += blockSize / 2; int32_t L_35 = V_6; int32_t L_36 = __this->get_blockSize_3(); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)((int32_t)((int32_t)L_36/(int32_t)2)))); } IL_00d9: { // while (bHalfBlocksLen != 0) int32_t L_37 = V_5; if (L_37) { goto IL_0093; } } { // for (int j = 0; j < V; j++) V_8 = 0; goto IL_01df; } IL_00e5: { // Array.Copy(B, 0, buffer, 0, blockSize / 2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = V_2; int32_t L_40 = __this->get_blockSize_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_38, 0, (RuntimeArray *)(RuntimeArray *)L_39, 0, ((int32_t)((int32_t)L_40/(int32_t)2)), /*hidden argument*/NULL); // Array.Copy((byte[])bTemp[0], 0, buffer, blockSize / 2, blockSize / 2); RuntimeObject* L_41 = V_4; NullCheck(L_41); RuntimeObject * L_42; L_42 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_41, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43 = V_2; int32_t L_44 = __this->get_blockSize_3(); int32_t L_45 = __this->get_blockSize_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_42, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), 0, (RuntimeArray *)(RuntimeArray *)L_43, ((int32_t)((int32_t)L_44/(int32_t)2)), ((int32_t)((int32_t)L_45/(int32_t)2)), /*hidden argument*/NULL); // engine.ProcessBlock(buffer, 0, buffer, 0); Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * L_46 = __this->get_engine_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_48 = V_2; NullCheck(L_46); int32_t L_49; L_49 = VirtualFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(11 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, L_46, L_47, 0, L_48, 0); // byte[] intArray = Pack.UInt32_To_LE((uint)(j + 1)); int32_t L_50 = V_8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_51; L_51 = Pack_UInt32_To_LE_mDD4FA0D2721D43D8530B1958288822DABF25AE6A(((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)), /*hidden argument*/NULL); V_9 = L_51; // for (int byteNum = 0; byteNum < intArray.Length; byteNum++) V_10 = 0; goto IL_015b; } IL_013a: { // buffer[byteNum + blockSize / 2] ^= intArray[byteNum]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_52 = V_2; int32_t L_53 = V_10; int32_t L_54 = __this->get_blockSize_3(); NullCheck(L_52); uint8_t* L_55 = ((L_52)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)((int32_t)((int32_t)L_54/(int32_t)2))))))); int32_t L_56 = *((uint8_t*)L_55); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_57 = V_9; int32_t L_58 = V_10; NullCheck(L_57); int32_t L_59 = L_58; uint8_t L_60 = (L_57)->GetAt(static_cast(L_59)); *((int8_t*)L_55) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_56^(int32_t)L_60)))); // for (int byteNum = 0; byteNum < intArray.Length; byteNum++) int32_t L_61 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_015b: { // for (int byteNum = 0; byteNum < intArray.Length; byteNum++) int32_t L_62 = V_10; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_63 = V_9; NullCheck(L_63); if ((((int32_t)L_62) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_63)->max_length)))))) { goto IL_013a; } } { // Array.Copy(buffer, blockSize / 2, B, 0, blockSize / 2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_64 = V_2; int32_t L_65 = __this->get_blockSize_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_66 = V_3; int32_t L_67 = __this->get_blockSize_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_64, ((int32_t)((int32_t)L_65/(int32_t)2)), (RuntimeArray *)(RuntimeArray *)L_66, 0, ((int32_t)((int32_t)L_67/(int32_t)2)), /*hidden argument*/NULL); // for (int i = 2; i < n; i++) V_11 = 2; goto IL_01b5; } IL_0180: { // Array.Copy((byte[])bTemp[i - 1], 0, (byte[])bTemp[i - 2], 0, blockSize / 2); RuntimeObject* L_68 = V_4; int32_t L_69 = V_11; NullCheck(L_68); RuntimeObject * L_70; L_70 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_68, ((int32_t)il2cpp_codegen_subtract((int32_t)L_69, (int32_t)1))); RuntimeObject* L_71 = V_4; int32_t L_72 = V_11; NullCheck(L_71); RuntimeObject * L_73; L_73 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_71, ((int32_t)il2cpp_codegen_subtract((int32_t)L_72, (int32_t)2))); int32_t L_74 = __this->get_blockSize_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_70, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), 0, (RuntimeArray *)(RuntimeArray *)((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_73, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), 0, ((int32_t)((int32_t)L_74/(int32_t)2)), /*hidden argument*/NULL); // for (int i = 2; i < n; i++) int32_t L_75 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); } IL_01b5: { // for (int i = 2; i < n; i++) int32_t L_76 = V_11; int32_t L_77 = V_0; if ((((int32_t)L_76) < ((int32_t)L_77))) { goto IL_0180; } } { // Array.Copy(buffer, 0, (byte[])bTemp[n - 2], 0, blockSize / 2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_78 = V_2; RuntimeObject* L_79 = V_4; int32_t L_80 = V_0; NullCheck(L_79); RuntimeObject * L_81; L_81 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_79, ((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)2))); int32_t L_82 = __this->get_blockSize_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_78, 0, (RuntimeArray *)(RuntimeArray *)((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_81, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), 0, ((int32_t)((int32_t)L_82/(int32_t)2)), /*hidden argument*/NULL); // for (int j = 0; j < V; j++) int32_t L_83 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)1)); } IL_01df: { // for (int j = 0; j < V; j++) int32_t L_84 = V_8; int32_t L_85 = V_1; if ((((int32_t)L_84) < ((int32_t)L_85))) { goto IL_00e5; } } { // Array.Copy(B, 0, buffer, 0, blockSize / 2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_86 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_87 = V_2; int32_t L_88 = __this->get_blockSize_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_86, 0, (RuntimeArray *)(RuntimeArray *)L_87, 0, ((int32_t)((int32_t)L_88/(int32_t)2)), /*hidden argument*/NULL); // bufOff = blockSize / 2; int32_t L_89 = __this->get_blockSize_3(); V_6 = ((int32_t)((int32_t)L_89/(int32_t)2)); // for (int i = 0; i < n - 1; i++) V_12 = 0; goto IL_0239; } IL_0207: { // Array.Copy((byte[])bTemp[i], 0, buffer, bufOff, blockSize / 2); RuntimeObject* L_90 = V_4; int32_t L_91 = V_12; NullCheck(L_90); RuntimeObject * L_92; L_92 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_90, L_91); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_93 = V_2; int32_t L_94 = V_6; int32_t L_95 = __this->get_blockSize_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_92, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), 0, (RuntimeArray *)(RuntimeArray *)L_93, L_94, ((int32_t)((int32_t)L_95/(int32_t)2)), /*hidden argument*/NULL); // bufOff += blockSize / 2; int32_t L_96 = V_6; int32_t L_97 = __this->get_blockSize_3(); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)((int32_t)((int32_t)L_97/(int32_t)2)))); // for (int i = 0; i < n - 1; i++) int32_t L_98 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1)); } IL_0239: { // for (int i = 0; i < n - 1; i++) int32_t L_99 = V_12; int32_t L_100 = V_0; if ((((int32_t)L_99) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_100, (int32_t)1))))) { goto IL_0207; } } { // return buffer; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_101 = V_2; return L_101; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624WrapEngine::Unwrap(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Dstu7624WrapEngine_Unwrap_m19B9873EC2404BBB33164ED4CBFBD334426B790C (Dstu7624WrapEngine_tD62E1777289715F4D3A0F55D6366596C3469F78B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, int32_t ___inOff1, int32_t ___length2, 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*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; RuntimeObject* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; uint8_t V_7 = 0x0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_8 = NULL; int32_t V_9 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_10 = NULL; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; { // if (forWrapping) bool L_0 = __this->get_forWrapping_2(); if (!L_0) { goto IL_0013; } } { // throw new InvalidOperationException("not set for unwrapping"); 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*)&_stringLiteralFCEDA8A42E275C214506B6047B5D09353160F3FB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dstu7624WrapEngine_Unwrap_m19B9873EC2404BBB33164ED4CBFBD334426B790C_RuntimeMethod_var))); } IL_0013: { // if (length % blockSize != 0) int32_t L_2 = ___length2; int32_t L_3 = __this->get_blockSize_3(); if (!((int32_t)((int32_t)L_2%(int32_t)L_3))) { goto IL_0028; } } { // throw new ArgumentException("Padding not supported"); 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*)&_stringLiteral41EBBF2075FCCD83277EAC40C0CD9938E070DB49)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dstu7624WrapEngine_Unwrap_m19B9873EC2404BBB33164ED4CBFBD334426B790C_RuntimeMethod_var))); } IL_0028: { // int n = 2 * length / blockSize; int32_t L_5 = ___length2; int32_t L_6 = __this->get_blockSize_3(); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_5))/(int32_t)L_6)); // int V = (n - 1) * 6; int32_t L_7 = V_0; V_1 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), (int32_t)6)); // byte[] buffer = new byte[length]; int32_t L_8 = ___length2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_8); V_2 = L_9; // Array.Copy(input, inOff, buffer, 0, length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___input0; int32_t L_11 = ___inOff1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_2; int32_t L_13 = ___length2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_10, L_11, (RuntimeArray *)(RuntimeArray *)L_12, 0, L_13, /*hidden argument*/NULL); // byte[] B = new byte[blockSize / 2]; int32_t L_14 = __this->get_blockSize_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_14/(int32_t)2))); V_3 = L_15; // Array.Copy(buffer, 0, B, 0, blockSize / 2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_3; int32_t L_18 = __this->get_blockSize_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_16, 0, (RuntimeArray *)(RuntimeArray *)L_17, 0, ((int32_t)((int32_t)L_18/(int32_t)2)), /*hidden argument*/NULL); // IList bTemp = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_19; L_19 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); V_4 = L_19; // int bHalfBlocksLen = buffer.Length - blockSize / 2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_2; NullCheck(L_20); int32_t L_21 = __this->get_blockSize_3(); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length))), (int32_t)((int32_t)((int32_t)L_21/(int32_t)2)))); // int bufOff = blockSize / 2; int32_t L_22 = __this->get_blockSize_3(); V_6 = ((int32_t)((int32_t)L_22/(int32_t)2)); goto IL_00d0; } IL_008a: { // byte[] temp = new byte[blockSize / 2]; int32_t L_23 = __this->get_blockSize_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_23/(int32_t)2))); V_8 = L_24; // Array.Copy(buffer, bufOff, temp, 0, blockSize / 2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = V_2; int32_t L_26 = V_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_8; int32_t L_28 = __this->get_blockSize_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_25, L_26, (RuntimeArray *)(RuntimeArray *)L_27, 0, ((int32_t)((int32_t)L_28/(int32_t)2)), /*hidden argument*/NULL); // bTemp.Add(temp); RuntimeObject* L_29 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = V_8; NullCheck(L_29); int32_t L_31; L_31 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_29, (RuntimeObject *)(RuntimeObject *)L_30); // bHalfBlocksLen -= blockSize / 2; int32_t L_32 = V_5; int32_t L_33 = __this->get_blockSize_3(); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)((int32_t)((int32_t)L_33/(int32_t)2)))); // bufOff += blockSize / 2; int32_t L_34 = V_6; int32_t L_35 = __this->get_blockSize_3(); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)((int32_t)((int32_t)L_35/(int32_t)2)))); } IL_00d0: { // while (bHalfBlocksLen != 0) int32_t L_36 = V_5; if (L_36) { goto IL_008a; } } { // for (int j = 0; j < V; j++) V_9 = 0; goto IL_01d8; } IL_00dc: { // Array.Copy((byte[])bTemp[n - 2], 0, buffer, 0, blockSize / 2); RuntimeObject* L_37 = V_4; int32_t L_38 = V_0; NullCheck(L_37); RuntimeObject * L_39; L_39 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_37, ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)2))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = V_2; int32_t L_41 = __this->get_blockSize_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_39, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), 0, (RuntimeArray *)(RuntimeArray *)L_40, 0, ((int32_t)((int32_t)L_41/(int32_t)2)), /*hidden argument*/NULL); // Array.Copy(B, 0, buffer, blockSize / 2, blockSize / 2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_42 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43 = V_2; int32_t L_44 = __this->get_blockSize_3(); int32_t L_45 = __this->get_blockSize_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_42, 0, (RuntimeArray *)(RuntimeArray *)L_43, ((int32_t)((int32_t)L_44/(int32_t)2)), ((int32_t)((int32_t)L_45/(int32_t)2)), /*hidden argument*/NULL); // byte[] intArray = Pack.UInt32_To_LE((uint)(V - j)); int32_t L_46 = V_1; int32_t L_47 = V_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_48; L_48 = Pack_UInt32_To_LE_mDD4FA0D2721D43D8530B1958288822DABF25AE6A(((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)L_47)), /*hidden argument*/NULL); V_10 = L_48; // for (int byteNum = 0; byteNum < intArray.Length; byteNum++) V_11 = 0; goto IL_0144; } IL_0123: { // buffer[byteNum + blockSize / 2] ^= intArray[byteNum]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_49 = V_2; int32_t L_50 = V_11; int32_t L_51 = __this->get_blockSize_3(); NullCheck(L_49); uint8_t* L_52 = ((L_49)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)((int32_t)((int32_t)L_51/(int32_t)2))))))); int32_t L_53 = *((uint8_t*)L_52); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54 = V_10; int32_t L_55 = V_11; NullCheck(L_54); int32_t L_56 = L_55; uint8_t L_57 = (L_54)->GetAt(static_cast(L_56)); *((int8_t*)L_52) = (int8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_53^(int32_t)L_57)))); // for (int byteNum = 0; byteNum < intArray.Length; byteNum++) int32_t L_58 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); } IL_0144: { // for (int byteNum = 0; byteNum < intArray.Length; byteNum++) int32_t L_59 = V_11; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_60 = V_10; NullCheck(L_60); if ((((int32_t)L_59) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_60)->max_length)))))) { goto IL_0123; } } { // engine.ProcessBlock(buffer, 0, buffer, 0); Dstu7624Engine_t63BD6C3B37D9C4FDFDD30641625996B4E88D1C6C * L_61 = __this->get_engine_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_62 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_63 = V_2; NullCheck(L_61); int32_t L_64; L_64 = VirtualFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(11 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Engines.Dstu7624Engine::ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32) */, L_61, L_62, 0, L_63, 0); // Array.Copy(buffer, 0, B, 0, blockSize / 2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_65 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_66 = V_3; int32_t L_67 = __this->get_blockSize_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_65, 0, (RuntimeArray *)(RuntimeArray *)L_66, 0, ((int32_t)((int32_t)L_67/(int32_t)2)), /*hidden argument*/NULL); // for (int i = 2; i < n; i++) V_12 = 2; goto IL_01a9; } IL_0172: { // Array.Copy((byte[])bTemp[n - i - 1], 0, (byte[])bTemp[n - i], 0, blockSize / 2); RuntimeObject* L_68 = V_4; int32_t L_69 = V_0; int32_t L_70 = V_12; NullCheck(L_68); RuntimeObject * L_71; L_71 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_68, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_69, (int32_t)L_70)), (int32_t)1))); RuntimeObject* L_72 = V_4; int32_t L_73 = V_0; int32_t L_74 = V_12; NullCheck(L_72); RuntimeObject * L_75; L_75 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_72, ((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)L_74))); int32_t L_76 = __this->get_blockSize_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_71, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), 0, (RuntimeArray *)(RuntimeArray *)((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_75, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), 0, ((int32_t)((int32_t)L_76/(int32_t)2)), /*hidden argument*/NULL); // for (int i = 2; i < n; i++) int32_t L_77 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1)); } IL_01a9: { // for (int i = 2; i < n; i++) int32_t L_78 = V_12; int32_t L_79 = V_0; if ((((int32_t)L_78) < ((int32_t)L_79))) { goto IL_0172; } } { // Array.Copy(buffer, blockSize / 2, (byte[])bTemp[0], 0, blockSize / 2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_80 = V_2; int32_t L_81 = __this->get_blockSize_3(); RuntimeObject* L_82 = V_4; NullCheck(L_82); RuntimeObject * L_83; L_83 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_82, 0); int32_t L_84 = __this->get_blockSize_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_80, ((int32_t)((int32_t)L_81/(int32_t)2)), (RuntimeArray *)(RuntimeArray *)((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_83, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), 0, ((int32_t)((int32_t)L_84/(int32_t)2)), /*hidden argument*/NULL); // for (int j = 0; j < V; j++) int32_t L_85 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1)); } IL_01d8: { // for (int j = 0; j < V; j++) int32_t L_86 = V_9; int32_t L_87 = V_1; if ((((int32_t)L_86) < ((int32_t)L_87))) { goto IL_00dc; } } { // Array.Copy(B, 0, buffer, 0, blockSize / 2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_88 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_89 = V_2; int32_t L_90 = __this->get_blockSize_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_88, 0, (RuntimeArray *)(RuntimeArray *)L_89, 0, ((int32_t)((int32_t)L_90/(int32_t)2)), /*hidden argument*/NULL); // bufOff = blockSize / 2; int32_t L_91 = __this->get_blockSize_3(); V_6 = ((int32_t)((int32_t)L_91/(int32_t)2)); // for (int i = 0; i < n - 1; i++) V_13 = 0; goto IL_0232; } IL_0200: { // Array.Copy((byte[])bTemp[i], 0, buffer, bufOff, blockSize / 2); RuntimeObject* L_92 = V_4; int32_t L_93 = V_13; NullCheck(L_92); RuntimeObject * L_94; L_94 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_92, L_93); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_95 = V_2; int32_t L_96 = V_6; int32_t L_97 = __this->get_blockSize_3(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_94, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), 0, (RuntimeArray *)(RuntimeArray *)L_95, L_96, ((int32_t)((int32_t)L_97/(int32_t)2)), /*hidden argument*/NULL); // bufOff += blockSize / 2; int32_t L_98 = V_6; int32_t L_99 = __this->get_blockSize_3(); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)((int32_t)((int32_t)L_99/(int32_t)2)))); // for (int i = 0; i < n - 1; i++) int32_t L_100 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1)); } IL_0232: { // for (int i = 0; i < n - 1; i++) int32_t L_101 = V_13; int32_t L_102 = V_0; if ((((int32_t)L_101) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_102, (int32_t)1))))) { goto IL_0200; } } { // byte diff = 0; V_7 = (uint8_t)0; // for (int i = buffer.Length - blockSize; i < buffer.Length; ++i) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_103 = V_2; NullCheck(L_103); int32_t L_104 = __this->get_blockSize_3(); V_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_103)->max_length))), (int32_t)L_104)); goto IL_025a; } IL_024a: { // diff |= buffer[i]; uint8_t L_105 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_106 = V_2; int32_t L_107 = V_14; NullCheck(L_106); int32_t L_108 = L_107; uint8_t L_109 = (L_106)->GetAt(static_cast(L_108)); V_7 = (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_105|(int32_t)L_109)))); // for (int i = buffer.Length - blockSize; i < buffer.Length; ++i) int32_t L_110 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)1)); } IL_025a: { // for (int i = buffer.Length - blockSize; i < buffer.Length; ++i) int32_t L_111 = V_14; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_112 = V_2; NullCheck(L_112); if ((((int32_t)L_111) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_112)->max_length)))))) { goto IL_024a; } } { // if (diff != 0) uint8_t L_113 = V_7; if (!L_113) { goto IL_0270; } } { // throw new InvalidCipherTextException("checksum failed"); InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D * L_114 = (InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCipherTextException_tCB4102F353576109DF6723BAD28806C82D61BC8D_il2cpp_TypeInfo_var))); InvalidCipherTextException__ctor_m17000A09278358915AC0F74D4227FA7AC7C72043(L_114, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1E2FB89DD75EA7DEDFEA6B005895F82CFB64C914)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_114, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dstu7624WrapEngine_Unwrap_m19B9873EC2404BBB33164ED4CBFBD334426B790C_RuntimeMethod_var))); } IL_0270: { // return Arrays.CopyOfRange(buffer, 0, buffer.Length - blockSize); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_115 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_116 = V_2; NullCheck(L_116); int32_t L_117 = __this->get_blockSize_3(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_118; L_118 = Arrays_CopyOfRange_m4DB795FE5A54E33AF1B2C338A8DB20C3EA14CDE4(L_115, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_116)->max_length))), (int32_t)L_117)), /*hidden argument*/NULL); return L_118; } } #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.DtlsClientProtocol::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsClientProtocol__ctor_m6790D190B25437E4138DA51E4171758C21284097 (DtlsClientProtocol_tC994E8F7D72688983665C3305E4A0C4F5D9884F4 * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___secureRandom0, const RuntimeMethod* method) { { // : base(secureRandom) SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = ___secureRandom0; DtlsProtocol__ctor_m32B5FEB7DECB88F5B74CFBE16E16AE6E8F13FDC6(__this, L_0, /*hidden argument*/NULL); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsTransport BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::Connect(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClient,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DatagramTransport) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB * DtlsClientProtocol_Connect_m8692C8001C76768AFB425F6509D396CDEC8E64CB (DtlsClientProtocol_tC994E8F7D72688983665C3305E4A0C4F5D9884F4 * __this, RuntimeObject* ___client0, RuntimeObject* ___transport1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsClient_tADD26470896CB199F4C404BD9550034A74297513_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsPeer_tBC992F97A16EC0798791CB9BF62C21AA1CD54348_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsSession_t4CB6C94A80A6FE3AF5678CBB7475A74FE61AE4F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * V_0 = NULL; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * V_1 = NULL; DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * V_2 = NULL; RuntimeObject* V_3 = NULL; SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * V_4 = NULL; DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB * V_5 = NULL; TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * V_6 = NULL; Exception_t * V_7 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (client == null) RuntimeObject* L_0 = ___client0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("client"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8576BA38A6B54451F2DCD524CBE7A6AEAD448846)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsClientProtocol_Connect_m8692C8001C76768AFB425F6509D396CDEC8E64CB_RuntimeMethod_var))); } IL_000e: { // if (transport == null) RuntimeObject* L_2 = ___transport1; if (L_2) { goto IL_001c; } } { // throw new ArgumentNullException("transport"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral260727C413292B2078220DF57528EA4F36D1A3DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsClientProtocol_Connect_m8692C8001C76768AFB425F6509D396CDEC8E64CB_RuntimeMethod_var))); } IL_001c: { // SecurityParameters securityParameters = new SecurityParameters(); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_4 = (SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 *)il2cpp_codegen_object_new(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803_il2cpp_TypeInfo_var); SecurityParameters__ctor_m4DEFDB6F8DEAF74BBF4A939145C6553275873D19(L_4, /*hidden argument*/NULL); V_0 = L_4; // securityParameters.entity = ConnectionEnd.client; SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_5 = V_0; NullCheck(L_5); L_5->set_entity_0(1); // ClientHandshakeState state = new ClientHandshakeState(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_6 = (ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 *)il2cpp_codegen_object_new(ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5_il2cpp_TypeInfo_var); ClientHandshakeState__ctor_mD36918A28F7AC45C01F52C7B59929EAA4E646384(L_6, /*hidden argument*/NULL); V_1 = L_6; // state.client = client; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_7 = V_1; RuntimeObject* L_8 = ___client0; NullCheck(L_7); L_7->set_client_0(L_8); // state.clientContext = new TlsClientContextImpl(mSecureRandom, securityParameters); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_9 = V_1; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_10 = ((DtlsProtocol_t67B922C04398E5FB7E56005D51B95EEE1534CFED *)__this)->get_mSecureRandom_0(); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_11 = V_0; TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_12 = (TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF *)il2cpp_codegen_object_new(TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF_il2cpp_TypeInfo_var); TlsClientContextImpl__ctor_m2F67AC16A08C1DF0D26560A0F5C624F288014381(L_12, L_10, L_11, /*hidden argument*/NULL); NullCheck(L_9); L_9->set_clientContext_1(L_12); // securityParameters.clientRandom = TlsProtocol.CreateRandomBlock(client.ShouldUseGmtUnixTime(), // state.clientContext.NonceRandomGenerator); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_13 = V_0; RuntimeObject* L_14 = ___client0; NullCheck(L_14); bool L_15; L_15 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPeer::ShouldUseGmtUnixTime() */, TlsPeer_tBC992F97A16EC0798791CB9BF62C21AA1CD54348_il2cpp_TypeInfo_var, L_14); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_16 = V_1; NullCheck(L_16); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_17 = L_16->get_clientContext_1(); NullCheck(L_17); RuntimeObject* L_18; L_18 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(14 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::get_NonceRandomGenerator() */, L_17); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19; L_19 = TlsProtocol_CreateRandomBlock_m92598180A2F8675959253CF8A9600DDA1AE02D63(L_15, L_18, /*hidden argument*/NULL); NullCheck(L_13); L_13->set_clientRandom_6(L_19); // client.Init(state.clientContext); RuntimeObject* L_20 = ___client0; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_21 = V_1; NullCheck(L_21); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_22 = L_21->get_clientContext_1(); NullCheck(L_20); InterfaceActionInvoker1< RuntimeObject* >::Invoke(2 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClient::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClientContext) */, TlsClient_tADD26470896CB199F4C404BD9550034A74297513_il2cpp_TypeInfo_var, L_20, L_22); // DtlsRecordLayer recordLayer = new DtlsRecordLayer(transport, state.clientContext, client, ContentType.handshake); RuntimeObject* L_23 = ___transport1; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_24 = V_1; NullCheck(L_24); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_25 = L_24->get_clientContext_1(); RuntimeObject* L_26 = ___client0; DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_27 = (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 *)il2cpp_codegen_object_new(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1_il2cpp_TypeInfo_var); DtlsRecordLayer__ctor_mFA9A795E749E96891348C8FAB3A6EA5451D260A0(L_27, L_23, L_25, L_26, (uint8_t)((int32_t)22), /*hidden argument*/NULL); V_2 = L_27; // TlsSession sessionToResume = state.client.GetSessionToResume(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_28 = V_1; NullCheck(L_28); RuntimeObject* L_29 = L_28->get_client_0(); NullCheck(L_29); RuntimeObject* L_30; L_30 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(3 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSession BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClient::GetSessionToResume() */, TlsClient_tADD26470896CB199F4C404BD9550034A74297513_il2cpp_TypeInfo_var, L_29); V_3 = L_30; // if (sessionToResume != null && sessionToResume.IsResumable) RuntimeObject* L_31 = V_3; if (!L_31) { goto IL_00bb; } } { RuntimeObject* L_32 = V_3; NullCheck(L_32); bool L_33; L_33 = InterfaceFuncInvoker0< bool >::Invoke(3 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSession::get_IsResumable() */, TlsSession_t4CB6C94A80A6FE3AF5678CBB7475A74FE61AE4F0_il2cpp_TypeInfo_var, L_32); if (!L_33) { goto IL_00bb; } } { // SessionParameters sessionParameters = sessionToResume.ExportSessionParameters(); RuntimeObject* L_34 = V_3; NullCheck(L_34); SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * L_35; L_35 = InterfaceFuncInvoker0< SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * >::Invoke(0 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SessionParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSession::ExportSessionParameters() */, TlsSession_t4CB6C94A80A6FE3AF5678CBB7475A74FE61AE4F0_il2cpp_TypeInfo_var, L_34); V_4 = L_35; // if (sessionParameters != null && sessionParameters.IsExtendedMasterSecret) SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * L_36 = V_4; if (!L_36) { goto IL_00bb; } } { SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * L_37 = V_4; NullCheck(L_37); bool L_38; L_38 = SessionParameters_get_IsExtendedMasterSecret_m0E44233725BECE1CE04D35EE9221186CC3C561DA_inline(L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_00bb; } } { // state.tlsSession = sessionToResume; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_39 = V_1; RuntimeObject* L_40 = V_3; NullCheck(L_39); L_39->set_tlsSession_2(L_40); // state.sessionParameters = sessionParameters; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_41 = V_1; SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * L_42 = V_4; NullCheck(L_41); L_41->set_sessionParameters_3(L_42); } IL_00bb: { } IL_00bc: try {// begin try (depth: 1) try {// begin try (depth: 2) // return ClientHandshake(state, recordLayer); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_43 = V_1; DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_44 = V_2; DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB * L_45; L_45 = VirtualFuncInvoker2< DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB *, ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 *, DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * >::Invoke(7 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsTransport BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::ClientHandshake(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer) */, __this, L_43, L_44); V_5 = L_45; IL2CPP_LEAVE(0x104, FINALLY_00fd); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00c8; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00dc; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00e7; } throw e; } CATCH_00c8: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert) // catch (TlsFatalAlert fatalAlert) V_6 = ((TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)IL2CPP_GET_ACTIVE_EXCEPTION(TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)); // AbortClientHandshake(state, recordLayer, fatalAlert.AlertDescription); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_46 = V_1; DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_47 = V_2; TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_48 = V_6; NullCheck(L_48); uint8_t L_49; L_49 = VirtualFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert::get_AlertDescription() */, L_48); VirtualActionInvoker3< ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 *, DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 *, uint8_t >::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::AbortClientHandshake(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer,System.Byte) */, __this, L_46, L_47, L_49); // throw fatalAlert; TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_50 = V_6; IL2CPP_RAISE_MANAGED_EXCEPTION(L_50, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsClientProtocol_Connect_m8692C8001C76768AFB425F6509D396CDEC8E64CB_RuntimeMethod_var))); }// end catch (depth: 2) CATCH_00dc: {// begin catch(System.IO.IOException) // AbortClientHandshake(state, recordLayer, AlertDescription.internal_error); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_51 = V_1; DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_52 = V_2; VirtualActionInvoker3< ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 *, DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 *, uint8_t >::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::AbortClientHandshake(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer,System.Byte) */, __this, L_51, L_52, (uint8_t)((int32_t)80)); // throw e; IL2CPP_RAISE_MANAGED_EXCEPTION(((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsClientProtocol_Connect_m8692C8001C76768AFB425F6509D396CDEC8E64CB_RuntimeMethod_var))); }// end catch (depth: 2) CATCH_00e7: {// begin catch(System.Exception) // catch (Exception e) V_7 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // AbortClientHandshake(state, recordLayer, AlertDescription.internal_error); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_53 = V_1; DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_54 = V_2; VirtualActionInvoker3< ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 *, DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 *, uint8_t >::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::AbortClientHandshake(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer,System.Byte) */, __this, L_53, L_54, (uint8_t)((int32_t)80)); // throw new TlsFatalAlert(AlertDescription.internal_error, e); Exception_t * L_55 = V_7; TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_56 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_mB946761CD8831D1CA0FFE235C0B4B0013B666333(L_56, (uint8_t)((int32_t)80), L_55, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_56, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsClientProtocol_Connect_m8692C8001C76768AFB425F6509D396CDEC8E64CB_RuntimeMethod_var))); }// end catch (depth: 2) }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00fd; } FINALLY_00fd: {// begin finally (depth: 1) // securityParameters.Clear(); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_57 = V_0; NullCheck(L_57); VirtualActionInvoker0::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::Clear() */, L_57); // } IL2CPP_END_FINALLY(253) }// end finally (depth: 1) IL2CPP_CLEANUP(253) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x104, IL_0104) } IL_0104: { // } DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB * L_58 = V_5; return L_58; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::AbortClientHandshake(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsClientProtocol_AbortClientHandshake_m4A0B4551B81FD599ACF56052A74EF6655299E225 (DtlsClientProtocol_tC994E8F7D72688983665C3305E4A0C4F5D9884F4 * __this, ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * ___state0, DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * ___recordLayer1, uint8_t ___alertDescription2, const RuntimeMethod* method) { { // recordLayer.Fail(alertDescription); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_0 = ___recordLayer1; uint8_t L_1 = ___alertDescription2; NullCheck(L_0); VirtualActionInvoker1< uint8_t >::Invoke(23 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::Fail(System.Byte) */, L_0, L_1); // InvalidateSession(state); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_2 = ___state0; VirtualActionInvoker1< ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * >::Invoke(11 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::InvalidateSession(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState) */, __this, L_2); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsTransport BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::ClientHandshake(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB * DtlsClientProtocol_ClientHandshake_mE57894FFFDC0472EED31C42C8531F5AAA375E336 (DtlsClientProtocol_tC994E8F7D72688983665C3305E4A0C4F5D9884F4 * __this, ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * ___state0, DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * ___recordLayer1, 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*)&Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsAuthentication_t5FA1BEF9526C288C8F717080E2AB1CA4B21FF542_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsClient_tADD26470896CB199F4C404BD9550034A74297513_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsCredentials_t6C3F3B2C48D027442C1753CA9C9E1D75BC3B4CA7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsHandshakeHash_tDE3722A66DA26F2E7CDFBD4FAE3E90EEE0FF40B1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsPeer_tBC992F97A16EC0798791CB9BF62C21AA1CD54348_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsSessionImpl_tF4C93BBC90100A83C866B22818E82A3D9CD73DB2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsSession_t4CB6C94A80A6FE3AF5678CBB7475A74FE61AE4F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsSignerCredentials_tD97AFD728341914EEC7251E9ADE382EFC23FEB0C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B79EDA774A2169951FB22EA76BF0D73F00FE1BB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE9EB7F6DC0891EC69352011CA6D5DEF0C0B81084); s_Il2CppMethodInitialized = true; } SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * V_0 = NULL; DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * V_3 = NULL; Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * V_4 = NULL; RuntimeObject* V_5 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_6 = NULL; RuntimeObject* V_7 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_8 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_9 = NULL; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * V_10 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_11 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_12 = NULL; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * V_13 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_14 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_15 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_16 = NULL; Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * V_17 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_18 = NULL; RuntimeObject* V_19 = NULL; SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * V_20 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_21 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_22 = NULL; DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288 * V_23 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_24 = NULL; { // SecurityParameters securityParameters = state.clientContext.SecurityParameters; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_0 = ___state0; NullCheck(L_0); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_1 = L_0->get_clientContext_1(); NullCheck(L_1); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_2; L_2 = VirtualFuncInvoker0< SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * >::Invoke(16 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::get_SecurityParameters() */, L_1); V_0 = L_2; // DtlsReliableHandshake handshake = new DtlsReliableHandshake(state.clientContext, recordLayer); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_3 = ___state0; NullCheck(L_3); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_4 = L_3->get_clientContext_1(); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_5 = ___recordLayer1; DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_6 = (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 *)il2cpp_codegen_object_new(DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4_il2cpp_TypeInfo_var); DtlsReliableHandshake__ctor_m331824E1092638A90AF5A77D1FF80AAF4A97AB80(L_6, L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; // byte[] clientHelloBody = GenerateClientHello(state, state.client); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_7 = ___state0; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_8 = ___state0; NullCheck(L_8); RuntimeObject* L_9 = L_8->get_client_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10; L_10 = VirtualFuncInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 *, RuntimeObject* >::Invoke(9 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::GenerateClientHello(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClient) */, __this, L_7, L_9); V_2 = L_10; // recordLayer.SetWriteVersion(ProtocolVersion.DTLSv10); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_11 = ___recordLayer1; IL2CPP_RUNTIME_CLASS_INIT(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_12 = ((ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields*)il2cpp_codegen_static_fields_for(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var))->get_DTLSv10_4(); NullCheck(L_11); VirtualActionInvoker1< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::SetWriteVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) */, L_11, L_12); // handshake.SendMessage(HandshakeType.client_hello, clientHelloBody); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_13 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_2; NullCheck(L_13); DtlsReliableHandshake_SendMessage_m1CDD7894F9F00CF6A9D1BEB2455BE9EE46E9711C(L_13, (uint8_t)1, L_14, /*hidden argument*/NULL); // DtlsReliableHandshake.Message serverMessage = handshake.ReceiveMessage(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_15 = V_1; NullCheck(L_15); Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_16; L_16 = DtlsReliableHandshake_ReceiveMessage_m1F93EED0A729BB163496159CB091A4524923813E(L_15, /*hidden argument*/NULL); V_3 = L_16; goto IL_009d; } IL_0043: { // ProtocolVersion recordLayerVersion = recordLayer.ReadVersion; DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_17 = ___recordLayer1; NullCheck(L_17); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_18; L_18 = VirtualFuncInvoker0< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::get_ReadVersion() */, L_17); // ProtocolVersion client_version = state.clientContext.ClientVersion; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_19 = ___state0; NullCheck(L_19); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_20 = L_19->get_clientContext_1(); NullCheck(L_20); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_21; L_21 = VirtualFuncInvoker0< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(18 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::get_ClientVersion() */, L_20); V_10 = L_21; // if (!recordLayerVersion.IsEqualOrEarlierVersionOf(client_version)) ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_22 = V_10; NullCheck(L_18); bool L_23; L_23 = ProtocolVersion_IsEqualOrEarlierVersionOf_mA6DCE6087D568B23EF6CE3AA61F87A322A592C7D(L_18, L_22, /*hidden argument*/NULL); if (L_23) { goto IL_0067; } } { // throw new TlsFatalAlert(AlertDescription.illegal_parameter); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_24 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_24, (uint8_t)((int32_t)47), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsClientProtocol_ClientHandshake_mE57894FFFDC0472EED31C42C8531F5AAA375E336_RuntimeMethod_var))); } IL_0067: { // recordLayer.ReadVersion = null; DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_25 = ___recordLayer1; NullCheck(L_25); VirtualActionInvoker1< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(12 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::set_ReadVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) */, L_25, (ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 *)NULL); // byte[] cookie = ProcessHelloVerifyRequest(state, serverMessage.Body); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_26 = ___state0; Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_27 = V_3; NullCheck(L_27); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28; L_28 = Message_get_Body_m88187D47BB1DCA2BC41AEA8003A13584FD6168E9_inline(L_27, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29; L_29 = VirtualFuncInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(14 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::ProcessHelloVerifyRequest(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,System.Byte[]) */, __this, L_26, L_28); V_11 = L_29; // byte[] patched = PatchClientHelloWithCookie(clientHelloBody, cookie); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = V_11; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32; L_32 = DtlsClientProtocol_PatchClientHelloWithCookie_m0C57B00DB7168FB4951BF38C6A104F7AA1D5CCF7(L_30, L_31, /*hidden argument*/NULL); V_12 = L_32; // handshake.ResetHandshakeMessagesDigest(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_33 = V_1; NullCheck(L_33); DtlsReliableHandshake_ResetHandshakeMessagesDigest_mEC6E856882C7255CBE89B3B9B7BD639238F2E481(L_33, /*hidden argument*/NULL); // handshake.SendMessage(HandshakeType.client_hello, patched); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_34 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = V_12; NullCheck(L_34); DtlsReliableHandshake_SendMessage_m1CDD7894F9F00CF6A9D1BEB2455BE9EE46E9711C(L_34, (uint8_t)1, L_35, /*hidden argument*/NULL); // serverMessage = handshake.ReceiveMessage(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_36 = V_1; NullCheck(L_36); Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_37; L_37 = DtlsReliableHandshake_ReceiveMessage_m1F93EED0A729BB163496159CB091A4524923813E(L_36, /*hidden argument*/NULL); V_3 = L_37; } IL_009d: { // while (serverMessage.Type == HandshakeType.hello_verify_request) Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_38 = V_3; NullCheck(L_38); uint8_t L_39; L_39 = Message_get_Type_mB54A98E03A88620C6527DB02F537169126F46D0D_inline(L_38, /*hidden argument*/NULL); if ((((int32_t)L_39) == ((int32_t)3))) { goto IL_0043; } } { // if (serverMessage.Type == HandshakeType.server_hello) Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_40 = V_3; NullCheck(L_40); uint8_t L_41; L_41 = Message_get_Type_mB54A98E03A88620C6527DB02F537169126F46D0D_inline(L_40, /*hidden argument*/NULL); if ((!(((uint32_t)L_41) == ((uint32_t)2)))) { goto IL_00d7; } } { // ProtocolVersion recordLayerVersion = recordLayer.ReadVersion; DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_42 = ___recordLayer1; NullCheck(L_42); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_43; L_43 = VirtualFuncInvoker0< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::get_ReadVersion() */, L_42); V_13 = L_43; // ReportServerVersion(state, recordLayerVersion); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_44 = ___state0; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_45 = V_13; VirtualActionInvoker2< ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 *, ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(20 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::ReportServerVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) */, __this, L_44, L_45); // recordLayer.SetWriteVersion(recordLayerVersion); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_46 = ___recordLayer1; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_47 = V_13; NullCheck(L_46); VirtualActionInvoker1< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::SetWriteVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) */, L_46, L_47); // ProcessServerHello(state, serverMessage.Body); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_48 = ___state0; Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_49 = V_3; NullCheck(L_49); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50; L_50 = Message_get_Body_m88187D47BB1DCA2BC41AEA8003A13584FD6168E9_inline(L_49, /*hidden argument*/NULL); VirtualActionInvoker2< ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(17 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::ProcessServerHello(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,System.Byte[]) */, __this, L_48, L_50); // } goto IL_00df; } IL_00d7: { // throw new TlsFatalAlert(AlertDescription.unexpected_message); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_51 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_51, (uint8_t)((int32_t)10), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_51, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsClientProtocol_ClientHandshake_mE57894FFFDC0472EED31C42C8531F5AAA375E336_RuntimeMethod_var))); } IL_00df: { // handshake.NotifyHelloComplete(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_52 = V_1; NullCheck(L_52); DtlsReliableHandshake_NotifyHelloComplete_m39053120D86D1D669126E4BCEDB6DCF00E327573(L_52, /*hidden argument*/NULL); // ApplyMaxFragmentLengthExtension(recordLayer, securityParameters.maxFragmentLength); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_53 = ___recordLayer1; SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_54 = V_0; NullCheck(L_54); int16_t L_55 = L_54->get_maxFragmentLength_11(); DtlsProtocol_ApplyMaxFragmentLengthExtension_m28C31FABC1A9B8902FE01A930F5F1DA7C89DD7A5(L_53, L_55, /*hidden argument*/NULL); // if (state.resumedSession) ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_56 = ___state0; NullCheck(L_56); bool L_57 = L_56->get_resumedSession_9(); if (!L_57) { goto IL_01ae; } } { // securityParameters.masterSecret = Arrays.Clone(state.sessionParameters.MasterSecret); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_58 = V_0; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_59 = ___state0; NullCheck(L_59); SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * L_60 = L_59->get_sessionParameters_3(); NullCheck(L_60); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_61; L_61 = SessionParameters_get_MasterSecret_m95C307C8EE17D2EFA209BB98AA21E6B8DB4CA04C_inline(L_60, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_62; L_62 = Arrays_Clone_m362B6E8EAA394ABF566EABAF08A37C8232D398D8(L_61, /*hidden argument*/NULL); NullCheck(L_58); L_58->set_masterSecret_5(L_62); // recordLayer.InitPendingEpoch(state.client.GetCipher()); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_63 = ___recordLayer1; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_64 = ___state0; NullCheck(L_64); RuntimeObject* L_65 = L_64->get_client_0(); NullCheck(L_65); RuntimeObject* L_66; L_66 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPeer::GetCipher() */, TlsPeer_tBC992F97A16EC0798791CB9BF62C21AA1CD54348_il2cpp_TypeInfo_var, L_65); NullCheck(L_63); VirtualActionInvoker1< RuntimeObject* >::Invoke(14 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::InitPendingEpoch(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher) */, L_63, L_66); // byte[] resExpectedServerVerifyData = TlsUtilities.CalculateVerifyData(state.clientContext, ExporterLabel.server_finished, // TlsProtocol.GetCurrentPrfHash(state.clientContext, handshake.HandshakeHash, null)); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_67 = ___state0; NullCheck(L_67); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_68 = L_67->get_clientContext_1(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_69 = ___state0; NullCheck(L_69); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_70 = L_69->get_clientContext_1(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_71 = V_1; NullCheck(L_71); RuntimeObject* L_72; L_72 = DtlsReliableHandshake_get_HandshakeHash_m07F71DA110A553350CBF4AD839DA11324AA13B41_inline(L_71, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_73; L_73 = TlsProtocol_GetCurrentPrfHash_m388CF705EEB0F2A5C018224772F4ED6AB7FE77BA(L_70, L_72, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_74; L_74 = TlsUtilities_CalculateVerifyData_m2DF91E1B5E4AB70894595689E772ACFC09D0DE73(L_68, _stringLiteral3B79EDA774A2169951FB22EA76BF0D73F00FE1BB, L_73, /*hidden argument*/NULL); V_14 = L_74; // ProcessFinished(handshake.ReceiveMessageBody(HandshakeType.finished), resExpectedServerVerifyData); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_75 = V_1; NullCheck(L_75); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_76; L_76 = DtlsReliableHandshake_ReceiveMessageBody_mC1B2BFB8C18AC8983D2EEAB90E06260FD3F1EF61(L_75, (uint8_t)((int32_t)20), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_77 = V_14; VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsProtocol::ProcessFinished(System.Byte[],System.Byte[]) */, __this, L_76, L_77); // byte[] resClientVerifyData = TlsUtilities.CalculateVerifyData(state.clientContext, ExporterLabel.client_finished, // TlsProtocol.GetCurrentPrfHash(state.clientContext, handshake.HandshakeHash, null)); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_78 = ___state0; NullCheck(L_78); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_79 = L_78->get_clientContext_1(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_80 = ___state0; NullCheck(L_80); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_81 = L_80->get_clientContext_1(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_82 = V_1; NullCheck(L_82); RuntimeObject* L_83; L_83 = DtlsReliableHandshake_get_HandshakeHash_m07F71DA110A553350CBF4AD839DA11324AA13B41_inline(L_82, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_84; L_84 = TlsProtocol_GetCurrentPrfHash_m388CF705EEB0F2A5C018224772F4ED6AB7FE77BA(L_81, L_83, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_85; L_85 = TlsUtilities_CalculateVerifyData_m2DF91E1B5E4AB70894595689E772ACFC09D0DE73(L_79, _stringLiteralE9EB7F6DC0891EC69352011CA6D5DEF0C0B81084, L_84, /*hidden argument*/NULL); V_15 = L_85; // handshake.SendMessage(HandshakeType.finished, resClientVerifyData); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_86 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_87 = V_15; NullCheck(L_86); DtlsReliableHandshake_SendMessage_m1CDD7894F9F00CF6A9D1BEB2455BE9EE46E9711C(L_86, (uint8_t)((int32_t)20), L_87, /*hidden argument*/NULL); // handshake.Finish(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_88 = V_1; NullCheck(L_88); DtlsReliableHandshake_Finish_mF968C4CAE5ACA72723388548E5E6AA8DEAE87FBE(L_88, /*hidden argument*/NULL); // state.clientContext.SetResumableSession(state.tlsSession); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_89 = ___state0; NullCheck(L_89); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_90 = L_89->get_clientContext_1(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_91 = ___state0; NullCheck(L_91); RuntimeObject* L_92 = L_91->get_tlsSession_2(); NullCheck(L_90); VirtualActionInvoker1< RuntimeObject* >::Invoke(23 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::SetResumableSession(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSession) */, L_90, L_92); // state.client.NotifyHandshakeComplete(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_93 = ___state0; NullCheck(L_93); RuntimeObject* L_94 = L_93->get_client_0(); NullCheck(L_94); InterfaceActionInvoker0::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPeer::NotifyHandshakeComplete() */, TlsPeer_tBC992F97A16EC0798791CB9BF62C21AA1CD54348_il2cpp_TypeInfo_var, L_94); // return new DtlsTransport(recordLayer); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_95 = ___recordLayer1; DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB * L_96 = (DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB *)il2cpp_codegen_object_new(DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB_il2cpp_TypeInfo_var); DtlsTransport__ctor_m365916F50BC3DE5D113956107CF70E98CBF87D36(L_96, L_95, /*hidden argument*/NULL); return L_96; } IL_01ae: { // InvalidateSession(state); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_97 = ___state0; VirtualActionInvoker1< ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * >::Invoke(11 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::InvalidateSession(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState) */, __this, L_97); // if (state.selectedSessionID.Length > 0) ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_98 = ___state0; NullCheck(L_98); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_99 = L_98->get_selectedSessionID_8(); NullCheck(L_99); if (!(((RuntimeArray*)L_99)->max_length)) { goto IL_01d0; } } { // state.tlsSession = new TlsSessionImpl(state.selectedSessionID, null); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_100 = ___state0; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_101 = ___state0; NullCheck(L_101); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_102 = L_101->get_selectedSessionID_8(); TlsSessionImpl_tF4C93BBC90100A83C866B22818E82A3D9CD73DB2 * L_103 = (TlsSessionImpl_tF4C93BBC90100A83C866B22818E82A3D9CD73DB2 *)il2cpp_codegen_object_new(TlsSessionImpl_tF4C93BBC90100A83C866B22818E82A3D9CD73DB2_il2cpp_TypeInfo_var); TlsSessionImpl__ctor_m4DCD26F01B89986B91993F64F549C12D118AC86B(L_103, L_102, (SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D *)NULL, /*hidden argument*/NULL); NullCheck(L_100); L_100->set_tlsSession_2(L_103); } IL_01d0: { // serverMessage = handshake.ReceiveMessage(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_104 = V_1; NullCheck(L_104); Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_105; L_105 = DtlsReliableHandshake_ReceiveMessage_m1F93EED0A729BB163496159CB091A4524923813E(L_104, /*hidden argument*/NULL); V_3 = L_105; // if (serverMessage.Type == HandshakeType.supplemental_data) Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_106 = V_3; NullCheck(L_106); uint8_t L_107; L_107 = Message_get_Type_mB54A98E03A88620C6527DB02F537169126F46D0D_inline(L_106, /*hidden argument*/NULL); if ((!(((uint32_t)L_107) == ((uint32_t)((int32_t)23))))) { goto IL_01f7; } } { // ProcessServerSupplementalData(state, serverMessage.Body); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_108 = ___state0; Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_109 = V_3; NullCheck(L_109); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_110; L_110 = Message_get_Body_m88187D47BB1DCA2BC41AEA8003A13584FD6168E9_inline(L_109, /*hidden argument*/NULL); VirtualActionInvoker2< ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(19 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::ProcessServerSupplementalData(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,System.Byte[]) */, __this, L_108, L_110); // serverMessage = handshake.ReceiveMessage(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_111 = V_1; NullCheck(L_111); Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_112; L_112 = DtlsReliableHandshake_ReceiveMessage_m1F93EED0A729BB163496159CB091A4524923813E(L_111, /*hidden argument*/NULL); V_3 = L_112; // } goto IL_0203; } IL_01f7: { // state.client.ProcessServerSupplementalData(null); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_113 = ___state0; NullCheck(L_113); RuntimeObject* L_114 = L_113->get_client_0(); NullCheck(L_114); InterfaceActionInvoker1< RuntimeObject* >::Invoke(15 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClient::ProcessServerSupplementalData(System.Collections.IList) */, TlsClient_tADD26470896CB199F4C404BD9550034A74297513_il2cpp_TypeInfo_var, L_114, (RuntimeObject*)NULL); } IL_0203: { // state.keyExchange = state.client.GetKeyExchange(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_115 = ___state0; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_116 = ___state0; NullCheck(L_116); RuntimeObject* L_117 = L_116->get_client_0(); NullCheck(L_117); RuntimeObject* L_118; L_118 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(16 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClient::GetKeyExchange() */, TlsClient_tADD26470896CB199F4C404BD9550034A74297513_il2cpp_TypeInfo_var, L_117); NullCheck(L_115); L_115->set_keyExchange_13(L_118); // state.keyExchange.Init(state.clientContext); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_119 = ___state0; NullCheck(L_119); RuntimeObject* L_120 = L_119->get_keyExchange_13(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_121 = ___state0; NullCheck(L_121); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_122 = L_121->get_clientContext_1(); NullCheck(L_120); InterfaceActionInvoker1< RuntimeObject* >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext) */, TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807_il2cpp_TypeInfo_var, L_120, L_122); // Certificate serverCertificate = null; V_4 = (Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E *)NULL; // if (serverMessage.Type == HandshakeType.certificate) Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_123 = V_3; NullCheck(L_123); uint8_t L_124; L_124 = Message_get_Type_mB54A98E03A88620C6527DB02F537169126F46D0D_inline(L_123, /*hidden argument*/NULL); if ((!(((uint32_t)L_124) == ((uint32_t)((int32_t)11))))) { goto IL_024a; } } { // serverCertificate = ProcessServerCertificate(state, serverMessage.Body); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_125 = ___state0; Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_126 = V_3; NullCheck(L_126); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_127; L_127 = Message_get_Body_m88187D47BB1DCA2BC41AEA8003A13584FD6168E9_inline(L_126, /*hidden argument*/NULL); Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_128; L_128 = VirtualFuncInvoker2< Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E *, ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(16 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::ProcessServerCertificate(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,System.Byte[]) */, __this, L_125, L_127); V_4 = L_128; // serverMessage = handshake.ReceiveMessage(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_129 = V_1; NullCheck(L_129); Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_130; L_130 = DtlsReliableHandshake_ReceiveMessage_m1F93EED0A729BB163496159CB091A4524923813E(L_129, /*hidden argument*/NULL); V_3 = L_130; // } goto IL_0255; } IL_024a: { // state.keyExchange.SkipServerCredentials(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_131 = ___state0; NullCheck(L_131); RuntimeObject* L_132 = L_131->get_keyExchange_13(); NullCheck(L_132); InterfaceActionInvoker0::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange::SkipServerCredentials() */, TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807_il2cpp_TypeInfo_var, L_132); } IL_0255: { // if (serverCertificate == null || serverCertificate.IsEmpty) Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_133 = V_4; if (!L_133) { goto IL_0262; } } { Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_134 = V_4; NullCheck(L_134); bool L_135; L_135 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate::get_IsEmpty() */, L_134); if (!L_135) { goto IL_0269; } } IL_0262: { // state.allowCertificateStatus = false; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_136 = ___state0; NullCheck(L_136); L_136->set_allowCertificateStatus_11((bool)0); } IL_0269: { // if (serverMessage.Type == HandshakeType.certificate_status) Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_137 = V_3; NullCheck(L_137); uint8_t L_138; L_138 = Message_get_Type_mB54A98E03A88620C6527DB02F537169126F46D0D_inline(L_137, /*hidden argument*/NULL); if ((!(((uint32_t)L_138) == ((uint32_t)((int32_t)22))))) { goto IL_0287; } } { // ProcessCertificateStatus(state, serverMessage.Body); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_139 = ___state0; Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_140 = V_3; NullCheck(L_140); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_141; L_141 = Message_get_Body_m88187D47BB1DCA2BC41AEA8003A13584FD6168E9_inline(L_140, /*hidden argument*/NULL); VirtualActionInvoker2< ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::ProcessCertificateStatus(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,System.Byte[]) */, __this, L_139, L_141); // serverMessage = handshake.ReceiveMessage(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_142 = V_1; NullCheck(L_142); Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_143; L_143 = DtlsReliableHandshake_ReceiveMessage_m1F93EED0A729BB163496159CB091A4524923813E(L_142, /*hidden argument*/NULL); V_3 = L_143; } IL_0287: { // if (serverMessage.Type == HandshakeType.server_key_exchange) Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_144 = V_3; NullCheck(L_144); uint8_t L_145; L_145 = Message_get_Type_mB54A98E03A88620C6527DB02F537169126F46D0D_inline(L_144, /*hidden argument*/NULL); if ((!(((uint32_t)L_145) == ((uint32_t)((int32_t)12))))) { goto IL_02a7; } } { // ProcessServerKeyExchange(state, serverMessage.Body); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_146 = ___state0; Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_147 = V_3; NullCheck(L_147); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_148; L_148 = Message_get_Body_m88187D47BB1DCA2BC41AEA8003A13584FD6168E9_inline(L_147, /*hidden argument*/NULL); VirtualActionInvoker2< ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(18 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::ProcessServerKeyExchange(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,System.Byte[]) */, __this, L_146, L_148); // serverMessage = handshake.ReceiveMessage(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_149 = V_1; NullCheck(L_149); Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_150; L_150 = DtlsReliableHandshake_ReceiveMessage_m1F93EED0A729BB163496159CB091A4524923813E(L_149, /*hidden argument*/NULL); V_3 = L_150; // } goto IL_02b2; } IL_02a7: { // state.keyExchange.SkipServerKeyExchange(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_151 = ___state0; NullCheck(L_151); RuntimeObject* L_152 = L_151->get_keyExchange_13(); NullCheck(L_152); InterfaceActionInvoker0::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange::SkipServerKeyExchange() */, TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807_il2cpp_TypeInfo_var, L_152); } IL_02b2: { // if (serverMessage.Type == HandshakeType.certificate_request) Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_153 = V_3; NullCheck(L_153); uint8_t L_154; L_154 = Message_get_Type_mB54A98E03A88620C6527DB02F537169126F46D0D_inline(L_153, /*hidden argument*/NULL); if ((!(((uint32_t)L_154) == ((uint32_t)((int32_t)13))))) { goto IL_02e6; } } { // ProcessCertificateRequest(state, serverMessage.Body); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_155 = ___state0; Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_156 = V_3; NullCheck(L_156); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_157; L_157 = Message_get_Body_m88187D47BB1DCA2BC41AEA8003A13584FD6168E9_inline(L_156, /*hidden argument*/NULL); VirtualActionInvoker2< ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(12 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::ProcessCertificateRequest(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,System.Byte[]) */, __this, L_155, L_157); // TlsUtilities.TrackHashAlgorithms(handshake.HandshakeHash, // state.certificateRequest.SupportedSignatureAlgorithms); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_158 = V_1; NullCheck(L_158); RuntimeObject* L_159; L_159 = DtlsReliableHandshake_get_HandshakeHash_m07F71DA110A553350CBF4AD839DA11324AA13B41_inline(L_158, /*hidden argument*/NULL); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_160 = ___state0; NullCheck(L_160); CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * L_161 = L_160->get_certificateRequest_16(); NullCheck(L_161); RuntimeObject* L_162; L_162 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest::get_SupportedSignatureAlgorithms() */, L_161); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_TrackHashAlgorithms_m7CD5565B381CE06A0B8CC3B1E7EED3724A56681B(L_159, L_162, /*hidden argument*/NULL); // serverMessage = handshake.ReceiveMessage(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_163 = V_1; NullCheck(L_163); Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_164; L_164 = DtlsReliableHandshake_ReceiveMessage_m1F93EED0A729BB163496159CB091A4524923813E(L_163, /*hidden argument*/NULL); V_3 = L_164; } IL_02e6: { // if (serverMessage.Type == HandshakeType.server_hello_done) Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_165 = V_3; NullCheck(L_165); uint8_t L_166; L_166 = Message_get_Type_mB54A98E03A88620C6527DB02F537169126F46D0D_inline(L_165, /*hidden argument*/NULL); if ((!(((uint32_t)L_166) == ((uint32_t)((int32_t)14))))) { goto IL_0301; } } { // if (serverMessage.Body.Length != 0) Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_167 = V_3; NullCheck(L_167); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_168; L_168 = Message_get_Body_m88187D47BB1DCA2BC41AEA8003A13584FD6168E9_inline(L_167, /*hidden argument*/NULL); NullCheck(L_168); if (!(((RuntimeArray*)L_168)->max_length)) { goto IL_0309; } } { // throw new TlsFatalAlert(AlertDescription.decode_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_169 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_169, (uint8_t)((int32_t)50), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_169, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsClientProtocol_ClientHandshake_mE57894FFFDC0472EED31C42C8531F5AAA375E336_RuntimeMethod_var))); } IL_0301: { // throw new TlsFatalAlert(AlertDescription.unexpected_message); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_170 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_170, (uint8_t)((int32_t)10), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_170, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsClientProtocol_ClientHandshake_mE57894FFFDC0472EED31C42C8531F5AAA375E336_RuntimeMethod_var))); } IL_0309: { // handshake.HandshakeHash.SealHashAlgorithms(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_171 = V_1; NullCheck(L_171); RuntimeObject* L_172; L_172 = DtlsReliableHandshake_get_HandshakeHash_m07F71DA110A553350CBF4AD839DA11324AA13B41_inline(L_171, /*hidden argument*/NULL); NullCheck(L_172); InterfaceActionInvoker0::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash::SealHashAlgorithms() */, TlsHandshakeHash_tDE3722A66DA26F2E7CDFBD4FAE3E90EEE0FF40B1_il2cpp_TypeInfo_var, L_172); // IList clientSupplementalData = state.client.GetClientSupplementalData(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_173 = ___state0; NullCheck(L_173); RuntimeObject* L_174 = L_173->get_client_0(); NullCheck(L_174); RuntimeObject* L_175; L_175 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(18 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClient::GetClientSupplementalData() */, TlsClient_tADD26470896CB199F4C404BD9550034A74297513_il2cpp_TypeInfo_var, L_174); V_5 = L_175; // if (clientSupplementalData != null) RuntimeObject* L_176 = V_5; if (!L_176) { goto IL_0338; } } { // byte[] supplementalDataBody = GenerateSupplementalData(clientSupplementalData); RuntimeObject* L_177 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_178; L_178 = DtlsProtocol_GenerateSupplementalData_m245067360F7A4E3773BD058BF0621255E2678540(L_177, /*hidden argument*/NULL); V_16 = L_178; // handshake.SendMessage(HandshakeType.supplemental_data, supplementalDataBody); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_179 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_180 = V_16; NullCheck(L_179); DtlsReliableHandshake_SendMessage_m1CDD7894F9F00CF6A9D1BEB2455BE9EE46E9711C(L_179, (uint8_t)((int32_t)23), L_180, /*hidden argument*/NULL); } IL_0338: { // if (state.certificateRequest != null) ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_181 = ___state0; NullCheck(L_181); CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * L_182 = L_181->get_certificateRequest_16(); if (!L_182) { goto IL_0393; } } { // state.clientCredentials = state.authentication.GetClientCredentials(state.clientContext, state.certificateRequest); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_183 = ___state0; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_184 = ___state0; NullCheck(L_184); RuntimeObject* L_185 = L_184->get_authentication_14(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_186 = ___state0; NullCheck(L_186); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_187 = L_186->get_clientContext_1(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_188 = ___state0; NullCheck(L_188); CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * L_189 = L_188->get_certificateRequest_16(); NullCheck(L_185); RuntimeObject* L_190; L_190 = InterfaceFuncInvoker2< RuntimeObject*, RuntimeObject*, CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * >::Invoke(1 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCredentials BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsAuthentication::GetClientCredentials(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest) */, TlsAuthentication_t5FA1BEF9526C288C8F717080E2AB1CA4B21FF542_il2cpp_TypeInfo_var, L_185, L_187, L_189); NullCheck(L_183); L_183->set_clientCredentials_17(L_190); // Certificate clientCertificate = null; V_17 = (Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E *)NULL; // if (state.clientCredentials != null) ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_191 = ___state0; NullCheck(L_191); RuntimeObject* L_192 = L_191->get_clientCredentials_17(); if (!L_192) { goto IL_0375; } } { // clientCertificate = state.clientCredentials.Certificate; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_193 = ___state0; NullCheck(L_193); RuntimeObject* L_194 = L_193->get_clientCredentials_17(); NullCheck(L_194); Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_195; L_195 = 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_194); V_17 = L_195; } IL_0375: { // if (clientCertificate == null) Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_196 = V_17; if (L_196) { goto IL_0380; } } { // clientCertificate = Certificate.EmptyChain; IL2CPP_RUNTIME_CLASS_INIT(Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_il2cpp_TypeInfo_var); Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_197 = ((Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_StaticFields*)il2cpp_codegen_static_fields_for(Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_il2cpp_TypeInfo_var))->get_EmptyChain_0(); V_17 = L_197; } IL_0380: { // byte[] certificateBody = GenerateCertificate(clientCertificate); Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_198 = V_17; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_199; L_199 = DtlsProtocol_GenerateCertificate_mC673C082ECF0753A7C47E02DB981BE92C96E53C6(L_198, /*hidden argument*/NULL); V_18 = L_199; // handshake.SendMessage(HandshakeType.certificate, certificateBody); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_200 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_201 = V_18; NullCheck(L_200); DtlsReliableHandshake_SendMessage_m1CDD7894F9F00CF6A9D1BEB2455BE9EE46E9711C(L_200, (uint8_t)((int32_t)11), L_201, /*hidden argument*/NULL); } IL_0393: { // if (state.clientCredentials != null) ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_202 = ___state0; NullCheck(L_202); RuntimeObject* L_203 = L_202->get_clientCredentials_17(); if (!L_203) { goto IL_03ae; } } { // state.keyExchange.ProcessClientCredentials(state.clientCredentials); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_204 = ___state0; NullCheck(L_204); RuntimeObject* L_205 = L_204->get_keyExchange_13(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_206 = ___state0; NullCheck(L_206); RuntimeObject* L_207 = L_206->get_clientCredentials_17(); NullCheck(L_205); InterfaceActionInvoker1< RuntimeObject* >::Invoke(10 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange::ProcessClientCredentials(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCredentials) */, TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807_il2cpp_TypeInfo_var, L_205, L_207); // } goto IL_03b9; } IL_03ae: { // state.keyExchange.SkipClientCredentials(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_208 = ___state0; NullCheck(L_208); RuntimeObject* L_209 = L_208->get_keyExchange_13(); NullCheck(L_209); InterfaceActionInvoker0::Invoke(9 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange::SkipClientCredentials() */, TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807_il2cpp_TypeInfo_var, L_209); } IL_03b9: { // byte[] clientKeyExchangeBody = GenerateClientKeyExchange(state); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_210 = ___state0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_211; L_211 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::GenerateClientKeyExchange(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState) */, __this, L_210); V_6 = L_211; // handshake.SendMessage(HandshakeType.client_key_exchange, clientKeyExchangeBody); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_212 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_213 = V_6; NullCheck(L_212); DtlsReliableHandshake_SendMessage_m1CDD7894F9F00CF6A9D1BEB2455BE9EE46E9711C(L_212, (uint8_t)((int32_t)16), L_213, /*hidden argument*/NULL); // TlsHandshakeHash prepareFinishHash = handshake.PrepareToFinish(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_214 = V_1; NullCheck(L_214); RuntimeObject* L_215; L_215 = DtlsReliableHandshake_PrepareToFinish_m5237DB95BA80C8B3FECD44D3693D64E2CB1A6600(L_214, /*hidden argument*/NULL); V_7 = L_215; // securityParameters.sessionHash = TlsProtocol.GetCurrentPrfHash(state.clientContext, prepareFinishHash, null); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_216 = V_0; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_217 = ___state0; NullCheck(L_217); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_218 = L_217->get_clientContext_1(); RuntimeObject* L_219 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_220; L_220 = TlsProtocol_GetCurrentPrfHash_m388CF705EEB0F2A5C018224772F4ED6AB7FE77BA(L_218, L_219, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); NullCheck(L_216); L_216->set_sessionHash_8(L_220); // TlsProtocol.EstablishMasterSecret(state.clientContext, state.keyExchange); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_221 = ___state0; NullCheck(L_221); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_222 = L_221->get_clientContext_1(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_223 = ___state0; NullCheck(L_223); RuntimeObject* L_224 = L_223->get_keyExchange_13(); TlsProtocol_EstablishMasterSecret_m0D881878248C4CFFBD293DC32DFA6011222616A7(L_222, L_224, /*hidden argument*/NULL); // recordLayer.InitPendingEpoch(state.client.GetCipher()); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_225 = ___recordLayer1; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_226 = ___state0; NullCheck(L_226); RuntimeObject* L_227 = L_226->get_client_0(); NullCheck(L_227); RuntimeObject* L_228; L_228 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPeer::GetCipher() */, TlsPeer_tBC992F97A16EC0798791CB9BF62C21AA1CD54348_il2cpp_TypeInfo_var, L_227); NullCheck(L_225); VirtualActionInvoker1< RuntimeObject* >::Invoke(14 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::InitPendingEpoch(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher) */, L_225, L_228); // if (state.clientCredentials != null && state.clientCredentials is TlsSignerCredentials) ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_229 = ___state0; NullCheck(L_229); RuntimeObject* L_230 = L_229->get_clientCredentials_17(); if (!L_230) { goto IL_0484; } } { ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_231 = ___state0; NullCheck(L_231); RuntimeObject* L_232 = L_231->get_clientCredentials_17(); if (!((RuntimeObject*)IsInst((RuntimeObject*)L_232, TlsSignerCredentials_tD97AFD728341914EEC7251E9ADE382EFC23FEB0C_il2cpp_TypeInfo_var))) { goto IL_0484; } } { // TlsSignerCredentials signerCredentials = (TlsSignerCredentials)state.clientCredentials; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_233 = ___state0; NullCheck(L_233); RuntimeObject* L_234 = L_233->get_clientCredentials_17(); V_19 = ((RuntimeObject*)Castclass((RuntimeObject*)L_234, TlsSignerCredentials_tD97AFD728341914EEC7251E9ADE382EFC23FEB0C_il2cpp_TypeInfo_var)); // SignatureAndHashAlgorithm signatureAndHashAlgorithm = TlsUtilities.GetSignatureAndHashAlgorithm( // state.clientContext, signerCredentials); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_235 = ___state0; NullCheck(L_235); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_236 = L_235->get_clientContext_1(); RuntimeObject* L_237 = V_19; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * L_238; L_238 = TlsUtilities_GetSignatureAndHashAlgorithm_mF4CBF314935D3A19649E73276C3C73C3806BFCC9(L_236, L_237, /*hidden argument*/NULL); V_20 = L_238; // if (signatureAndHashAlgorithm == null) SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * L_239 = V_20; if (L_239) { goto IL_0449; } } { // hash = securityParameters.SessionHash; SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_240 = V_0; NullCheck(L_240); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_241; L_241 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(13 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::get_SessionHash() */, L_240); V_21 = L_241; // } goto IL_0459; } IL_0449: { // hash = prepareFinishHash.GetFinalHash(signatureAndHashAlgorithm.Hash); RuntimeObject* L_242 = V_7; SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * L_243 = V_20; NullCheck(L_243); uint8_t L_244; L_244 = VirtualFuncInvoker0< uint8_t >::Invoke(4 /* System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm::get_Hash() */, L_243); NullCheck(L_242); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_245; L_245 = InterfaceFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, uint8_t >::Invoke(6 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash::GetFinalHash(System.Byte) */, TlsHandshakeHash_tDE3722A66DA26F2E7CDFBD4FAE3E90EEE0FF40B1_il2cpp_TypeInfo_var, L_242, L_244); V_21 = L_245; } IL_0459: { // byte[] signature = signerCredentials.GenerateCertificateSignature(hash); RuntimeObject* L_246 = V_19; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_247 = V_21; NullCheck(L_246); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_248; L_248 = InterfaceFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(0 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSignerCredentials::GenerateCertificateSignature(System.Byte[]) */, TlsSignerCredentials_tD97AFD728341914EEC7251E9ADE382EFC23FEB0C_il2cpp_TypeInfo_var, L_246, L_247); V_22 = L_248; // DigitallySigned certificateVerify = new DigitallySigned(signatureAndHashAlgorithm, signature); SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * L_249 = V_20; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_250 = V_22; DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288 * L_251 = (DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288 *)il2cpp_codegen_object_new(DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288_il2cpp_TypeInfo_var); DigitallySigned__ctor_m4AB7FE3E8FFF72EFAA5F1945EB61B27B60916C45(L_251, L_249, L_250, /*hidden argument*/NULL); V_23 = L_251; // byte[] certificateVerifyBody = GenerateCertificateVerify(state, certificateVerify); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_252 = ___state0; DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288 * L_253 = V_23; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_254; L_254 = VirtualFuncInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 *, DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288 * >::Invoke(8 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::GenerateCertificateVerify(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigitallySigned) */, __this, L_252, L_253); V_24 = L_254; // handshake.SendMessage(HandshakeType.certificate_verify, certificateVerifyBody); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_255 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_256 = V_24; NullCheck(L_255); DtlsReliableHandshake_SendMessage_m1CDD7894F9F00CF6A9D1BEB2455BE9EE46E9711C(L_255, (uint8_t)((int32_t)15), L_256, /*hidden argument*/NULL); } IL_0484: { // byte[] clientVerifyData = TlsUtilities.CalculateVerifyData(state.clientContext, ExporterLabel.client_finished, // TlsProtocol.GetCurrentPrfHash(state.clientContext, handshake.HandshakeHash, null)); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_257 = ___state0; NullCheck(L_257); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_258 = L_257->get_clientContext_1(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_259 = ___state0; NullCheck(L_259); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_260 = L_259->get_clientContext_1(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_261 = V_1; NullCheck(L_261); RuntimeObject* L_262; L_262 = DtlsReliableHandshake_get_HandshakeHash_m07F71DA110A553350CBF4AD839DA11324AA13B41_inline(L_261, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_263; L_263 = TlsProtocol_GetCurrentPrfHash_m388CF705EEB0F2A5C018224772F4ED6AB7FE77BA(L_260, L_262, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_264; L_264 = TlsUtilities_CalculateVerifyData_m2DF91E1B5E4AB70894595689E772ACFC09D0DE73(L_258, _stringLiteralE9EB7F6DC0891EC69352011CA6D5DEF0C0B81084, L_263, /*hidden argument*/NULL); V_8 = L_264; // handshake.SendMessage(HandshakeType.finished, clientVerifyData); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_265 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_266 = V_8; NullCheck(L_265); DtlsReliableHandshake_SendMessage_m1CDD7894F9F00CF6A9D1BEB2455BE9EE46E9711C(L_265, (uint8_t)((int32_t)20), L_266, /*hidden argument*/NULL); // if (state.expectSessionTicket) ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_267 = ___state0; NullCheck(L_267); bool L_268 = L_267->get_expectSessionTicket_12(); if (!L_268) { goto IL_04e1; } } { // serverMessage = handshake.ReceiveMessage(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_269 = V_1; NullCheck(L_269); Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_270; L_270 = DtlsReliableHandshake_ReceiveMessage_m1F93EED0A729BB163496159CB091A4524923813E(L_269, /*hidden argument*/NULL); V_3 = L_270; // if (serverMessage.Type == HandshakeType.session_ticket) Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_271 = V_3; NullCheck(L_271); uint8_t L_272; L_272 = Message_get_Type_mB54A98E03A88620C6527DB02F537169126F46D0D_inline(L_271, /*hidden argument*/NULL); if ((!(((uint32_t)L_272) == ((uint32_t)4)))) { goto IL_04d9; } } { // ProcessNewSessionTicket(state, serverMessage.Body); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_273 = ___state0; Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_274 = V_3; NullCheck(L_274); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_275; L_275 = Message_get_Body_m88187D47BB1DCA2BC41AEA8003A13584FD6168E9_inline(L_274, /*hidden argument*/NULL); VirtualActionInvoker2< ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(15 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::ProcessNewSessionTicket(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,System.Byte[]) */, __this, L_273, L_275); // } goto IL_04e1; } IL_04d9: { // throw new TlsFatalAlert(AlertDescription.unexpected_message); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_276 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_276, (uint8_t)((int32_t)10), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_276, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsClientProtocol_ClientHandshake_mE57894FFFDC0472EED31C42C8531F5AAA375E336_RuntimeMethod_var))); } IL_04e1: { // byte[] expectedServerVerifyData = TlsUtilities.CalculateVerifyData(state.clientContext, ExporterLabel.server_finished, // TlsProtocol.GetCurrentPrfHash(state.clientContext, handshake.HandshakeHash, null)); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_277 = ___state0; NullCheck(L_277); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_278 = L_277->get_clientContext_1(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_279 = ___state0; NullCheck(L_279); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_280 = L_279->get_clientContext_1(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_281 = V_1; NullCheck(L_281); RuntimeObject* L_282; L_282 = DtlsReliableHandshake_get_HandshakeHash_m07F71DA110A553350CBF4AD839DA11324AA13B41_inline(L_281, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_283; L_283 = TlsProtocol_GetCurrentPrfHash_m388CF705EEB0F2A5C018224772F4ED6AB7FE77BA(L_280, L_282, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_284; L_284 = TlsUtilities_CalculateVerifyData_m2DF91E1B5E4AB70894595689E772ACFC09D0DE73(L_278, _stringLiteral3B79EDA774A2169951FB22EA76BF0D73F00FE1BB, L_283, /*hidden argument*/NULL); V_9 = L_284; // ProcessFinished(handshake.ReceiveMessageBody(HandshakeType.finished), expectedServerVerifyData); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_285 = V_1; NullCheck(L_285); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_286; L_286 = DtlsReliableHandshake_ReceiveMessageBody_mC1B2BFB8C18AC8983D2EEAB90E06260FD3F1EF61(L_285, (uint8_t)((int32_t)20), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_287 = V_9; VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsProtocol::ProcessFinished(System.Byte[],System.Byte[]) */, __this, L_286, L_287); // handshake.Finish(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_288 = V_1; NullCheck(L_288); DtlsReliableHandshake_Finish_mF968C4CAE5ACA72723388548E5E6AA8DEAE87FBE(L_288, /*hidden argument*/NULL); // if (state.tlsSession != null) ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_289 = ___state0; NullCheck(L_289); RuntimeObject* L_290 = L_289->get_tlsSession_2(); if (!L_290) { goto IL_05b7; } } { // state.sessionParameters = new SessionParameters.Builder() // .SetCipherSuite(securityParameters.CipherSuite) // .SetCompressionAlgorithm(securityParameters.CompressionAlgorithm) // .SetExtendedMasterSecret(securityParameters.IsExtendedMasterSecret) // .SetMasterSecret(securityParameters.MasterSecret) // .SetPeerCertificate(serverCertificate) // .SetPskIdentity(securityParameters.PskIdentity) // .SetSrpIdentity(securityParameters.SrpIdentity) // // TODO Consider filtering extensions that aren't relevant to resumed sessions // .SetServerExtensions(state.serverExtensions) // .Build(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_291 = ___state0; Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * L_292 = (Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 *)il2cpp_codegen_object_new(Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917_il2cpp_TypeInfo_var); Builder__ctor_mE988E0105711C1C96058476761349B2017052378(L_292, /*hidden argument*/NULL); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_293 = V_0; NullCheck(L_293); int32_t L_294; L_294 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::get_CipherSuite() */, L_293); NullCheck(L_292); Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * L_295; L_295 = Builder_SetCipherSuite_mC1F1EE4077A53B058D4A2C73DE40AF3B475F5B69(L_292, L_294, /*hidden argument*/NULL); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_296 = V_0; NullCheck(L_296); uint8_t L_297; L_297 = VirtualFuncInvoker0< uint8_t >::Invoke(7 /* System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::get_CompressionAlgorithm() */, L_296); NullCheck(L_295); Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * L_298; L_298 = Builder_SetCompressionAlgorithm_m45E921336E7C496AD188939DDB2D2AFBECADED87(L_295, L_297, /*hidden argument*/NULL); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_299 = V_0; NullCheck(L_299); bool L_300; L_300 = VirtualFuncInvoker0< bool >::Invoke(16 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::get_IsExtendedMasterSecret() */, L_299); NullCheck(L_298); Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * L_301; L_301 = Builder_SetExtendedMasterSecret_m76C730F21B480C125DDD9BE793F7CB7F4C51A1E9(L_298, L_300, /*hidden argument*/NULL); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_302 = V_0; NullCheck(L_302); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_303; L_303 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::get_MasterSecret() */, L_302); NullCheck(L_301); Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * L_304; L_304 = Builder_SetMasterSecret_m53CAAD98FA7CB308C43C591AFF63BB2E45995770(L_301, L_303, /*hidden argument*/NULL); Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_305 = V_4; NullCheck(L_304); Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * L_306; L_306 = Builder_SetPeerCertificate_mF41ED1BB97B965EEB5AD4D5F9E7492097BE9C20F(L_304, L_305, /*hidden argument*/NULL); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_307 = V_0; NullCheck(L_307); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_308; L_308 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(14 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::get_PskIdentity() */, L_307); NullCheck(L_306); Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * L_309; L_309 = Builder_SetPskIdentity_m2DFDC64692A71857E58FD2F384023C4BCF209341(L_306, L_308, /*hidden argument*/NULL); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_310 = V_0; NullCheck(L_310); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_311; L_311 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(15 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::get_SrpIdentity() */, L_310); NullCheck(L_309); Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * L_312; L_312 = Builder_SetSrpIdentity_m78995F21BE245249A3916F395564D0C89814AF9F(L_309, L_311, /*hidden argument*/NULL); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_313 = ___state0; NullCheck(L_313); RuntimeObject* L_314 = L_313->get_serverExtensions_7(); NullCheck(L_312); Builder_tFA2A7025F9A18051CB6A31308D06C0A0E5CAE917 * L_315; L_315 = Builder_SetServerExtensions_mB625AB7258E79FA07D8493F614D2D8845938A9F4(L_312, L_314, /*hidden argument*/NULL); NullCheck(L_315); SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * L_316; L_316 = Builder_Build_m25E6C6D3E14797CC0156E1C9FC2062BE805CB2D0(L_315, /*hidden argument*/NULL); NullCheck(L_291); L_291->set_sessionParameters_3(L_316); // state.tlsSession = TlsUtilities.ImportSession(state.tlsSession.SessionID, state.sessionParameters); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_317 = ___state0; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_318 = ___state0; NullCheck(L_318); RuntimeObject* L_319 = L_318->get_tlsSession_2(); NullCheck(L_319); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_320; L_320 = InterfaceFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(1 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSession::get_SessionID() */, TlsSession_t4CB6C94A80A6FE3AF5678CBB7475A74FE61AE4F0_il2cpp_TypeInfo_var, L_319); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_321 = ___state0; NullCheck(L_321); SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * L_322 = L_321->get_sessionParameters_3(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); RuntimeObject* L_323; L_323 = TlsUtilities_ImportSession_m714EEC16A9F3F16A2A2E98471674A5F2D371DCFF(L_320, L_322, /*hidden argument*/NULL); NullCheck(L_317); L_317->set_tlsSession_2(L_323); // state.clientContext.SetResumableSession(state.tlsSession); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_324 = ___state0; NullCheck(L_324); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_325 = L_324->get_clientContext_1(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_326 = ___state0; NullCheck(L_326); RuntimeObject* L_327 = L_326->get_tlsSession_2(); NullCheck(L_325); VirtualActionInvoker1< RuntimeObject* >::Invoke(23 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::SetResumableSession(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSession) */, L_325, L_327); } IL_05b7: { // state.client.NotifyHandshakeComplete(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_328 = ___state0; NullCheck(L_328); RuntimeObject* L_329 = L_328->get_client_0(); NullCheck(L_329); InterfaceActionInvoker0::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPeer::NotifyHandshakeComplete() */, TlsPeer_tBC992F97A16EC0798791CB9BF62C21AA1CD54348_il2cpp_TypeInfo_var, L_329); // return new DtlsTransport(recordLayer); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_330 = ___recordLayer1; DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB * L_331 = (DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB *)il2cpp_codegen_object_new(DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB_il2cpp_TypeInfo_var); DtlsTransport__ctor_m365916F50BC3DE5D113956107CF70E98CBF87D36(L_331, L_330, /*hidden argument*/NULL); return L_331; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::GenerateCertificateVerify(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigitallySigned) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DtlsClientProtocol_GenerateCertificateVerify_mE0B65533105CCC38F24ACC72126AC2B4C6B11187 (DtlsClientProtocol_tC994E8F7D72688983665C3305E4A0C4F5D9884F4 * __this, ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * ___state0, DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288 * ___certificateVerify1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_0 = NULL; { // MemoryStream buf = new MemoryStream(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_0 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_0, /*hidden argument*/NULL); V_0 = L_0; // certificateVerify.Encode(buf); DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288 * L_1 = ___certificateVerify1; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_2 = V_0; NullCheck(L_1); VirtualActionInvoker1< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigitallySigned::Encode(System.IO.Stream) */, L_1, L_2); // return buf.ToArray(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_3 = V_0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_3); return L_4; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::GenerateClientHello(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClient) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DtlsClientProtocol_GenerateClientHello_m0AC0E69B766D8F4E491B52303932B66A6B65EA74 (DtlsClientProtocol_tC994E8F7D72688983665C3305E4A0C4F5D9884F4 * __this, ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * ___state0, RuntimeObject* ___client1, 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*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsClient_tADD26470896CB199F4C404BD9550034A74297513_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsSession_t4CB6C94A80A6FE3AF5678CBB7475A74FE61AE4F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * V_0 = NULL; SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_3 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; bool V_5 = false; bool G_B12_0 = false; bool G_B7_0 = false; bool G_B8_0 = false; bool G_B11_0 = false; bool G_B9_0 = false; bool G_B10_0 = false; bool G_B14_0 = false; bool G_B13_0 = false; { // ProtocolVersion client_version = client.ClientVersion; RuntimeObject* L_0 = ___client1; NullCheck(L_0); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_1; L_1 = InterfaceFuncInvoker0< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClient::get_ClientVersion() */, TlsClient_tADD26470896CB199F4C404BD9550034A74297513_il2cpp_TypeInfo_var, L_0); V_0 = L_1; // if (!client_version.IsDtls) ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = ProtocolVersion_get_IsDtls_m303924D8926713A01DB249AF1B4DED397A13AC7D(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0017; } } { // throw new TlsFatalAlert(AlertDescription.internal_error); 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)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsClientProtocol_GenerateClientHello_m0AC0E69B766D8F4E491B52303932B66A6B65EA74_RuntimeMethod_var))); } IL_0017: { // TlsClientContextImpl context = state.clientContext; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_5 = ___state0; NullCheck(L_5); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_6 = L_5->get_clientContext_1(); // context.SetClientVersion(client_version); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_7 = L_6; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_8 = V_0; NullCheck(L_7); VirtualActionInvoker1< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(19 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::SetClientVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) */, L_7, L_8); // SecurityParameters securityParameters = context.SecurityParameters; NullCheck(L_7); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_9; L_9 = VirtualFuncInvoker0< SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * >::Invoke(16 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::get_SecurityParameters() */, L_7); V_1 = L_9; // byte[] session_id = TlsUtilities.EmptyBytes; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ((TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields*)il2cpp_codegen_static_fields_for(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var))->get_EmptyBytes_0(); V_2 = L_10; // if (state.tlsSession != null) ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_11 = ___state0; NullCheck(L_11); RuntimeObject* L_12 = L_11->get_tlsSession_2(); if (!L_12) { goto IL_0054; } } { // session_id = state.tlsSession.SessionID; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_13 = ___state0; NullCheck(L_13); RuntimeObject* L_14 = L_13->get_tlsSession_2(); NullCheck(L_14); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15; L_15 = InterfaceFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(1 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSession::get_SessionID() */, TlsSession_t4CB6C94A80A6FE3AF5678CBB7475A74FE61AE4F0_il2cpp_TypeInfo_var, L_14); V_2 = L_15; // if (session_id == null || session_id.Length > 32) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_2; if (!L_16) { goto IL_004e; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_2; NullCheck(L_17); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))) <= ((int32_t)((int32_t)32)))) { goto IL_0054; } } IL_004e: { // session_id = TlsUtilities.EmptyBytes; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ((TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields*)il2cpp_codegen_static_fields_for(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var))->get_EmptyBytes_0(); V_2 = L_18; } IL_0054: { // bool fallback = client.IsFallback; RuntimeObject* L_19 = ___client1; NullCheck(L_19); bool L_20; L_20 = InterfaceFuncInvoker0< bool >::Invoke(6 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClient::get_IsFallback() */, TlsClient_tADD26470896CB199F4C404BD9550034A74297513_il2cpp_TypeInfo_var, L_19); // state.offeredCipherSuites = client.GetCipherSuites(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_21 = ___state0; RuntimeObject* L_22 = ___client1; NullCheck(L_22); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_23; L_23 = InterfaceFuncInvoker0< Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* >::Invoke(7 /* System.Int32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClient::GetCipherSuites() */, TlsClient_tADD26470896CB199F4C404BD9550034A74297513_il2cpp_TypeInfo_var, L_22); NullCheck(L_21); L_21->set_offeredCipherSuites_5(L_23); // if (session_id.Length > 0 && state.sessionParameters != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_2; NullCheck(L_24); G_B7_0 = L_20; if (!(((RuntimeArray*)L_24)->max_length)) { G_B12_0 = L_20; goto IL_00aa; } } { ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_25 = ___state0; NullCheck(L_25); SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * L_26 = L_25->get_sessionParameters_3(); G_B8_0 = G_B7_0; if (!L_26) { G_B12_0 = G_B7_0; goto IL_00aa; } } { // if (!state.sessionParameters.IsExtendedMasterSecret // || !Arrays.Contains(state.offeredCipherSuites, state.sessionParameters.CipherSuite) // || CompressionMethod.cls_null != state.sessionParameters.CompressionAlgorithm) ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_27 = ___state0; NullCheck(L_27); SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * L_28 = L_27->get_sessionParameters_3(); NullCheck(L_28); bool L_29; L_29 = SessionParameters_get_IsExtendedMasterSecret_m0E44233725BECE1CE04D35EE9221186CC3C561DA_inline(L_28, /*hidden argument*/NULL); G_B9_0 = G_B8_0; if (!L_29) { G_B11_0 = G_B8_0; goto IL_00a4; } } { ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_30 = ___state0; NullCheck(L_30); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_31 = L_30->get_offeredCipherSuites_5(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_32 = ___state0; NullCheck(L_32); SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * L_33 = L_32->get_sessionParameters_3(); NullCheck(L_33); int32_t L_34; L_34 = SessionParameters_get_CipherSuite_mE16D34429B906E513708398FABFCBD48690D9453_inline(L_33, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_35; L_35 = Arrays_Contains_mA6F27613B7535BFB5B27C6005F406A558D525FF1(L_31, L_34, /*hidden argument*/NULL); G_B10_0 = G_B9_0; if (!L_35) { G_B11_0 = G_B9_0; goto IL_00a4; } } { ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_36 = ___state0; NullCheck(L_36); SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * L_37 = L_36->get_sessionParameters_3(); NullCheck(L_37); uint8_t L_38; L_38 = SessionParameters_get_CompressionAlgorithm_mF018EFA16DF41F3AA8A74E03F3C0FF380B7DB999_inline(L_37, /*hidden argument*/NULL); G_B11_0 = G_B10_0; if (!L_38) { G_B12_0 = G_B10_0; goto IL_00aa; } } IL_00a4: { // session_id = TlsUtilities.EmptyBytes; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = ((TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields*)il2cpp_codegen_static_fields_for(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var))->get_EmptyBytes_0(); V_2 = L_39; G_B12_0 = G_B11_0; } IL_00aa: { // state.clientExtensions = TlsExtensionsUtilities.EnsureExtensionsInitialised(client.GetClientExtensions()); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_40 = ___state0; RuntimeObject* L_41 = ___client1; NullCheck(L_41); RuntimeObject* L_42; L_42 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClient::GetClientExtensions() */, TlsClient_tADD26470896CB199F4C404BD9550034A74297513_il2cpp_TypeInfo_var, L_41); RuntimeObject* L_43; L_43 = TlsExtensionsUtilities_EnsureExtensionsInitialised_mA4EB7585E0F22B3517895F3930A3FAABB66F5963(L_42, /*hidden argument*/NULL); NullCheck(L_40); L_40->set_clientExtensions_6(L_43); // TlsExtensionsUtilities.AddExtendedMasterSecretExtension(state.clientExtensions); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_44 = ___state0; NullCheck(L_44); RuntimeObject* L_45 = L_44->get_clientExtensions_6(); TlsExtensionsUtilities_AddExtendedMasterSecretExtension_mF1901A787FD726F1A75276B4BCDA49523FB53AE1(L_45, /*hidden argument*/NULL); // MemoryStream buf = new MemoryStream(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_46 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_46, /*hidden argument*/NULL); V_3 = L_46; // TlsUtilities.WriteVersion(client_version, buf); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_47 = V_0; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_48 = V_3; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_WriteVersion_m68966868BF7698C214AA0C5EF1157ADCDFEC1509(L_47, L_48, /*hidden argument*/NULL); // buf.Write(securityParameters.ClientRandom, 0, securityParameters.ClientRandom.Length); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_49 = V_3; SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_50 = V_1; NullCheck(L_50); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_51; L_51 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(11 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::get_ClientRandom() */, L_50); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_52 = V_1; NullCheck(L_52); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_53; L_53 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(11 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::get_ClientRandom() */, L_52); NullCheck(L_53); NullCheck(L_49); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_49, L_51, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_53)->max_length)))); // TlsUtilities.WriteOpaque8(session_id, buf); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54 = V_2; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_55 = V_3; TlsUtilities_WriteOpaque8_m44042F177FBCFAD069991148333A008369268058(L_54, L_55, /*hidden argument*/NULL); // TlsUtilities.WriteOpaque8(TlsUtilities.EmptyBytes, buf); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_56 = ((TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields*)il2cpp_codegen_static_fields_for(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var))->get_EmptyBytes_0(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_57 = V_3; TlsUtilities_WriteOpaque8_m44042F177FBCFAD069991148333A008369268058(L_56, L_57, /*hidden argument*/NULL); // byte[] renegExtData = TlsUtilities.GetExtensionData(state.clientExtensions, ExtensionType.renegotiation_info); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_58 = ___state0; NullCheck(L_58); RuntimeObject* L_59 = L_58->get_clientExtensions_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_60; L_60 = TlsUtilities_GetExtensionData_mA10C3AE8DD3888E07330B794DE4AD7FB0AA522A0(L_59, ((int32_t)65281), /*hidden argument*/NULL); V_4 = L_60; // bool noRenegExt = (null == renegExtData); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_61 = V_4; // bool noRenegSCSV = !Arrays.Contains(state.offeredCipherSuites, CipherSuite.TLS_EMPTY_RENEGOTIATION_INFO_SCSV); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_62 = ___state0; NullCheck(L_62); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_63 = L_62->get_offeredCipherSuites_5(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_64; L_64 = Arrays_Contains_mA6F27613B7535BFB5B27C6005F406A558D525FF1(L_63, ((int32_t)255), /*hidden argument*/NULL); V_5 = (bool)((((int32_t)L_64) == ((int32_t)0))? 1 : 0); // if (noRenegExt && noRenegSCSV) bool L_65 = V_5; G_B13_0 = G_B12_0; if (!((int32_t)((int32_t)((((RuntimeObject*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_61) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)&(int32_t)L_65))) { G_B14_0 = G_B12_0; goto IL_0141; } } { // state.offeredCipherSuites = Arrays.Append(state.offeredCipherSuites, CipherSuite.TLS_EMPTY_RENEGOTIATION_INFO_SCSV); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_66 = ___state0; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_67 = ___state0; NullCheck(L_67); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_68 = L_67->get_offeredCipherSuites_5(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_69; L_69 = Arrays_Append_m0ADB9E5460729D56CEEA1085F2E27191C0E776A1(L_68, ((int32_t)255), /*hidden argument*/NULL); NullCheck(L_66); L_66->set_offeredCipherSuites_5(L_69); G_B14_0 = G_B13_0; } IL_0141: { // if (fallback && !Arrays.Contains(state.offeredCipherSuites, CipherSuite.TLS_FALLBACK_SCSV)) if (!G_B14_0) { goto IL_016b; } } { ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_70 = ___state0; NullCheck(L_70); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_71 = L_70->get_offeredCipherSuites_5(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_72; L_72 = Arrays_Contains_mA6F27613B7535BFB5B27C6005F406A558D525FF1(L_71, ((int32_t)22016), /*hidden argument*/NULL); if (L_72) { goto IL_016b; } } { // state.offeredCipherSuites = Arrays.Append(state.offeredCipherSuites, CipherSuite.TLS_FALLBACK_SCSV); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_73 = ___state0; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_74 = ___state0; NullCheck(L_74); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_75 = L_74->get_offeredCipherSuites_5(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_76; L_76 = Arrays_Append_m0ADB9E5460729D56CEEA1085F2E27191C0E776A1(L_75, ((int32_t)22016), /*hidden argument*/NULL); NullCheck(L_73); L_73->set_offeredCipherSuites_5(L_76); } IL_016b: { // TlsUtilities.WriteUint16ArrayWithUint16Length(state.offeredCipherSuites, buf); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_77 = ___state0; NullCheck(L_77); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_78 = L_77->get_offeredCipherSuites_5(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_79 = V_3; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_WriteUint16ArrayWithUint16Length_m53E762005E61573759246268B5B21B0A6AFE2B31(L_78, L_79, /*hidden argument*/NULL); // TlsUtilities.WriteUint8ArrayWithUint8Length(new byte[]{ CompressionMethod.cls_null }, buf); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_80 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)1); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_81 = V_3; TlsUtilities_WriteUint8ArrayWithUint8Length_m4BCED1420A9E340771B44AF47A7ACF67CE255EC5(L_80, L_81, /*hidden argument*/NULL); // TlsProtocol.WriteExtensions(buf, state.clientExtensions); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_82 = V_3; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_83 = ___state0; NullCheck(L_83); RuntimeObject* L_84 = L_83->get_clientExtensions_6(); TlsProtocol_WriteExtensions_mFA1A29833D1EE8175E459315FE480AB2BE54B2B0(L_82, L_84, /*hidden argument*/NULL); // return buf.ToArray(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_85 = V_3; NullCheck(L_85); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_86; L_86 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_85); return L_86; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::GenerateClientKeyExchange(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DtlsClientProtocol_GenerateClientKeyExchange_m5D4D6B57DF6C3856EA555341A533440A5439F45B (DtlsClientProtocol_tC994E8F7D72688983665C3305E4A0C4F5D9884F4 * __this, ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_0 = NULL; { // MemoryStream buf = new MemoryStream(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_0 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_0, /*hidden argument*/NULL); V_0 = L_0; // state.keyExchange.GenerateClientKeyExchange(buf); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_1 = ___state0; NullCheck(L_1); RuntimeObject* L_2 = L_1->get_keyExchange_13(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_3 = V_0; NullCheck(L_2); InterfaceActionInvoker1< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(12 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange::GenerateClientKeyExchange(System.IO.Stream) */, TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807_il2cpp_TypeInfo_var, L_2, L_3); // return buf.ToArray(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_4 = V_0; NullCheck(L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_4); return L_5; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::InvalidateSession(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsClientProtocol_InvalidateSession_m46E9DC001B99F89B521DFD186E1FEFA7AC365290 (DtlsClientProtocol_tC994E8F7D72688983665C3305E4A0C4F5D9884F4 * __this, ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsSession_t4CB6C94A80A6FE3AF5678CBB7475A74FE61AE4F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (state.sessionParameters != null) ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_0 = ___state0; NullCheck(L_0); SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * L_1 = L_0->get_sessionParameters_3(); if (!L_1) { goto IL_001a; } } { // state.sessionParameters.Clear(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_2 = ___state0; NullCheck(L_2); SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * L_3 = L_2->get_sessionParameters_3(); NullCheck(L_3); SessionParameters_Clear_m52D91A2DD15900F6C4754E12966AD000EC3A9232(L_3, /*hidden argument*/NULL); // state.sessionParameters = null; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_4 = ___state0; NullCheck(L_4); L_4->set_sessionParameters_3((SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D *)NULL); } IL_001a: { // if (state.tlsSession != null) ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_5 = ___state0; NullCheck(L_5); RuntimeObject* L_6 = L_5->get_tlsSession_2(); if (!L_6) { goto IL_0034; } } { // state.tlsSession.Invalidate(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_7 = ___state0; NullCheck(L_7); RuntimeObject* L_8 = L_7->get_tlsSession_2(); NullCheck(L_8); InterfaceActionInvoker0::Invoke(2 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSession::Invalidate() */, TlsSession_t4CB6C94A80A6FE3AF5678CBB7475A74FE61AE4F0_il2cpp_TypeInfo_var, L_8); // state.tlsSession = null; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_9 = ___state0; NullCheck(L_9); L_9->set_tlsSession_2((RuntimeObject*)NULL); } IL_0034: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::ProcessCertificateRequest(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsClientProtocol_ProcessCertificateRequest_m229C8E1D94CB9634703BA99A40C5DE0324D53C53 (DtlsClientProtocol_tC994E8F7D72688983665C3305E4A0C4F5D9884F4 * __this, ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * ___state0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_0 = NULL; { // if (state.authentication == null) ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_0 = ___state0; NullCheck(L_0); RuntimeObject* L_1 = L_0->get_authentication_14(); if (L_1) { goto IL_0010; } } { // throw new TlsFatalAlert(AlertDescription.handshake_failure); 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)40), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsClientProtocol_ProcessCertificateRequest_m229C8E1D94CB9634703BA99A40C5DE0324D53C53_RuntimeMethod_var))); } IL_0010: { // MemoryStream buf = new MemoryStream(body, false); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___body1; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_4 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_4, L_3, (bool)0, /*hidden argument*/NULL); V_0 = L_4; // state.certificateRequest = CertificateRequest.Parse(state.clientContext, buf); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_5 = ___state0; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_6 = ___state0; NullCheck(L_6); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_7 = L_6->get_clientContext_1(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_8 = V_0; CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * L_9; L_9 = CertificateRequest_Parse_mABE3254963813337F0FB55BB7B2A630BF829A9B8(L_7, L_8, /*hidden argument*/NULL); NullCheck(L_5); L_5->set_certificateRequest_16(L_9); // TlsProtocol.AssertEmpty(buf); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_10 = V_0; TlsProtocol_AssertEmpty_m8949A72432991E8A93062D69639FCE23DC0030B6(L_10, /*hidden argument*/NULL); // state.keyExchange.ValidateCertificateRequest(state.certificateRequest); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_11 = ___state0; NullCheck(L_11); RuntimeObject* L_12 = L_11->get_keyExchange_13(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_13 = ___state0; NullCheck(L_13); CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * L_14 = L_13->get_certificateRequest_16(); NullCheck(L_12); InterfaceActionInvoker1< CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * >::Invoke(8 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange::ValidateCertificateRequest(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest) */, TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807_il2cpp_TypeInfo_var, L_12, L_14); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::ProcessCertificateStatus(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsClientProtocol_ProcessCertificateStatus_m1D32CF5F891D152FC84DD94203082F838DEE0A44 (DtlsClientProtocol_tC994E8F7D72688983665C3305E4A0C4F5D9884F4 * __this, ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * ___state0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_0 = NULL; { // if (!state.allowCertificateStatus) ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_0 = ___state0; NullCheck(L_0); bool L_1 = L_0->get_allowCertificateStatus_11(); if (L_1) { goto IL_0010; } } { // throw new TlsFatalAlert(AlertDescription.unexpected_message); 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)10), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsClientProtocol_ProcessCertificateStatus_m1D32CF5F891D152FC84DD94203082F838DEE0A44_RuntimeMethod_var))); } IL_0010: { // MemoryStream buf = new MemoryStream(body, false); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___body1; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_4 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_4, L_3, (bool)0, /*hidden argument*/NULL); V_0 = L_4; // state.certificateStatus = CertificateStatus.Parse(buf); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_5 = ___state0; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_6 = V_0; CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 * L_7; L_7 = CertificateStatus_Parse_m2E7ED817E49DDC573BD274BB7DCF042C6CE5294A(L_6, /*hidden argument*/NULL); NullCheck(L_5); L_5->set_certificateStatus_15(L_7); // TlsProtocol.AssertEmpty(buf); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_8 = V_0; TlsProtocol_AssertEmpty_m8949A72432991E8A93062D69639FCE23DC0030B6(L_8, /*hidden argument*/NULL); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::ProcessHelloVerifyRequest(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DtlsClientProtocol_ProcessHelloVerifyRequest_m662A28AB2E745EEA1226CF594D058478C6729D62 (DtlsClientProtocol_tC994E8F7D72688983665C3305E4A0C4F5D9884F4 * __this, ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * ___state0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // MemoryStream buf = new MemoryStream(body, false); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___body1; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_1 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_1, L_0, (bool)0, /*hidden argument*/NULL); // ProtocolVersion server_version = TlsUtilities.ReadVersion(buf); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_2 = L_1; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_3; L_3 = TlsUtilities_ReadVersion_mF343EA2DE02C7086C0D30321EA04AD516F2B551A(L_2, /*hidden argument*/NULL); V_0 = L_3; // byte[] cookie = TlsUtilities.ReadOpaque8(buf); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_4 = L_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = TlsUtilities_ReadOpaque8_m7E62AE309E857BBD7C4008D18FD07850A2E77501(L_4, /*hidden argument*/NULL); V_1 = L_5; // TlsProtocol.AssertEmpty(buf); TlsProtocol_AssertEmpty_m8949A72432991E8A93062D69639FCE23DC0030B6(L_4, /*hidden argument*/NULL); // if (!server_version.IsEqualOrEarlierVersionOf(state.clientContext.ClientVersion)) ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_6 = V_0; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_7 = ___state0; NullCheck(L_7); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_8 = L_7->get_clientContext_1(); NullCheck(L_8); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_9; L_9 = VirtualFuncInvoker0< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(18 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::get_ClientVersion() */, L_8); NullCheck(L_6); bool L_10; L_10 = ProtocolVersion_IsEqualOrEarlierVersionOf_mA6DCE6087D568B23EF6CE3AA61F87A322A592C7D(L_6, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0035; } } { // throw new TlsFatalAlert(AlertDescription.illegal_parameter); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_11 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_11, (uint8_t)((int32_t)47), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsClientProtocol_ProcessHelloVerifyRequest_m662A28AB2E745EEA1226CF594D058478C6729D62_RuntimeMethod_var))); } IL_0035: { // if (!ProtocolVersion.DTLSv12.IsEqualOrEarlierVersionOf(server_version) && cookie.Length > 32) IL2CPP_RUNTIME_CLASS_INIT(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_12 = ((ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_StaticFields*)il2cpp_codegen_static_fields_for(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915_il2cpp_TypeInfo_var))->get_DTLSv12_5(); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_13 = V_0; NullCheck(L_12); bool L_14; L_14 = ProtocolVersion_IsEqualOrEarlierVersionOf_mA6DCE6087D568B23EF6CE3AA61F87A322A592C7D(L_12, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0051; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_1; NullCheck(L_15); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))) <= ((int32_t)((int32_t)32)))) { goto IL_0051; } } { // throw new TlsFatalAlert(AlertDescription.illegal_parameter); 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)47), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsClientProtocol_ProcessHelloVerifyRequest_m662A28AB2E745EEA1226CF594D058478C6729D62_RuntimeMethod_var))); } IL_0051: { // return cookie; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_1; return L_17; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::ProcessNewSessionTicket(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsClientProtocol_ProcessNewSessionTicket_m641B53B383DD2F34F0E785D3417784CE958211D5 (DtlsClientProtocol_tC994E8F7D72688983665C3305E4A0C4F5D9884F4 * __this, ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * ___state0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsClient_tADD26470896CB199F4C404BD9550034A74297513_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NewSessionTicket_tE97CC8F3816C300BC527EEB9DF903C4AB90348EF * V_0 = NULL; { // MemoryStream buf = new MemoryStream(body, false); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___body1; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_1 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_1, L_0, (bool)0, /*hidden argument*/NULL); // NewSessionTicket newSessionTicket = NewSessionTicket.Parse(buf); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_2 = L_1; NewSessionTicket_tE97CC8F3816C300BC527EEB9DF903C4AB90348EF * L_3; L_3 = NewSessionTicket_Parse_m985C0731F622795A38B7F7938D7949EADA0E5091(L_2, /*hidden argument*/NULL); V_0 = L_3; // TlsProtocol.AssertEmpty(buf); TlsProtocol_AssertEmpty_m8949A72432991E8A93062D69639FCE23DC0030B6(L_2, /*hidden argument*/NULL); // state.client.NotifyNewSessionTicket(newSessionTicket); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_4 = ___state0; NullCheck(L_4); RuntimeObject* L_5 = L_4->get_client_0(); NewSessionTicket_tE97CC8F3816C300BC527EEB9DF903C4AB90348EF * L_6 = V_0; NullCheck(L_5); InterfaceActionInvoker1< NewSessionTicket_tE97CC8F3816C300BC527EEB9DF903C4AB90348EF * >::Invoke(19 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClient::NotifyNewSessionTicket(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.NewSessionTicket) */, TlsClient_tADD26470896CB199F4C404BD9550034A74297513_il2cpp_TypeInfo_var, L_5, L_6); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::ProcessServerCertificate(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * DtlsClientProtocol_ProcessServerCertificate_m5C1FED0BE624202F77F942AA10FCE115DABA7016 (DtlsClientProtocol_tC994E8F7D72688983665C3305E4A0C4F5D9884F4 * __this, ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * ___state0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsAuthentication_t5FA1BEF9526C288C8F717080E2AB1CA4B21FF542_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsClient_tADD26470896CB199F4C404BD9550034A74297513_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * V_0 = NULL; { // MemoryStream buf = new MemoryStream(body, false); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___body1; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_1 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_1, L_0, (bool)0, /*hidden argument*/NULL); // Certificate serverCertificate = Certificate.Parse(buf); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_2 = L_1; IL2CPP_RUNTIME_CLASS_INIT(Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_il2cpp_TypeInfo_var); Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_3; L_3 = Certificate_Parse_m20B75E8C173A1F773E05828F11FDC91C757D808E(L_2, /*hidden argument*/NULL); V_0 = L_3; // TlsProtocol.AssertEmpty(buf); TlsProtocol_AssertEmpty_m8949A72432991E8A93062D69639FCE23DC0030B6(L_2, /*hidden argument*/NULL); // state.keyExchange.ProcessServerCertificate(serverCertificate); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_4 = ___state0; NullCheck(L_4); RuntimeObject* L_5 = L_4->get_keyExchange_13(); Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_6 = V_0; NullCheck(L_5); InterfaceActionInvoker1< Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange::ProcessServerCertificate(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate) */, TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807_il2cpp_TypeInfo_var, L_5, L_6); // state.authentication = state.client.GetAuthentication(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_7 = ___state0; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_8 = ___state0; NullCheck(L_8); RuntimeObject* L_9 = L_8->get_client_0(); NullCheck(L_9); RuntimeObject* L_10; L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(17 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsAuthentication BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClient::GetAuthentication() */, TlsClient_tADD26470896CB199F4C404BD9550034A74297513_il2cpp_TypeInfo_var, L_9); NullCheck(L_7); L_7->set_authentication_14(L_10); // state.authentication.NotifyServerCertificate(serverCertificate); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_11 = ___state0; NullCheck(L_11); RuntimeObject* L_12 = L_11->get_authentication_14(); Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_13 = V_0; NullCheck(L_12); InterfaceActionInvoker1< Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsAuthentication::NotifyServerCertificate(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate) */, TlsAuthentication_t5FA1BEF9526C288C8F717080E2AB1CA4B21FF542_il2cpp_TypeInfo_var, L_12, L_13); // return serverCertificate; Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_14 = V_0; return L_14; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::ProcessServerHello(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsClientProtocol_ProcessServerHello_mCF3A8C7B9C6948BDFE5A190AF639C7FEC77EF4FA (DtlsClientProtocol_tC994E8F7D72688983665C3305E4A0C4F5D9884F4 * __this, ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * ___state0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body1, 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*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsClient_tADD26470896CB199F4C404BD9550034A74297513_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsPeer_tBC992F97A16EC0798791CB9BF62C21AA1CD54348_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsSession_t4CB6C94A80A6FE3AF5678CBB7475A74FE61AE4F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * V_0 = NULL; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_1 = NULL; int32_t V_2 = 0; uint8_t V_3 = 0x0; RuntimeObject* V_4 = NULL; RuntimeObject* V_5 = NULL; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * V_6 = NULL; RuntimeObject* V_7 = NULL; int32_t V_8 = 0; RuntimeObject* V_9 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_10 = NULL; bool V_11 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * G_B5_0 = NULL; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * G_B3_0 = NULL; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * G_B4_0 = NULL; int32_t G_B6_0 = 0; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * G_B6_1 = NULL; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * G_B44_0 = NULL; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * G_B43_0 = NULL; int32_t G_B45_0 = 0; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * G_B45_1 = NULL; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * G_B47_0 = NULL; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * G_B46_0 = NULL; int32_t G_B48_0 = 0; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * G_B48_1 = NULL; { // SecurityParameters securityParameters = state.clientContext.SecurityParameters; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_0 = ___state0; NullCheck(L_0); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_1 = L_0->get_clientContext_1(); NullCheck(L_1); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_2; L_2 = VirtualFuncInvoker0< SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * >::Invoke(16 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::get_SecurityParameters() */, L_1); V_0 = L_2; // MemoryStream buf = new MemoryStream(body, false); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___body1; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_4 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_4, L_3, (bool)0, /*hidden argument*/NULL); V_1 = L_4; // ProtocolVersion server_version = TlsUtilities.ReadVersion(buf); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_6; L_6 = TlsUtilities_ReadVersion_mF343EA2DE02C7086C0D30321EA04AD516F2B551A(L_5, /*hidden argument*/NULL); V_6 = L_6; // ReportServerVersion(state, server_version); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_7 = ___state0; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_8 = V_6; VirtualActionInvoker2< ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 *, ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(20 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::ReportServerVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) */, __this, L_7, L_8); // securityParameters.serverRandom = TlsUtilities.ReadFully(32, buf); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_9 = V_0; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_10 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11; L_11 = TlsUtilities_ReadFully_mE5FC834E4FC4A791892231FF5C437BB30CEA8F1D(((int32_t)32), L_10, /*hidden argument*/NULL); NullCheck(L_9); L_9->set_serverRandom_7(L_11); // state.selectedSessionID = TlsUtilities.ReadOpaque8(buf); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_12 = ___state0; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_13 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14; L_14 = TlsUtilities_ReadOpaque8_m7E62AE309E857BBD7C4008D18FD07850A2E77501(L_13, /*hidden argument*/NULL); NullCheck(L_12); L_12->set_selectedSessionID_8(L_14); // if (state.selectedSessionID.Length > 32) ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_15 = ___state0; NullCheck(L_15); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = L_15->get_selectedSessionID_8(); NullCheck(L_16); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))) <= ((int32_t)((int32_t)32)))) { goto IL_0053; } } { // 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*)&DtlsClientProtocol_ProcessServerHello_mCF3A8C7B9C6948BDFE5A190AF639C7FEC77EF4FA_RuntimeMethod_var))); } IL_0053: { // state.client.NotifySessionID(state.selectedSessionID); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_18 = ___state0; NullCheck(L_18); RuntimeObject* L_19 = L_18->get_client_0(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_20 = ___state0; NullCheck(L_20); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = L_20->get_selectedSessionID_8(); NullCheck(L_19); InterfaceActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(11 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClient::NotifySessionID(System.Byte[]) */, TlsClient_tADD26470896CB199F4C404BD9550034A74297513_il2cpp_TypeInfo_var, L_19, L_21); // state.resumedSession = state.selectedSessionID.Length > 0 && state.tlsSession != null // && Arrays.AreEqual(state.selectedSessionID, state.tlsSession.SessionID); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_22 = ___state0; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_23 = ___state0; NullCheck(L_23); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = L_23->get_selectedSessionID_8(); NullCheck(L_24); G_B3_0 = L_22; if (!(((RuntimeArray*)L_24)->max_length)) { G_B5_0 = L_22; goto IL_008e; } } { ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_25 = ___state0; NullCheck(L_25); RuntimeObject* L_26 = L_25->get_tlsSession_2(); G_B4_0 = G_B3_0; if (!L_26) { G_B5_0 = G_B3_0; goto IL_008e; } } { ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_27 = ___state0; NullCheck(L_27); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = L_27->get_selectedSessionID_8(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_29 = ___state0; NullCheck(L_29); RuntimeObject* L_30 = L_29->get_tlsSession_2(); NullCheck(L_30); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31; L_31 = InterfaceFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(1 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSession::get_SessionID() */, TlsSession_t4CB6C94A80A6FE3AF5678CBB7475A74FE61AE4F0_il2cpp_TypeInfo_var, L_30); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_32; L_32 = Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246(L_28, L_31, /*hidden argument*/NULL); G_B6_0 = ((int32_t)(L_32)); G_B6_1 = G_B4_0; goto IL_008f; } IL_008e: { G_B6_0 = 0; G_B6_1 = G_B5_0; } IL_008f: { NullCheck(G_B6_1); G_B6_1->set_resumedSession_9((bool)G_B6_0); // int selectedCipherSuite = TlsUtilities.ReadUint16(buf); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_33 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); int32_t L_34; L_34 = TlsUtilities_ReadUint16_mB813EC24F2ECAE1A4F28509A6819745BEDD7D8A4(L_33, /*hidden argument*/NULL); V_2 = L_34; // if (!Arrays.Contains(state.offeredCipherSuites, selectedCipherSuite) // || selectedCipherSuite == CipherSuite.TLS_NULL_WITH_NULL_NULL // || CipherSuite.IsScsv(selectedCipherSuite) // || !TlsUtilities.IsValidCipherSuiteForVersion(selectedCipherSuite, state.clientContext.ServerVersion)) ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_35 = ___state0; NullCheck(L_35); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_36 = L_35->get_offeredCipherSuites_5(); int32_t L_37 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_38; L_38 = Arrays_Contains_mA6F27613B7535BFB5B27C6005F406A558D525FF1(L_36, L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_00c7; } } { int32_t L_39 = V_2; if (!L_39) { goto IL_00c7; } } { int32_t L_40 = V_2; bool L_41; L_41 = CipherSuite_IsScsv_m9666A8538EA9FAC19F85B056E6FAF76CB01651DD(L_40, /*hidden argument*/NULL); if (L_41) { goto IL_00c7; } } { int32_t L_42 = V_2; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_43 = ___state0; NullCheck(L_43); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_44 = L_43->get_clientContext_1(); NullCheck(L_44); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_45; L_45 = VirtualFuncInvoker0< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::get_ServerVersion() */, L_44); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); bool L_46; L_46 = TlsUtilities_IsValidCipherSuiteForVersion_mC3ED3FE1C17CAD0B5DE835A6E275E7A1CF122182(L_42, L_45, /*hidden argument*/NULL); if (L_46) { goto IL_00cf; } } IL_00c7: { // throw new TlsFatalAlert(AlertDescription.illegal_parameter); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_47 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_47, (uint8_t)((int32_t)47), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsClientProtocol_ProcessServerHello_mCF3A8C7B9C6948BDFE5A190AF639C7FEC77EF4FA_RuntimeMethod_var))); } IL_00cf: { // ValidateSelectedCipherSuite(selectedCipherSuite, AlertDescription.illegal_parameter); int32_t L_48 = V_2; DtlsProtocol_ValidateSelectedCipherSuite_m250D4EB38E3C1DE19926461413D256E51ACAF465(L_48, (uint8_t)((int32_t)47), /*hidden argument*/NULL); // state.client.NotifySelectedCipherSuite(selectedCipherSuite); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_49 = ___state0; NullCheck(L_49); RuntimeObject* L_50 = L_49->get_client_0(); int32_t L_51 = V_2; NullCheck(L_50); InterfaceActionInvoker1< int32_t >::Invoke(12 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClient::NotifySelectedCipherSuite(System.Int32) */, TlsClient_tADD26470896CB199F4C404BD9550034A74297513_il2cpp_TypeInfo_var, L_50, L_51); // byte selectedCompressionMethod = TlsUtilities.ReadUint8(buf); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_52 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); uint8_t L_53; L_53 = TlsUtilities_ReadUint8_mA28B77E9A9751670539E56507461A93522CD551B(L_52, /*hidden argument*/NULL); V_3 = L_53; // if (CompressionMethod.cls_null != selectedCompressionMethod) uint8_t L_54 = V_3; if (!L_54) { goto IL_00f5; } } { // throw new TlsFatalAlert(AlertDescription.illegal_parameter); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_55 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_55, (uint8_t)((int32_t)47), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_55, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsClientProtocol_ProcessServerHello_mCF3A8C7B9C6948BDFE5A190AF639C7FEC77EF4FA_RuntimeMethod_var))); } IL_00f5: { // state.client.NotifySelectedCompressionMethod(selectedCompressionMethod); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_56 = ___state0; NullCheck(L_56); RuntimeObject* L_57 = L_56->get_client_0(); uint8_t L_58 = V_3; NullCheck(L_57); InterfaceActionInvoker1< uint8_t >::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClient::NotifySelectedCompressionMethod(System.Byte) */, TlsClient_tADD26470896CB199F4C404BD9550034A74297513_il2cpp_TypeInfo_var, L_57, L_58); // state.serverExtensions = TlsProtocol.ReadExtensions(buf); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_59 = ___state0; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_60 = V_1; RuntimeObject* L_61; L_61 = TlsProtocol_ReadExtensions_m19F1B82BA48024ACDF61F9440F039DDFD6BB6649(L_60, /*hidden argument*/NULL); NullCheck(L_59); L_59->set_serverExtensions_7(L_61); // securityParameters.extendedMasterSecret = TlsExtensionsUtilities.HasExtendedMasterSecretExtension(state.serverExtensions); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_62 = V_0; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_63 = ___state0; NullCheck(L_63); RuntimeObject* L_64 = L_63->get_serverExtensions_7(); bool L_65; L_65 = TlsExtensionsUtilities_HasExtendedMasterSecretExtension_m16ECF6193002976777668FB2ADC044F8124F6215(L_64, /*hidden argument*/NULL); NullCheck(L_62); L_62->set_extendedMasterSecret_14(L_65); // if (!securityParameters.IsExtendedMasterSecret // && (state.resumedSession || state.client.RequiresExtendedMasterSecret())) SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_66 = V_0; NullCheck(L_66); bool L_67; L_67 = VirtualFuncInvoker0< bool >::Invoke(16 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::get_IsExtendedMasterSecret() */, L_66); if (L_67) { goto IL_0143; } } { ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_68 = ___state0; NullCheck(L_68); bool L_69 = L_68->get_resumedSession_9(); if (L_69) { goto IL_013b; } } { ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_70 = ___state0; NullCheck(L_70); RuntimeObject* L_71 = L_70->get_client_0(); NullCheck(L_71); bool L_72; L_72 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPeer::RequiresExtendedMasterSecret() */, TlsPeer_tBC992F97A16EC0798791CB9BF62C21AA1CD54348_il2cpp_TypeInfo_var, L_71); if (!L_72) { goto IL_0143; } } IL_013b: { // throw new TlsFatalAlert(AlertDescription.handshake_failure); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_73 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_73, (uint8_t)((int32_t)40), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_73, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsClientProtocol_ProcessServerHello_mCF3A8C7B9C6948BDFE5A190AF639C7FEC77EF4FA_RuntimeMethod_var))); } IL_0143: { // if (state.serverExtensions != null) ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_74 = ___state0; NullCheck(L_74); RuntimeObject* L_75 = L_74->get_serverExtensions_7(); if (!L_75) { goto IL_01b4; } } { // foreach (int extType in state.serverExtensions.Keys) ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_76 = ___state0; NullCheck(L_76); RuntimeObject* L_77 = L_76->get_serverExtensions_7(); NullCheck(L_77); RuntimeObject* L_78; L_78 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Collections.ICollection System.Collections.IDictionary::get_Keys() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_77); NullCheck(L_78); RuntimeObject* L_79; L_79 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_78); V_7 = L_79; } IL_015d: try {// begin try (depth: 1) { goto IL_0194; } IL_015f: { // foreach (int extType in state.serverExtensions.Keys) RuntimeObject* L_80 = V_7; NullCheck(L_80); RuntimeObject * L_81; L_81 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_80); V_8 = ((*(int32_t*)((int32_t*)UnBox(L_81, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); // if (extType == ExtensionType.renegotiation_info) int32_t L_82 = V_8; if ((((int32_t)L_82) == ((int32_t)((int32_t)65281)))) { goto IL_0194; } } IL_0176: { // if (null == TlsUtilities.GetExtensionData(state.clientExtensions, extType)) ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_83 = ___state0; NullCheck(L_83); RuntimeObject* L_84 = L_83->get_clientExtensions_6(); int32_t L_85 = V_8; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_86; L_86 = TlsUtilities_GetExtensionData_mA10C3AE8DD3888E07330B794DE4AD7FB0AA522A0(L_84, L_85, /*hidden argument*/NULL); if (L_86) { goto IL_018d; } } IL_0185: { // throw new TlsFatalAlert(AlertDescription.unsupported_extension); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_87 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_87, (uint8_t)((int32_t)110), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_87, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsClientProtocol_ProcessServerHello_mCF3A8C7B9C6948BDFE5A190AF639C7FEC77EF4FA_RuntimeMethod_var))); } IL_018d: { // if (state.resumedSession) ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_88 = ___state0; NullCheck(L_88); bool L_89 = L_88->get_resumedSession_9(); } IL_0194: { // foreach (int extType in state.serverExtensions.Keys) RuntimeObject* L_90 = V_7; NullCheck(L_90); bool L_91; L_91 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_90); if (L_91) { goto IL_015f; } } IL_019d: { IL2CPP_LEAVE(0x1B4, FINALLY_019f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_019f; } FINALLY_019f: {// begin finally (depth: 1) { RuntimeObject* L_92 = V_7; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_92, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_93 = V_9; if (!L_93) { goto IL_01b3; } } IL_01ac: { RuntimeObject* L_94 = V_9; NullCheck(L_94); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_94); } IL_01b3: { IL2CPP_END_FINALLY(415) } }// end finally (depth: 1) IL2CPP_CLEANUP(415) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1B4, IL_01b4) } IL_01b4: { // byte[] renegExtData = TlsUtilities.GetExtensionData(state.serverExtensions, ExtensionType.renegotiation_info); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_95 = ___state0; NullCheck(L_95); RuntimeObject* L_96 = L_95->get_serverExtensions_7(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_97; L_97 = TlsUtilities_GetExtensionData_mA10C3AE8DD3888E07330B794DE4AD7FB0AA522A0(L_96, ((int32_t)65281), /*hidden argument*/NULL); V_10 = L_97; // if (renegExtData != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_98 = V_10; if (!L_98) { goto IL_01ec; } } { // state.secure_renegotiation = true; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_99 = ___state0; NullCheck(L_99); L_99->set_secure_renegotiation_10((bool)1); // if (!Arrays.ConstantTimeAreEqual(renegExtData, TlsProtocol.CreateRenegotiationInfo(TlsUtilities.EmptyBytes))) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_100 = V_10; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_101 = ((TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields*)il2cpp_codegen_static_fields_for(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var))->get_EmptyBytes_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_102; L_102 = TlsProtocol_CreateRenegotiationInfo_m9174B688CBCAF00CC668E636242962FB6BE97246(L_101, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_103; L_103 = Arrays_ConstantTimeAreEqual_mA8B0D8A56AE0903D0723D146FD1777A01E2014E4(L_100, L_102, /*hidden argument*/NULL); if (L_103) { goto IL_01ec; } } { // throw new TlsFatalAlert(AlertDescription.handshake_failure); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_104 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_104, (uint8_t)((int32_t)40), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_104, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsClientProtocol_ProcessServerHello_mCF3A8C7B9C6948BDFE5A190AF639C7FEC77EF4FA_RuntimeMethod_var))); } IL_01ec: { // state.client.NotifySecureRenegotiation(state.secure_renegotiation); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_105 = ___state0; NullCheck(L_105); RuntimeObject* L_106 = L_105->get_client_0(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_107 = ___state0; NullCheck(L_107); bool L_108 = L_107->get_secure_renegotiation_10(); NullCheck(L_106); InterfaceActionInvoker1< bool >::Invoke(2 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPeer::NotifySecureRenegotiation(System.Boolean) */, TlsPeer_tBC992F97A16EC0798791CB9BF62C21AA1CD54348_il2cpp_TypeInfo_var, L_106, L_108); // IDictionary sessionClientExtensions = state.clientExtensions, sessionServerExtensions = state.serverExtensions; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_109 = ___state0; NullCheck(L_109); RuntimeObject* L_110 = L_109->get_clientExtensions_6(); V_4 = L_110; // IDictionary sessionClientExtensions = state.clientExtensions, sessionServerExtensions = state.serverExtensions; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_111 = ___state0; NullCheck(L_111); RuntimeObject* L_112 = L_111->get_serverExtensions_7(); V_5 = L_112; // if (state.resumedSession) ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_113 = ___state0; NullCheck(L_113); bool L_114 = L_113->get_resumedSession_9(); if (!L_114) { goto IL_0249; } } { // if (selectedCipherSuite != state.sessionParameters.CipherSuite // || selectedCompressionMethod != state.sessionParameters.CompressionAlgorithm) int32_t L_115 = V_2; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_116 = ___state0; NullCheck(L_116); SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * L_117 = L_116->get_sessionParameters_3(); NullCheck(L_117); int32_t L_118; L_118 = SessionParameters_get_CipherSuite_mE16D34429B906E513708398FABFCBD48690D9453_inline(L_117, /*hidden argument*/NULL); if ((!(((uint32_t)L_115) == ((uint32_t)L_118)))) { goto IL_0231; } } { uint8_t L_119 = V_3; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_120 = ___state0; NullCheck(L_120); SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * L_121 = L_120->get_sessionParameters_3(); NullCheck(L_121); uint8_t L_122; L_122 = SessionParameters_get_CompressionAlgorithm_mF018EFA16DF41F3AA8A74E03F3C0FF380B7DB999_inline(L_121, /*hidden argument*/NULL); if ((((int32_t)L_119) == ((int32_t)L_122))) { goto IL_0239; } } IL_0231: { // throw new TlsFatalAlert(AlertDescription.illegal_parameter); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_123 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_123, (uint8_t)((int32_t)47), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_123, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsClientProtocol_ProcessServerHello_mCF3A8C7B9C6948BDFE5A190AF639C7FEC77EF4FA_RuntimeMethod_var))); } IL_0239: { // sessionClientExtensions = null; V_4 = (RuntimeObject*)NULL; // sessionServerExtensions = state.sessionParameters.ReadServerExtensions(); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_124 = ___state0; NullCheck(L_124); SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * L_125 = L_124->get_sessionParameters_3(); NullCheck(L_125); RuntimeObject* L_126; L_126 = SessionParameters_ReadServerExtensions_m3268BAA375F8300339532D185707C59BCB4184B4(L_125, /*hidden argument*/NULL); V_5 = L_126; } IL_0249: { // securityParameters.cipherSuite = selectedCipherSuite; SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_127 = V_0; int32_t L_128 = V_2; NullCheck(L_127); L_127->set_cipherSuite_1(L_128); // securityParameters.compressionAlgorithm = selectedCompressionMethod; SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_129 = V_0; uint8_t L_130 = V_3; NullCheck(L_129); L_129->set_compressionAlgorithm_2(L_130); // if (sessionServerExtensions != null && sessionServerExtensions.Count > 0) RuntimeObject* L_131 = V_5; if (!L_131) { goto IL_02f0; } } { RuntimeObject* L_132 = V_5; NullCheck(L_132); int32_t L_133; L_133 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_132); if ((((int32_t)L_133) <= ((int32_t)0))) { goto IL_02f0; } } { // bool serverSentEncryptThenMAC = TlsExtensionsUtilities.HasEncryptThenMacExtension(sessionServerExtensions); RuntimeObject* L_134 = V_5; bool L_135; L_135 = TlsExtensionsUtilities_HasEncryptThenMacExtension_m9F9FADA5CBE41A1A8B94E300DF918FFEA73E011B(L_134, /*hidden argument*/NULL); V_11 = L_135; // if (serverSentEncryptThenMAC && !TlsUtilities.IsBlockCipherSuite(securityParameters.CipherSuite)) bool L_136 = V_11; if (!L_136) { goto IL_028d; } } { SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_137 = V_0; NullCheck(L_137); int32_t L_138; L_138 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::get_CipherSuite() */, L_137); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); bool L_139; L_139 = TlsUtilities_IsBlockCipherSuite_mA273B0389EC7649C39401F777D6C94AC077AC749(L_138, /*hidden argument*/NULL); if (L_139) { goto IL_028d; } } { // throw new TlsFatalAlert(AlertDescription.illegal_parameter); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_140 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_140, (uint8_t)((int32_t)47), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_140, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsClientProtocol_ProcessServerHello_mCF3A8C7B9C6948BDFE5A190AF639C7FEC77EF4FA_RuntimeMethod_var))); } IL_028d: { // securityParameters.encryptThenMac = serverSentEncryptThenMAC; SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_141 = V_0; bool L_142 = V_11; NullCheck(L_141); L_141->set_encryptThenMac_13(L_142); // securityParameters.maxFragmentLength = EvaluateMaxFragmentLengthExtension(state.resumedSession, // sessionClientExtensions, sessionServerExtensions, AlertDescription.illegal_parameter); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_143 = V_0; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_144 = ___state0; NullCheck(L_144); bool L_145 = L_144->get_resumedSession_9(); RuntimeObject* L_146 = V_4; RuntimeObject* L_147 = V_5; int16_t L_148; L_148 = DtlsProtocol_EvaluateMaxFragmentLengthExtension_m29A7F40B29560F5B37D3CF4D24214E1FC007BA83(L_145, L_146, L_147, (uint8_t)((int32_t)47), /*hidden argument*/NULL); NullCheck(L_143); L_143->set_maxFragmentLength_11(L_148); // securityParameters.truncatedHMac = TlsExtensionsUtilities.HasTruncatedHMacExtension(sessionServerExtensions); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_149 = V_0; RuntimeObject* L_150 = V_5; bool L_151; L_151 = TlsExtensionsUtilities_HasTruncatedHMacExtension_m4A99645588466BA771AE23CD20338BA9EC03D24F(L_150, /*hidden argument*/NULL); NullCheck(L_149); L_149->set_truncatedHMac_12(L_151); // state.allowCertificateStatus = !state.resumedSession // && TlsUtilities.HasExpectedEmptyExtensionData(sessionServerExtensions, ExtensionType.status_request, // AlertDescription.illegal_parameter); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_152 = ___state0; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_153 = ___state0; NullCheck(L_153); bool L_154 = L_153->get_resumedSession_9(); G_B43_0 = L_152; if (L_154) { G_B44_0 = L_152; goto IL_02ce; } } { RuntimeObject* L_155 = V_5; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); bool L_156; L_156 = TlsUtilities_HasExpectedEmptyExtensionData_m8696FC157600CFD36C8DD19ADFA6AD12B50828C6(L_155, 5, (uint8_t)((int32_t)47), /*hidden argument*/NULL); G_B45_0 = ((int32_t)(L_156)); G_B45_1 = G_B43_0; goto IL_02cf; } IL_02ce: { G_B45_0 = 0; G_B45_1 = G_B44_0; } IL_02cf: { NullCheck(G_B45_1); G_B45_1->set_allowCertificateStatus_11((bool)G_B45_0); // state.expectSessionTicket = !state.resumedSession // && TlsUtilities.HasExpectedEmptyExtensionData(sessionServerExtensions, ExtensionType.session_ticket, // AlertDescription.illegal_parameter); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_157 = ___state0; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_158 = ___state0; NullCheck(L_158); bool L_159 = L_158->get_resumedSession_9(); G_B46_0 = L_157; if (L_159) { G_B47_0 = L_157; goto IL_02ea; } } { RuntimeObject* L_160 = V_5; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); bool L_161; L_161 = TlsUtilities_HasExpectedEmptyExtensionData_m8696FC157600CFD36C8DD19ADFA6AD12B50828C6(L_160, ((int32_t)35), (uint8_t)((int32_t)47), /*hidden argument*/NULL); G_B48_0 = ((int32_t)(L_161)); G_B48_1 = G_B46_0; goto IL_02eb; } IL_02ea: { G_B48_0 = 0; G_B48_1 = G_B47_0; } IL_02eb: { NullCheck(G_B48_1); G_B48_1->set_expectSessionTicket_12((bool)G_B48_0); } IL_02f0: { // if (sessionClientExtensions != null) RuntimeObject* L_162 = V_4; if (!L_162) { goto IL_0301; } } { // state.client.ProcessServerExtensions(sessionServerExtensions); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_163 = ___state0; NullCheck(L_163); RuntimeObject* L_164 = L_163->get_client_0(); RuntimeObject* L_165 = V_5; NullCheck(L_164); InterfaceActionInvoker1< RuntimeObject* >::Invoke(14 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClient::ProcessServerExtensions(System.Collections.IDictionary) */, TlsClient_tADD26470896CB199F4C404BD9550034A74297513_il2cpp_TypeInfo_var, L_164, L_165); } IL_0301: { // securityParameters.prfAlgorithm = TlsProtocol.GetPrfAlgorithm(state.clientContext, // securityParameters.CipherSuite); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_166 = V_0; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_167 = ___state0; NullCheck(L_167); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_168 = L_167->get_clientContext_1(); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_169 = V_0; NullCheck(L_169); int32_t L_170; L_170 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::get_CipherSuite() */, L_169); int32_t L_171; L_171 = TlsProtocol_GetPrfAlgorithm_mA98A53EB2AC319D63D378B38D75ABCCD2A7BAAD3(L_168, L_170, /*hidden argument*/NULL); NullCheck(L_166); L_166->set_prfAlgorithm_3(L_171); // securityParameters.verifyDataLength = 12; SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_172 = V_0; NullCheck(L_172); L_172->set_verifyDataLength_4(((int32_t)12)); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::ProcessServerKeyExchange(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsClientProtocol_ProcessServerKeyExchange_mAE8327AC527683ABF569507264195375A93F59F7 (DtlsClientProtocol_tC994E8F7D72688983665C3305E4A0C4F5D9884F4 * __this, ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * ___state0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_0 = NULL; { // MemoryStream buf = new MemoryStream(body, false); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___body1; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_1 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_1, L_0, (bool)0, /*hidden argument*/NULL); V_0 = L_1; // state.keyExchange.ProcessServerKeyExchange(buf); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_2 = ___state0; NullCheck(L_2); RuntimeObject* L_3 = L_2->get_keyExchange_13(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_4 = V_0; NullCheck(L_3); InterfaceActionInvoker1< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange::ProcessServerKeyExchange(System.IO.Stream) */, TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807_il2cpp_TypeInfo_var, L_3, L_4); // TlsProtocol.AssertEmpty(buf); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_5 = V_0; TlsProtocol_AssertEmpty_m8949A72432991E8A93062D69639FCE23DC0030B6(L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::ProcessServerSupplementalData(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsClientProtocol_ProcessServerSupplementalData_m76384C2D57B7BAE4501DD405B79486369CB51E63 (DtlsClientProtocol_tC994E8F7D72688983665C3305E4A0C4F5D9884F4 * __this, ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * ___state0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsClient_tADD26470896CB199F4C404BD9550034A74297513_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { // MemoryStream buf = new MemoryStream(body, false); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___body1; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_1 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_1, L_0, (bool)0, /*hidden argument*/NULL); // IList serverSupplementalData = TlsProtocol.ReadSupplementalDataMessage(buf); RuntimeObject* L_2; L_2 = TlsProtocol_ReadSupplementalDataMessage_m018C910B817450B54F9B08295771D764DCAEAD4F(L_1, /*hidden argument*/NULL); V_0 = L_2; // state.client.ProcessServerSupplementalData(serverSupplementalData); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_3 = ___state0; NullCheck(L_3); RuntimeObject* L_4 = L_3->get_client_0(); RuntimeObject* L_5 = V_0; NullCheck(L_4); InterfaceActionInvoker1< RuntimeObject* >::Invoke(15 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClient::ProcessServerSupplementalData(System.Collections.IList) */, TlsClient_tADD26470896CB199F4C404BD9550034A74297513_il2cpp_TypeInfo_var, L_4, L_5); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::ReportServerVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol/ClientHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsClientProtocol_ReportServerVersion_m35054A291578F07CDF2DE25F7D048DC6789A6E95 (DtlsClientProtocol_tC994E8F7D72688983665C3305E4A0C4F5D9884F4 * __this, ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * ___state0, ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___server_version1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsClient_tADD26470896CB199F4C404BD9550034A74297513_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * V_0 = NULL; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * V_1 = NULL; { // TlsClientContextImpl clientContext = state.clientContext; ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_0 = ___state0; NullCheck(L_0); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_1 = L_0->get_clientContext_1(); V_0 = L_1; // ProtocolVersion currentServerVersion = clientContext.ServerVersion; TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_2 = V_0; NullCheck(L_2); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_3; L_3 = VirtualFuncInvoker0< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::get_ServerVersion() */, L_2); V_1 = L_3; // if (null == currentServerVersion) ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_4 = V_1; if (L_4) { goto IL_0025; } } { // clientContext.SetServerVersion(server_version); TlsClientContextImpl_t48A01699A13F38CB5BB4D48327DFCE056C9647CF * L_5 = V_0; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_6 = ___server_version1; NullCheck(L_5); VirtualActionInvoker1< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(21 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::SetServerVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) */, L_5, L_6); // state.client.NotifyServerVersion(server_version); ClientHandshakeState_tA7E904A790F3E1A23E019B33B9B3BD9B55AE65C5 * L_7 = ___state0; NullCheck(L_7); RuntimeObject* L_8 = L_7->get_client_0(); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_9 = ___server_version1; NullCheck(L_8); InterfaceActionInvoker1< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(10 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsClient::NotifyServerVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) */, TlsClient_tADD26470896CB199F4C404BD9550034A74297513_il2cpp_TypeInfo_var, L_8, L_9); // } return; } IL_0025: { // else if (!currentServerVersion.Equals(server_version)) ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_10 = V_1; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_11 = ___server_version1; NullCheck(L_10); bool L_12; L_12 = ProtocolVersion_Equals_m55E637B40AF820E0B35ABA84E0B40FDA2FE6D211(L_10, L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0036; } } { // throw new TlsFatalAlert(AlertDescription.illegal_parameter); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_13 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_13, (uint8_t)((int32_t)47), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsClientProtocol_ReportServerVersion_m35054A291578F07CDF2DE25F7D048DC6789A6E95_RuntimeMethod_var))); } IL_0036: { // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsClientProtocol::PatchClientHelloWithCookie(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DtlsClientProtocol_PatchClientHelloWithCookie_m0C57B00DB7168FB4951BF38C6A104F7AA1D5CCF7 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___clientHelloBody0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cookie1, 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; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; { // int sessionIDPos = 34; V_0 = ((int32_t)34); // int sessionIDLength = TlsUtilities.ReadUint8(clientHelloBody, sessionIDPos); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___clientHelloBody0; int32_t L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); uint8_t L_2; L_2 = TlsUtilities_ReadUint8_m18EBCC12EE3DB706396578F590D15BEF82339D38(L_0, L_1, /*hidden argument*/NULL); V_1 = L_2; // int cookieLengthPos = sessionIDPos + 1 + sessionIDLength; int32_t L_3 = V_0; int32_t L_4 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)), (int32_t)L_4)); // int cookiePos = cookieLengthPos + 1; int32_t L_5 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); // byte[] patched = new byte[clientHelloBody.Length + cookie.Length]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___clientHelloBody0; NullCheck(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___cookie1; NullCheck(L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))); V_4 = L_8; // Array.Copy(clientHelloBody, 0, patched, 0, cookieLengthPos); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___clientHelloBody0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_4; int32_t L_11 = V_2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_9, 0, (RuntimeArray *)(RuntimeArray *)L_10, 0, L_11, /*hidden argument*/NULL); // TlsUtilities.CheckUint8(cookie.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___cookie1; NullCheck(L_12); TlsUtilities_CheckUint8_m16F416D047D0ED56CCE06887A6BADEF2B2B81547(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))), /*hidden argument*/NULL); // TlsUtilities.WriteUint8((byte)cookie.Length, patched, cookieLengthPos); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___cookie1; NullCheck(L_13); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_4; int32_t L_15 = V_2; TlsUtilities_WriteUint8_mF51A9F2BA4D361435E4993CFC5BD46CCCB65E186((uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))))), L_14, L_15, /*hidden argument*/NULL); // Array.Copy(cookie, 0, patched, cookiePos, cookie.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___cookie1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_4; int32_t L_18 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___cookie1; NullCheck(L_19); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_16, 0, (RuntimeArray *)(RuntimeArray *)L_17, L_18, ((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))), /*hidden argument*/NULL); // Array.Copy(clientHelloBody, cookiePos, patched, cookiePos + cookie.Length, clientHelloBody.Length - cookiePos); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ___clientHelloBody0; int32_t L_21 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_4; int32_t L_23 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ___cookie1; NullCheck(L_24); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = ___clientHelloBody0; NullCheck(L_25); int32_t L_26 = V_3; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_20, L_21, (RuntimeArray *)(RuntimeArray *)L_22, ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length))))), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length))), (int32_t)L_26)), /*hidden argument*/NULL); // return patched; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_4; return L_27; } } #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.DtlsEpoch::.ctor(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsEpoch__ctor_m39FC93094DDC5CD1626B0236D945EABD973AC95E (DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * __this, int32_t ___epoch0, RuntimeObject* ___cipher1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtlsReplayWindow_t88F38DCD576D285E2B13E5902252B1366BCF2FCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly DtlsReplayWindow mReplayWindow = new DtlsReplayWindow(); DtlsReplayWindow_t88F38DCD576D285E2B13E5902252B1366BCF2FCF * L_0 = (DtlsReplayWindow_t88F38DCD576D285E2B13E5902252B1366BCF2FCF *)il2cpp_codegen_object_new(DtlsReplayWindow_t88F38DCD576D285E2B13E5902252B1366BCF2FCF_il2cpp_TypeInfo_var); DtlsReplayWindow__ctor_m5ED57042B2DB1D00C88DBB4B6EA4BC59BDDCCABD(L_0, /*hidden argument*/NULL); __this->set_mReplayWindow_0(L_0); // internal DtlsEpoch(int epoch, TlsCipher cipher) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (epoch < 0) int32_t L_1 = ___epoch0; if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_0025; } } { // throw new ArgumentException("must be >= 0", "epoch"); 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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral41011676C3EA8F6B841B904B05AA0CF2EF5AF398)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAEC7344A52594A643F51EC1C9F7B911BAC179BDF)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsEpoch__ctor_m39FC93094DDC5CD1626B0236D945EABD973AC95E_RuntimeMethod_var))); } IL_0025: { // if (cipher == null) RuntimeObject* L_3 = ___cipher1; if (L_3) { goto IL_0033; } } { // throw new ArgumentNullException("cipher"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBC3A5F3D5BB3E7D48E89B51BFD05B4FBE1D09846)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsEpoch__ctor_m39FC93094DDC5CD1626B0236D945EABD973AC95E_RuntimeMethod_var))); } IL_0033: { // this.mEpoch = epoch; int32_t L_5 = ___epoch0; __this->set_mEpoch_1(L_5); // this.mCipher = cipher; RuntimeObject* L_6 = ___cipher1; __this->set_mCipher_2(L_6); // } return; } } // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch::AllocateSequenceNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DtlsEpoch_AllocateSequenceNumber_mEFC08B5B1158D5726EAF6329610E144F4E27EC95 (DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * __this, const RuntimeMethod* method) { int64_t V_0 = 0; { // return mSequenceNumber++; int64_t L_0 = __this->get_mSequenceNumber_3(); V_0 = L_0; int64_t L_1 = V_0; __this->set_mSequenceNumber_3(((int64_t)il2cpp_codegen_add((int64_t)L_1, (int64_t)((int64_t)((int64_t)1))))); int64_t L_2 = V_0; return L_2; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch::get_Cipher() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DtlsEpoch_get_Cipher_m15C06C4D0B576E20A4FC34CB543E5421B53FB49B (DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * __this, const RuntimeMethod* method) { { // get { return mCipher; } RuntimeObject* L_0 = __this->get_mCipher_2(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch::get_Epoch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtlsEpoch_get_Epoch_m0C51870E66854328A7B73EBD677A6FC3F32451A4 (DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * __this, const RuntimeMethod* method) { { // get { return mEpoch; } int32_t L_0 = __this->get_mEpoch_1(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReplayWindow BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch::get_ReplayWindow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DtlsReplayWindow_t88F38DCD576D285E2B13E5902252B1366BCF2FCF * DtlsEpoch_get_ReplayWindow_m7E621FCABDF57B44519F9AF4812759BA8EA291F7 (DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * __this, const RuntimeMethod* method) { { // get { return mReplayWindow; } DtlsReplayWindow_t88F38DCD576D285E2B13E5902252B1366BCF2FCF * L_0 = __this->get_mReplayWindow_0(); return L_0; } } // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsEpoch::get_SequenceNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DtlsEpoch_get_SequenceNumber_mE8B569D2D4BB93E258E279D2459520EB5E040AF6 (DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * __this, const RuntimeMethod* method) { { // get { return mSequenceNumber; } int64_t L_0 = __this->get_mSequenceNumber_3(); 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 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsProtocol::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsProtocol__ctor_m32B5FEB7DECB88F5B74CFBE16E16AE6E8F13FDC6 (DtlsProtocol_t67B922C04398E5FB7E56005D51B95EEE1534CFED * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___secureRandom0, const RuntimeMethod* method) { { // protected DtlsProtocol(SecureRandom secureRandom) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // if (secureRandom == null) SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = ___secureRandom0; if (L_0) { goto IL_0014; } } { // throw new ArgumentNullException("secureRandom"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC4F7E906B9EC59914D013BA161F9CFDD8956CF5F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsProtocol__ctor_m32B5FEB7DECB88F5B74CFBE16E16AE6E8F13FDC6_RuntimeMethod_var))); } IL_0014: { // this.mSecureRandom = secureRandom; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_2 = ___secureRandom0; __this->set_mSecureRandom_0(L_2); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsProtocol::ProcessFinished(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsProtocol_ProcessFinished_mAC84AC9BE16217C532E5463B725E16ABC6530EA0 (DtlsProtocol_t67B922C04398E5FB7E56005D51B95EEE1534CFED * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___expected_verify_data1, 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*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // MemoryStream buf = new MemoryStream(body, false); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___body0; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_1 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_1, L_0, (bool)0, /*hidden argument*/NULL); V_0 = L_1; // byte[] verify_data = TlsUtilities.ReadFully(expected_verify_data.Length, buf); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___expected_verify_data1; NullCheck(L_2); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = TlsUtilities_ReadFully_mE5FC834E4FC4A791892231FF5C437BB30CEA8F1D(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), L_3, /*hidden argument*/NULL); V_1 = L_4; // TlsProtocol.AssertEmpty(buf); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_5 = V_0; TlsProtocol_AssertEmpty_m8949A72432991E8A93062D69639FCE23DC0030B6(L_5, /*hidden argument*/NULL); // if (!Arrays.ConstantTimeAreEqual(expected_verify_data, verify_data)) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___expected_verify_data1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_8; L_8 = Arrays_ConstantTimeAreEqual_mA8B0D8A56AE0903D0723D146FD1777A01E2014E4(L_6, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0029; } } { // throw new TlsFatalAlert(AlertDescription.handshake_failure); 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)40), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsProtocol_ProcessFinished_mAC84AC9BE16217C532E5463B725E16ABC6530EA0_RuntimeMethod_var))); } IL_0029: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsProtocol::ApplyMaxFragmentLengthExtension(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer,System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsProtocol_ApplyMaxFragmentLengthExtension_m28C31FABC1A9B8902FE01A930F5F1DA7C89DD7A5 (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * ___recordLayer0, int16_t ___maxFragmentLength1, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (maxFragmentLength >= 0) int16_t L_0 = ___maxFragmentLength1; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0025; } } { // if (!MaxFragmentLength.IsValid((byte)maxFragmentLength)) int16_t L_1 = ___maxFragmentLength1; bool L_2; L_2 = MaxFragmentLength_IsValid_m5D205F1963F7EA3C01A51D398AE66B34CF608A79((uint8_t)((int32_t)((uint8_t)L_1)), /*hidden argument*/NULL); if (L_2) { goto IL_0015; } } { // throw new TlsFatalAlert(AlertDescription.internal_error); 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)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsProtocol_ApplyMaxFragmentLengthExtension_m28C31FABC1A9B8902FE01A930F5F1DA7C89DD7A5_RuntimeMethod_var))); } IL_0015: { // int plainTextLimit = 1 << (8 + maxFragmentLength); int16_t L_4 = ___maxFragmentLength1; V_0 = ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)8, (int32_t)L_4))&(int32_t)((int32_t)31))))); // recordLayer.SetPlaintextLimit(plainTextLimit); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_5 = ___recordLayer0; int32_t L_6 = V_0; NullCheck(L_5); VirtualActionInvoker1< int32_t >::Invoke(9 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::SetPlaintextLimit(System.Int32) */, L_5, L_6); } IL_0025: { // } return; } } // System.Int16 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsProtocol::EvaluateMaxFragmentLengthExtension(System.Boolean,System.Collections.IDictionary,System.Collections.IDictionary,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t DtlsProtocol_EvaluateMaxFragmentLengthExtension_m29A7F40B29560F5B37D3CF4D24214E1FC007BA83 (bool ___resumedSession0, RuntimeObject* ___clientExtensions1, RuntimeObject* ___serverExtensions2, uint8_t ___alertDescription3, const RuntimeMethod* method) { int16_t V_0 = 0; { // short maxFragmentLength = TlsExtensionsUtilities.GetMaxFragmentLengthExtension(serverExtensions); RuntimeObject* L_0 = ___serverExtensions2; int16_t L_1; L_1 = TlsExtensionsUtilities_GetMaxFragmentLengthExtension_m76BD5AE20A99F3EEC6AB1DFA0CFA19EBC1A6ACBF(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (maxFragmentLength >= 0) int16_t L_2 = V_0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0027; } } { // if (!MaxFragmentLength.IsValid((byte)maxFragmentLength) // || (!resumedSession && maxFragmentLength != TlsExtensionsUtilities // .GetMaxFragmentLengthExtension(clientExtensions))) int16_t L_3 = V_0; bool L_4; L_4 = MaxFragmentLength_IsValid_m5D205F1963F7EA3C01A51D398AE66B34CF608A79((uint8_t)((int32_t)((uint8_t)L_3)), /*hidden argument*/NULL); if (!L_4) { goto IL_0020; } } { bool L_5 = ___resumedSession0; if (L_5) { goto IL_0027; } } { int16_t L_6 = V_0; RuntimeObject* L_7 = ___clientExtensions1; int16_t L_8; L_8 = TlsExtensionsUtilities_GetMaxFragmentLengthExtension_m76BD5AE20A99F3EEC6AB1DFA0CFA19EBC1A6ACBF(L_7, /*hidden argument*/NULL); if ((((int32_t)L_6) == ((int32_t)L_8))) { goto IL_0027; } } IL_0020: { // throw new TlsFatalAlert(alertDescription); uint8_t L_9 = ___alertDescription3; TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_10 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsProtocol_EvaluateMaxFragmentLengthExtension_m29A7F40B29560F5B37D3CF4D24214E1FC007BA83_RuntimeMethod_var))); } IL_0027: { // return maxFragmentLength; int16_t L_11 = V_0; return L_11; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsProtocol::GenerateCertificate(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DtlsProtocol_GenerateCertificate_mC673C082ECF0753A7C47E02DB981BE92C96E53C6 (Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * ___certificate0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_0 = NULL; { // MemoryStream buf = new MemoryStream(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_0 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_0, /*hidden argument*/NULL); V_0 = L_0; // certificate.Encode(buf); Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_1 = ___certificate0; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_2 = V_0; NullCheck(L_1); VirtualActionInvoker1< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(8 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate::Encode(System.IO.Stream) */, L_1, L_2); // return buf.ToArray(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_3 = V_0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_3); return L_4; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsProtocol::GenerateSupplementalData(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DtlsProtocol_GenerateSupplementalData_m245067360F7A4E3773BD058BF0621255E2678540 (RuntimeObject* ___supplementalData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // MemoryStream buf = new MemoryStream(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_0 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_0, /*hidden argument*/NULL); // TlsProtocol.WriteSupplementalData(buf, supplementalData); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_1 = L_0; RuntimeObject* L_2 = ___supplementalData0; TlsProtocol_WriteSupplementalData_m7579E23A5F368CFBBB324574BAA47C9A4EA771A0(L_1, L_2, /*hidden argument*/NULL); // return buf.ToArray(); NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_1); return L_3; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsProtocol::ValidateSelectedCipherSuite(System.Int32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsProtocol_ValidateSelectedCipherSuite_m250D4EB38E3C1DE19926461413D256E51ACAF465 (int32_t ___selectedCipherSuite0, uint8_t ___alertDescription1, 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; } int32_t V_0 = 0; { // switch (TlsUtilities.GetEncryptionAlgorithm(selectedCipherSuite)) int32_t L_0 = ___selectedCipherSuite0; 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; int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) <= ((uint32_t)1)))) { goto IL_0014; } } { // throw new TlsFatalAlert(alertDescription); uint8_t L_3 = ___alertDescription1; 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, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsProtocol_ValidateSelectedCipherSuite_m250D4EB38E3C1DE19926461413D256E51ACAF465_RuntimeMethod_var))); } IL_0014: { // } 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.DtlsReassembler::.ctor(System.Byte,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReassembler__ctor_mB3F4D98558ECE48645C23C45A56FFF74165941F1 (DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 * __this, uint8_t ___msg_type0, int32_t ___length1, 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*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly IList mMissing = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); __this->set_mMissing_2(L_0); // internal DtlsReassembler(byte msg_type, int length) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.mMsgType = msg_type; uint8_t L_1 = ___msg_type0; __this->set_mMsgType_0(L_1); // this.mBody = new byte[length]; int32_t L_2 = ___length1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_2); __this->set_mBody_1(L_3); // this.mMissing.Add(new Range(0, length)); RuntimeObject* L_4 = __this->get_mMissing_2(); int32_t L_5 = ___length1; Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * L_6 = (Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD *)il2cpp_codegen_object_new(Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD_il2cpp_TypeInfo_var); Range__ctor_m3EBF65A6542ABD823140D9A5E8DECB7C0DC32008(L_6, 0, L_5, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_7; L_7 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_4, L_6); // } return; } } // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler::get_MsgType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t DtlsReassembler_get_MsgType_mC95E274AA49BCE849BFF34BA1830A489CDBF1171 (DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 * __this, const RuntimeMethod* method) { { // get { return mMsgType; } uint8_t L_0 = __this->get_mMsgType_0(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler::GetBodyIfComplete() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DtlsReassembler_GetBodyIfComplete_mF2143A7DAB2E048D8F5624A22A50FFAB62709653 (DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return mMissing.Count == 0 ? mBody : null; RuntimeObject* L_0 = __this->get_mMissing_2(); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_0); if (!L_1) { goto IL_000f; } } { return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } IL_000f: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_mBody_1(); return L_2; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler::ContributeFragment(System.Byte,System.Int32,System.Byte[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReassembler_ContributeFragment_mB1EC1115D86C673FE5BE45F126A0746FC1A7ABB8 (DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 * __this, uint8_t ___msg_type0, int32_t ___length1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf2, int32_t ___off3, int32_t ___fragment_offset4, int32_t ___fragment_length5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { // int fragment_end = fragment_offset + fragment_length; int32_t L_0 = ___fragment_offset4; int32_t L_1 = ___fragment_length5; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); // if (this.mMsgType != msg_type || this.mBody.Length != length || fragment_end > length) uint8_t L_2 = __this->get_mMsgType_0(); uint8_t L_3 = ___msg_type0; if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_001e; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_mBody_1(); NullCheck(L_4); int32_t L_5 = ___length1; if ((!(((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))) == ((uint32_t)L_5)))) { goto IL_001e; } } { int32_t L_6 = V_0; int32_t L_7 = ___length1; if ((((int32_t)L_6) <= ((int32_t)L_7))) { goto IL_001f; } } IL_001e: { // return; return; } IL_001f: { // if (fragment_length == 0) int32_t L_8 = ___fragment_length5; if (L_8) { goto IL_005a; } } { // if (fragment_offset == 0 && mMissing.Count > 0) int32_t L_9 = ___fragment_offset4; if (L_9) { goto IL_0059; } } { RuntimeObject* L_10 = __this->get_mMissing_2(); NullCheck(L_10); int32_t L_11; L_11 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_10); if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_0059; } } { // Range firstRange = (Range)mMissing[0]; RuntimeObject* L_12 = __this->get_mMissing_2(); NullCheck(L_12); RuntimeObject * L_13; L_13 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_12, 0); // if (firstRange.End == 0) NullCheck(((Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD *)CastclassClass((RuntimeObject*)L_13, Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD_il2cpp_TypeInfo_var))); int32_t L_14; L_14 = Range_get_End_mAE5C3BC602BA1F26337EAC550C201079A7A46785_inline(((Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD *)CastclassClass((RuntimeObject*)L_13, Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_14) { goto IL_0059; } } { // mMissing.RemoveAt(0); RuntimeObject* L_15 = __this->get_mMissing_2(); NullCheck(L_15); InterfaceActionInvoker1< int32_t >::Invoke(10 /* System.Void System.Collections.IList::RemoveAt(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_15, 0); } IL_0059: { // return; return; } IL_005a: { // for (int i = 0; i < mMissing.Count; ++i) V_1 = 0; goto IL_0125; } IL_0061: { // Range range = (Range)mMissing[i]; RuntimeObject* L_16 = __this->get_mMissing_2(); int32_t L_17 = V_1; NullCheck(L_16); RuntimeObject * L_18; L_18 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_16, L_17); V_2 = ((Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD *)CastclassClass((RuntimeObject*)L_18, Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD_il2cpp_TypeInfo_var)); // if (range.Start >= fragment_end) Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * L_19 = V_2; NullCheck(L_19); int32_t L_20; L_20 = Range_get_Start_mEEE23D756EB8360EAE320B4075315893ED8F264D_inline(L_19, /*hidden argument*/NULL); int32_t L_21 = V_0; if ((((int32_t)L_20) >= ((int32_t)L_21))) { goto IL_0136; } } { // if (range.End > fragment_offset) Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * L_22 = V_2; NullCheck(L_22); int32_t L_23; L_23 = Range_get_End_mAE5C3BC602BA1F26337EAC550C201079A7A46785_inline(L_22, /*hidden argument*/NULL); int32_t L_24 = ___fragment_offset4; if ((((int32_t)L_23) <= ((int32_t)L_24))) { goto IL_0121; } } { // int copyStart = System.Math.Max(range.Start, fragment_offset); Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * L_25 = V_2; NullCheck(L_25); int32_t L_26; L_26 = Range_get_Start_mEEE23D756EB8360EAE320B4075315893ED8F264D_inline(L_25, /*hidden argument*/NULL); int32_t L_27 = ___fragment_offset4; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_28; L_28 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B(L_26, L_27, /*hidden argument*/NULL); V_3 = L_28; // int copyEnd = System.Math.Min(range.End, fragment_end); Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * L_29 = V_2; NullCheck(L_29); int32_t L_30; L_30 = Range_get_End_mAE5C3BC602BA1F26337EAC550C201079A7A46785_inline(L_29, /*hidden argument*/NULL); int32_t L_31 = V_0; int32_t L_32; L_32 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_30, L_31, /*hidden argument*/NULL); V_4 = L_32; // int copyLength = copyEnd - copyStart; int32_t L_33 = V_4; int32_t L_34 = V_3; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)L_34)); // Array.Copy(buf, off + copyStart - fragment_offset, mBody, copyStart, // copyLength); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = ___buf2; int32_t L_36 = ___off3; int32_t L_37 = V_3; int32_t L_38 = ___fragment_offset4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = __this->get_mBody_1(); int32_t L_40 = V_3; int32_t L_41 = V_5; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_35, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)L_37)), (int32_t)L_38)), (RuntimeArray *)(RuntimeArray *)L_39, L_40, L_41, /*hidden argument*/NULL); // if (copyStart == range.Start) int32_t L_42 = V_3; Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * L_43 = V_2; NullCheck(L_43); int32_t L_44; L_44 = Range_get_Start_mEEE23D756EB8360EAE320B4075315893ED8F264D_inline(L_43, /*hidden argument*/NULL); if ((!(((uint32_t)L_42) == ((uint32_t)L_44)))) { goto IL_00f3; } } { // if (copyEnd == range.End) int32_t L_45 = V_4; Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * L_46 = V_2; NullCheck(L_46); int32_t L_47; L_47 = Range_get_End_mAE5C3BC602BA1F26337EAC550C201079A7A46785_inline(L_46, /*hidden argument*/NULL); if ((!(((uint32_t)L_45) == ((uint32_t)L_47)))) { goto IL_00e9; } } { // mMissing.RemoveAt(i--); RuntimeObject* L_48 = __this->get_mMissing_2(); int32_t L_49 = V_1; int32_t L_50 = L_49; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1)); NullCheck(L_48); InterfaceActionInvoker1< int32_t >::Invoke(10 /* System.Void System.Collections.IList::RemoveAt(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_48, L_50); // } goto IL_0121; } IL_00e9: { // range.Start = copyEnd; Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * L_51 = V_2; int32_t L_52 = V_4; NullCheck(L_51); Range_set_Start_m8A14E671EDA0CFB9C6FF6FCCF50E948093DFE01B_inline(L_51, L_52, /*hidden argument*/NULL); // } goto IL_0121; } IL_00f3: { // if (copyEnd != range.End) int32_t L_53 = V_4; Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * L_54 = V_2; NullCheck(L_54); int32_t L_55; L_55 = Range_get_End_mAE5C3BC602BA1F26337EAC550C201079A7A46785_inline(L_54, /*hidden argument*/NULL); if ((((int32_t)L_53) == ((int32_t)L_55))) { goto IL_011a; } } { // mMissing.Insert(++i, new Range(copyEnd, range.End)); RuntimeObject* L_56 = __this->get_mMissing_2(); int32_t L_57 = V_1; int32_t L_58 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); V_1 = L_58; int32_t L_59 = V_4; Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * L_60 = V_2; NullCheck(L_60); int32_t L_61; L_61 = Range_get_End_mAE5C3BC602BA1F26337EAC550C201079A7A46785_inline(L_60, /*hidden argument*/NULL); Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * L_62 = (Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD *)il2cpp_codegen_object_new(Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD_il2cpp_TypeInfo_var); Range__ctor_m3EBF65A6542ABD823140D9A5E8DECB7C0DC32008(L_62, L_59, L_61, /*hidden argument*/NULL); NullCheck(L_56); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(8 /* System.Void System.Collections.IList::Insert(System.Int32,System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_56, L_58, L_62); } IL_011a: { // range.End = copyStart; Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * L_63 = V_2; int32_t L_64 = V_3; NullCheck(L_63); Range_set_End_m20673533BA9764BF0AA9D87974B088E60B0FDA9E_inline(L_63, L_64, /*hidden argument*/NULL); } IL_0121: { // for (int i = 0; i < mMissing.Count; ++i) int32_t L_65 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1)); } IL_0125: { // for (int i = 0; i < mMissing.Count; ++i) int32_t L_66 = V_1; RuntimeObject* L_67 = __this->get_mMissing_2(); NullCheck(L_67); int32_t L_68; L_68 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_67); if ((((int32_t)L_66) < ((int32_t)L_68))) { goto IL_0061; } } IL_0136: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReassembler::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReassembler_Reset_m0D8CE65A350A8755337FCADB03FCCB4594544BA2 (DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // this.mMissing.Clear(); RuntimeObject* L_0 = __this->get_mMissing_2(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(4 /* System.Void System.Collections.IList::Clear() */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_0); // this.mMissing.Add(new Range(0, mBody.Length)); RuntimeObject* L_1 = __this->get_mMissing_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_mBody_1(); NullCheck(L_2); Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * L_3 = (Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD *)il2cpp_codegen_object_new(Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD_il2cpp_TypeInfo_var); Range__ctor_m3EBF65A6542ABD823140D9A5E8DECB7C0DC32008(L_3, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), /*hidden argument*/NULL); NullCheck(L_1); int32_t L_4; L_4 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_1, L_3); // } 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.DtlsRecordLayer::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DatagramTransport,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPeer,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsRecordLayer__ctor_mFA9A795E749E96891348C8FAB3A6EA5451D260A0 (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * __this, RuntimeObject* ___transport0, RuntimeObject* ___context1, RuntimeObject* ___peer2, uint8_t ___contentType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsNullCipher_t9360870BA0FFF0F96FFE5C77DC5F3A1EE59F73C3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly ByteQueue mRecordQueue = new ByteQueue(); ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * L_0 = (ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 *)il2cpp_codegen_object_new(ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471_il2cpp_TypeInfo_var); ByteQueue__ctor_mE78DC5C6549498A9E73DE4BAD99986414DB0798C(L_0, /*hidden argument*/NULL); __this->set_mRecordQueue_7(L_0); // internal DtlsRecordLayer(DatagramTransport transport, TlsContext context, TlsPeer peer, byte contentType) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.mTransport = transport; RuntimeObject* L_1 = ___transport0; __this->set_mTransport_4(L_1); // this.mContext = context; RuntimeObject* L_2 = ___context1; __this->set_mContext_5(L_2); // this.mPeer = peer; RuntimeObject* L_3 = ___peer2; __this->set_mPeer_6(L_3); // this.mInHandshake = true; il2cpp_codegen_memory_barrier(); __this->set_mInHandshake_12(1); // this.mCurrentEpoch = new DtlsEpoch(0, new TlsNullCipher(context)); RuntimeObject* L_4 = ___context1; TlsNullCipher_t9360870BA0FFF0F96FFE5C77DC5F3A1EE59F73C3 * L_5 = (TlsNullCipher_t9360870BA0FFF0F96FFE5C77DC5F3A1EE59F73C3 *)il2cpp_codegen_object_new(TlsNullCipher_t9360870BA0FFF0F96FFE5C77DC5F3A1EE59F73C3_il2cpp_TypeInfo_var); TlsNullCipher__ctor_mA10A43962F30E1B449687DC1A690FC7DC8254EF3(L_5, L_4, /*hidden argument*/NULL); DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_6 = (DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B *)il2cpp_codegen_object_new(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B_il2cpp_TypeInfo_var); DtlsEpoch__ctor_m39FC93094DDC5CD1626B0236D945EABD973AC95E(L_6, 0, L_5, /*hidden argument*/NULL); __this->set_mCurrentEpoch_14(L_6); // this.mPendingEpoch = null; __this->set_mPendingEpoch_15((DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B *)NULL); // this.mReadEpoch = mCurrentEpoch; DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_7 = __this->get_mCurrentEpoch_14(); __this->set_mReadEpoch_16(L_7); // this.mWriteEpoch = mCurrentEpoch; DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_8 = __this->get_mCurrentEpoch_14(); __this->set_mWriteEpoch_17(L_8); // SetPlaintextLimit(MAX_FRAGMENT_LENGTH); VirtualActionInvoker1< int32_t >::Invoke(9 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::SetPlaintextLimit(System.Int32) */, __this, ((int32_t)16384)); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::SetPlaintextLimit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsRecordLayer_SetPlaintextLimit_mFF197475917163C6A2A2C79AB8EEF899DC700E85 (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * __this, int32_t ___plaintextLimit0, const RuntimeMethod* method) { { // this.mPlaintextLimit = plaintextLimit; int32_t L_0 = ___plaintextLimit0; il2cpp_codegen_memory_barrier(); __this->set_mPlaintextLimit_13(L_0); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::get_ReadEpoch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtlsRecordLayer_get_ReadEpoch_m6E51BD55B373E7F41E149A02962C96B0D8BE3274 (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * __this, const RuntimeMethod* method) { { // get { return mReadEpoch.Epoch; } DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_0 = __this->get_mReadEpoch_16(); NullCheck(L_0); int32_t L_1; L_1 = DtlsEpoch_get_Epoch_m0C51870E66854328A7B73EBD677A6FC3F32451A4_inline(L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::get_ReadVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * DtlsRecordLayer_get_ReadVersion_m67A6A8292AADEFE712BDF5CBFEAD8E5EB07FB560 (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * __this, const RuntimeMethod* method) { { // get { return mReadVersion; } ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_0 = __this->get_mReadVersion_10(); il2cpp_codegen_memory_barrier(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::set_ReadVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsRecordLayer_set_ReadVersion_mD1E5DBCC6F09C86DCFC522846618A7F371335FE8 (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * __this, ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___value0, const RuntimeMethod* method) { { // set { this.mReadVersion = value; } ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_0 = ___value0; il2cpp_codegen_memory_barrier(); __this->set_mReadVersion_10(L_0); // set { this.mReadVersion = value; } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::SetWriteVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsRecordLayer_SetWriteVersion_mB381E760827E81A29D391EFEFD3F9ACAB8151EE2 (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * __this, ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___writeVersion0, const RuntimeMethod* method) { { // this.mWriteVersion = writeVersion; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_0 = ___writeVersion0; il2cpp_codegen_memory_barrier(); __this->set_mWriteVersion_11(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::InitPendingEpoch(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsRecordLayer_InitPendingEpoch_mBAD17BCF863BFB5435C465C92269EDA6E402A219 (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * __this, RuntimeObject* ___pendingCipher0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (mPendingEpoch != null) DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_0 = __this->get_mPendingEpoch_15(); if (!L_0) { goto IL_000e; } } { // throw new InvalidOperationException(); 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_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsRecordLayer_InitPendingEpoch_mBAD17BCF863BFB5435C465C92269EDA6E402A219_RuntimeMethod_var))); } IL_000e: { // this.mPendingEpoch = new DtlsEpoch(mWriteEpoch.Epoch + 1, pendingCipher); DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_2 = __this->get_mWriteEpoch_17(); NullCheck(L_2); int32_t L_3; L_3 = DtlsEpoch_get_Epoch_m0C51870E66854328A7B73EBD677A6FC3F32451A4_inline(L_2, /*hidden argument*/NULL); RuntimeObject* L_4 = ___pendingCipher0; DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_5 = (DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B *)il2cpp_codegen_object_new(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B_il2cpp_TypeInfo_var); DtlsEpoch__ctor_m39FC93094DDC5CD1626B0236D945EABD973AC95E(L_5, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)), L_4, /*hidden argument*/NULL); __this->set_mPendingEpoch_15(L_5); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::HandshakeSuccessful(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsHandshakeRetransmit) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsRecordLayer_HandshakeSuccessful_m7C94CCE1EFAE7ACC07517C10F533F6ED0035507E (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * __this, RuntimeObject* ___retransmit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtilities_t648A151F813B53590155F85F0F7EE722B161873A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (mReadEpoch == mCurrentEpoch || mWriteEpoch == mCurrentEpoch) DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_0 = __this->get_mReadEpoch_16(); DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_1 = __this->get_mCurrentEpoch_14(); if ((((RuntimeObject*)(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B *)L_0) == ((RuntimeObject*)(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B *)L_1))) { goto IL_001c; } } { DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_2 = __this->get_mWriteEpoch_17(); DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_3 = __this->get_mCurrentEpoch_14(); if ((!(((RuntimeObject*)(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B *)L_2) == ((RuntimeObject*)(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B *)L_3)))) { goto IL_0022; } } IL_001c: { // throw new InvalidOperationException(); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_4 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsRecordLayer_HandshakeSuccessful_m7C94CCE1EFAE7ACC07517C10F533F6ED0035507E_RuntimeMethod_var))); } IL_0022: { // if (retransmit != null) RuntimeObject* L_5 = ___retransmit0; if (!L_5) { goto IL_004a; } } { // this.mRetransmit = retransmit; RuntimeObject* L_6 = ___retransmit0; __this->set_mRetransmit_18(L_6); // this.mRetransmitEpoch = mCurrentEpoch; DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_7 = __this->get_mCurrentEpoch_14(); __this->set_mRetransmitEpoch_19(L_7); // this.mRetransmitExpiry = DateTimeUtilities.CurrentUnixMs() + RETRANSMIT_TIMEOUT; IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtilities_t648A151F813B53590155F85F0F7EE722B161873A_il2cpp_TypeInfo_var); int64_t L_8; L_8 = DateTimeUtilities_CurrentUnixMs_m8AB8AE654BFF0AF3CEDEFF82D3EB1FF5CD7F3030(/*hidden argument*/NULL); __this->set_mRetransmitExpiry_20(((int64_t)il2cpp_codegen_add((int64_t)L_8, (int64_t)((int64_t)((int64_t)((int32_t)240000)))))); } IL_004a: { // this.mInHandshake = false; il2cpp_codegen_memory_barrier(); __this->set_mInHandshake_12(0); // this.mCurrentEpoch = mPendingEpoch; DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_9 = __this->get_mPendingEpoch_15(); __this->set_mCurrentEpoch_14(L_9); // this.mPendingEpoch = null; __this->set_mPendingEpoch_15((DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B *)NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::ResetWriteEpoch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsRecordLayer_ResetWriteEpoch_m6CF9C0BC9C7DCE353C81F8478C50481301621040 (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * __this, const RuntimeMethod* method) { { // if (mRetransmitEpoch != null) DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_0 = __this->get_mRetransmitEpoch_19(); if (!L_0) { goto IL_0015; } } { // this.mWriteEpoch = mRetransmitEpoch; DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_1 = __this->get_mRetransmitEpoch_19(); __this->set_mWriteEpoch_17(L_1); // } return; } IL_0015: { // this.mWriteEpoch = mCurrentEpoch; DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_2 = __this->get_mCurrentEpoch_14(); __this->set_mWriteEpoch_17(L_2); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::GetReceiveLimit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtlsRecordLayer_GetReceiveLimit_mD94CDDEB216A7D4523A92C07D1F39664FEB60040 (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatagramTransport_t9BBF3301934AB81C496340CF651490CAF02A917E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsCipher_t5712DE46CB373D72FA5DDFDBC21DB15309ACA191_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return System.Math.Min(this.mPlaintextLimit, // mReadEpoch.Cipher.GetPlaintextLimit(mTransport.GetReceiveLimit() - RECORD_HEADER_LENGTH)); int32_t L_0 = __this->get_mPlaintextLimit_13(); il2cpp_codegen_memory_barrier(); DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_1 = __this->get_mReadEpoch_16(); NullCheck(L_1); RuntimeObject* L_2; L_2 = DtlsEpoch_get_Cipher_m15C06C4D0B576E20A4FC34CB543E5421B53FB49B_inline(L_1, /*hidden argument*/NULL); RuntimeObject* L_3 = __this->get_mTransport_4(); NullCheck(L_3); int32_t L_4; L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DatagramTransport::GetReceiveLimit() */, DatagramTransport_t9BBF3301934AB81C496340CF651490CAF02A917E_il2cpp_TypeInfo_var, L_3); NullCheck(L_2); int32_t L_5; L_5 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher::GetPlaintextLimit(System.Int32) */, TlsCipher_t5712DE46CB373D72FA5DDFDBC21DB15309ACA191_il2cpp_TypeInfo_var, L_2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)13)))); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_6; L_6 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_0, L_5, /*hidden argument*/NULL); return L_6; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::GetSendLimit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtlsRecordLayer_GetSendLimit_m36E2959689E4B0590B5544B178D23586E1564EEB (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatagramTransport_t9BBF3301934AB81C496340CF651490CAF02A917E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsCipher_t5712DE46CB373D72FA5DDFDBC21DB15309ACA191_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return System.Math.Min(this.mPlaintextLimit, // mWriteEpoch.Cipher.GetPlaintextLimit(mTransport.GetSendLimit() - RECORD_HEADER_LENGTH)); int32_t L_0 = __this->get_mPlaintextLimit_13(); il2cpp_codegen_memory_barrier(); DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_1 = __this->get_mWriteEpoch_17(); NullCheck(L_1); RuntimeObject* L_2; L_2 = DtlsEpoch_get_Cipher_m15C06C4D0B576E20A4FC34CB543E5421B53FB49B_inline(L_1, /*hidden argument*/NULL); RuntimeObject* L_3 = __this->get_mTransport_4(); NullCheck(L_3); int32_t L_4; L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DatagramTransport::GetSendLimit() */, DatagramTransport_t9BBF3301934AB81C496340CF651490CAF02A917E_il2cpp_TypeInfo_var, L_3); NullCheck(L_2); int32_t L_5; L_5 = InterfaceFuncInvoker1< int32_t, int32_t >::Invoke(0 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher::GetPlaintextLimit(System.Int32) */, TlsCipher_t5712DE46CB373D72FA5DDFDBC21DB15309ACA191_il2cpp_TypeInfo_var, L_2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)13)))); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_6; L_6 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_0, L_5, /*hidden argument*/NULL); return L_6; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::Receive(System.Byte[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtlsRecordLayer_Receive_m07237A7501573E15DD56FC582EC7F4F8B607CA89 (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, int32_t ___waitMillis3, 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*)&DateTimeUtilities_t648A151F813B53590155F85F0F7EE722B161873A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtlsHandshakeRetransmit_t4744438EBB5A68851F9DFABFF04F6204B3D3608B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsCipher_t5712DE46CB373D72FA5DDFDBC21DB15309ACA191_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsPeer_tBC992F97A16EC0798791CB9BF62C21AA1CD54348_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; uint8_t V_4 = 0x0; int32_t V_5 = 0; DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * V_6 = NULL; int64_t V_7 = 0; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * V_8 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_9 = NULL; int32_t V_10 = 0; uint8_t V_11 = 0x0; uint8_t V_12 = 0x0; int32_t V_13 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // byte[] record = null; V_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } IL_0002: { // int receiveLimit = System.Math.Min(len, GetReceiveLimit()) + RECORD_HEADER_LENGTH; int32_t L_0 = ___len2; int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::GetReceiveLimit() */, __this); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_0, L_1, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)13))); // if (record == null || record.Length < receiveLimit) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; if (!L_3) { goto IL_001b; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; NullCheck(L_4); int32_t L_5 = V_1; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))) >= ((int32_t)L_5))) { goto IL_0022; } } IL_001b: { // record = new byte[receiveLimit]; int32_t L_6 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_6); V_0 = L_7; } IL_0022: { } IL_0023: try {// begin try (depth: 1) { // if (mRetransmit != null && DateTimeUtilities.CurrentUnixMs() > mRetransmitExpiry) RuntimeObject* L_8 = __this->get_mRetransmit_18(); if (!L_8) { goto IL_0046; } } IL_002b: { IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtilities_t648A151F813B53590155F85F0F7EE722B161873A_il2cpp_TypeInfo_var); int64_t L_9; L_9 = DateTimeUtilities_CurrentUnixMs_m8AB8AE654BFF0AF3CEDEFF82D3EB1FF5CD7F3030(/*hidden argument*/NULL); int64_t L_10 = __this->get_mRetransmitExpiry_20(); if ((((int64_t)L_9) <= ((int64_t)L_10))) { goto IL_0046; } } IL_0038: { // mRetransmit = null; __this->set_mRetransmit_18((RuntimeObject*)NULL); // mRetransmitEpoch = null; __this->set_mRetransmitEpoch_19((DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B *)NULL); } IL_0046: { // int received = ReceiveRecord(record, 0, receiveLimit, waitMillis); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; int32_t L_12 = V_1; int32_t L_13 = ___waitMillis3; int32_t L_14; L_14 = DtlsRecordLayer_ReceiveRecord_mF3820657FE14A52A7E34EA3DDF223F08FF98DAB1(__this, L_11, 0, L_12, L_13, /*hidden argument*/NULL); V_2 = L_14; // if (received < 0) int32_t L_15 = V_2; if ((((int32_t)L_15) >= ((int32_t)0))) { goto IL_005e; } } IL_0056: { // return received; int32_t L_16 = V_2; V_10 = L_16; goto IL_029f; } IL_005e: { // if (received < RECORD_HEADER_LENGTH) int32_t L_17 = V_2; if ((((int32_t)L_17) >= ((int32_t)((int32_t)13)))) { goto IL_0065; } } IL_0063: { // continue; goto IL_0002; } IL_0065: { // int length = TlsUtilities.ReadUint16(record, 11); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); int32_t L_19; L_19 = TlsUtilities_ReadUint16_m1E5799E6E15832FAB71BF8BE758A1679A7BACE97(L_18, ((int32_t)11), /*hidden argument*/NULL); V_3 = L_19; // if (received != (length + RECORD_HEADER_LENGTH)) int32_t L_20 = V_2; int32_t L_21 = V_3; if ((((int32_t)L_20) == ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)((int32_t)13)))))) { goto IL_0077; } } IL_0075: { // continue; goto IL_0002; } IL_0077: { // byte type = TlsUtilities.ReadUint8(record, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); uint8_t L_23; L_23 = TlsUtilities_ReadUint8_m18EBCC12EE3DB706396578F590D15BEF82339D38(L_22, 0, /*hidden argument*/NULL); V_4 = L_23; uint8_t L_24 = V_4; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)((int32_t)20)))) > ((uint32_t)4)))) { goto IL_008d; } } IL_0088: { // continue; goto IL_0002; } IL_008d: { // int epoch = TlsUtilities.ReadUint16(record, 3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); int32_t L_26; L_26 = TlsUtilities_ReadUint16_m1E5799E6E15832FAB71BF8BE758A1679A7BACE97(L_25, 3, /*hidden argument*/NULL); V_5 = L_26; // DtlsEpoch recordEpoch = null; V_6 = (DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B *)NULL; // if (epoch == mReadEpoch.Epoch) int32_t L_27 = V_5; DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_28 = __this->get_mReadEpoch_16(); NullCheck(L_28); int32_t L_29; L_29 = DtlsEpoch_get_Epoch_m0C51870E66854328A7B73EBD677A6FC3F32451A4_inline(L_28, /*hidden argument*/NULL); if ((!(((uint32_t)L_27) == ((uint32_t)L_29)))) { goto IL_00b2; } } IL_00a8: { // recordEpoch = mReadEpoch; DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_30 = __this->get_mReadEpoch_16(); V_6 = L_30; // } goto IL_00d7; } IL_00b2: { // else if (type == ContentType.handshake && mRetransmitEpoch != null // && epoch == mRetransmitEpoch.Epoch) uint8_t L_31 = V_4; if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)22))))) { goto IL_00d7; } } IL_00b8: { DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_32 = __this->get_mRetransmitEpoch_19(); if (!L_32) { goto IL_00d7; } } IL_00c0: { int32_t L_33 = V_5; DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_34 = __this->get_mRetransmitEpoch_19(); NullCheck(L_34); int32_t L_35; L_35 = DtlsEpoch_get_Epoch_m0C51870E66854328A7B73EBD677A6FC3F32451A4_inline(L_34, /*hidden argument*/NULL); if ((!(((uint32_t)L_33) == ((uint32_t)L_35)))) { goto IL_00d7; } } IL_00cf: { // recordEpoch = mRetransmitEpoch; DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_36 = __this->get_mRetransmitEpoch_19(); V_6 = L_36; } IL_00d7: { // if (recordEpoch == null) DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_37 = V_6; if (L_37) { goto IL_00e0; } } IL_00db: { // continue; goto IL_0002; } IL_00e0: { // long seq = TlsUtilities.ReadUint48(record, 5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); int64_t L_39; L_39 = TlsUtilities_ReadUint48_m16AE32CE7722ED6C7A06444A77C1E5C43D55D491(L_38, 5, /*hidden argument*/NULL); V_7 = L_39; // if (recordEpoch.ReplayWindow.ShouldDiscard(seq)) DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_40 = V_6; NullCheck(L_40); DtlsReplayWindow_t88F38DCD576D285E2B13E5902252B1366BCF2FCF * L_41; L_41 = DtlsEpoch_get_ReplayWindow_m7E621FCABDF57B44519F9AF4812759BA8EA291F7_inline(L_40, /*hidden argument*/NULL); int64_t L_42 = V_7; NullCheck(L_41); bool L_43; L_43 = DtlsReplayWindow_ShouldDiscard_mB935471925E845255087737E923A35F78743A11E(L_41, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_00fe; } } IL_00f9: { // continue; goto IL_0002; } IL_00fe: { // ProtocolVersion version = TlsUtilities.ReadVersion(record, 1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_45; L_45 = TlsUtilities_ReadVersion_m8DEF414684575DED74860C54E651BAED78715EDA(L_44, 1, /*hidden argument*/NULL); V_8 = L_45; // if (!version.IsDtls) ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_46 = V_8; NullCheck(L_46); bool L_47; L_47 = ProtocolVersion_get_IsDtls_m303924D8926713A01DB249AF1B4DED397A13AC7D(L_46, /*hidden argument*/NULL); if (L_47) { goto IL_0115; } } IL_0110: { // continue; goto IL_0002; } IL_0115: { // if (mReadVersion != null && !mReadVersion.Equals(version)) ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_48 = __this->get_mReadVersion_10(); il2cpp_codegen_memory_barrier(); if (!L_48) { goto IL_0135; } } IL_011f: { ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_49 = __this->get_mReadVersion_10(); il2cpp_codegen_memory_barrier(); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_50 = V_8; NullCheck(L_49); bool L_51; L_51 = ProtocolVersion_Equals_m55E637B40AF820E0B35ABA84E0B40FDA2FE6D211(L_49, L_50, /*hidden argument*/NULL); if (L_51) { goto IL_0135; } } IL_0130: { // continue; goto IL_0002; } IL_0135: { // byte[] plaintext = recordEpoch.Cipher.DecodeCiphertext( // GetMacSequenceNumber(recordEpoch.Epoch, seq), type, record, RECORD_HEADER_LENGTH, // received - RECORD_HEADER_LENGTH); DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_52 = V_6; NullCheck(L_52); RuntimeObject* L_53; L_53 = DtlsEpoch_get_Cipher_m15C06C4D0B576E20A4FC34CB543E5421B53FB49B_inline(L_52, /*hidden argument*/NULL); DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_54 = V_6; NullCheck(L_54); int32_t L_55; L_55 = DtlsEpoch_get_Epoch_m0C51870E66854328A7B73EBD677A6FC3F32451A4_inline(L_54, /*hidden argument*/NULL); int64_t L_56 = V_7; int64_t L_57; L_57 = DtlsRecordLayer_GetMacSequenceNumber_mEC80E625C9EFC27388EE755D80D8ACCC9D9B24AC(L_55, L_56, /*hidden argument*/NULL); uint8_t L_58 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_59 = V_0; int32_t L_60 = V_2; NullCheck(L_53); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_61; L_61 = InterfaceFuncInvoker5< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int64_t, uint8_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(2 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher::DecodeCiphertext(System.Int64,System.Byte,System.Byte[],System.Int32,System.Int32) */, TlsCipher_t5712DE46CB373D72FA5DDFDBC21DB15309ACA191_il2cpp_TypeInfo_var, L_53, L_57, L_58, L_59, ((int32_t)13), ((int32_t)il2cpp_codegen_subtract((int32_t)L_60, (int32_t)((int32_t)13)))); V_9 = L_61; // recordEpoch.ReplayWindow.ReportAuthenticated(seq); DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_62 = V_6; NullCheck(L_62); DtlsReplayWindow_t88F38DCD576D285E2B13E5902252B1366BCF2FCF * L_63; L_63 = DtlsEpoch_get_ReplayWindow_m7E621FCABDF57B44519F9AF4812759BA8EA291F7_inline(L_62, /*hidden argument*/NULL); int64_t L_64 = V_7; NullCheck(L_63); DtlsReplayWindow_ReportAuthenticated_mE495646536BA548A736E196F027F583FE5298C06(L_63, L_64, /*hidden argument*/NULL); // if (plaintext.Length > this.mPlaintextLimit) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_65 = V_9; NullCheck(L_65); int32_t L_66 = __this->get_mPlaintextLimit_13(); il2cpp_codegen_memory_barrier(); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_65)->max_length)))) <= ((int32_t)L_66))) { goto IL_017b; } } IL_0176: { // continue; goto IL_0002; } IL_017b: { // if (mReadVersion == null) ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_67 = __this->get_mReadVersion_10(); il2cpp_codegen_memory_barrier(); if (L_67) { goto IL_018f; } } IL_0185: { // mReadVersion = version; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_68 = V_8; il2cpp_codegen_memory_barrier(); __this->set_mReadVersion_10(L_68); } IL_018f: { uint8_t L_69 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_69, (int32_t)((int32_t)20)))) { case 0: { goto IL_0205; } case 1: { goto IL_01b2; } case 2: { goto IL_023d; } case 3: { goto IL_01f6; } case 4: { goto IL_0263; } } } IL_01ad: { goto IL_0268; } IL_01b2: { // if (plaintext.Length == 2) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_70 = V_9; NullCheck(L_70); if ((!(((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_70)->max_length)))) == ((uint32_t)2)))) { goto IL_01f1; } } IL_01b9: { // byte alertLevel = plaintext[0]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_71 = V_9; NullCheck(L_71); int32_t L_72 = 0; uint8_t L_73 = (L_71)->GetAt(static_cast(L_72)); V_11 = L_73; // byte alertDescription = plaintext[1]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_74 = V_9; NullCheck(L_74); int32_t L_75 = 1; uint8_t L_76 = (L_74)->GetAt(static_cast(L_75)); V_12 = L_76; // mPeer.NotifyAlertReceived(alertLevel, alertDescription); RuntimeObject* L_77 = __this->get_mPeer_6(); uint8_t L_78 = V_11; uint8_t L_79 = V_12; NullCheck(L_77); InterfaceActionInvoker2< uint8_t, uint8_t >::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPeer::NotifyAlertReceived(System.Byte,System.Byte) */, TlsPeer_tBC992F97A16EC0798791CB9BF62C21AA1CD54348_il2cpp_TypeInfo_var, L_77, L_78, L_79); // if (alertLevel == AlertLevel.fatal) uint8_t L_80 = V_11; if ((!(((uint32_t)L_80) == ((uint32_t)2)))) { goto IL_01e7; } } IL_01d9: { // Failed(); VirtualActionInvoker0::Invoke(22 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::Failed() */, __this); // throw new TlsFatalAlert(alertDescription); uint8_t L_81 = V_12; TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_82 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_82, L_81, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_82, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsRecordLayer_Receive_m07237A7501573E15DD56FC582EC7F4F8B607CA89_RuntimeMethod_var))); } IL_01e7: { // if (alertDescription == AlertDescription.close_notify) uint8_t L_83 = V_12; if (L_83) { goto IL_01f1; } } IL_01eb: { // CloseTransport(); DtlsRecordLayer_CloseTransport_mE120A541B6E73DD841EA404C3909294121006A56(__this, /*hidden argument*/NULL); } IL_01f1: { // continue; goto IL_0002; } IL_01f6: { // if (mInHandshake) bool L_84 = __this->get_mInHandshake_12(); il2cpp_codegen_memory_barrier(); if (!L_84) { goto IL_0268; } } IL_0200: { // continue; goto IL_0002; } IL_0205: { // for (int i = 0; i < plaintext.Length; ++i) V_13 = 0; goto IL_0230; } IL_020a: { // byte message = TlsUtilities.ReadUint8(plaintext, i); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_85 = V_9; int32_t L_86 = V_13; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); uint8_t L_87; L_87 = TlsUtilities_ReadUint8_m18EBCC12EE3DB706396578F590D15BEF82339D38(L_85, L_86, /*hidden argument*/NULL); // if (message != ChangeCipherSpec.change_cipher_spec) if ((!(((uint32_t)L_87) == ((uint32_t)1)))) { goto IL_022a; } } IL_0216: { // if (mPendingEpoch != null) DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_88 = __this->get_mPendingEpoch_15(); if (!L_88) { goto IL_022a; } } IL_021e: { // mReadEpoch = mPendingEpoch; DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_89 = __this->get_mPendingEpoch_15(); __this->set_mReadEpoch_16(L_89); } IL_022a: { // for (int i = 0; i < plaintext.Length; ++i) int32_t L_90 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1)); } IL_0230: { // for (int i = 0; i < plaintext.Length; ++i) int32_t L_91 = V_13; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_92 = V_9; NullCheck(L_92); if ((((int32_t)L_91) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_92)->max_length)))))) { goto IL_020a; } } IL_0238: { // continue; goto IL_0002; } IL_023d: { // if (!mInHandshake) bool L_93 = __this->get_mInHandshake_12(); il2cpp_codegen_memory_barrier(); if (L_93) { goto IL_0268; } } IL_0247: { // if (mRetransmit != null) RuntimeObject* L_94 = __this->get_mRetransmit_18(); if (!L_94) { goto IL_0263; } } IL_024f: { // mRetransmit.ReceivedHandshakeRecord(epoch, plaintext, 0, plaintext.Length); RuntimeObject* L_95 = __this->get_mRetransmit_18(); int32_t L_96 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_97 = V_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_98 = V_9; NullCheck(L_98); NullCheck(L_95); InterfaceActionInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsHandshakeRetransmit::ReceivedHandshakeRecord(System.Int32,System.Byte[],System.Int32,System.Int32) */, DtlsHandshakeRetransmit_t4744438EBB5A68851F9DFABFF04F6204B3D3608B_il2cpp_TypeInfo_var, L_95, L_96, L_97, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_98)->max_length)))); } IL_0263: { // continue; goto IL_0002; } IL_0268: { // if (!mInHandshake && mRetransmit != null) bool L_99 = __this->get_mInHandshake_12(); il2cpp_codegen_memory_barrier(); if (L_99) { goto IL_0288; } } IL_0272: { RuntimeObject* L_100 = __this->get_mRetransmit_18(); if (!L_100) { goto IL_0288; } } IL_027a: { // this.mRetransmit = null; __this->set_mRetransmit_18((RuntimeObject*)NULL); // this.mRetransmitEpoch = null; __this->set_mRetransmitEpoch_19((DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B *)NULL); } IL_0288: { // Array.Copy(plaintext, 0, buf, off, plaintext.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_101 = V_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_102 = ___buf0; int32_t L_103 = ___off1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_104 = V_9; NullCheck(L_104); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_101, 0, (RuntimeArray *)(RuntimeArray *)L_102, L_103, ((int32_t)((int32_t)(((RuntimeArray*)L_104)->max_length))), /*hidden argument*/NULL); // return plaintext.Length; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_105 = V_9; NullCheck(L_105); V_10 = ((int32_t)((int32_t)(((RuntimeArray*)L_105)->max_length))); goto IL_029f; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_029e; } throw e; } CATCH_029e: {// begin catch(System.IO.IOException) // throw e; IL2CPP_RAISE_MANAGED_EXCEPTION(((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsRecordLayer_Receive_m07237A7501573E15DD56FC582EC7F4F8B607CA89_RuntimeMethod_var))); }// end catch (depth: 1) IL_029f: { // } int32_t L_106 = V_10; return L_106; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::Send(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsRecordLayer_Send_m66499A04616724B287B80734F2C2E650B5FE4D56 (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, 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; } uint8_t V_0 = 0x0; DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; { // byte contentType = ContentType.application_data; V_0 = (uint8_t)((int32_t)23); // if (this.mInHandshake || this.mWriteEpoch == this.mRetransmitEpoch) bool L_0 = __this->get_mInHandshake_12(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001b; } } { DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_1 = __this->get_mWriteEpoch_17(); DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_2 = __this->get_mRetransmitEpoch_19(); if ((!(((RuntimeObject*)(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B *)L_1) == ((RuntimeObject*)(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B *)L_2)))) { goto IL_007b; } } IL_001b: { // contentType = ContentType.handshake; V_0 = (uint8_t)((int32_t)22); // byte handshakeType = TlsUtilities.ReadUint8(buf, off); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___buf0; int32_t L_4 = ___off1; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); uint8_t L_5; L_5 = TlsUtilities_ReadUint8_m18EBCC12EE3DB706396578F590D15BEF82339D38(L_3, L_4, /*hidden argument*/NULL); // if (handshakeType == HandshakeType.finished) if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)20))))) { goto IL_007b; } } { // DtlsEpoch nextEpoch = null; V_1 = (DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B *)NULL; // if (this.mInHandshake) bool L_6 = __this->get_mInHandshake_12(); il2cpp_codegen_memory_barrier(); if (!L_6) { goto IL_003e; } } { // nextEpoch = mPendingEpoch; DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_7 = __this->get_mPendingEpoch_15(); V_1 = L_7; // } goto IL_0053; } IL_003e: { // else if (this.mWriteEpoch == this.mRetransmitEpoch) DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_8 = __this->get_mWriteEpoch_17(); DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_9 = __this->get_mRetransmitEpoch_19(); if ((!(((RuntimeObject*)(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B *)L_8) == ((RuntimeObject*)(DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B *)L_9)))) { goto IL_0053; } } { // nextEpoch = mCurrentEpoch; DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_10 = __this->get_mCurrentEpoch_14(); V_1 = L_10; } IL_0053: { // if (nextEpoch == null) DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_11 = V_1; if (L_11) { goto IL_005c; } } { // throw new InvalidOperationException(); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_12 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsRecordLayer_Send_m66499A04616724B287B80734F2C2E650B5FE4D56_RuntimeMethod_var))); } IL_005c: { // byte[] data = new byte[]{ 1 }; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = L_13; NullCheck(L_14); (L_14)->SetAt(static_cast(0), (uint8_t)1); V_2 = L_14; // SendRecord(ContentType.change_cipher_spec, data, 0, data.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_2; NullCheck(L_16); DtlsRecordLayer_SendRecord_mAACF5AF25A86BE753C2D5E39A5A38AC0AB071539(__this, (uint8_t)((int32_t)20), L_15, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))), /*hidden argument*/NULL); // mWriteEpoch = nextEpoch; DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_17 = V_1; __this->set_mWriteEpoch_17(L_17); } IL_007b: { // SendRecord(contentType, buf, off, len); uint8_t L_18 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___buf0; int32_t L_20 = ___off1; int32_t L_21 = ___len2; DtlsRecordLayer_SendRecord_mAACF5AF25A86BE753C2D5E39A5A38AC0AB071539(__this, L_18, L_19, L_20, L_21, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsRecordLayer_Close_m3DC26AA6910FFB4B0C24FEBA94174C557E27DAE6 (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD220CDF0569B079DA9155148CBAAD45EEA57A983); s_Il2CppMethodInitialized = true; } { // if (!mClosed) bool L_0 = __this->get_mClosed_8(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_0027; } } { // if (mInHandshake) bool L_1 = __this->get_mInHandshake_12(); il2cpp_codegen_memory_barrier(); if (!L_1) { goto IL_0021; } } { // Warn(AlertDescription.user_canceled, "User canceled handshake"); VirtualActionInvoker2< uint8_t, String_t* >::Invoke(24 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::Warn(System.Byte,System.String) */, __this, (uint8_t)((int32_t)90), _stringLiteralD220CDF0569B079DA9155148CBAAD45EEA57A983); } IL_0021: { // CloseTransport(); DtlsRecordLayer_CloseTransport_mE120A541B6E73DD841EA404C3909294121006A56(__this, /*hidden argument*/NULL); } IL_0027: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::Failed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsRecordLayer_Failed_m68300FE081DDA24A5DF7A304B13C686696B1A39A (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * __this, const RuntimeMethod* method) { { // if (!mClosed) bool L_0 = __this->get_mClosed_8(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_0019; } } { // mFailed = true; il2cpp_codegen_memory_barrier(); __this->set_mFailed_9(1); // CloseTransport(); DtlsRecordLayer_CloseTransport_mE120A541B6E73DD841EA404C3909294121006A56(__this, /*hidden argument*/NULL); } IL_0019: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::Fail(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsRecordLayer_Fail_mFD1DB7D7A6A8DEC90F079DDC10B5B12F6E001B30 (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * __this, uint8_t ___alertDescription0, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (!mClosed) bool L_0 = __this->get_mClosed_8(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_0028; } } IL_000a: try {// begin try (depth: 1) // RaiseAlert(AlertLevel.fatal, alertDescription, null, null); uint8_t L_1 = ___alertDescription0; DtlsRecordLayer_RaiseAlert_mA7696CFEE13E7656B5810B2FD3AFBCC26CADEE7B(__this, (uint8_t)2, L_1, (String_t*)NULL, (Exception_t *)NULL, /*hidden argument*/NULL); // } goto IL_0019; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0016; } throw e; } CATCH_0016: {// begin catch(System.Exception) // catch (Exception) // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0019; }// end catch (depth: 1) IL_0019: { // mFailed = true; il2cpp_codegen_memory_barrier(); __this->set_mFailed_9(1); // CloseTransport(); DtlsRecordLayer_CloseTransport_mE120A541B6E73DD841EA404C3909294121006A56(__this, /*hidden argument*/NULL); } IL_0028: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::Warn(System.Byte,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsRecordLayer_Warn_m67C94ACC799D8199CF804B66FC2E920C45B8CC00 (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * __this, uint8_t ___alertDescription0, String_t* ___message1, const RuntimeMethod* method) { { // RaiseAlert(AlertLevel.warning, alertDescription, message, null); uint8_t L_0 = ___alertDescription0; String_t* L_1 = ___message1; DtlsRecordLayer_RaiseAlert_mA7696CFEE13E7656B5810B2FD3AFBCC26CADEE7B(__this, (uint8_t)1, L_0, L_1, (Exception_t *)NULL, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::CloseTransport() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsRecordLayer_CloseTransport_mE120A541B6E73DD841EA404C3909294121006A56 (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatagramTransport_t9BBF3301934AB81C496340CF651490CAF02A917E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (!mClosed) bool L_0 = __this->get_mClosed_8(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_0035; } } IL_000a: try {// begin try (depth: 1) { // if (!mFailed) bool L_1 = __this->get_mFailed_9(); il2cpp_codegen_memory_barrier(); if (L_1) { goto IL_001c; } } IL_0014: { // Warn(AlertDescription.close_notify, null); VirtualActionInvoker2< uint8_t, String_t* >::Invoke(24 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::Warn(System.Byte,System.String) */, __this, (uint8_t)0, (String_t*)NULL); } IL_001c: { // mTransport.Close(); RuntimeObject* L_2 = __this->get_mTransport_4(); NullCheck(L_2); InterfaceActionInvoker0::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DatagramTransport::Close() */, DatagramTransport_t9BBF3301934AB81C496340CF651490CAF02A917E_il2cpp_TypeInfo_var, L_2); // } goto IL_002c; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0029; } throw e; } CATCH_0029: {// begin catch(System.Exception) // catch (Exception) // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_002c; }// end catch (depth: 1) IL_002c: { // mClosed = true; il2cpp_codegen_memory_barrier(); __this->set_mClosed_8(1); } IL_0035: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::RaiseAlert(System.Byte,System.Byte,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsRecordLayer_RaiseAlert_mA7696CFEE13E7656B5810B2FD3AFBCC26CADEE7B (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * __this, uint8_t ___alertLevel0, uint8_t ___alertDescription1, String_t* ___message2, Exception_t * ___cause3, 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*)&TlsPeer_tBC992F97A16EC0798791CB9BF62C21AA1CD54348_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { // mPeer.NotifyAlertRaised(alertLevel, alertDescription, message, cause); RuntimeObject* L_0 = __this->get_mPeer_6(); uint8_t L_1 = ___alertLevel0; uint8_t L_2 = ___alertDescription1; String_t* L_3 = ___message2; Exception_t * L_4 = ___cause3; NullCheck(L_0); InterfaceActionInvoker4< uint8_t, uint8_t, String_t*, Exception_t * >::Invoke(5 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPeer::NotifyAlertRaised(System.Byte,System.Byte,System.String,System.Exception) */, TlsPeer_tBC992F97A16EC0798791CB9BF62C21AA1CD54348_il2cpp_TypeInfo_var, L_0, L_1, L_2, L_3, L_4); // byte[] error = new byte[2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)2); V_0 = L_5; // error[0] = (byte)alertLevel; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; uint8_t L_7 = ___alertLevel0; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (uint8_t)L_7); // error[1] = (byte)alertDescription; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; uint8_t L_9 = ___alertDescription1; NullCheck(L_8); (L_8)->SetAt(static_cast(1), (uint8_t)L_9); // SendRecord(ContentType.alert, error, 0, 2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_0; DtlsRecordLayer_SendRecord_mAACF5AF25A86BE753C2D5E39A5A38AC0AB071539(__this, (uint8_t)((int32_t)21), L_10, 0, 2, /*hidden argument*/NULL); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::ReceiveRecord(System.Byte[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtlsRecordLayer_ReceiveRecord_mF3820657FE14A52A7E34EA3DDF223F08FF98DAB1 (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, int32_t ___waitMillis3, 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*)&DatagramTransport_t9BBF3301934AB81C496340CF651490CAF02A917E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_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; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { // if (mRecordQueue.Available > 0) ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * L_0 = __this->get_mRecordQueue_7(); NullCheck(L_0); int32_t L_1; L_1 = ByteQueue_get_Available_m91501B129D3156941F03D56F51CBEFD0EEE75E7B_inline(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0064; } } { // int length = 0; V_0 = 0; // if (mRecordQueue.Available >= RECORD_HEADER_LENGTH) ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * L_2 = __this->get_mRecordQueue_7(); NullCheck(L_2); int32_t L_3; L_3 = ByteQueue_get_Available_m91501B129D3156941F03D56F51CBEFD0EEE75E7B_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) < ((int32_t)((int32_t)13)))) { goto IL_003e; } } { // byte[] lengthBytes = new byte[2]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)2); V_2 = L_4; // mRecordQueue.Read(lengthBytes, 0, 2, 11); ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * L_5 = __this->get_mRecordQueue_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_2; NullCheck(L_5); ByteQueue_Read_mE15C131ABFE6BBCB9F6D2603B03791FB8ACCA1EA(L_5, L_6, 0, 2, ((int32_t)11), /*hidden argument*/NULL); // length = TlsUtilities.ReadUint16(lengthBytes, 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_2; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); int32_t L_8; L_8 = TlsUtilities_ReadUint16_m1E5799E6E15832FAB71BF8BE758A1679A7BACE97(L_7, 0, /*hidden argument*/NULL); V_0 = L_8; } IL_003e: { // int received = System.Math.Min(mRecordQueue.Available, RECORD_HEADER_LENGTH + length); ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * L_9 = __this->get_mRecordQueue_7(); NullCheck(L_9); int32_t L_10; L_10 = ByteQueue_get_Available_m91501B129D3156941F03D56F51CBEFD0EEE75E7B_inline(L_9, /*hidden argument*/NULL); int32_t L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_12; L_12 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_10, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)13), (int32_t)L_11)), /*hidden argument*/NULL); V_1 = L_12; // mRecordQueue.RemoveData(buf, off, received, 0); ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * L_13 = __this->get_mRecordQueue_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___buf0; int32_t L_15 = ___off1; int32_t L_16 = V_1; NullCheck(L_13); ByteQueue_RemoveData_m55688B85979D2459B82FE58673243941E1B3DCE5(L_13, L_14, L_15, L_16, 0, /*hidden argument*/NULL); // return received; int32_t L_17 = V_1; return L_17; } IL_0064: { // int received = mTransport.Receive(buf, off, len, waitMillis); RuntimeObject* L_18 = __this->get_mTransport_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___buf0; int32_t L_20 = ___off1; int32_t L_21 = ___len2; int32_t L_22 = ___waitMillis3; NullCheck(L_18); int32_t L_23; L_23 = InterfaceFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, int32_t >::Invoke(2 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DatagramTransport::Receive(System.Byte[],System.Int32,System.Int32,System.Int32) */, DatagramTransport_t9BBF3301934AB81C496340CF651490CAF02A917E_il2cpp_TypeInfo_var, L_18, L_19, L_20, L_21, L_22); V_3 = L_23; // if (received >= RECORD_HEADER_LENGTH) int32_t L_24 = V_3; if ((((int32_t)L_24) < ((int32_t)((int32_t)13)))) { goto IL_00a9; } } { // int fragmentLength = TlsUtilities.ReadUint16(buf, off + 11); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = ___buf0; int32_t L_26 = ___off1; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); int32_t L_27; L_27 = TlsUtilities_ReadUint16_m1E5799E6E15832FAB71BF8BE758A1679A7BACE97(L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)((int32_t)11))), /*hidden argument*/NULL); V_4 = L_27; // int recordLength = RECORD_HEADER_LENGTH + fragmentLength; int32_t L_28 = V_4; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)13), (int32_t)L_28)); // if (received > recordLength) int32_t L_29 = V_3; int32_t L_30 = V_5; if ((((int32_t)L_29) <= ((int32_t)L_30))) { goto IL_00a9; } } { // mRecordQueue.AddData(buf, off + recordLength, received - recordLength); ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * L_31 = __this->get_mRecordQueue_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = ___buf0; int32_t L_33 = ___off1; int32_t L_34 = V_5; int32_t L_35 = V_3; int32_t L_36 = V_5; NullCheck(L_31); ByteQueue_AddData_mA479ED80FB8807626D34788691C5E259CE8F5D58(L_31, L_32, ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_34)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)L_36)), /*hidden argument*/NULL); // received = recordLength; int32_t L_37 = V_5; V_3 = L_37; } IL_00a9: { // return received; int32_t L_38 = V_3; return L_38; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::SendRecord(System.Byte,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsRecordLayer_SendRecord_mAACF5AF25A86BE753C2D5E39A5A38AC0AB071539 (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * __this, uint8_t ___contentType0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf1, int32_t ___off2, int32_t ___len3, 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*)&DatagramTransport_t9BBF3301934AB81C496340CF651490CAF02A917E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsCipher_t5712DE46CB373D72FA5DDFDBC21DB15309ACA191_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int64_t V_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; { // if (mWriteVersion == null) ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_0 = __this->get_mWriteVersion_11(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_000b; } } { // return; return; } IL_000b: { // if (len > this.mPlaintextLimit) int32_t L_1 = ___len3; int32_t L_2 = __this->get_mPlaintextLimit_13(); il2cpp_codegen_memory_barrier(); if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_001f; } } { // throw new TlsFatalAlert(AlertDescription.internal_error); 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)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsRecordLayer_SendRecord_mAACF5AF25A86BE753C2D5E39A5A38AC0AB071539_RuntimeMethod_var))); } IL_001f: { // if (len < 1 && contentType != ContentType.application_data) int32_t L_4 = ___len3; if ((((int32_t)L_4) >= ((int32_t)1))) { goto IL_0031; } } { uint8_t L_5 = ___contentType0; if ((((int32_t)L_5) == ((int32_t)((int32_t)23)))) { goto IL_0031; } } { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_6 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_6, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsRecordLayer_SendRecord_mAACF5AF25A86BE753C2D5E39A5A38AC0AB071539_RuntimeMethod_var))); } IL_0031: { // int recordEpoch = mWriteEpoch.Epoch; DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_7 = __this->get_mWriteEpoch_17(); NullCheck(L_7); int32_t L_8; L_8 = DtlsEpoch_get_Epoch_m0C51870E66854328A7B73EBD677A6FC3F32451A4_inline(L_7, /*hidden argument*/NULL); V_0 = L_8; // long recordSequenceNumber = mWriteEpoch.AllocateSequenceNumber(); DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_9 = __this->get_mWriteEpoch_17(); NullCheck(L_9); int64_t L_10; L_10 = DtlsEpoch_AllocateSequenceNumber_mEFC08B5B1158D5726EAF6329610E144F4E27EC95(L_9, /*hidden argument*/NULL); V_1 = L_10; // byte[] ciphertext = mWriteEpoch.Cipher.EncodePlaintext( // GetMacSequenceNumber(recordEpoch, recordSequenceNumber), contentType, buf, off, len); DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * L_11 = __this->get_mWriteEpoch_17(); NullCheck(L_11); RuntimeObject* L_12; L_12 = DtlsEpoch_get_Cipher_m15C06C4D0B576E20A4FC34CB543E5421B53FB49B_inline(L_11, /*hidden argument*/NULL); int32_t L_13 = V_0; int64_t L_14 = V_1; int64_t L_15; L_15 = DtlsRecordLayer_GetMacSequenceNumber_mEC80E625C9EFC27388EE755D80D8ACCC9D9B24AC(L_13, L_14, /*hidden argument*/NULL); uint8_t L_16 = ___contentType0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___buf1; int32_t L_18 = ___off2; int32_t L_19 = ___len3; NullCheck(L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20; L_20 = InterfaceFuncInvoker5< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int64_t, uint8_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(1 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher::EncodePlaintext(System.Int64,System.Byte,System.Byte[],System.Int32,System.Int32) */, TlsCipher_t5712DE46CB373D72FA5DDFDBC21DB15309ACA191_il2cpp_TypeInfo_var, L_12, L_15, L_16, L_17, L_18, L_19); V_2 = L_20; // byte[] record = new byte[ciphertext.Length + RECORD_HEADER_LENGTH]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_2; NullCheck(L_21); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length))), (int32_t)((int32_t)13)))); V_3 = L_22; // TlsUtilities.WriteUint8(contentType, record, 0); uint8_t L_23 = ___contentType0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_3; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_WriteUint8_mF51A9F2BA4D361435E4993CFC5BD46CCCB65E186(L_23, L_24, 0, /*hidden argument*/NULL); // ProtocolVersion version = mWriteVersion; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_25 = __this->get_mWriteVersion_11(); il2cpp_codegen_memory_barrier(); // TlsUtilities.WriteVersion(version, record, 1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_3; TlsUtilities_WriteVersion_m9F96059833D59596B7BA97B51522AE9CECC8036E(L_25, L_26, 1, /*hidden argument*/NULL); // TlsUtilities.WriteUint16(recordEpoch, record, 3); int32_t L_27 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_3; TlsUtilities_WriteUint16_mC62EE72A6598A7A7761399F9597312CC5E100CF0(L_27, L_28, 3, /*hidden argument*/NULL); // TlsUtilities.WriteUint48(recordSequenceNumber, record, 5); int64_t L_29 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = V_3; TlsUtilities_WriteUint48_m562B883A563F78D73351716F3539EB13E5E21965(L_29, L_30, 5, /*hidden argument*/NULL); // TlsUtilities.WriteUint16(ciphertext.Length, record, 11); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = V_2; NullCheck(L_31); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = V_3; TlsUtilities_WriteUint16_mC62EE72A6598A7A7761399F9597312CC5E100CF0(((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length))), L_32, ((int32_t)11), /*hidden argument*/NULL); // Array.Copy(ciphertext, 0, record, RECORD_HEADER_LENGTH, ciphertext.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = V_2; NullCheck(L_35); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_33, 0, (RuntimeArray *)(RuntimeArray *)L_34, ((int32_t)13), ((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length))), /*hidden argument*/NULL); // mTransport.Send(record, 0, record.Length); RuntimeObject* L_36 = __this->get_mTransport_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = V_3; NullCheck(L_38); NullCheck(L_36); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DatagramTransport::Send(System.Byte[],System.Int32,System.Int32) */, DatagramTransport_t9BBF3301934AB81C496340CF651490CAF02A917E_il2cpp_TypeInfo_var, L_36, L_37, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length)))); // } return; } } // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::GetMacSequenceNumber(System.Int32,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DtlsRecordLayer_GetMacSequenceNumber_mEC80E625C9EFC27388EE755D80D8ACCC9D9B24AC (int32_t ___epoch0, int64_t ___sequence_number1, const RuntimeMethod* method) { { // return ((epoch & 0xFFFFFFFFL) << 48) | sequence_number; int32_t L_0 = ___epoch0; int64_t L_1 = ___sequence_number1; return ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_0))&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)(-1)))))))<<(int32_t)((int32_t)48)))|(int64_t)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.DtlsReliableHandshake::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReliableHandshake__ctor_m331824E1092638A90AF5A77D1FF80AAF4A97AB80 (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, RuntimeObject* ___context0, DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * ___transport1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeferredHash_tFA84026B4A88B0E0626CFE07E71725B28742DC5C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsHandshakeHash_tDE3722A66DA26F2E7CDFBD4FAE3E90EEE0FF40B1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private IDictionary mCurrentInboundFlight = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); __this->set_mCurrentInboundFlight_4(L_0); // private IList mOutboundFlight = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateArrayList(); RuntimeObject* L_1; L_1 = Platform_CreateArrayList_mDA08F8A3BC566FA8E0753B97D8B06F3EF26A4143(/*hidden argument*/NULL); __this->set_mOutboundFlight_6(L_1); // private bool mSending = true; __this->set_mSending_7((bool)1); // internal DtlsReliableHandshake(TlsContext context, DtlsRecordLayer transport) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.mRecordLayer = transport; DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_2 = ___transport1; __this->set_mRecordLayer_2(L_2); // this.mHandshakeHash = new DeferredHash(); DeferredHash_tFA84026B4A88B0E0626CFE07E71725B28742DC5C * L_3 = (DeferredHash_tFA84026B4A88B0E0626CFE07E71725B28742DC5C *)il2cpp_codegen_object_new(DeferredHash_tFA84026B4A88B0E0626CFE07E71725B28742DC5C_il2cpp_TypeInfo_var); DeferredHash__ctor_m5B3AAAB543ADAAFB861FF0793C8053E4D9AAE292(L_3, /*hidden argument*/NULL); __this->set_mHandshakeHash_3(L_3); // this.mHandshakeHash.Init(context); RuntimeObject* L_4 = __this->get_mHandshakeHash_3(); RuntimeObject* L_5 = ___context0; NullCheck(L_4); InterfaceActionInvoker1< RuntimeObject* >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext) */, TlsHandshakeHash_tDE3722A66DA26F2E7CDFBD4FAE3E90EEE0FF40B1_il2cpp_TypeInfo_var, L_4, L_5); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::NotifyHelloComplete() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReliableHandshake_NotifyHelloComplete_m39053120D86D1D669126E4BCEDB6DCF00E327573 (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsHandshakeHash_tDE3722A66DA26F2E7CDFBD4FAE3E90EEE0FF40B1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // this.mHandshakeHash = mHandshakeHash.NotifyPrfDetermined(); RuntimeObject* L_0 = __this->get_mHandshakeHash_3(); NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash::NotifyPrfDetermined() */, TlsHandshakeHash_tDE3722A66DA26F2E7CDFBD4FAE3E90EEE0FF40B1_il2cpp_TypeInfo_var, L_0); __this->set_mHandshakeHash_3(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::get_HandshakeHash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DtlsReliableHandshake_get_HandshakeHash_m07F71DA110A553350CBF4AD839DA11324AA13B41 (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, const RuntimeMethod* method) { { // get { return mHandshakeHash; } RuntimeObject* L_0 = __this->get_mHandshakeHash_3(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::PrepareToFinish() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DtlsReliableHandshake_PrepareToFinish_m5237DB95BA80C8B3FECD44D3693D64E2CB1A6600 (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsHandshakeHash_tDE3722A66DA26F2E7CDFBD4FAE3E90EEE0FF40B1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // TlsHandshakeHash result = mHandshakeHash; RuntimeObject* L_0 = __this->get_mHandshakeHash_3(); // this.mHandshakeHash = mHandshakeHash.StopTracking(); RuntimeObject* L_1 = __this->get_mHandshakeHash_3(); NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash::StopTracking() */, TlsHandshakeHash_tDE3722A66DA26F2E7CDFBD4FAE3E90EEE0FF40B1_il2cpp_TypeInfo_var, L_1); __this->set_mHandshakeHash_3(L_2); // return result; return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::SendMessage(System.Byte,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReliableHandshake_SendMessage_m1CDD7894F9F00CF6A9D1BEB2455BE9EE46E9711C (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, uint8_t ___msg_type0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_tFFB406E9A157FE0A2B1B765A034986714037E788_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * V_0 = NULL; int32_t V_1 = 0; { // TlsUtilities.CheckUint24(body.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___body1; NullCheck(L_0); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_CheckUint24_mCB25C7928C216DC9994F2FEA9DC64B79EA230BCB(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), /*hidden argument*/NULL); // if (!mSending) bool L_1 = __this->get_mSending_7(); if (L_1) { goto IL_0028; } } { // CheckInboundFlight(); DtlsReliableHandshake_CheckInboundFlight_m6EE416A3DE61990B1AB386912F986D7EB0E4BF6D(__this, /*hidden argument*/NULL); // mSending = true; __this->set_mSending_7((bool)1); // mOutboundFlight.Clear(); RuntimeObject* L_2 = __this->get_mOutboundFlight_6(); NullCheck(L_2); InterfaceActionInvoker0::Invoke(4 /* System.Void System.Collections.IList::Clear() */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_2); } IL_0028: { // Message message = new Message(mMessageSeq++, msg_type, body); int32_t L_3 = __this->get_mMessageSeq_8(); V_1 = L_3; int32_t L_4 = V_1; __this->set_mMessageSeq_8(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_1; uint8_t L_6 = ___msg_type0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___body1; Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_8 = (Message_tFFB406E9A157FE0A2B1B765A034986714037E788 *)il2cpp_codegen_object_new(Message_tFFB406E9A157FE0A2B1B765A034986714037E788_il2cpp_TypeInfo_var); Message__ctor_m7BDD2ADD181C9B432D801BE559E2214AD23AF53F(L_8, L_5, L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; // mOutboundFlight.Add(message); RuntimeObject* L_9 = __this->get_mOutboundFlight_6(); Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_10 = V_0; NullCheck(L_9); int32_t L_11; L_11 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_9, L_10); // WriteMessage(message); Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_12 = V_0; DtlsReliableHandshake_WriteMessage_m607C45A11EC1A3AA2C13E6397A83D037B8481B45(__this, L_12, /*hidden argument*/NULL); // UpdateHandshakeMessagesDigest(message); Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_13 = V_0; Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_14; L_14 = DtlsReliableHandshake_UpdateHandshakeMessagesDigest_mB49F28DD607559FED92314B98EE6A1F428FBE1A9(__this, L_13, /*hidden argument*/NULL); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::ReceiveMessageBody(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DtlsReliableHandshake_ReceiveMessageBody_mC1B2BFB8C18AC8983D2EEAB90E06260FD3F1EF61 (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, uint8_t ___msg_type0, const RuntimeMethod* method) { Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * G_B2_0 = NULL; Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * G_B1_0 = NULL; { // Message message = ReceiveMessage(); Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_0; L_0 = DtlsReliableHandshake_ReceiveMessage_m1F93EED0A729BB163496159CB091A4524923813E(__this, /*hidden argument*/NULL); // if (message.Type != msg_type) Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_1 = L_0; NullCheck(L_1); uint8_t L_2; L_2 = Message_get_Type_mB54A98E03A88620C6527DB02F537169126F46D0D_inline(L_1, /*hidden argument*/NULL); uint8_t L_3 = ___msg_type0; G_B1_0 = L_1; if ((((int32_t)L_2) == ((int32_t)L_3))) { G_B2_0 = L_1; goto IL_0017; } } { // throw new TlsFatalAlert(AlertDescription.unexpected_message); 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)10), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsReliableHandshake_ReceiveMessageBody_mC1B2BFB8C18AC8983D2EEAB90E06260FD3F1EF61_RuntimeMethod_var))); } IL_0017: { // return message.Body; NullCheck(G_B2_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = Message_get_Body_m88187D47BB1DCA2BC41AEA8003A13584FD6168E9_inline(G_B2_0, /*hidden argument*/NULL); return L_5; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::ReceiveMessage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * DtlsReliableHandshake_ReceiveMessage_m1F93EED0A729BB163496159CB091A4524923813E (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __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*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (mSending) bool L_0 = __this->get_mSending_7(); if (!L_0) { goto IL_001a; } } { // mSending = false; __this->set_mSending_7((bool)0); // PrepareInboundFlight(BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable()); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); DtlsReliableHandshake_PrepareInboundFlight_m763A742A211F9C2CA592A4E3A0D514F97ABD531A(__this, L_1, /*hidden argument*/NULL); } IL_001a: { // byte[] buf = null; V_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; // int readTimeoutMillis = 1000; V_1 = ((int32_t)1000); } IL_0022: { } IL_0023: try {// begin try (depth: 1) { // Message pending = GetPendingMessage(); Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_2; L_2 = DtlsReliableHandshake_GetPendingMessage_m2699A8C47ACB33E680D718983864F9F0B8020F86(__this, /*hidden argument*/NULL); V_2 = L_2; // if (pending != null) Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_3 = V_2; if (!L_3) { goto IL_0032; } } IL_002d: { // return pending; Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_4 = V_2; V_5 = L_4; goto IL_009c; } IL_0032: { // int receiveLimit = mRecordLayer.GetReceiveLimit(); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_5 = __this->get_mRecordLayer_2(); NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::GetReceiveLimit() */, L_5); V_3 = L_6; // if (buf == null || buf.Length < receiveLimit) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_0; if (!L_7) { goto IL_0047; } } IL_0041: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; NullCheck(L_8); int32_t L_9 = V_3; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))) >= ((int32_t)L_9))) { goto IL_004e; } } IL_0047: { // buf = new byte[receiveLimit]; int32_t L_10 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_10); V_0 = L_11; } IL_004e: { // int received = mRecordLayer.Receive(buf, 0, receiveLimit, readTimeoutMillis); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_12 = __this->get_mRecordLayer_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_0; int32_t L_14 = V_3; int32_t L_15 = V_1; NullCheck(L_12); int32_t L_16; L_16 = VirtualFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, int32_t >::Invoke(19 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::Receive(System.Byte[],System.Int32,System.Int32,System.Int32) */, L_12, L_13, 0, L_14, L_15); V_4 = L_16; // if (received < 0) int32_t L_17 = V_4; if ((((int32_t)L_17) < ((int32_t)0))) { goto IL_0087; } } IL_0064: { // bool resentOutbound = ProcessRecord(MaxReceiveAhead, mRecordLayer.ReadEpoch, buf, 0, received); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_18 = __this->get_mRecordLayer_2(); NullCheck(L_18); int32_t L_19; L_19 = VirtualFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::get_ReadEpoch() */, L_18); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_0; int32_t L_21 = V_4; bool L_22; L_22 = DtlsReliableHandshake_ProcessRecord_m5D84C6E9EECD78D358EE6E753081E85912AE63D9(__this, ((int32_t)16), L_19, L_20, 0, L_21, /*hidden argument*/NULL); // if (resentOutbound) if (!L_22) { goto IL_0023; } } IL_007d: { // readTimeoutMillis = BackOff(readTimeoutMillis); int32_t L_23 = V_1; int32_t L_24; L_24 = DtlsReliableHandshake_BackOff_m1D963ED95A8D52D57C0F810CF3B1DE61850015B8(__this, L_23, /*hidden argument*/NULL); V_1 = L_24; goto IL_0023; } IL_0087: { // } goto IL_008c; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0089; } throw e; } CATCH_0089: {// begin catch(System.IO.IOException) // catch (IOException e) // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_008c; }// end catch (depth: 1) IL_008c: { // ResendOutboundFlight(); DtlsReliableHandshake_ResendOutboundFlight_m3D76D57C5529A7B298B00007E12BB93F446C7A6F(__this, /*hidden argument*/NULL); // readTimeoutMillis = BackOff(readTimeoutMillis); int32_t L_25 = V_1; int32_t L_26; L_26 = DtlsReliableHandshake_BackOff_m1D963ED95A8D52D57C0F810CF3B1DE61850015B8(__this, L_25, /*hidden argument*/NULL); V_1 = L_26; goto IL_0022; } IL_009c: { // } Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_27 = V_5; return L_27; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::Finish() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReliableHandshake_Finish_mF968C4CAE5ACA72723388548E5E6AA8DEAE87FBE (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Retransmit_tAC4495A640D5C882E4D95955A07CA975DDA0085C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { // DtlsHandshakeRetransmit retransmit = null; V_0 = (RuntimeObject*)NULL; // if (!mSending) bool L_0 = __this->get_mSending_7(); if (L_0) { goto IL_0012; } } { // CheckInboundFlight(); DtlsReliableHandshake_CheckInboundFlight_m6EE416A3DE61990B1AB386912F986D7EB0E4BF6D(__this, /*hidden argument*/NULL); // } goto IL_0028; } IL_0012: { // PrepareInboundFlight(null); DtlsReliableHandshake_PrepareInboundFlight_m763A742A211F9C2CA592A4E3A0D514F97ABD531A(__this, (RuntimeObject*)NULL, /*hidden argument*/NULL); // if (mPreviousInboundFlight != null) RuntimeObject* L_1 = __this->get_mPreviousInboundFlight_5(); if (!L_1) { goto IL_0028; } } { // retransmit = new Retransmit(this); Retransmit_tAC4495A640D5C882E4D95955A07CA975DDA0085C * L_2 = (Retransmit_tAC4495A640D5C882E4D95955A07CA975DDA0085C *)il2cpp_codegen_object_new(Retransmit_tAC4495A640D5C882E4D95955A07CA975DDA0085C_il2cpp_TypeInfo_var); Retransmit__ctor_m86B701A49BE410E40E0650FB9E0FCEB84A97639C(L_2, __this, /*hidden argument*/NULL); V_0 = L_2; } IL_0028: { // mRecordLayer.HandshakeSuccessful(retransmit); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_3 = __this->get_mRecordLayer_2(); RuntimeObject* L_4 = V_0; NullCheck(L_3); VirtualActionInvoker1< RuntimeObject* >::Invoke(15 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::HandshakeSuccessful(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsHandshakeRetransmit) */, L_3, L_4); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::ResetHandshakeMessagesDigest() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReliableHandshake_ResetHandshakeMessagesDigest_mEC6E856882C7255CBE89B3B9B7BD639238F2E481 (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // mHandshakeHash.Reset(); RuntimeObject* L_0 = __this->get_mHandshakeHash_3(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::Reset() */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_0); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::BackOff(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtlsReliableHandshake_BackOff_m1D963ED95A8D52D57C0F810CF3B1DE61850015B8 (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, int32_t ___timeoutMillis0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return System.Math.Min(timeoutMillis * 2, 60000); int32_t L_0 = ___timeoutMillis0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)2)), ((int32_t)60000), /*hidden argument*/NULL); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::CheckInboundFlight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReliableHandshake_CheckInboundFlight_m6EE416A3DE61990B1AB386912F986D7EB0E4BF6D (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (int key in mCurrentInboundFlight.Keys) RuntimeObject* L_0 = __this->get_mCurrentInboundFlight_4(); NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Collections.ICollection System.Collections.IDictionary::get_Keys() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0); NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_0 = L_2; } IL_0011: try {// begin try (depth: 1) { goto IL_0026; } IL_0013: { // foreach (int key in mCurrentInboundFlight.Keys) RuntimeObject* L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); // if (key >= mNextReceiveSeq) int32_t L_5 = __this->get_mNextReceiveSeq_9(); } IL_0026: { // foreach (int key in mCurrentInboundFlight.Keys) RuntimeObject* L_6 = V_0; NullCheck(L_6); bool L_7; L_7 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_6); if (L_7) { goto IL_0013; } } IL_002e: { IL2CPP_LEAVE(0x41, FINALLY_0030); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0030; } FINALLY_0030: {// begin finally (depth: 1) { RuntimeObject* L_8 = V_0; V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_9 = V_1; if (!L_9) { goto IL_0040; } } IL_003a: { RuntimeObject* L_10 = V_1; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_10); } IL_0040: { IL2CPP_END_FINALLY(48) } }// end finally (depth: 1) IL2CPP_CLEANUP(48) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x41, IL_0041) } IL_0041: { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::GetPendingMessage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * DtlsReliableHandshake_GetPendingMessage_m2699A8C47ACB33E680D718983864F9F0B8020F86 (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_tFFB406E9A157FE0A2B1B765A034986714037E788_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; { // DtlsReassembler next = (DtlsReassembler)mCurrentInboundFlight[mNextReceiveSeq]; RuntimeObject* L_0 = __this->get_mCurrentInboundFlight_4(); int32_t L_1 = __this->get_mNextReceiveSeq_9(); int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_2); NullCheck(L_0); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0, L_3); V_0 = ((DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 *)CastclassClass((RuntimeObject*)L_4, DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6_il2cpp_TypeInfo_var)); // if (next != null) DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 * L_5 = V_0; if (!L_5) { goto IL_0054; } } { // byte[] body = next.GetBodyIfComplete(); DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 * L_6 = V_0; NullCheck(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = DtlsReassembler_GetBodyIfComplete_mF2143A7DAB2E048D8F5624A22A50FFAB62709653(L_6, /*hidden argument*/NULL); V_1 = L_7; // if (body != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_1; if (!L_8) { goto IL_0054; } } { // mPreviousInboundFlight = null; __this->set_mPreviousInboundFlight_5((RuntimeObject*)NULL); // return UpdateHandshakeMessagesDigest(new Message(mNextReceiveSeq++, next.MsgType, body)); int32_t L_9 = __this->get_mNextReceiveSeq_9(); V_2 = L_9; int32_t L_10 = V_2; __this->set_mNextReceiveSeq_9(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); int32_t L_11 = V_2; DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 * L_12 = V_0; NullCheck(L_12); uint8_t L_13; L_13 = DtlsReassembler_get_MsgType_mC95E274AA49BCE849BFF34BA1830A489CDBF1171_inline(L_12, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_1; Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_15 = (Message_tFFB406E9A157FE0A2B1B765A034986714037E788 *)il2cpp_codegen_object_new(Message_tFFB406E9A157FE0A2B1B765A034986714037E788_il2cpp_TypeInfo_var); Message__ctor_m7BDD2ADD181C9B432D801BE559E2214AD23AF53F(L_15, L_11, L_13, L_14, /*hidden argument*/NULL); Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_16; L_16 = DtlsReliableHandshake_UpdateHandshakeMessagesDigest_mB49F28DD607559FED92314B98EE6A1F428FBE1A9(__this, L_15, /*hidden argument*/NULL); return L_16; } IL_0054: { // return null; return (Message_tFFB406E9A157FE0A2B1B765A034986714037E788 *)NULL; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::PrepareInboundFlight(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReliableHandshake_PrepareInboundFlight_m763A742A211F9C2CA592A4E3A0D514F97ABD531A (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, RuntimeObject* ___nextFlight0, const RuntimeMethod* method) { { // ResetAll(mCurrentInboundFlight); RuntimeObject* L_0 = __this->get_mCurrentInboundFlight_4(); DtlsReliableHandshake_ResetAll_mABAA2C61C8236669F6B449CECFE418B9B25134C3(L_0, /*hidden argument*/NULL); // mPreviousInboundFlight = mCurrentInboundFlight; RuntimeObject* L_1 = __this->get_mCurrentInboundFlight_4(); __this->set_mPreviousInboundFlight_5(L_1); // mCurrentInboundFlight = nextFlight; RuntimeObject* L_2 = ___nextFlight0; __this->set_mCurrentInboundFlight_4(L_2); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::ProcessRecord(System.Int32,System.Int32,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtlsReliableHandshake_ProcessRecord_m5D84C6E9EECD78D358EE6E753081E85912AE63D9 (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, int32_t ___windowSize0, int32_t ___epoch1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf2, int32_t ___off3, int32_t ___len4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; uint8_t V_5 = 0x0; int32_t V_6 = 0; int32_t V_7 = 0; DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 * V_8 = NULL; DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 * V_9 = NULL; int32_t G_B6_0 = 0; int32_t G_B20_0 = 0; int32_t G_B22_0 = 0; int32_t G_B21_0 = 0; { // bool checkPreviousFlight = false; V_0 = (bool)0; goto IL_011a; } IL_0007: { // int fragment_length = TlsUtilities.ReadUint24(buf, off + 9); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buf2; int32_t L_1 = ___off3; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); int32_t L_2; L_2 = TlsUtilities_ReadUint24_mE47D3CE63AF329C4F7204B2F1CE320BFC8159BA3(L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)((int32_t)9))), /*hidden argument*/NULL); V_1 = L_2; // int message_length = fragment_length + MessageHeaderLength; int32_t L_3 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)12))); // if (len < message_length) int32_t L_4 = ___len4; int32_t L_5 = V_2; if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_0123; } } { // int length = TlsUtilities.ReadUint24(buf, off + 1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___buf2; int32_t L_7 = ___off3; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); int32_t L_8; L_8 = TlsUtilities_ReadUint24_mE47D3CE63AF329C4F7204B2F1CE320BFC8159BA3(L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); V_3 = L_8; // int fragment_offset = TlsUtilities.ReadUint24(buf, off + 6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___buf2; int32_t L_10 = ___off3; int32_t L_11; L_11 = TlsUtilities_ReadUint24_mE47D3CE63AF329C4F7204B2F1CE320BFC8159BA3(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)6)), /*hidden argument*/NULL); V_4 = L_11; // if (fragment_offset + fragment_length > length) int32_t L_12 = V_4; int32_t L_13 = V_1; int32_t L_14 = V_3; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))) > ((int32_t)L_14))) { goto IL_0123; } } { // byte msg_type = TlsUtilities.ReadUint8(buf, off + 0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___buf2; int32_t L_16 = ___off3; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); uint8_t L_17; L_17 = TlsUtilities_ReadUint8_m18EBCC12EE3DB706396578F590D15BEF82339D38(L_15, L_16, /*hidden argument*/NULL); V_5 = L_17; // int expectedEpoch = msg_type == HandshakeType.finished ? 1 : 0; uint8_t L_18 = V_5; if ((((int32_t)L_18) == ((int32_t)((int32_t)20)))) { goto IL_0054; } } { G_B6_0 = 0; goto IL_0055; } IL_0054: { G_B6_0 = 1; } IL_0055: { V_6 = G_B6_0; // if (epoch != expectedEpoch) int32_t L_19 = ___epoch1; int32_t L_20 = V_6; if ((!(((uint32_t)L_19) == ((uint32_t)L_20)))) { goto IL_0123; } } { // int message_seq = TlsUtilities.ReadUint16(buf, off + 4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = ___buf2; int32_t L_22 = ___off3; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); int32_t L_23; L_23 = TlsUtilities_ReadUint16_m1E5799E6E15832FAB71BF8BE758A1679A7BACE97(L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)4)), /*hidden argument*/NULL); V_7 = L_23; // if (message_seq >= (mNextReceiveSeq + windowSize)) int32_t L_24 = V_7; int32_t L_25 = __this->get_mNextReceiveSeq_9(); int32_t L_26 = ___windowSize0; if ((((int32_t)L_24) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26))))) { goto IL_010e; } } { // else if (message_seq >= mNextReceiveSeq) int32_t L_27 = V_7; int32_t L_28 = __this->get_mNextReceiveSeq_9(); if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_00d4; } } { // DtlsReassembler reassembler = (DtlsReassembler)mCurrentInboundFlight[message_seq]; RuntimeObject* L_29 = __this->get_mCurrentInboundFlight_4(); int32_t L_30 = V_7; int32_t L_31 = L_30; RuntimeObject * L_32 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_31); NullCheck(L_29); RuntimeObject * L_33; L_33 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_29, L_32); V_8 = ((DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 *)CastclassClass((RuntimeObject*)L_33, DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6_il2cpp_TypeInfo_var)); // if (reassembler == null) DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 * L_34 = V_8; if (L_34) { goto IL_00bf; } } { // reassembler = new DtlsReassembler(msg_type, length); uint8_t L_35 = V_5; int32_t L_36 = V_3; DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 * L_37 = (DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 *)il2cpp_codegen_object_new(DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6_il2cpp_TypeInfo_var); DtlsReassembler__ctor_mB3F4D98558ECE48645C23C45A56FFF74165941F1(L_37, L_35, L_36, /*hidden argument*/NULL); V_8 = L_37; // mCurrentInboundFlight[message_seq] = reassembler; RuntimeObject* L_38 = __this->get_mCurrentInboundFlight_4(); int32_t L_39 = V_7; int32_t L_40 = L_39; RuntimeObject * L_41 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_40); DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 * L_42 = V_8; NullCheck(L_38); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_38, L_41, L_42); } IL_00bf: { // reassembler.ContributeFragment(msg_type, length, buf, off + MessageHeaderLength, fragment_offset, // fragment_length); DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 * L_43 = V_8; uint8_t L_44 = V_5; int32_t L_45 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46 = ___buf2; int32_t L_47 = ___off3; int32_t L_48 = V_4; int32_t L_49 = V_1; NullCheck(L_43); DtlsReassembler_ContributeFragment_mB1EC1115D86C673FE5BE45F126A0746FC1A7ABB8(L_43, L_44, L_45, L_46, ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)((int32_t)12))), L_48, L_49, /*hidden argument*/NULL); // } goto IL_010e; } IL_00d4: { // else if (mPreviousInboundFlight != null) RuntimeObject* L_50 = __this->get_mPreviousInboundFlight_5(); if (!L_50) { goto IL_010e; } } { // DtlsReassembler reassembler = (DtlsReassembler)mPreviousInboundFlight[message_seq]; RuntimeObject* L_51 = __this->get_mPreviousInboundFlight_5(); int32_t L_52 = V_7; int32_t L_53 = L_52; RuntimeObject * L_54 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_53); NullCheck(L_51); RuntimeObject * L_55; L_55 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_51, L_54); V_9 = ((DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 *)CastclassClass((RuntimeObject*)L_55, DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6_il2cpp_TypeInfo_var)); // if (reassembler != null) DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 * L_56 = V_9; if (!L_56) { goto IL_010e; } } { // reassembler.ContributeFragment(msg_type, length, buf, off + MessageHeaderLength, fragment_offset, // fragment_length); DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 * L_57 = V_9; uint8_t L_58 = V_5; int32_t L_59 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_60 = ___buf2; int32_t L_61 = ___off3; int32_t L_62 = V_4; int32_t L_63 = V_1; NullCheck(L_57); DtlsReassembler_ContributeFragment_mB1EC1115D86C673FE5BE45F126A0746FC1A7ABB8(L_57, L_58, L_59, L_60, ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)((int32_t)12))), L_62, L_63, /*hidden argument*/NULL); // checkPreviousFlight = true; V_0 = (bool)1; } IL_010e: { // off += message_length; int32_t L_64 = ___off3; int32_t L_65 = V_2; ___off3 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)L_65)); // len -= message_length; int32_t L_66 = ___len4; int32_t L_67 = V_2; ___len4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)L_67)); } IL_011a: { // while (len >= MessageHeaderLength) int32_t L_68 = ___len4; if ((((int32_t)L_68) >= ((int32_t)((int32_t)12)))) { goto IL_0007; } } IL_0123: { // bool result = checkPreviousFlight && CheckAll(mPreviousInboundFlight); bool L_69 = V_0; if (!L_69) { goto IL_0133; } } { RuntimeObject* L_70 = __this->get_mPreviousInboundFlight_5(); bool L_71; L_71 = DtlsReliableHandshake_CheckAll_m3A98C973125A02FBE02B923B0C6A3ABB29A43B29(L_70, /*hidden argument*/NULL); G_B20_0 = ((int32_t)(L_71)); goto IL_0134; } IL_0133: { G_B20_0 = 0; } IL_0134: { // if (result) int32_t L_72 = G_B20_0; G_B21_0 = L_72; if (!L_72) { G_B22_0 = L_72; goto IL_0148; } } { // ResendOutboundFlight(); DtlsReliableHandshake_ResendOutboundFlight_m3D76D57C5529A7B298B00007E12BB93F446C7A6F(__this, /*hidden argument*/NULL); // ResetAll(mPreviousInboundFlight); RuntimeObject* L_73 = __this->get_mPreviousInboundFlight_5(); DtlsReliableHandshake_ResetAll_mABAA2C61C8236669F6B449CECFE418B9B25134C3(L_73, /*hidden argument*/NULL); G_B22_0 = G_B21_0; } IL_0148: { // return result; return (bool)G_B22_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::ResendOutboundFlight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReliableHandshake_ResendOutboundFlight_m3D76D57C5529A7B298B00007E12BB93F446C7A6F (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Message_tFFB406E9A157FE0A2B1B765A034986714037E788_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // mRecordLayer.ResetWriteEpoch(); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_0 = __this->get_mRecordLayer_2(); NullCheck(L_0); VirtualActionInvoker0::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::ResetWriteEpoch() */, L_0); // for (int i = 0; i < mOutboundFlight.Count; ++i) V_0 = 0; goto IL_002a; } IL_000f: { // WriteMessage((Message)mOutboundFlight[i]); RuntimeObject* L_1 = __this->get_mOutboundFlight_6(); int32_t L_2 = V_0; NullCheck(L_1); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_1, L_2); DtlsReliableHandshake_WriteMessage_m607C45A11EC1A3AA2C13E6397A83D037B8481B45(__this, ((Message_tFFB406E9A157FE0A2B1B765A034986714037E788 *)CastclassClass((RuntimeObject*)L_3, Message_tFFB406E9A157FE0A2B1B765A034986714037E788_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); // for (int i = 0; i < mOutboundFlight.Count; ++i) int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_002a: { // for (int i = 0; i < mOutboundFlight.Count; ++i) int32_t L_5 = V_0; RuntimeObject* L_6 = __this->get_mOutboundFlight_6(); NullCheck(L_6); int32_t L_7; L_7 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_6); if ((((int32_t)L_5) < ((int32_t)L_7))) { goto IL_000f; } } { // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::UpdateHandshakeMessagesDigest(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * DtlsReliableHandshake_UpdateHandshakeMessagesDigest_mB49F28DD607559FED92314B98EE6A1F428FBE1A9 (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * ___message0, 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*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { // if (message.Type != HandshakeType.hello_request) Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_0 = ___message0; NullCheck(L_0); uint8_t L_1; L_1 = Message_get_Type_mB54A98E03A88620C6527DB02F537169126F46D0D_inline(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_006e; } } { // byte[] body = message.Body; Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_2 = ___message0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = Message_get_Body_m88187D47BB1DCA2BC41AEA8003A13584FD6168E9_inline(L_2, /*hidden argument*/NULL); V_0 = L_3; // byte[] buf = new byte[MessageHeaderLength]; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12)); V_1 = L_4; // TlsUtilities.WriteUint8(message.Type, buf, 0); Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_5 = ___message0; NullCheck(L_5); uint8_t L_6; L_6 = Message_get_Type_mB54A98E03A88620C6527DB02F537169126F46D0D_inline(L_5, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_WriteUint8_mF51A9F2BA4D361435E4993CFC5BD46CCCB65E186(L_6, L_7, 0, /*hidden argument*/NULL); // TlsUtilities.WriteUint24(body.Length, buf, 1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; NullCheck(L_8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_1; TlsUtilities_WriteUint24_mCF0566BA8435AE3747917DE7F5A575C323C40ECF(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))), L_9, 1, /*hidden argument*/NULL); // TlsUtilities.WriteUint16(message.Seq, buf, 4); Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_10 = ___message0; NullCheck(L_10); int32_t L_11; L_11 = Message_get_Seq_m7C78524084D2B28BE6C28517408CEC1A7449A2F2_inline(L_10, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; TlsUtilities_WriteUint16_mC62EE72A6598A7A7761399F9597312CC5E100CF0(L_11, L_12, 4, /*hidden argument*/NULL); // TlsUtilities.WriteUint24(0, buf, 6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_1; TlsUtilities_WriteUint24_mCF0566BA8435AE3747917DE7F5A575C323C40ECF(0, L_13, 6, /*hidden argument*/NULL); // TlsUtilities.WriteUint24(body.Length, buf, 9); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_0; NullCheck(L_14); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_1; TlsUtilities_WriteUint24_mCF0566BA8435AE3747917DE7F5A575C323C40ECF(((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))), L_15, ((int32_t)9), /*hidden argument*/NULL); // mHandshakeHash.BlockUpdate(buf, 0, buf.Length); RuntimeObject* L_16 = __this->get_mHandshakeHash_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_1; NullCheck(L_18); NullCheck(L_16); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_16, L_17, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))); // mHandshakeHash.BlockUpdate(body, 0, body.Length); RuntimeObject* L_19 = __this->get_mHandshakeHash_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_0; NullCheck(L_21); NullCheck(L_19); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_19, L_20, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))); } IL_006e: { // return message; Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_22 = ___message0; return L_22; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::WriteMessage(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReliableHandshake_WriteMessage_m607C45A11EC1A3AA2C13E6397A83D037B8481B45 (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { // int sendLimit = mRecordLayer.GetSendLimit(); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_0 = __this->get_mRecordLayer_2(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(18 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::GetSendLimit() */, L_0); // int fragmentLimit = sendLimit - MessageHeaderLength; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)12))); // if (fragmentLimit < 1) int32_t L_2 = V_0; if ((((int32_t)L_2) >= ((int32_t)1))) { goto IL_001b; } } { // throw new TlsFatalAlert(AlertDescription.internal_error); 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)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsReliableHandshake_WriteMessage_m607C45A11EC1A3AA2C13E6397A83D037B8481B45_RuntimeMethod_var))); } IL_001b: { // int length = message.Body.Length; Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_4 = ___message0; NullCheck(L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = Message_get_Body_m88187D47BB1DCA2BC41AEA8003A13584FD6168E9_inline(L_4, /*hidden argument*/NULL); NullCheck(L_5); V_1 = ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))); // int fragment_offset = 0; V_2 = 0; } IL_0026: { // int fragment_length = System.Math.Min(length - fragment_offset, fragmentLimit); int32_t L_6 = V_1; int32_t L_7 = V_2; int32_t L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_9; L_9 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)), L_8, /*hidden argument*/NULL); V_3 = L_9; // WriteHandshakeFragment(message, fragment_offset, fragment_length); Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_10 = ___message0; int32_t L_11 = V_2; int32_t L_12 = V_3; DtlsReliableHandshake_WriteHandshakeFragment_m71FC9C38FE61F6B4CC9D415A36DDC7A5BEEBA282(__this, L_10, L_11, L_12, /*hidden argument*/NULL); // fragment_offset += fragment_length; int32_t L_13 = V_2; int32_t L_14 = V_3; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)); // while (fragment_offset < length); int32_t L_15 = V_2; int32_t L_16 = V_1; if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0026; } } { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::WriteHandshakeFragment(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake/Message,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReliableHandshake_WriteHandshakeFragment_m71FC9C38FE61F6B4CC9D415A36DDC7A5BEEBA282 (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * ___message0, int32_t ___fragment_offset1, int32_t ___fragment_length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RecordLayerBuffer_t6B3BF494E9C6637B37CA3C57C16DC34FBD39F404_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RecordLayerBuffer_t6B3BF494E9C6637B37CA3C57C16DC34FBD39F404 * V_0 = NULL; { // RecordLayerBuffer fragment = new RecordLayerBuffer(MessageHeaderLength + fragment_length); int32_t L_0 = ___fragment_length2; RecordLayerBuffer_t6B3BF494E9C6637B37CA3C57C16DC34FBD39F404 * L_1 = (RecordLayerBuffer_t6B3BF494E9C6637B37CA3C57C16DC34FBD39F404 *)il2cpp_codegen_object_new(RecordLayerBuffer_t6B3BF494E9C6637B37CA3C57C16DC34FBD39F404_il2cpp_TypeInfo_var); RecordLayerBuffer__ctor_mCDE3801502A498BA467AF3199F2AA0F4B9147688(L_1, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)12), (int32_t)L_0)), /*hidden argument*/NULL); V_0 = L_1; // TlsUtilities.WriteUint8(message.Type, fragment); Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_2 = ___message0; NullCheck(L_2); uint8_t L_3; L_3 = Message_get_Type_mB54A98E03A88620C6527DB02F537169126F46D0D_inline(L_2, /*hidden argument*/NULL); RecordLayerBuffer_t6B3BF494E9C6637B37CA3C57C16DC34FBD39F404 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_WriteUint8_mFDD5DCC4EB56283CA6B0A5DFF0B6BB86FDB0E825(L_3, L_4, /*hidden argument*/NULL); // TlsUtilities.WriteUint24(message.Body.Length, fragment); Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_5 = ___message0; NullCheck(L_5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = Message_get_Body_m88187D47BB1DCA2BC41AEA8003A13584FD6168E9_inline(L_5, /*hidden argument*/NULL); NullCheck(L_6); RecordLayerBuffer_t6B3BF494E9C6637B37CA3C57C16DC34FBD39F404 * L_7 = V_0; TlsUtilities_WriteUint24_mFED9767C031B6A19E371A4FC2C69F0DC628CC85C(((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), L_7, /*hidden argument*/NULL); // TlsUtilities.WriteUint16(message.Seq, fragment); Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_8 = ___message0; NullCheck(L_8); int32_t L_9; L_9 = Message_get_Seq_m7C78524084D2B28BE6C28517408CEC1A7449A2F2_inline(L_8, /*hidden argument*/NULL); RecordLayerBuffer_t6B3BF494E9C6637B37CA3C57C16DC34FBD39F404 * L_10 = V_0; TlsUtilities_WriteUint16_mC42E46986EDBAA3B4B4C80D99A49ABE7634C204E(L_9, L_10, /*hidden argument*/NULL); // TlsUtilities.WriteUint24(fragment_offset, fragment); int32_t L_11 = ___fragment_offset1; RecordLayerBuffer_t6B3BF494E9C6637B37CA3C57C16DC34FBD39F404 * L_12 = V_0; TlsUtilities_WriteUint24_mFED9767C031B6A19E371A4FC2C69F0DC628CC85C(L_11, L_12, /*hidden argument*/NULL); // TlsUtilities.WriteUint24(fragment_length, fragment); int32_t L_13 = ___fragment_length2; RecordLayerBuffer_t6B3BF494E9C6637B37CA3C57C16DC34FBD39F404 * L_14 = V_0; TlsUtilities_WriteUint24_mFED9767C031B6A19E371A4FC2C69F0DC628CC85C(L_13, L_14, /*hidden argument*/NULL); // fragment.Write(message.Body, fragment_offset, fragment_length); RecordLayerBuffer_t6B3BF494E9C6637B37CA3C57C16DC34FBD39F404 * L_15 = V_0; Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_16 = ___message0; NullCheck(L_16); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17; L_17 = Message_get_Body_m88187D47BB1DCA2BC41AEA8003A13584FD6168E9_inline(L_16, /*hidden argument*/NULL); int32_t L_18 = ___fragment_offset1; int32_t L_19 = ___fragment_length2; NullCheck(L_15); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_15, L_17, L_18, L_19); // fragment.SendToRecordLayer(mRecordLayer); RecordLayerBuffer_t6B3BF494E9C6637B37CA3C57C16DC34FBD39F404 * L_20 = V_0; DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_21 = __this->get_mRecordLayer_2(); NullCheck(L_20); RecordLayerBuffer_SendToRecordLayer_m2FCDDA8898AE5071F2BA688F94ABF19E792FE3B6(L_20, L_21, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::CheckAll(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtlsReliableHandshake_CheckAll_m3A98C973125A02FBE02B923B0C6A3ABB29A43B29 (RuntimeObject* ___inboundFlight0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (DtlsReassembler r in inboundFlight.Values) RuntimeObject* L_0 = ___inboundFlight0; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(3 /* System.Collections.ICollection System.Collections.IDictionary::get_Values() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0); NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_0 = L_2; } IL_000c: try {// begin try (depth: 1) { goto IL_0024; } IL_000e: { // foreach (DtlsReassembler r in inboundFlight.Values) RuntimeObject* L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); // if (r.GetBodyIfComplete() == null) NullCheck(((DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 *)CastclassClass((RuntimeObject*)L_4, DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = DtlsReassembler_GetBodyIfComplete_mF2143A7DAB2E048D8F5624A22A50FFAB62709653(((DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 *)CastclassClass((RuntimeObject*)L_4, DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_5) { goto IL_0024; } } IL_0020: { // return false; V_1 = (bool)0; IL2CPP_LEAVE(0x41, FINALLY_002e); } IL_0024: { // foreach (DtlsReassembler r in inboundFlight.Values) RuntimeObject* L_6 = V_0; NullCheck(L_6); bool L_7; L_7 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_6); if (L_7) { goto IL_000e; } } IL_002c: { IL2CPP_LEAVE(0x3F, FINALLY_002e); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002e; } FINALLY_002e: {// begin finally (depth: 1) { RuntimeObject* L_8 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_9 = V_2; if (!L_9) { goto IL_003e; } } IL_0038: { RuntimeObject* L_10 = V_2; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_10); } IL_003e: { IL2CPP_END_FINALLY(46) } }// end finally (depth: 1) IL2CPP_CLEANUP(46) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x41, IL_0041) IL2CPP_JUMP_TBL(0x3F, IL_003f) } IL_003f: { // return true; return (bool)1; } IL_0041: { // } bool L_11 = V_1; return L_11; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReliableHandshake::ResetAll(System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReliableHandshake_ResetAll_mABAA2C61C8236669F6B449CECFE418B9B25134C3 (RuntimeObject* ___inboundFlight0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (DtlsReassembler r in inboundFlight.Values) RuntimeObject* L_0 = ___inboundFlight0; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(3 /* System.Collections.ICollection System.Collections.IDictionary::get_Values() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0); NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_0 = L_2; } IL_000c: try {// begin try (depth: 1) { goto IL_001e; } IL_000e: { // foreach (DtlsReassembler r in inboundFlight.Values) RuntimeObject* L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); // r.Reset(); NullCheck(((DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 *)CastclassClass((RuntimeObject*)L_4, DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6_il2cpp_TypeInfo_var))); DtlsReassembler_Reset_m0D8CE65A350A8755337FCADB03FCCB4594544BA2(((DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 *)CastclassClass((RuntimeObject*)L_4, DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_001e: { // foreach (DtlsReassembler r in inboundFlight.Values) RuntimeObject* L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_5); if (L_6) { goto IL_000e; } } IL_0026: { IL2CPP_LEAVE(0x39, FINALLY_0028); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0028; } FINALLY_0028: {// begin finally (depth: 1) { RuntimeObject* L_7 = V_0; V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_7, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_8 = V_1; if (!L_8) { goto IL_0038; } } IL_0032: { RuntimeObject* L_9 = V_1; NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_9); } IL_0038: { IL2CPP_END_FINALLY(40) } }// end finally (depth: 1) IL2CPP_CLEANUP(40) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x39, IL_0039) } IL_0039: { // } 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.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReplayWindow::ShouldDiscard(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtlsReplayWindow_ShouldDiscard_mB935471925E845255087737E923A35F78743A11E (DtlsReplayWindow_t88F38DCD576D285E2B13E5902252B1366BCF2FCF * __this, int64_t ___seq0, const RuntimeMethod* method) { int64_t V_0 = 0; { // if ((seq & VALID_SEQ_MASK) != seq) int64_t L_0 = ___seq0; int64_t L_1 = ___seq0; if ((((int64_t)((int64_t)((int64_t)L_0&(int64_t)((int64_t)281474976710655LL)))) == ((int64_t)L_1))) { goto IL_0010; } } { // return true; return (bool)1; } IL_0010: { // if (seq <= mLatestConfirmedSeq) int64_t L_2 = ___seq0; int64_t L_3 = __this->get_mLatestConfirmedSeq_2(); if ((((int64_t)L_2) > ((int64_t)L_3))) { goto IL_003d; } } { // long diff = mLatestConfirmedSeq - seq; int64_t L_4 = __this->get_mLatestConfirmedSeq_2(); int64_t L_5 = ___seq0; V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_4, (int64_t)L_5)); // if (diff >= WINDOW_SIZE) int64_t L_6 = V_0; if ((((int64_t)L_6) < ((int64_t)((int64_t)((int64_t)((int32_t)64)))))) { goto IL_002a; } } { // return true; return (bool)1; } IL_002a: { // if ((mBitmap & (1L << (int)diff)) != 0) int64_t L_7 = __this->get_mBitmap_3(); int64_t L_8 = V_0; if (!((int64_t)((int64_t)L_7&(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)1))<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8))&(int32_t)((int32_t)63)))))))) { goto IL_003d; } } { // return true; return (bool)1; } IL_003d: { // return false; return (bool)0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReplayWindow::ReportAuthenticated(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReplayWindow_ReportAuthenticated_mE495646536BA548A736E196F027F583FE5298C06 (DtlsReplayWindow_t88F38DCD576D285E2B13E5902252B1366BCF2FCF * __this, int64_t ___seq0, const RuntimeMethod* method) { int64_t V_0 = 0; int64_t V_1 = 0; { // if ((seq & VALID_SEQ_MASK) != seq) int64_t L_0 = ___seq0; int64_t L_1 = ___seq0; if ((((int64_t)((int64_t)((int64_t)L_0&(int64_t)((int64_t)281474976710655LL)))) == ((int64_t)L_1))) { goto IL_001e; } } { // throw new ArgumentException("out of range", "seq"); 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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4B80EC9460A3D933B23C9CCFF5E4011E47D0FF85)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsReplayWindow_ReportAuthenticated_mE495646536BA548A736E196F027F583FE5298C06_RuntimeMethod_var))); } IL_001e: { // if (seq <= mLatestConfirmedSeq) int64_t L_3 = ___seq0; int64_t L_4 = __this->get_mLatestConfirmedSeq_2(); if ((((int64_t)L_3) > ((int64_t)L_4))) { goto IL_004c; } } { // long diff = mLatestConfirmedSeq - seq; int64_t L_5 = __this->get_mLatestConfirmedSeq_2(); int64_t L_6 = ___seq0; V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_5, (int64_t)L_6)); // if (diff < WINDOW_SIZE) int64_t L_7 = V_0; if ((((int64_t)L_7) >= ((int64_t)((int64_t)((int64_t)((int32_t)64)))))) { goto IL_008d; } } { // mBitmap |= (1L << (int)diff); int64_t L_8 = __this->get_mBitmap_3(); int64_t L_9 = V_0; __this->set_mBitmap_3(((int64_t)((int64_t)L_8|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)1))<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_9))&(int32_t)((int32_t)63)))))))); // } return; } IL_004c: { // long diff = seq - mLatestConfirmedSeq; int64_t L_10 = ___seq0; int64_t L_11 = __this->get_mLatestConfirmedSeq_2(); V_1 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_10, (int64_t)L_11)); // if (diff >= WINDOW_SIZE) int64_t L_12 = V_1; if ((((int64_t)L_12) < ((int64_t)((int64_t)((int64_t)((int32_t)64)))))) { goto IL_0065; } } { // mBitmap = 1; __this->set_mBitmap_3(((int64_t)((int64_t)1))); // } goto IL_0086; } IL_0065: { // mBitmap <<= (int)diff; int64_t L_13 = __this->get_mBitmap_3(); int64_t L_14 = V_1; __this->set_mBitmap_3(((int64_t)((int64_t)L_13<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_14))&(int32_t)((int32_t)63)))))); // mBitmap |= 1; int64_t L_15 = __this->get_mBitmap_3(); __this->set_mBitmap_3(((int64_t)((int64_t)L_15|(int64_t)((int64_t)((int64_t)1))))); } IL_0086: { // mLatestConfirmedSeq = seq; int64_t L_16 = ___seq0; __this->set_mLatestConfirmedSeq_2(L_16); } IL_008d: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReplayWindow::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReplayWindow_Reset_m005EB866CB8C7D3C9D39CFF72DB9337B46DA579F (DtlsReplayWindow_t88F38DCD576D285E2B13E5902252B1366BCF2FCF * __this, const RuntimeMethod* method) { { // mLatestConfirmedSeq = -1; __this->set_mLatestConfirmedSeq_2(((int64_t)((int64_t)(-1)))); // mBitmap = 0; __this->set_mBitmap_3(((int64_t)((int64_t)0))); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsReplayWindow::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsReplayWindow__ctor_m5ED57042B2DB1D00C88DBB4B6EA4BC59BDDCCABD (DtlsReplayWindow_t88F38DCD576D285E2B13E5902252B1366BCF2FCF * __this, const RuntimeMethod* method) { { // private long mLatestConfirmedSeq = -1; __this->set_mLatestConfirmedSeq_2(((int64_t)((int64_t)(-1)))); 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.DtlsServerProtocol::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsServerProtocol__ctor_mDD57CFBD285E5013F8149C756F2E197A85B9A18D (DtlsServerProtocol_t7D755B9F9039BCF7221BAE2D1E68F6E1EBBF7F3B * __this, SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ___secureRandom0, const RuntimeMethod* method) { { // protected bool mVerifyRequests = true; __this->set_mVerifyRequests_1((bool)1); // : base(secureRandom) SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = ___secureRandom0; DtlsProtocol__ctor_m32B5FEB7DECB88F5B74CFBE16E16AE6E8F13FDC6(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::get_VerifyRequests() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtlsServerProtocol_get_VerifyRequests_mAEB2694DA9219295D32E6D1B3ECCC9AF29594D57 (DtlsServerProtocol_t7D755B9F9039BCF7221BAE2D1E68F6E1EBBF7F3B * __this, const RuntimeMethod* method) { { // get { return mVerifyRequests; } bool L_0 = __this->get_mVerifyRequests_1(); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::set_VerifyRequests(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsServerProtocol_set_VerifyRequests_mCF46121AF35AEF49508D91C0E5597A75E0B6B153 (DtlsServerProtocol_t7D755B9F9039BCF7221BAE2D1E68F6E1EBBF7F3B * __this, bool ___value0, const RuntimeMethod* method) { { // set { this.mVerifyRequests = value; } bool L_0 = ___value0; __this->set_mVerifyRequests_1(L_0); // set { this.mVerifyRequests = value; } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsTransport BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::Accept(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServer,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DatagramTransport) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB * DtlsServerProtocol_Accept_mFF3E6A98C20A5BCA09FFA2FC4FEFC016B39F6731 (DtlsServerProtocol_t7D755B9F9039BCF7221BAE2D1E68F6E1EBBF7F3B * __this, RuntimeObject* ___server0, RuntimeObject* ___transport1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsPeer_tBC992F97A16EC0798791CB9BF62C21AA1CD54348_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * V_0 = NULL; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * V_1 = NULL; DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * V_2 = NULL; DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB * V_3 = NULL; TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * V_4 = NULL; Exception_t * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (server == null) RuntimeObject* L_0 = ___server0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException("server"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2AD2D134871309DC88A3988F159A52F91A6CDB4C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsServerProtocol_Accept_mFF3E6A98C20A5BCA09FFA2FC4FEFC016B39F6731_RuntimeMethod_var))); } IL_000e: { // if (transport == null) RuntimeObject* L_2 = ___transport1; if (L_2) { goto IL_001c; } } { // throw new ArgumentNullException("transport"); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral260727C413292B2078220DF57528EA4F36D1A3DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsServerProtocol_Accept_mFF3E6A98C20A5BCA09FFA2FC4FEFC016B39F6731_RuntimeMethod_var))); } IL_001c: { // SecurityParameters securityParameters = new SecurityParameters(); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_4 = (SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 *)il2cpp_codegen_object_new(SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803_il2cpp_TypeInfo_var); SecurityParameters__ctor_m4DEFDB6F8DEAF74BBF4A939145C6553275873D19(L_4, /*hidden argument*/NULL); V_0 = L_4; // securityParameters.entity = ConnectionEnd.server; SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_5 = V_0; NullCheck(L_5); L_5->set_entity_0(0); // ServerHandshakeState state = new ServerHandshakeState(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_6 = (ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 *)il2cpp_codegen_object_new(ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71_il2cpp_TypeInfo_var); ServerHandshakeState__ctor_m0F45A73B71E09293E106A5A768CB5AF737B4B419(L_6, /*hidden argument*/NULL); V_1 = L_6; // state.server = server; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_7 = V_1; RuntimeObject* L_8 = ___server0; NullCheck(L_7); L_7->set_server_0(L_8); // state.serverContext = new TlsServerContextImpl(mSecureRandom, securityParameters); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_9 = V_1; SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_10 = ((DtlsProtocol_t67B922C04398E5FB7E56005D51B95EEE1534CFED *)__this)->get_mSecureRandom_0(); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_11 = V_0; TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_12 = (TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 *)il2cpp_codegen_object_new(TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930_il2cpp_TypeInfo_var); TlsServerContextImpl__ctor_m36D7EC1D29FB0763F97E513A22E653F5788652B9(L_12, L_10, L_11, /*hidden argument*/NULL); NullCheck(L_9); L_9->set_serverContext_1(L_12); // securityParameters.serverRandom = TlsProtocol.CreateRandomBlock(server.ShouldUseGmtUnixTime(), // state.serverContext.NonceRandomGenerator); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_13 = V_0; RuntimeObject* L_14 = ___server0; NullCheck(L_14); bool L_15; L_15 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPeer::ShouldUseGmtUnixTime() */, TlsPeer_tBC992F97A16EC0798791CB9BF62C21AA1CD54348_il2cpp_TypeInfo_var, L_14); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_16 = V_1; NullCheck(L_16); TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_17 = L_16->get_serverContext_1(); NullCheck(L_17); RuntimeObject* L_18; L_18 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(14 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Prng.IRandomGenerator BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::get_NonceRandomGenerator() */, L_17); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19; L_19 = TlsProtocol_CreateRandomBlock_m92598180A2F8675959253CF8A9600DDA1AE02D63(L_15, L_18, /*hidden argument*/NULL); NullCheck(L_13); L_13->set_serverRandom_7(L_19); // server.Init(state.serverContext); RuntimeObject* L_20 = ___server0; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_21 = V_1; NullCheck(L_21); TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_22 = L_21->get_serverContext_1(); NullCheck(L_20); InterfaceActionInvoker1< RuntimeObject* >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServer::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServerContext) */, TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57_il2cpp_TypeInfo_var, L_20, L_22); // DtlsRecordLayer recordLayer = new DtlsRecordLayer(transport, state.serverContext, server, ContentType.handshake); RuntimeObject* L_23 = ___transport1; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_24 = V_1; NullCheck(L_24); TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_25 = L_24->get_serverContext_1(); RuntimeObject* L_26 = ___server0; DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_27 = (DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 *)il2cpp_codegen_object_new(DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1_il2cpp_TypeInfo_var); DtlsRecordLayer__ctor_mFA9A795E749E96891348C8FAB3A6EA5451D260A0(L_27, L_23, L_25, L_26, (uint8_t)((int32_t)22), /*hidden argument*/NULL); V_2 = L_27; } IL_0080: try {// begin try (depth: 1) try {// begin try (depth: 2) // return ServerHandshake(state, recordLayer); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_28 = V_1; DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_29 = V_2; DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB * L_30; L_30 = VirtualFuncInvoker2< DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB *, ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 *, DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * >::Invoke(9 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsTransport BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::ServerHandshake(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer) */, __this, L_28, L_29); V_3 = L_30; IL2CPP_LEAVE(0xC7, FINALLY_00c0); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_008b; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_009f; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00aa; } throw e; } CATCH_008b: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert) // catch (TlsFatalAlert fatalAlert) V_4 = ((TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)IL2CPP_GET_ACTIVE_EXCEPTION(TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)); // AbortServerHandshake(state, recordLayer, fatalAlert.AlertDescription); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_31 = V_1; DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_32 = V_2; TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_33 = V_4; NullCheck(L_33); uint8_t L_34; L_34 = VirtualFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert::get_AlertDescription() */, L_33); VirtualActionInvoker3< ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 *, DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 *, uint8_t >::Invoke(8 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::AbortServerHandshake(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer,System.Byte) */, __this, L_31, L_32, L_34); // throw fatalAlert; TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_35 = V_4; IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsServerProtocol_Accept_mFF3E6A98C20A5BCA09FFA2FC4FEFC016B39F6731_RuntimeMethod_var))); }// end catch (depth: 2) CATCH_009f: {// begin catch(System.IO.IOException) // AbortServerHandshake(state, recordLayer, AlertDescription.internal_error); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_36 = V_1; DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_37 = V_2; VirtualActionInvoker3< ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 *, DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 *, uint8_t >::Invoke(8 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::AbortServerHandshake(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer,System.Byte) */, __this, L_36, L_37, (uint8_t)((int32_t)80)); // throw e; IL2CPP_RAISE_MANAGED_EXCEPTION(((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IL2CPP_GET_ACTIVE_EXCEPTION(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsServerProtocol_Accept_mFF3E6A98C20A5BCA09FFA2FC4FEFC016B39F6731_RuntimeMethod_var))); }// end catch (depth: 2) CATCH_00aa: {// begin catch(System.Exception) // catch (Exception e) V_5 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // AbortServerHandshake(state, recordLayer, AlertDescription.internal_error); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_38 = V_1; DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_39 = V_2; VirtualActionInvoker3< ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 *, DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 *, uint8_t >::Invoke(8 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::AbortServerHandshake(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer,System.Byte) */, __this, L_38, L_39, (uint8_t)((int32_t)80)); // throw new TlsFatalAlert(AlertDescription.internal_error, e); Exception_t * L_40 = V_5; TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_41 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_mB946761CD8831D1CA0FFE235C0B4B0013B666333(L_41, (uint8_t)((int32_t)80), L_40, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_41, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsServerProtocol_Accept_mFF3E6A98C20A5BCA09FFA2FC4FEFC016B39F6731_RuntimeMethod_var))); }// end catch (depth: 2) }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c0; } FINALLY_00c0: {// begin finally (depth: 1) // securityParameters.Clear(); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_42 = V_0; NullCheck(L_42); VirtualActionInvoker0::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::Clear() */, L_42); // } IL2CPP_END_FINALLY(192) }// end finally (depth: 1) IL2CPP_CLEANUP(192) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xC7, IL_00c7) } IL_00c7: { // } DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB * L_43 = V_3; return L_43; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::AbortServerHandshake(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsServerProtocol_AbortServerHandshake_mD32DADC101ED4ADA641F6C4B7ADF595BFDEDBBB7 (DtlsServerProtocol_t7D755B9F9039BCF7221BAE2D1E68F6E1EBBF7F3B * __this, ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * ___state0, DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * ___recordLayer1, uint8_t ___alertDescription2, const RuntimeMethod* method) { { // recordLayer.Fail(alertDescription); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_0 = ___recordLayer1; uint8_t L_1 = ___alertDescription2; NullCheck(L_0); VirtualActionInvoker1< uint8_t >::Invoke(23 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::Fail(System.Byte) */, L_0, L_1); // InvalidateSession(state); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_2 = ___state0; VirtualActionInvoker1< ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * >::Invoke(10 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::InvalidateSession(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState) */, __this, L_2); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsTransport BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::ServerHandshake(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB * DtlsServerProtocol_ServerHandshake_m85592329A4DC72B7A6BAA9F56598CCA211A12F3C (DtlsServerProtocol_t7D755B9F9039BCF7221BAE2D1E68F6E1EBBF7F3B * __this, ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * ___state0, DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * ___recordLayer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsCredentials_t6C3F3B2C48D027442C1753CA9C9E1D75BC3B4CA7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsHandshakeHash_tDE3722A66DA26F2E7CDFBD4FAE3E90EEE0FF40B1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsPeer_tBC992F97A16EC0798791CB9BF62C21AA1CD54348_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B79EDA774A2169951FB22EA76BF0D73F00FE1BB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE9EB7F6DC0891EC69352011CA6D5DEF0C0B81084); s_Il2CppMethodInitialized = true; } SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * V_0 = NULL; DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * V_1 = NULL; Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * V_2 = NULL; RuntimeObject* V_3 = NULL; Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * V_4 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_5 = NULL; RuntimeObject* V_6 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_7 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_8 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_9 = NULL; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * V_10 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_11 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_12 = NULL; CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 * V_13 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_14 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_15 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_16 = NULL; NewSessionTicket_tE97CC8F3816C300BC527EEB9DF903C4AB90348EF * V_17 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_18 = NULL; { // SecurityParameters securityParameters = state.serverContext.SecurityParameters; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_0 = ___state0; NullCheck(L_0); TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_1 = L_0->get_serverContext_1(); NullCheck(L_1); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_2; L_2 = VirtualFuncInvoker0< SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * >::Invoke(16 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::get_SecurityParameters() */, L_1); V_0 = L_2; // DtlsReliableHandshake handshake = new DtlsReliableHandshake(state.serverContext, recordLayer); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_3 = ___state0; NullCheck(L_3); TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_4 = L_3->get_serverContext_1(); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_5 = ___recordLayer1; DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_6 = (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 *)il2cpp_codegen_object_new(DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4_il2cpp_TypeInfo_var); DtlsReliableHandshake__ctor_m331824E1092638A90AF5A77D1FF80AAF4A97AB80(L_6, L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; // DtlsReliableHandshake.Message clientMessage = handshake.ReceiveMessage(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_7 = V_1; NullCheck(L_7); Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_8; L_8 = DtlsReliableHandshake_ReceiveMessage_m1F93EED0A729BB163496159CB091A4524923813E(L_7, /*hidden argument*/NULL); V_2 = L_8; // if (clientMessage.Type == HandshakeType.client_hello) Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_9 = V_2; NullCheck(L_9); uint8_t L_10; L_10 = Message_get_Type_mB54A98E03A88620C6527DB02F537169126F46D0D_inline(L_9, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)1)))) { goto IL_0038; } } { // ProcessClientHello(state, clientMessage.Body); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_11 = ___state0; Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_12 = V_2; NullCheck(L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = Message_get_Body_m88187D47BB1DCA2BC41AEA8003A13584FD6168E9_inline(L_12, /*hidden argument*/NULL); VirtualActionInvoker2< ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(18 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::ProcessClientHello(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState,System.Byte[]) */, __this, L_11, L_13); // } goto IL_0040; } IL_0038: { // throw new TlsFatalAlert(AlertDescription.unexpected_message); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_14 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_14, (uint8_t)((int32_t)10), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsServerProtocol_ServerHandshake_m85592329A4DC72B7A6BAA9F56598CCA211A12F3C_RuntimeMethod_var))); } IL_0040: { // byte[] serverHelloBody = GenerateServerHello(state); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_15 = ___state0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16; L_16 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * >::Invoke(14 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::GenerateServerHello(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState) */, __this, L_15); V_9 = L_16; // ApplyMaxFragmentLengthExtension(recordLayer, securityParameters.maxFragmentLength); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_17 = ___recordLayer1; SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_18 = V_0; NullCheck(L_18); int16_t L_19 = L_18->get_maxFragmentLength_11(); DtlsProtocol_ApplyMaxFragmentLengthExtension_m28C31FABC1A9B8902FE01A930F5F1DA7C89DD7A5(L_17, L_19, /*hidden argument*/NULL); // ProtocolVersion recordLayerVersion = state.serverContext.ServerVersion; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_20 = ___state0; NullCheck(L_20); TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_21 = L_20->get_serverContext_1(); NullCheck(L_21); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_22; L_22 = VirtualFuncInvoker0< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::get_ServerVersion() */, L_21); V_10 = L_22; // recordLayer.ReadVersion = recordLayerVersion; DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_23 = ___recordLayer1; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_24 = V_10; NullCheck(L_23); VirtualActionInvoker1< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(12 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::set_ReadVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) */, L_23, L_24); // recordLayer.SetWriteVersion(recordLayerVersion); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_25 = ___recordLayer1; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_26 = V_10; NullCheck(L_25); VirtualActionInvoker1< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::SetWriteVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) */, L_25, L_26); // handshake.SendMessage(HandshakeType.server_hello, serverHelloBody); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_27 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_9; NullCheck(L_27); DtlsReliableHandshake_SendMessage_m1CDD7894F9F00CF6A9D1BEB2455BE9EE46E9711C(L_27, (uint8_t)2, L_28, /*hidden argument*/NULL); // handshake.NotifyHelloComplete(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_29 = V_1; NullCheck(L_29); DtlsReliableHandshake_NotifyHelloComplete_m39053120D86D1D669126E4BCEDB6DCF00E327573(L_29, /*hidden argument*/NULL); // IList serverSupplementalData = state.server.GetServerSupplementalData(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_30 = ___state0; NullCheck(L_30); RuntimeObject* L_31 = L_30->get_server_0(); NullCheck(L_31); RuntimeObject* L_32; L_32 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServer::GetServerSupplementalData() */, TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57_il2cpp_TypeInfo_var, L_31); V_3 = L_32; // if (serverSupplementalData != null) RuntimeObject* L_33 = V_3; if (!L_33) { goto IL_00a2; } } { // byte[] supplementalDataBody = GenerateSupplementalData(serverSupplementalData); RuntimeObject* L_34 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35; L_35 = DtlsProtocol_GenerateSupplementalData_m245067360F7A4E3773BD058BF0621255E2678540(L_34, /*hidden argument*/NULL); V_11 = L_35; // handshake.SendMessage(HandshakeType.supplemental_data, supplementalDataBody); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_36 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = V_11; NullCheck(L_36); DtlsReliableHandshake_SendMessage_m1CDD7894F9F00CF6A9D1BEB2455BE9EE46E9711C(L_36, (uint8_t)((int32_t)23), L_37, /*hidden argument*/NULL); } IL_00a2: { // state.keyExchange = state.server.GetKeyExchange(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_38 = ___state0; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_39 = ___state0; NullCheck(L_39); RuntimeObject* L_40 = L_39->get_server_0(); NullCheck(L_40); RuntimeObject* L_41; L_41 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServer::GetKeyExchange() */, TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57_il2cpp_TypeInfo_var, L_40); NullCheck(L_38); L_38->set_keyExchange_13(L_41); // state.keyExchange.Init(state.serverContext); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_42 = ___state0; NullCheck(L_42); RuntimeObject* L_43 = L_42->get_keyExchange_13(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_44 = ___state0; NullCheck(L_44); TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_45 = L_44->get_serverContext_1(); NullCheck(L_43); InterfaceActionInvoker1< RuntimeObject* >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext) */, TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807_il2cpp_TypeInfo_var, L_43, L_45); // state.serverCredentials = state.server.GetCredentials(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_46 = ___state0; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_47 = ___state0; NullCheck(L_47); RuntimeObject* L_48 = L_47->get_server_0(); NullCheck(L_48); RuntimeObject* L_49; L_49 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(11 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCredentials BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServer::GetCredentials() */, TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57_il2cpp_TypeInfo_var, L_48); NullCheck(L_46); L_46->set_serverCredentials_14(L_49); // Certificate serverCertificate = null; V_4 = (Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E *)NULL; // if (state.serverCredentials == null) ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_50 = ___state0; NullCheck(L_50); RuntimeObject* L_51 = L_50->get_serverCredentials_14(); if (L_51) { goto IL_00ed; } } { // state.keyExchange.SkipServerCredentials(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_52 = ___state0; NullCheck(L_52); RuntimeObject* L_53 = L_52->get_keyExchange_13(); NullCheck(L_53); InterfaceActionInvoker0::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange::SkipServerCredentials() */, TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807_il2cpp_TypeInfo_var, L_53); // } goto IL_011e; } IL_00ed: { // state.keyExchange.ProcessServerCredentials(state.serverCredentials); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_54 = ___state0; NullCheck(L_54); RuntimeObject* L_55 = L_54->get_keyExchange_13(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_56 = ___state0; NullCheck(L_56); RuntimeObject* L_57 = L_56->get_serverCredentials_14(); NullCheck(L_55); InterfaceActionInvoker1< RuntimeObject* >::Invoke(2 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange::ProcessServerCredentials(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCredentials) */, TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807_il2cpp_TypeInfo_var, L_55, L_57); // serverCertificate = state.serverCredentials.Certificate; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_58 = ___state0; NullCheck(L_58); RuntimeObject* L_59 = L_58->get_serverCredentials_14(); NullCheck(L_59); Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_60; L_60 = 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_59); V_4 = L_60; // byte[] certificateBody = GenerateCertificate(serverCertificate); Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_61 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_62; L_62 = DtlsProtocol_GenerateCertificate_mC673C082ECF0753A7C47E02DB981BE92C96E53C6(L_61, /*hidden argument*/NULL); V_12 = L_62; // handshake.SendMessage(HandshakeType.certificate, certificateBody); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_63 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_64 = V_12; NullCheck(L_63); DtlsReliableHandshake_SendMessage_m1CDD7894F9F00CF6A9D1BEB2455BE9EE46E9711C(L_63, (uint8_t)((int32_t)11), L_64, /*hidden argument*/NULL); } IL_011e: { // if (serverCertificate == null || serverCertificate.IsEmpty) Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_65 = V_4; if (!L_65) { goto IL_012b; } } { Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_66 = V_4; NullCheck(L_66); bool L_67; L_67 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate::get_IsEmpty() */, L_66); if (!L_67) { goto IL_0132; } } IL_012b: { // state.allowCertificateStatus = false; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_68 = ___state0; NullCheck(L_68); L_68->set_allowCertificateStatus_11((bool)0); } IL_0132: { // if (state.allowCertificateStatus) ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_69 = ___state0; NullCheck(L_69); bool L_70 = L_69->get_allowCertificateStatus_11(); if (!L_70) { goto IL_0160; } } { // CertificateStatus certificateStatus = state.server.GetCertificateStatus(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_71 = ___state0; NullCheck(L_71); RuntimeObject* L_72 = L_71->get_server_0(); NullCheck(L_72); CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 * L_73; L_73 = InterfaceFuncInvoker0< CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 * >::Invoke(12 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatus BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServer::GetCertificateStatus() */, TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57_il2cpp_TypeInfo_var, L_72); V_13 = L_73; // if (certificateStatus != null) CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 * L_74 = V_13; if (!L_74) { goto IL_0160; } } { // byte[] certificateStatusBody = GenerateCertificateStatus(state, certificateStatus); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_75 = ___state0; CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 * L_76 = V_13; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_77; L_77 = VirtualFuncInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 *, CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 * >::Invoke(12 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::GenerateCertificateStatus(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatus) */, __this, L_75, L_76); V_14 = L_77; // handshake.SendMessage(HandshakeType.certificate_status, certificateStatusBody); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_78 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_79 = V_14; NullCheck(L_78); DtlsReliableHandshake_SendMessage_m1CDD7894F9F00CF6A9D1BEB2455BE9EE46E9711C(L_78, (uint8_t)((int32_t)22), L_79, /*hidden argument*/NULL); } IL_0160: { // byte[] serverKeyExchange = state.keyExchange.GenerateServerKeyExchange(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_80 = ___state0; NullCheck(L_80); RuntimeObject* L_81 = L_80->get_keyExchange_13(); NullCheck(L_81); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_82; L_82 = InterfaceFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(5 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange::GenerateServerKeyExchange() */, TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807_il2cpp_TypeInfo_var, L_81); V_5 = L_82; // if (serverKeyExchange != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_83 = V_5; if (!L_83) { goto IL_017b; } } { // handshake.SendMessage(HandshakeType.server_key_exchange, serverKeyExchange); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_84 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_85 = V_5; NullCheck(L_84); DtlsReliableHandshake_SendMessage_m1CDD7894F9F00CF6A9D1BEB2455BE9EE46E9711C(L_84, (uint8_t)((int32_t)12), L_85, /*hidden argument*/NULL); } IL_017b: { // if (state.serverCredentials != null) ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_86 = ___state0; NullCheck(L_86); RuntimeObject* L_87 = L_86->get_serverCredentials_14(); if (!L_87) { goto IL_01ff; } } { // state.certificateRequest = state.server.GetCertificateRequest(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_88 = ___state0; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_89 = ___state0; NullCheck(L_89); RuntimeObject* L_90 = L_89->get_server_0(); NullCheck(L_90); CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * L_91; L_91 = InterfaceFuncInvoker0< CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * >::Invoke(14 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServer::GetCertificateRequest() */, TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57_il2cpp_TypeInfo_var, L_90); NullCheck(L_88); L_88->set_certificateRequest_15(L_91); // if (state.certificateRequest != null) ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_92 = ___state0; NullCheck(L_92); CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * L_93 = L_92->get_certificateRequest_15(); if (!L_93) { goto IL_01ff; } } { // if (TlsUtilities.IsTlsV12(state.serverContext) != (state.certificateRequest.SupportedSignatureAlgorithms != null)) ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_94 = ___state0; NullCheck(L_94); TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_95 = L_94->get_serverContext_1(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); bool L_96; L_96 = TlsUtilities_IsTlsV12_m5D10CAF7D91A0D6E16130EEB505F51BB48749885(L_95, /*hidden argument*/NULL); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_97 = ___state0; NullCheck(L_97); CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * L_98 = L_97->get_certificateRequest_15(); NullCheck(L_98); RuntimeObject* L_99; L_99 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest::get_SupportedSignatureAlgorithms() */, L_98); if ((((int32_t)L_96) == ((int32_t)((!(((RuntimeObject*)(RuntimeObject*)L_99) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0)))) { goto IL_01bf; } } { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_100 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_100, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_100, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsServerProtocol_ServerHandshake_m85592329A4DC72B7A6BAA9F56598CCA211A12F3C_RuntimeMethod_var))); } IL_01bf: { // state.keyExchange.ValidateCertificateRequest(state.certificateRequest); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_101 = ___state0; NullCheck(L_101); RuntimeObject* L_102 = L_101->get_keyExchange_13(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_103 = ___state0; NullCheck(L_103); CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * L_104 = L_103->get_certificateRequest_15(); NullCheck(L_102); InterfaceActionInvoker1< CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * >::Invoke(8 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange::ValidateCertificateRequest(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest) */, TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807_il2cpp_TypeInfo_var, L_102, L_104); // byte[] certificateRequestBody = GenerateCertificateRequest(state, state.certificateRequest); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_105 = ___state0; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_106 = ___state0; NullCheck(L_106); CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * L_107 = L_106->get_certificateRequest_15(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_108; L_108 = VirtualFuncInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 *, CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * >::Invoke(11 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::GenerateCertificateRequest(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest) */, __this, L_105, L_107); V_15 = L_108; // handshake.SendMessage(HandshakeType.certificate_request, certificateRequestBody); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_109 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_110 = V_15; NullCheck(L_109); DtlsReliableHandshake_SendMessage_m1CDD7894F9F00CF6A9D1BEB2455BE9EE46E9711C(L_109, (uint8_t)((int32_t)13), L_110, /*hidden argument*/NULL); // TlsUtilities.TrackHashAlgorithms(handshake.HandshakeHash, // state.certificateRequest.SupportedSignatureAlgorithms); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_111 = V_1; NullCheck(L_111); RuntimeObject* L_112; L_112 = DtlsReliableHandshake_get_HandshakeHash_m07F71DA110A553350CBF4AD839DA11324AA13B41_inline(L_111, /*hidden argument*/NULL); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_113 = ___state0; NullCheck(L_113); CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * L_114 = L_113->get_certificateRequest_15(); NullCheck(L_114); RuntimeObject* L_115; L_115 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest::get_SupportedSignatureAlgorithms() */, L_114); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_TrackHashAlgorithms_m7CD5565B381CE06A0B8CC3B1E7EED3724A56681B(L_112, L_115, /*hidden argument*/NULL); } IL_01ff: { // handshake.SendMessage(HandshakeType.server_hello_done, TlsUtilities.EmptyBytes); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_116 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_117 = ((TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields*)il2cpp_codegen_static_fields_for(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var))->get_EmptyBytes_0(); NullCheck(L_116); DtlsReliableHandshake_SendMessage_m1CDD7894F9F00CF6A9D1BEB2455BE9EE46E9711C(L_116, (uint8_t)((int32_t)14), L_117, /*hidden argument*/NULL); // handshake.HandshakeHash.SealHashAlgorithms(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_118 = V_1; NullCheck(L_118); RuntimeObject* L_119; L_119 = DtlsReliableHandshake_get_HandshakeHash_m07F71DA110A553350CBF4AD839DA11324AA13B41_inline(L_118, /*hidden argument*/NULL); NullCheck(L_119); InterfaceActionInvoker0::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash::SealHashAlgorithms() */, TlsHandshakeHash_tDE3722A66DA26F2E7CDFBD4FAE3E90EEE0FF40B1_il2cpp_TypeInfo_var, L_119); // clientMessage = handshake.ReceiveMessage(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_120 = V_1; NullCheck(L_120); Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_121; L_121 = DtlsReliableHandshake_ReceiveMessage_m1F93EED0A729BB163496159CB091A4524923813E(L_120, /*hidden argument*/NULL); V_2 = L_121; // if (clientMessage.Type == HandshakeType.supplemental_data) Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_122 = V_2; NullCheck(L_122); uint8_t L_123; L_123 = Message_get_Type_mB54A98E03A88620C6527DB02F537169126F46D0D_inline(L_122, /*hidden argument*/NULL); if ((!(((uint32_t)L_123) == ((uint32_t)((int32_t)23))))) { goto IL_023e; } } { // ProcessClientSupplementalData(state, clientMessage.Body); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_124 = ___state0; Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_125 = V_2; NullCheck(L_125); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_126; L_126 = Message_get_Body_m88187D47BB1DCA2BC41AEA8003A13584FD6168E9_inline(L_125, /*hidden argument*/NULL); VirtualActionInvoker2< ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(20 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::ProcessClientSupplementalData(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState,System.Byte[]) */, __this, L_124, L_126); // clientMessage = handshake.ReceiveMessage(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_127 = V_1; NullCheck(L_127); Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_128; L_128 = DtlsReliableHandshake_ReceiveMessage_m1F93EED0A729BB163496159CB091A4524923813E(L_127, /*hidden argument*/NULL); V_2 = L_128; // } goto IL_024a; } IL_023e: { // state.server.ProcessClientSupplementalData(null); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_129 = ___state0; NullCheck(L_129); RuntimeObject* L_130 = L_129->get_server_0(); NullCheck(L_130); InterfaceActionInvoker1< RuntimeObject* >::Invoke(15 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServer::ProcessClientSupplementalData(System.Collections.IList) */, TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57_il2cpp_TypeInfo_var, L_130, (RuntimeObject*)NULL); } IL_024a: { // if (state.certificateRequest == null) ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_131 = ___state0; NullCheck(L_131); CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * L_132 = L_131->get_certificateRequest_15(); if (L_132) { goto IL_025f; } } { // state.keyExchange.SkipClientCredentials(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_133 = ___state0; NullCheck(L_133); RuntimeObject* L_134 = L_133->get_keyExchange_13(); NullCheck(L_134); InterfaceActionInvoker0::Invoke(9 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange::SkipClientCredentials() */, TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807_il2cpp_TypeInfo_var, L_134); // } goto IL_02a0; } IL_025f: { // if (clientMessage.Type == HandshakeType.certificate) Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_135 = V_2; NullCheck(L_135); uint8_t L_136; L_136 = Message_get_Type_mB54A98E03A88620C6527DB02F537169126F46D0D_inline(L_135, /*hidden argument*/NULL); if ((!(((uint32_t)L_136) == ((uint32_t)((int32_t)11))))) { goto IL_027f; } } { // ProcessClientCertificate(state, clientMessage.Body); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_137 = ___state0; Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_138 = V_2; NullCheck(L_138); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_139; L_139 = Message_get_Body_m88187D47BB1DCA2BC41AEA8003A13584FD6168E9_inline(L_138, /*hidden argument*/NULL); VirtualActionInvoker2< ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::ProcessClientCertificate(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState,System.Byte[]) */, __this, L_137, L_139); // clientMessage = handshake.ReceiveMessage(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_140 = V_1; NullCheck(L_140); Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_141; L_141 = DtlsReliableHandshake_ReceiveMessage_m1F93EED0A729BB163496159CB091A4524923813E(L_140, /*hidden argument*/NULL); V_2 = L_141; // } goto IL_02a0; } IL_027f: { // if (TlsUtilities.IsTlsV12(state.serverContext)) ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_142 = ___state0; NullCheck(L_142); TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_143 = L_142->get_serverContext_1(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); bool L_144; L_144 = TlsUtilities_IsTlsV12_m5D10CAF7D91A0D6E16130EEB505F51BB48749885(L_143, /*hidden argument*/NULL); if (!L_144) { goto IL_0294; } } { // throw new TlsFatalAlert(AlertDescription.unexpected_message); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_145 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_145, (uint8_t)((int32_t)10), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_145, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsServerProtocol_ServerHandshake_m85592329A4DC72B7A6BAA9F56598CCA211A12F3C_RuntimeMethod_var))); } IL_0294: { // NotifyClientCertificate(state, Certificate.EmptyChain); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_146 = ___state0; IL2CPP_RUNTIME_CLASS_INIT(Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_il2cpp_TypeInfo_var); Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_147 = ((Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_StaticFields*)il2cpp_codegen_static_fields_for(Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_il2cpp_TypeInfo_var))->get_EmptyChain_0(); VirtualActionInvoker2< ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 *, Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * >::Invoke(15 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::NotifyClientCertificate(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate) */, __this, L_146, L_147); } IL_02a0: { // if (clientMessage.Type == HandshakeType.client_key_exchange) Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_148 = V_2; NullCheck(L_148); uint8_t L_149; L_149 = Message_get_Type_mB54A98E03A88620C6527DB02F537169126F46D0D_inline(L_148, /*hidden argument*/NULL); if ((!(((uint32_t)L_149) == ((uint32_t)((int32_t)16))))) { goto IL_02b9; } } { // ProcessClientKeyExchange(state, clientMessage.Body); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_150 = ___state0; Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * L_151 = V_2; NullCheck(L_151); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_152; L_152 = Message_get_Body_m88187D47BB1DCA2BC41AEA8003A13584FD6168E9_inline(L_151, /*hidden argument*/NULL); VirtualActionInvoker2< ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(19 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::ProcessClientKeyExchange(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState,System.Byte[]) */, __this, L_150, L_152); // } goto IL_02c1; } IL_02b9: { // throw new TlsFatalAlert(AlertDescription.unexpected_message); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_153 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_153, (uint8_t)((int32_t)10), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_153, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsServerProtocol_ServerHandshake_m85592329A4DC72B7A6BAA9F56598CCA211A12F3C_RuntimeMethod_var))); } IL_02c1: { // TlsHandshakeHash prepareFinishHash = handshake.PrepareToFinish(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_154 = V_1; NullCheck(L_154); RuntimeObject* L_155; L_155 = DtlsReliableHandshake_PrepareToFinish_m5237DB95BA80C8B3FECD44D3693D64E2CB1A6600(L_154, /*hidden argument*/NULL); V_6 = L_155; // securityParameters.sessionHash = TlsProtocol.GetCurrentPrfHash(state.serverContext, prepareFinishHash, null); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_156 = V_0; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_157 = ___state0; NullCheck(L_157); TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_158 = L_157->get_serverContext_1(); RuntimeObject* L_159 = V_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_160; L_160 = TlsProtocol_GetCurrentPrfHash_m388CF705EEB0F2A5C018224772F4ED6AB7FE77BA(L_158, L_159, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); NullCheck(L_156); L_156->set_sessionHash_8(L_160); // TlsProtocol.EstablishMasterSecret(state.serverContext, state.keyExchange); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_161 = ___state0; NullCheck(L_161); TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_162 = L_161->get_serverContext_1(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_163 = ___state0; NullCheck(L_163); RuntimeObject* L_164 = L_163->get_keyExchange_13(); TlsProtocol_EstablishMasterSecret_m0D881878248C4CFFBD293DC32DFA6011222616A7(L_162, L_164, /*hidden argument*/NULL); // recordLayer.InitPendingEpoch(state.server.GetCipher()); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_165 = ___recordLayer1; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_166 = ___state0; NullCheck(L_166); RuntimeObject* L_167 = L_166->get_server_0(); NullCheck(L_167); RuntimeObject* L_168; L_168 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPeer::GetCipher() */, TlsPeer_tBC992F97A16EC0798791CB9BF62C21AA1CD54348_il2cpp_TypeInfo_var, L_167); NullCheck(L_165); VirtualActionInvoker1< RuntimeObject* >::Invoke(14 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsRecordLayer::InitPendingEpoch(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher) */, L_165, L_168); // if (ExpectCertificateVerifyMessage(state)) ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_169 = ___state0; bool L_170; L_170 = VirtualFuncInvoker1< bool, ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * >::Invoke(21 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::ExpectCertificateVerifyMessage(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState) */, __this, L_169); if (!L_170) { goto IL_031d; } } { // byte[] certificateVerifyBody = handshake.ReceiveMessageBody(HandshakeType.certificate_verify); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_171 = V_1; NullCheck(L_171); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_172; L_172 = DtlsReliableHandshake_ReceiveMessageBody_mC1B2BFB8C18AC8983D2EEAB90E06260FD3F1EF61(L_171, (uint8_t)((int32_t)15), /*hidden argument*/NULL); V_16 = L_172; // ProcessCertificateVerify(state, certificateVerifyBody, prepareFinishHash); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_173 = ___state0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_174 = V_16; RuntimeObject* L_175 = V_6; VirtualActionInvoker3< ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, RuntimeObject* >::Invoke(17 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::ProcessCertificateVerify(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState,System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash) */, __this, L_173, L_174, L_175); } IL_031d: { // byte[] expectedClientVerifyData = TlsUtilities.CalculateVerifyData(state.serverContext, ExporterLabel.client_finished, // TlsProtocol.GetCurrentPrfHash(state.serverContext, handshake.HandshakeHash, null)); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_176 = ___state0; NullCheck(L_176); TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_177 = L_176->get_serverContext_1(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_178 = ___state0; NullCheck(L_178); TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_179 = L_178->get_serverContext_1(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_180 = V_1; NullCheck(L_180); RuntimeObject* L_181; L_181 = DtlsReliableHandshake_get_HandshakeHash_m07F71DA110A553350CBF4AD839DA11324AA13B41_inline(L_180, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_182; L_182 = TlsProtocol_GetCurrentPrfHash_m388CF705EEB0F2A5C018224772F4ED6AB7FE77BA(L_179, L_181, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_183; L_183 = TlsUtilities_CalculateVerifyData_m2DF91E1B5E4AB70894595689E772ACFC09D0DE73(L_177, _stringLiteralE9EB7F6DC0891EC69352011CA6D5DEF0C0B81084, L_182, /*hidden argument*/NULL); V_7 = L_183; // ProcessFinished(handshake.ReceiveMessageBody(HandshakeType.finished), expectedClientVerifyData); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_184 = V_1; NullCheck(L_184); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_185; L_185 = DtlsReliableHandshake_ReceiveMessageBody_mC1B2BFB8C18AC8983D2EEAB90E06260FD3F1EF61(L_184, (uint8_t)((int32_t)20), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_186 = V_7; VirtualActionInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsProtocol::ProcessFinished(System.Byte[],System.Byte[]) */, __this, L_185, L_186); // if (state.expectSessionTicket) ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_187 = ___state0; NullCheck(L_187); bool L_188 = L_187->get_expectSessionTicket_12(); if (!L_188) { goto IL_037a; } } { // NewSessionTicket newSessionTicket = state.server.GetNewSessionTicket(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_189 = ___state0; NullCheck(L_189); RuntimeObject* L_190 = L_189->get_server_0(); NullCheck(L_190); NewSessionTicket_tE97CC8F3816C300BC527EEB9DF903C4AB90348EF * L_191; L_191 = InterfaceFuncInvoker0< NewSessionTicket_tE97CC8F3816C300BC527EEB9DF903C4AB90348EF * >::Invoke(17 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.NewSessionTicket BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServer::GetNewSessionTicket() */, TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57_il2cpp_TypeInfo_var, L_190); V_17 = L_191; // byte[] newSessionTicketBody = GenerateNewSessionTicket(state, newSessionTicket); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_192 = ___state0; NewSessionTicket_tE97CC8F3816C300BC527EEB9DF903C4AB90348EF * L_193 = V_17; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_194; L_194 = VirtualFuncInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 *, NewSessionTicket_tE97CC8F3816C300BC527EEB9DF903C4AB90348EF * >::Invoke(13 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::GenerateNewSessionTicket(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.NewSessionTicket) */, __this, L_192, L_193); V_18 = L_194; // handshake.SendMessage(HandshakeType.session_ticket, newSessionTicketBody); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_195 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_196 = V_18; NullCheck(L_195); DtlsReliableHandshake_SendMessage_m1CDD7894F9F00CF6A9D1BEB2455BE9EE46E9711C(L_195, (uint8_t)4, L_196, /*hidden argument*/NULL); } IL_037a: { // byte[] serverVerifyData = TlsUtilities.CalculateVerifyData(state.serverContext, ExporterLabel.server_finished, // TlsProtocol.GetCurrentPrfHash(state.serverContext, handshake.HandshakeHash, null)); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_197 = ___state0; NullCheck(L_197); TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_198 = L_197->get_serverContext_1(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_199 = ___state0; NullCheck(L_199); TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_200 = L_199->get_serverContext_1(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_201 = V_1; NullCheck(L_201); RuntimeObject* L_202; L_202 = DtlsReliableHandshake_get_HandshakeHash_m07F71DA110A553350CBF4AD839DA11324AA13B41_inline(L_201, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_203; L_203 = TlsProtocol_GetCurrentPrfHash_m388CF705EEB0F2A5C018224772F4ED6AB7FE77BA(L_200, L_202, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_204; L_204 = TlsUtilities_CalculateVerifyData_m2DF91E1B5E4AB70894595689E772ACFC09D0DE73(L_198, _stringLiteral3B79EDA774A2169951FB22EA76BF0D73F00FE1BB, L_203, /*hidden argument*/NULL); V_8 = L_204; // handshake.SendMessage(HandshakeType.finished, serverVerifyData); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_205 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_206 = V_8; NullCheck(L_205); DtlsReliableHandshake_SendMessage_m1CDD7894F9F00CF6A9D1BEB2455BE9EE46E9711C(L_205, (uint8_t)((int32_t)20), L_206, /*hidden argument*/NULL); // handshake.Finish(); DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * L_207 = V_1; NullCheck(L_207); DtlsReliableHandshake_Finish_mF968C4CAE5ACA72723388548E5E6AA8DEAE87FBE(L_207, /*hidden argument*/NULL); // state.server.NotifyHandshakeComplete(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_208 = ___state0; NullCheck(L_208); RuntimeObject* L_209 = L_208->get_server_0(); NullCheck(L_209); InterfaceActionInvoker0::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPeer::NotifyHandshakeComplete() */, TlsPeer_tBC992F97A16EC0798791CB9BF62C21AA1CD54348_il2cpp_TypeInfo_var, L_209); // return new DtlsTransport(recordLayer); DtlsRecordLayer_t2F7F32FEB16837D3FD13EAC2276197E2839CD8B1 * L_210 = ___recordLayer1; DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB * L_211 = (DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB *)il2cpp_codegen_object_new(DtlsTransport_t09E3DC2D6515D667DD91F1080F480E3962B8CFBB_il2cpp_TypeInfo_var); DtlsTransport__ctor_m365916F50BC3DE5D113956107CF70E98CBF87D36(L_211, L_210, /*hidden argument*/NULL); return L_211; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::InvalidateSession(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsServerProtocol_InvalidateSession_m1DB4EEF22955823831C99231148B6D48CB39E378 (DtlsServerProtocol_t7D755B9F9039BCF7221BAE2D1E68F6E1EBBF7F3B * __this, ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsSession_t4CB6C94A80A6FE3AF5678CBB7475A74FE61AE4F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (state.sessionParameters != null) ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_0 = ___state0; NullCheck(L_0); SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * L_1 = L_0->get_sessionParameters_3(); if (!L_1) { goto IL_001a; } } { // state.sessionParameters.Clear(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_2 = ___state0; NullCheck(L_2); SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * L_3 = L_2->get_sessionParameters_3(); NullCheck(L_3); SessionParameters_Clear_m52D91A2DD15900F6C4754E12966AD000EC3A9232(L_3, /*hidden argument*/NULL); // state.sessionParameters = null; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_4 = ___state0; NullCheck(L_4); L_4->set_sessionParameters_3((SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D *)NULL); } IL_001a: { // if (state.tlsSession != null) ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_5 = ___state0; NullCheck(L_5); RuntimeObject* L_6 = L_5->get_tlsSession_2(); if (!L_6) { goto IL_0034; } } { // state.tlsSession.Invalidate(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_7 = ___state0; NullCheck(L_7); RuntimeObject* L_8 = L_7->get_tlsSession_2(); NullCheck(L_8); InterfaceActionInvoker0::Invoke(2 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSession::Invalidate() */, TlsSession_t4CB6C94A80A6FE3AF5678CBB7475A74FE61AE4F0_il2cpp_TypeInfo_var, L_8); // state.tlsSession = null; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_9 = ___state0; NullCheck(L_9); L_9->set_tlsSession_2((RuntimeObject*)NULL); } IL_0034: { // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::GenerateCertificateRequest(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DtlsServerProtocol_GenerateCertificateRequest_m713E8C0E6767D52E773B4AD0E3F2ACA27C00AD39 (DtlsServerProtocol_t7D755B9F9039BCF7221BAE2D1E68F6E1EBBF7F3B * __this, ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * ___state0, CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * ___certificateRequest1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_0 = NULL; { // MemoryStream buf = new MemoryStream(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_0 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_0, /*hidden argument*/NULL); V_0 = L_0; // certificateRequest.Encode(buf); CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * L_1 = ___certificateRequest1; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_2 = V_0; NullCheck(L_1); VirtualActionInvoker1< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest::Encode(System.IO.Stream) */, L_1, L_2); // return buf.ToArray(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_3 = V_0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_3); return L_4; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::GenerateCertificateStatus(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DtlsServerProtocol_GenerateCertificateStatus_m431BB2D2E64FE9B77A7426C68BE318B74A658AEA (DtlsServerProtocol_t7D755B9F9039BCF7221BAE2D1E68F6E1EBBF7F3B * __this, ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * ___state0, CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 * ___certificateStatus1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_0 = NULL; { // MemoryStream buf = new MemoryStream(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_0 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_0, /*hidden argument*/NULL); V_0 = L_0; // certificateStatus.Encode(buf); CertificateStatus_t51F07730DE508AD3EE89644D00A5B214706D27A3 * L_1 = ___certificateStatus1; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_2 = V_0; NullCheck(L_1); VirtualActionInvoker1< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(7 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateStatus::Encode(System.IO.Stream) */, L_1, L_2); // return buf.ToArray(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_3 = V_0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_3); return L_4; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::GenerateNewSessionTicket(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.NewSessionTicket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DtlsServerProtocol_GenerateNewSessionTicket_m587A0F8739AB44B0C94FD7DD418840DB36120D8B (DtlsServerProtocol_t7D755B9F9039BCF7221BAE2D1E68F6E1EBBF7F3B * __this, ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * ___state0, NewSessionTicket_tE97CC8F3816C300BC527EEB9DF903C4AB90348EF * ___newSessionTicket1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_0 = NULL; { // MemoryStream buf = new MemoryStream(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_0 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_0, /*hidden argument*/NULL); V_0 = L_0; // newSessionTicket.Encode(buf); NewSessionTicket_tE97CC8F3816C300BC527EEB9DF903C4AB90348EF * L_1 = ___newSessionTicket1; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_2 = V_0; NullCheck(L_1); VirtualActionInvoker1< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(6 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.NewSessionTicket::Encode(System.IO.Stream) */, L_1, L_2); // return buf.ToArray(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_3 = V_0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_3); return L_4; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::GenerateServerHello(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DtlsServerProtocol_GenerateServerHello_mE84E6CF667B72000CD2EB12917A8B15F5FA9DCEB (DtlsServerProtocol_t7D755B9F9039BCF7221BAE2D1E68F6E1EBBF7F3B * __this, ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * ___state0, 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*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * V_0 = NULL; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_1 = NULL; int32_t V_2 = 0; uint8_t V_3 = 0x0; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * V_4 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_5 = NULL; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * G_B17_0 = NULL; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * G_B16_0 = NULL; int32_t G_B18_0 = 0; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * G_B18_1 = NULL; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * G_B20_0 = NULL; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * G_B19_0 = NULL; int32_t G_B21_0 = 0; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * G_B21_1 = NULL; { // SecurityParameters securityParameters = state.serverContext.SecurityParameters; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_0 = ___state0; NullCheck(L_0); TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_1 = L_0->get_serverContext_1(); NullCheck(L_1); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_2; L_2 = VirtualFuncInvoker0< SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * >::Invoke(16 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::get_SecurityParameters() */, L_1); V_0 = L_2; // MemoryStream buf = new MemoryStream(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_3 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_3, /*hidden argument*/NULL); V_1 = L_3; // ProtocolVersion server_version = state.server.GetServerVersion(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_4 = ___state0; NullCheck(L_4); RuntimeObject* L_5 = L_4->get_server_0(); NullCheck(L_5); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_6; L_6 = InterfaceFuncInvoker0< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(6 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServer::GetServerVersion() */, TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57_il2cpp_TypeInfo_var, L_5); V_4 = L_6; // if (!server_version.IsEqualOrEarlierVersionOf(state.serverContext.ClientVersion)) ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_7 = V_4; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_8 = ___state0; NullCheck(L_8); TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_9 = L_8->get_serverContext_1(); NullCheck(L_9); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_10; L_10 = VirtualFuncInvoker0< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(18 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::get_ClientVersion() */, L_9); NullCheck(L_7); bool L_11; L_11 = ProtocolVersion_IsEqualOrEarlierVersionOf_mA6DCE6087D568B23EF6CE3AA61F87A322A592C7D(L_7, L_10, /*hidden argument*/NULL); if (L_11) { goto IL_003b; } } { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_12 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_12, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsServerProtocol_GenerateServerHello_mE84E6CF667B72000CD2EB12917A8B15F5FA9DCEB_RuntimeMethod_var))); } IL_003b: { // state.serverContext.SetServerVersion(server_version); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_13 = ___state0; NullCheck(L_13); TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_14 = L_13->get_serverContext_1(); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_15 = V_4; NullCheck(L_14); VirtualActionInvoker1< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(21 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::SetServerVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) */, L_14, L_15); // TlsUtilities.WriteVersion(state.serverContext.ServerVersion, buf); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_16 = ___state0; NullCheck(L_16); TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_17 = L_16->get_serverContext_1(); NullCheck(L_17); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_18; L_18 = VirtualFuncInvoker0< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::get_ServerVersion() */, L_17); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_19 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_WriteVersion_m68966868BF7698C214AA0C5EF1157ADCDFEC1509(L_18, L_19, /*hidden argument*/NULL); // buf.Write(securityParameters.ServerRandom, 0, securityParameters.ServerRandom.Length); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_20 = V_1; SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_21 = V_0; NullCheck(L_21); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22; L_22 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(12 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::get_ServerRandom() */, L_21); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_23 = V_0; NullCheck(L_23); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24; L_24 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(12 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::get_ServerRandom() */, L_23); NullCheck(L_24); NullCheck(L_20); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_20, L_22, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))); // TlsUtilities.WriteOpaque8(TlsUtilities.EmptyBytes, buf); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = ((TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields*)il2cpp_codegen_static_fields_for(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var))->get_EmptyBytes_0(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_26 = V_1; TlsUtilities_WriteOpaque8_m44042F177FBCFAD069991148333A008369268058(L_25, L_26, /*hidden argument*/NULL); // int selectedCipherSuite = state.server.GetSelectedCipherSuite(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_27 = ___state0; NullCheck(L_27); RuntimeObject* L_28 = L_27->get_server_0(); NullCheck(L_28); int32_t L_29; L_29 = InterfaceFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServer::GetSelectedCipherSuite() */, TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57_il2cpp_TypeInfo_var, L_28); V_2 = L_29; // if (!Arrays.Contains(state.offeredCipherSuites, selectedCipherSuite) // || selectedCipherSuite == CipherSuite.TLS_NULL_WITH_NULL_NULL // || CipherSuite.IsScsv(selectedCipherSuite) // || !TlsUtilities.IsValidCipherSuiteForVersion(selectedCipherSuite, state.serverContext.ServerVersion)) ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_30 = ___state0; NullCheck(L_30); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_31 = L_30->get_offeredCipherSuites_5(); int32_t L_32 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_33; L_33 = Arrays_Contains_mA6F27613B7535BFB5B27C6005F406A558D525FF1(L_31, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00b1; } } { int32_t L_34 = V_2; if (!L_34) { goto IL_00b1; } } { int32_t L_35 = V_2; bool L_36; L_36 = CipherSuite_IsScsv_m9666A8538EA9FAC19F85B056E6FAF76CB01651DD(L_35, /*hidden argument*/NULL); if (L_36) { goto IL_00b1; } } { int32_t L_37 = V_2; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_38 = ___state0; NullCheck(L_38); TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_39 = L_38->get_serverContext_1(); NullCheck(L_39); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_40; L_40 = VirtualFuncInvoker0< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(20 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::get_ServerVersion() */, L_39); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); bool L_41; L_41 = TlsUtilities_IsValidCipherSuiteForVersion_mC3ED3FE1C17CAD0B5DE835A6E275E7A1CF122182(L_37, L_40, /*hidden argument*/NULL); if (L_41) { goto IL_00b9; } } IL_00b1: { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_42 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_42, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsServerProtocol_GenerateServerHello_mE84E6CF667B72000CD2EB12917A8B15F5FA9DCEB_RuntimeMethod_var))); } IL_00b9: { // ValidateSelectedCipherSuite(selectedCipherSuite, AlertDescription.internal_error); int32_t L_43 = V_2; DtlsProtocol_ValidateSelectedCipherSuite_m250D4EB38E3C1DE19926461413D256E51ACAF465(L_43, (uint8_t)((int32_t)80), /*hidden argument*/NULL); // securityParameters.cipherSuite = selectedCipherSuite; SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_44 = V_0; int32_t L_45 = V_2; NullCheck(L_44); L_44->set_cipherSuite_1(L_45); // byte selectedCompressionMethod = state.server.GetSelectedCompressionMethod(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_46 = ___state0; NullCheck(L_46); RuntimeObject* L_47 = L_46->get_server_0(); NullCheck(L_47); uint8_t L_48; L_48 = InterfaceFuncInvoker0< uint8_t >::Invoke(8 /* System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServer::GetSelectedCompressionMethod() */, TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57_il2cpp_TypeInfo_var, L_47); V_3 = L_48; // if (!Arrays.Contains(state.offeredCompressionMethods, selectedCompressionMethod)) ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_49 = ___state0; NullCheck(L_49); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50 = L_49->get_offeredCompressionMethods_6(); uint8_t L_51 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_52; L_52 = Arrays_Contains_m98270A2286043FD81622E3B5B508F39AEC53F0CF(L_50, L_51, /*hidden argument*/NULL); if (L_52) { goto IL_00ea; } } { // throw new TlsFatalAlert(AlertDescription.internal_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_53 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_53, (uint8_t)((int32_t)80), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_53, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsServerProtocol_GenerateServerHello_mE84E6CF667B72000CD2EB12917A8B15F5FA9DCEB_RuntimeMethod_var))); } IL_00ea: { // securityParameters.compressionAlgorithm = selectedCompressionMethod; SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_54 = V_0; uint8_t L_55 = V_3; NullCheck(L_54); L_54->set_compressionAlgorithm_2(L_55); // TlsUtilities.WriteUint16(selectedCipherSuite, buf); int32_t L_56 = V_2; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_57 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_WriteUint16_mC42E46986EDBAA3B4B4C80D99A49ABE7634C204E(L_56, L_57, /*hidden argument*/NULL); // TlsUtilities.WriteUint8(selectedCompressionMethod, buf); uint8_t L_58 = V_3; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_59 = V_1; TlsUtilities_WriteUint8_mFDD5DCC4EB56283CA6B0A5DFF0B6BB86FDB0E825(L_58, L_59, /*hidden argument*/NULL); // state.serverExtensions = TlsExtensionsUtilities.EnsureExtensionsInitialised(state.server.GetServerExtensions()); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_60 = ___state0; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_61 = ___state0; NullCheck(L_61); RuntimeObject* L_62 = L_61->get_server_0(); NullCheck(L_62); RuntimeObject* L_63; L_63 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServer::GetServerExtensions() */, TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57_il2cpp_TypeInfo_var, L_62); RuntimeObject* L_64; L_64 = TlsExtensionsUtilities_EnsureExtensionsInitialised_mA4EB7585E0F22B3517895F3930A3FAABB66F5963(L_63, /*hidden argument*/NULL); NullCheck(L_60); L_60->set_serverExtensions_8(L_64); // if (state.secure_renegotiation) ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_65 = ___state0; NullCheck(L_65); bool L_66 = L_65->get_secure_renegotiation_10(); if (!L_66) { goto IL_0155; } } { // byte[] renegExtData = TlsUtilities.GetExtensionData(state.serverExtensions, ExtensionType.renegotiation_info); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_67 = ___state0; NullCheck(L_67); RuntimeObject* L_68 = L_67->get_serverExtensions_8(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_69; L_69 = TlsUtilities_GetExtensionData_mA10C3AE8DD3888E07330B794DE4AD7FB0AA522A0(L_68, ((int32_t)65281), /*hidden argument*/NULL); V_5 = L_69; // bool noRenegExt = (null == renegExtData); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_70 = V_5; // if (noRenegExt) if (!((((RuntimeObject*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_70) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) { goto IL_0155; } } { // state.serverExtensions[ExtensionType.renegotiation_info] = TlsProtocol.CreateRenegotiationInfo(TlsUtilities.EmptyBytes); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_71 = ___state0; NullCheck(L_71); RuntimeObject* L_72 = L_71->get_serverExtensions_8(); int32_t L_73 = ((int32_t)65281); RuntimeObject * L_74 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_73); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_75 = ((TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields*)il2cpp_codegen_static_fields_for(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var))->get_EmptyBytes_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_76; L_76 = TlsProtocol_CreateRenegotiationInfo_m9174B688CBCAF00CC668E636242962FB6BE97246(L_75, /*hidden argument*/NULL); NullCheck(L_72); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_72, L_74, (RuntimeObject *)(RuntimeObject *)L_76); } IL_0155: { // if (securityParameters.IsExtendedMasterSecret) SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_77 = V_0; NullCheck(L_77); bool L_78; L_78 = VirtualFuncInvoker0< bool >::Invoke(16 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::get_IsExtendedMasterSecret() */, L_77); if (!L_78) { goto IL_0168; } } { // TlsExtensionsUtilities.AddExtendedMasterSecretExtension(state.serverExtensions); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_79 = ___state0; NullCheck(L_79); RuntimeObject* L_80 = L_79->get_serverExtensions_8(); TlsExtensionsUtilities_AddExtendedMasterSecretExtension_mF1901A787FD726F1A75276B4BCDA49523FB53AE1(L_80, /*hidden argument*/NULL); } IL_0168: { // if (state.serverExtensions.Count > 0) ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_81 = ___state0; NullCheck(L_81); RuntimeObject* L_82 = L_81->get_serverExtensions_8(); NullCheck(L_82); int32_t L_83; L_83 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_82); if ((((int32_t)L_83) <= ((int32_t)0))) { goto IL_0205; } } { // securityParameters.encryptThenMac = TlsExtensionsUtilities.HasEncryptThenMacExtension(state.serverExtensions); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_84 = V_0; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_85 = ___state0; NullCheck(L_85); RuntimeObject* L_86 = L_85->get_serverExtensions_8(); bool L_87; L_87 = TlsExtensionsUtilities_HasEncryptThenMacExtension_m9F9FADA5CBE41A1A8B94E300DF918FFEA73E011B(L_86, /*hidden argument*/NULL); NullCheck(L_84); L_84->set_encryptThenMac_13(L_87); // securityParameters.maxFragmentLength = EvaluateMaxFragmentLengthExtension(state.resumedSession, // state.clientExtensions, state.serverExtensions, AlertDescription.internal_error); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_88 = V_0; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_89 = ___state0; NullCheck(L_89); bool L_90 = L_89->get_resumedSession_9(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_91 = ___state0; NullCheck(L_91); RuntimeObject* L_92 = L_91->get_clientExtensions_7(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_93 = ___state0; NullCheck(L_93); RuntimeObject* L_94 = L_93->get_serverExtensions_8(); int16_t L_95; L_95 = DtlsProtocol_EvaluateMaxFragmentLengthExtension_m29A7F40B29560F5B37D3CF4D24214E1FC007BA83(L_90, L_92, L_94, (uint8_t)((int32_t)80), /*hidden argument*/NULL); NullCheck(L_88); L_88->set_maxFragmentLength_11(L_95); // securityParameters.truncatedHMac = TlsExtensionsUtilities.HasTruncatedHMacExtension(state.serverExtensions); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_96 = V_0; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_97 = ___state0; NullCheck(L_97); RuntimeObject* L_98 = L_97->get_serverExtensions_8(); bool L_99; L_99 = TlsExtensionsUtilities_HasTruncatedHMacExtension_m4A99645588466BA771AE23CD20338BA9EC03D24F(L_98, /*hidden argument*/NULL); NullCheck(L_96); L_96->set_truncatedHMac_12(L_99); // state.allowCertificateStatus = !state.resumedSession // && TlsUtilities.HasExpectedEmptyExtensionData(state.serverExtensions, ExtensionType.status_request, // AlertDescription.internal_error); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_100 = ___state0; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_101 = ___state0; NullCheck(L_101); bool L_102 = L_101->get_resumedSession_9(); G_B16_0 = L_100; if (L_102) { G_B17_0 = L_100; goto IL_01d3; } } { ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_103 = ___state0; NullCheck(L_103); RuntimeObject* L_104 = L_103->get_serverExtensions_8(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); bool L_105; L_105 = TlsUtilities_HasExpectedEmptyExtensionData_m8696FC157600CFD36C8DD19ADFA6AD12B50828C6(L_104, 5, (uint8_t)((int32_t)80), /*hidden argument*/NULL); G_B18_0 = ((int32_t)(L_105)); G_B18_1 = G_B16_0; goto IL_01d4; } IL_01d3: { G_B18_0 = 0; G_B18_1 = G_B17_0; } IL_01d4: { NullCheck(G_B18_1); G_B18_1->set_allowCertificateStatus_11((bool)G_B18_0); // state.expectSessionTicket = !state.resumedSession // && TlsUtilities.HasExpectedEmptyExtensionData(state.serverExtensions, ExtensionType.session_ticket, // AlertDescription.internal_error); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_106 = ___state0; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_107 = ___state0; NullCheck(L_107); bool L_108 = L_107->get_resumedSession_9(); G_B19_0 = L_106; if (L_108) { G_B20_0 = L_106; goto IL_01f3; } } { ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_109 = ___state0; NullCheck(L_109); RuntimeObject* L_110 = L_109->get_serverExtensions_8(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); bool L_111; L_111 = TlsUtilities_HasExpectedEmptyExtensionData_m8696FC157600CFD36C8DD19ADFA6AD12B50828C6(L_110, ((int32_t)35), (uint8_t)((int32_t)80), /*hidden argument*/NULL); G_B21_0 = ((int32_t)(L_111)); G_B21_1 = G_B19_0; goto IL_01f4; } IL_01f3: { G_B21_0 = 0; G_B21_1 = G_B20_0; } IL_01f4: { NullCheck(G_B21_1); G_B21_1->set_expectSessionTicket_12((bool)G_B21_0); // TlsProtocol.WriteExtensions(buf, state.serverExtensions); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_112 = V_1; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_113 = ___state0; NullCheck(L_113); RuntimeObject* L_114 = L_113->get_serverExtensions_8(); TlsProtocol_WriteExtensions_mFA1A29833D1EE8175E459315FE480AB2BE54B2B0(L_112, L_114, /*hidden argument*/NULL); } IL_0205: { // securityParameters.prfAlgorithm = TlsProtocol.GetPrfAlgorithm(state.serverContext, // securityParameters.CipherSuite); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_115 = V_0; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_116 = ___state0; NullCheck(L_116); TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_117 = L_116->get_serverContext_1(); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_118 = V_0; NullCheck(L_118); int32_t L_119; L_119 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::get_CipherSuite() */, L_118); int32_t L_120; L_120 = TlsProtocol_GetPrfAlgorithm_mA98A53EB2AC319D63D378B38D75ABCCD2A7BAAD3(L_117, L_119, /*hidden argument*/NULL); NullCheck(L_115); L_115->set_prfAlgorithm_3(L_120); // securityParameters.verifyDataLength = 12; SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_121 = V_0; NullCheck(L_121); L_121->set_verifyDataLength_4(((int32_t)12)); // return buf.ToArray(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_122 = V_1; NullCheck(L_122); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_123; L_123 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_122); return L_123; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::NotifyClientCertificate(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsServerProtocol_NotifyClientCertificate_mCD125869917638874655669D3E7FFA9F479CD511 (DtlsServerProtocol_t7D755B9F9039BCF7221BAE2D1E68F6E1EBBF7F3B * __this, ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * ___state0, Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * ___clientCertificate1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsCredentials_t6C3F3B2C48D027442C1753CA9C9E1D75BC3B4CA7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (state.certificateRequest == null) ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_0 = ___state0; NullCheck(L_0); CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * L_1 = L_0->get_certificateRequest_15(); if (L_1) { goto IL_000e; } } { // throw new InvalidOperationException(); 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_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsServerProtocol_NotifyClientCertificate_mCD125869917638874655669D3E7FFA9F479CD511_RuntimeMethod_var))); } IL_000e: { // if (state.clientCertificate != null) ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_3 = ___state0; NullCheck(L_3); Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_4 = L_3->get_clientCertificate_17(); if (!L_4) { goto IL_001e; } } { // throw new TlsFatalAlert(AlertDescription.unexpected_message); 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)10), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsServerProtocol_NotifyClientCertificate_mCD125869917638874655669D3E7FFA9F479CD511_RuntimeMethod_var))); } IL_001e: { // state.clientCertificate = clientCertificate; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_6 = ___state0; Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_7 = ___clientCertificate1; NullCheck(L_6); L_6->set_clientCertificate_17(L_7); // if (clientCertificate.IsEmpty) Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_8 = ___clientCertificate1; NullCheck(L_8); bool L_9; L_9 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate::get_IsEmpty() */, L_8); if (!L_9) { goto IL_003a; } } { // state.keyExchange.SkipClientCredentials(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_10 = ___state0; NullCheck(L_10); RuntimeObject* L_11 = L_10->get_keyExchange_13(); NullCheck(L_11); InterfaceActionInvoker0::Invoke(9 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange::SkipClientCredentials() */, TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807_il2cpp_TypeInfo_var, L_11); // } goto IL_005d; } IL_003a: { // state.clientCertificateType = TlsUtilities.GetClientCertificateType(clientCertificate, // state.serverCredentials.Certificate); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_12 = ___state0; Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_13 = ___clientCertificate1; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_14 = ___state0; NullCheck(L_14); RuntimeObject* L_15 = L_14->get_serverCredentials_14(); NullCheck(L_15); Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_16; L_16 = 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_15); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); int16_t L_17; L_17 = TlsUtilities_GetClientCertificateType_mAE0F44C7FD3D721D4C0B7D82921FDD21AC2A4F29(L_13, L_16, /*hidden argument*/NULL); NullCheck(L_12); L_12->set_clientCertificateType_16(L_17); // state.keyExchange.ProcessClientCertificate(clientCertificate); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_18 = ___state0; NullCheck(L_18); RuntimeObject* L_19 = L_18->get_keyExchange_13(); Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_20 = ___clientCertificate1; NullCheck(L_19); InterfaceActionInvoker1< Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * >::Invoke(11 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange::ProcessClientCertificate(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate) */, TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807_il2cpp_TypeInfo_var, L_19, L_20); } IL_005d: { // state.server.NotifyClientCertificate(clientCertificate); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_21 = ___state0; NullCheck(L_21); RuntimeObject* L_22 = L_21->get_server_0(); Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_23 = ___clientCertificate1; NullCheck(L_22); InterfaceActionInvoker1< Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * >::Invoke(16 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServer::NotifyClientCertificate(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate) */, TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57_il2cpp_TypeInfo_var, L_22, L_23); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::ProcessClientCertificate(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsServerProtocol_ProcessClientCertificate_m3B7FF7F8E2EECBA4C5161AE4EEDB559B7A4C6044 (DtlsServerProtocol_t7D755B9F9039BCF7221BAE2D1E68F6E1EBBF7F3B * __this, ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * ___state0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * V_0 = NULL; { // MemoryStream buf = new MemoryStream(body, false); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___body1; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_1 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_1, L_0, (bool)0, /*hidden argument*/NULL); // Certificate clientCertificate = Certificate.Parse(buf); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_2 = L_1; IL2CPP_RUNTIME_CLASS_INIT(Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E_il2cpp_TypeInfo_var); Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_3; L_3 = Certificate_Parse_m20B75E8C173A1F773E05828F11FDC91C757D808E(L_2, /*hidden argument*/NULL); V_0 = L_3; // TlsProtocol.AssertEmpty(buf); TlsProtocol_AssertEmpty_m8949A72432991E8A93062D69639FCE23DC0030B6(L_2, /*hidden argument*/NULL); // NotifyClientCertificate(state, clientCertificate); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_4 = ___state0; Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_5 = V_0; VirtualActionInvoker2< ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 *, Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * >::Invoke(15 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::NotifyClientCertificate(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState,BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate) */, __this, L_4, L_5); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::ProcessCertificateVerify(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState,System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsServerProtocol_ProcessCertificateVerify_mA31E670BA6AEACDA8AC9A7B697AFD38111F0AAAC (DtlsServerProtocol_t7D755B9F9039BCF7221BAE2D1E68F6E1EBBF7F3B * __this, ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * ___state0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body1, RuntimeObject* ___prepareFinishHash2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsHandshakeHash_tDE3722A66DA26F2E7CDFBD4FAE3E90EEE0FF40B1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsSigner_t2CEADB2E04B023348A2D88BBAC131A7514FB3921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_0 = NULL; TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * V_1 = NULL; DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288 * V_2 = NULL; SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * V_3 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * V_5 = NULL; Exception_t * V_6 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (state.certificateRequest == null) ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_0 = ___state0; NullCheck(L_0); CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * L_1 = L_0->get_certificateRequest_15(); if (L_1) { goto IL_000e; } } { // throw new InvalidOperationException(); 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_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsServerProtocol_ProcessCertificateVerify_mA31E670BA6AEACDA8AC9A7B697AFD38111F0AAAC_RuntimeMethod_var))); } IL_000e: { // MemoryStream buf = new MemoryStream(body, false); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___body1; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_4 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_4, L_3, (bool)0, /*hidden argument*/NULL); V_0 = L_4; // TlsServerContextImpl context = state.serverContext; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_5 = ___state0; NullCheck(L_5); TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_6 = L_5->get_serverContext_1(); V_1 = L_6; // DigitallySigned clientCertificateVerify = DigitallySigned.Parse(context, buf); TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_7 = V_1; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_8 = V_0; DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288 * L_9; L_9 = DigitallySigned_Parse_m258106102318F297392C5F9705890CCA96F399A2(L_7, L_8, /*hidden argument*/NULL); V_2 = L_9; // TlsProtocol.AssertEmpty(buf); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_10 = V_0; TlsProtocol_AssertEmpty_m8949A72432991E8A93062D69639FCE23DC0030B6(L_10, /*hidden argument*/NULL); } IL_002b: try {// begin try (depth: 1) { // SignatureAndHashAlgorithm signatureAlgorithm = clientCertificateVerify.Algorithm; DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288 * L_11 = V_2; NullCheck(L_11); SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * L_12; L_12 = VirtualFuncInvoker0< SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * >::Invoke(4 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigitallySigned::get_Algorithm() */, L_11); V_3 = L_12; // if (TlsUtilities.IsTlsV12(context)) TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); bool L_14; L_14 = TlsUtilities_IsTlsV12_m5D10CAF7D91A0D6E16130EEB505F51BB48749885(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_005b; } } IL_003a: { // TlsUtilities.VerifySupportedSignatureAlgorithm(state.certificateRequest.SupportedSignatureAlgorithms, signatureAlgorithm); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_15 = ___state0; NullCheck(L_15); CertificateRequest_t563CAFA8CE312838EF79883A288ACC021302D620 * L_16 = L_15->get_certificateRequest_15(); NullCheck(L_16); RuntimeObject* L_17; L_17 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.CertificateRequest::get_SupportedSignatureAlgorithms() */, L_16); SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * L_18 = V_3; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); TlsUtilities_VerifySupportedSignatureAlgorithm_mB7A7E8BDC377BAB0E781A0537344D18F56F2E59A(L_17, L_18, /*hidden argument*/NULL); // hash = prepareFinishHash.GetFinalHash(signatureAlgorithm.Hash); RuntimeObject* L_19 = ___prepareFinishHash2; SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * L_20 = V_3; NullCheck(L_20); uint8_t L_21; L_21 = VirtualFuncInvoker0< uint8_t >::Invoke(4 /* System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm::get_Hash() */, L_20); NullCheck(L_19); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22; L_22 = InterfaceFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, uint8_t >::Invoke(6 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash::GetFinalHash(System.Byte) */, TlsHandshakeHash_tDE3722A66DA26F2E7CDFBD4FAE3E90EEE0FF40B1_il2cpp_TypeInfo_var, L_19, L_21); V_4 = L_22; // } goto IL_0068; } IL_005b: { // hash = context.SecurityParameters.SessionHash; TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_23 = V_1; NullCheck(L_23); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_24; L_24 = VirtualFuncInvoker0< SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * >::Invoke(16 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::get_SecurityParameters() */, L_23); NullCheck(L_24); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25; L_25 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(13 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::get_SessionHash() */, L_24); V_4 = L_25; } IL_0068: { // X509CertificateStructure x509Cert = state.clientCertificate.GetCertificateAt(0); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_26 = ___state0; NullCheck(L_26); Certificate_t31EFEC0119C00E11336F10F40156AF72B3D4EE8E * L_27 = L_26->get_clientCertificate_17(); NullCheck(L_27); X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * L_28; L_28 = VirtualFuncInvoker1< X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 *, int32_t >::Invoke(5 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.Certificate::GetCertificateAt(System.Int32) */, L_27, 0); // SubjectPublicKeyInfo keyInfo = x509Cert.SubjectPublicKeyInfo; NullCheck(L_28); SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * L_29; L_29 = X509CertificateStructure_get_SubjectPublicKeyInfo_mBFE5A9BF23F805A7399C832CA291203A29121C6F(L_28, /*hidden argument*/NULL); // AsymmetricKeyParameter publicKey = PublicKeyFactory.CreateKey(keyInfo); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_30; L_30 = PublicKeyFactory_CreateKey_mCDC9554A79A6CD26010C632AFB5E37153A4DEFFB(L_29, /*hidden argument*/NULL); V_5 = L_30; // TlsSigner tlsSigner = TlsUtilities.CreateTlsSigner((byte)state.clientCertificateType); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_31 = ___state0; NullCheck(L_31); int16_t L_32 = L_31->get_clientCertificateType_16(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); RuntimeObject* L_33; L_33 = TlsUtilities_CreateTlsSigner_m7414649CB3AF308E08E9D2C2CA4D6ECA734A479F((uint8_t)((int32_t)((uint8_t)L_32)), /*hidden argument*/NULL); // tlsSigner.Init(context); RuntimeObject* L_34 = L_33; TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_35 = V_1; NullCheck(L_34); InterfaceActionInvoker1< RuntimeObject* >::Invoke(0 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSigner::Init(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsContext) */, TlsSigner_t2CEADB2E04B023348A2D88BBAC131A7514FB3921_il2cpp_TypeInfo_var, L_34, L_35); // if (!tlsSigner.VerifyRawSignature(signatureAlgorithm, clientCertificateVerify.Signature, publicKey, hash)) SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 * L_36 = V_3; DigitallySigned_t630CBD6E2C3ADE2C06C1EDDEF14636616B31B288 * L_37 = V_2; NullCheck(L_37); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38; L_38 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(5 /* System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DigitallySigned::get_Signature() */, L_37); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_39 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = V_4; NullCheck(L_34); bool L_41; L_41 = InterfaceFuncInvoker4< bool, SignatureAndHashAlgorithm_tBBC66260EA04CDA3345052EE1446B2D7AF784F25 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(4 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsSigner::VerifyRawSignature(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SignatureAndHashAlgorithm,System.Byte[],BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[]) */, TlsSigner_t2CEADB2E04B023348A2D88BBAC131A7514FB3921_il2cpp_TypeInfo_var, L_34, L_36, L_38, L_39, L_40); if (L_41) { goto IL_00ad; } } IL_00a5: { // throw new TlsFatalAlert(AlertDescription.decrypt_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_42 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_42, (uint8_t)((int32_t)51), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsServerProtocol_ProcessCertificateVerify_mA31E670BA6AEACDA8AC9A7B697AFD38111F0AAAC_RuntimeMethod_var))); } IL_00ad: { // } goto IL_00bc; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00af; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00b0; } throw e; } CATCH_00af: {// begin catch(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert) // throw e; IL2CPP_RAISE_MANAGED_EXCEPTION(((TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)IL2CPP_GET_ACTIVE_EXCEPTION(TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsServerProtocol_ProcessCertificateVerify_mA31E670BA6AEACDA8AC9A7B697AFD38111F0AAAC_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_00b0: {// begin catch(System.Exception) // catch (Exception e) V_6 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // throw new TlsFatalAlert(AlertDescription.decrypt_error, e); Exception_t * L_43 = V_6; TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_44 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_mB946761CD8831D1CA0FFE235C0B4B0013B666333(L_44, (uint8_t)((int32_t)51), L_43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsServerProtocol_ProcessCertificateVerify_mA31E670BA6AEACDA8AC9A7B697AFD38111F0AAAC_RuntimeMethod_var))); }// end catch (depth: 1) IL_00bc: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::ProcessClientHello(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsServerProtocol_ProcessClientHello_mA818A2738F188F7FC1D93AA53C5D01BA170D04BB (DtlsServerProtocol_t7D755B9F9039BCF7221BAE2D1E68F6E1EBBF7F3B * __this, ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * ___state0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body1, 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*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsPeer_tBC992F97A16EC0798791CB9BF62C21AA1CD54348_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_0 = NULL; ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * V_5 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_6 = NULL; TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * G_B12_0 = NULL; TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * G_B10_0 = NULL; TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * G_B11_0 = NULL; { // MemoryStream buf = new MemoryStream(body, false); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___body1; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_1 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_1, L_0, (bool)0, /*hidden argument*/NULL); V_0 = L_1; // ProtocolVersion client_version = TlsUtilities.ReadVersion(buf); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_3; L_3 = TlsUtilities_ReadVersion_mF343EA2DE02C7086C0D30321EA04AD516F2B551A(L_2, /*hidden argument*/NULL); V_1 = L_3; // if (!client_version.IsDtls) ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_4 = V_1; NullCheck(L_4); bool L_5; L_5 = ProtocolVersion_get_IsDtls_m303924D8926713A01DB249AF1B4DED397A13AC7D(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_001f; } } { // throw new TlsFatalAlert(AlertDescription.illegal_parameter); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_6 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_6, (uint8_t)((int32_t)47), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsServerProtocol_ProcessClientHello_mA818A2738F188F7FC1D93AA53C5D01BA170D04BB_RuntimeMethod_var))); } IL_001f: { // byte[] client_random = TlsUtilities.ReadFully(32, buf); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = TlsUtilities_ReadFully_mE5FC834E4FC4A791892231FF5C437BB30CEA8F1D(((int32_t)32), L_7, /*hidden argument*/NULL); V_2 = L_8; // byte[] sessionID = TlsUtilities.ReadOpaque8(buf); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_9 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10; L_10 = TlsUtilities_ReadOpaque8_m7E62AE309E857BBD7C4008D18FD07850A2E77501(L_9, /*hidden argument*/NULL); // if (sessionID.Length > 32) NullCheck(L_10); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))) <= ((int32_t)((int32_t)32)))) { goto IL_003c; } } { // throw new TlsFatalAlert(AlertDescription.illegal_parameter); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_11 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_11, (uint8_t)((int32_t)47), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsServerProtocol_ProcessClientHello_mA818A2738F188F7FC1D93AA53C5D01BA170D04BB_RuntimeMethod_var))); } IL_003c: { // byte[] cookie = TlsUtilities.ReadOpaque8(buf); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = TlsUtilities_ReadOpaque8_m7E62AE309E857BBD7C4008D18FD07850A2E77501(L_12, /*hidden argument*/NULL); // int cipher_suites_length = TlsUtilities.ReadUint16(buf); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_14 = V_0; int32_t L_15; L_15 = TlsUtilities_ReadUint16_mB813EC24F2ECAE1A4F28509A6819745BEDD7D8A4(L_14, /*hidden argument*/NULL); V_3 = L_15; // if (cipher_suites_length < 2 || (cipher_suites_length & 1) != 0) int32_t L_16 = V_3; if ((((int32_t)L_16) < ((int32_t)2))) { goto IL_0053; } } { int32_t L_17 = V_3; if (!((int32_t)((int32_t)L_17&(int32_t)1))) { goto IL_005b; } } IL_0053: { // throw new TlsFatalAlert(AlertDescription.decode_error); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_18 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_18, (uint8_t)((int32_t)50), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsServerProtocol_ProcessClientHello_mA818A2738F188F7FC1D93AA53C5D01BA170D04BB_RuntimeMethod_var))); } IL_005b: { // state.offeredCipherSuites = TlsUtilities.ReadUint16Array(cipher_suites_length / 2, buf); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_19 = ___state0; int32_t L_20 = V_3; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_21 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_22; L_22 = TlsUtilities_ReadUint16Array_mF649622C854614FFCB145A35104C84585A175EBC(((int32_t)((int32_t)L_20/(int32_t)2)), L_21, /*hidden argument*/NULL); NullCheck(L_19); L_19->set_offeredCipherSuites_5(L_22); // int compression_methods_length = TlsUtilities.ReadUint8(buf); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_23 = V_0; uint8_t L_24; L_24 = TlsUtilities_ReadUint8_mA28B77E9A9751670539E56507461A93522CD551B(L_23, /*hidden argument*/NULL); V_4 = L_24; // if (compression_methods_length < 1) int32_t L_25 = V_4; if ((((int32_t)L_25) >= ((int32_t)1))) { goto IL_007f; } } { // throw new TlsFatalAlert(AlertDescription.illegal_parameter); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_26 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_26, (uint8_t)((int32_t)47), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsServerProtocol_ProcessClientHello_mA818A2738F188F7FC1D93AA53C5D01BA170D04BB_RuntimeMethod_var))); } IL_007f: { // state.offeredCompressionMethods = TlsUtilities.ReadUint8Array(compression_methods_length, buf); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_27 = ___state0; int32_t L_28 = V_4; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_29 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30; L_30 = TlsUtilities_ReadUint8Array_m24B3E47B01E3CC1A702DAD1088D1DBF3CD2459D7(L_28, L_29, /*hidden argument*/NULL); NullCheck(L_27); L_27->set_offeredCompressionMethods_6(L_30); // state.clientExtensions = TlsProtocol.ReadExtensions(buf); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_31 = ___state0; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_32 = V_0; RuntimeObject* L_33; L_33 = TlsProtocol_ReadExtensions_m19F1B82BA48024ACDF61F9440F039DDFD6BB6649(L_32, /*hidden argument*/NULL); NullCheck(L_31); L_31->set_clientExtensions_7(L_33); // TlsServerContextImpl context = state.serverContext; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_34 = ___state0; NullCheck(L_34); TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_35 = L_34->get_serverContext_1(); // SecurityParameters securityParameters = context.SecurityParameters; TlsServerContextImpl_tB804A9F8D6664A236DE72550DB86A141E44B4930 * L_36 = L_35; NullCheck(L_36); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_37; L_37 = VirtualFuncInvoker0< SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * >::Invoke(16 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::get_SecurityParameters() */, L_36); V_5 = L_37; // securityParameters.extendedMasterSecret = TlsExtensionsUtilities.HasExtendedMasterSecretExtension(state.clientExtensions); SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_38 = V_5; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_39 = ___state0; NullCheck(L_39); RuntimeObject* L_40 = L_39->get_clientExtensions_7(); bool L_41; L_41 = TlsExtensionsUtilities_HasExtendedMasterSecretExtension_m16ECF6193002976777668FB2ADC044F8124F6215(L_40, /*hidden argument*/NULL); NullCheck(L_38); L_38->set_extendedMasterSecret_14(L_41); // if (!securityParameters.IsExtendedMasterSecret && state.server.RequiresExtendedMasterSecret()) SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_42 = V_5; NullCheck(L_42); bool L_43; L_43 = VirtualFuncInvoker0< bool >::Invoke(16 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.SecurityParameters::get_IsExtendedMasterSecret() */, L_42); G_B10_0 = L_36; if (L_43) { G_B12_0 = L_36; goto IL_00d7; } } { ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_44 = ___state0; NullCheck(L_44); RuntimeObject* L_45 = L_44->get_server_0(); NullCheck(L_45); bool L_46; L_46 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPeer::RequiresExtendedMasterSecret() */, TlsPeer_tBC992F97A16EC0798791CB9BF62C21AA1CD54348_il2cpp_TypeInfo_var, L_45); G_B11_0 = G_B10_0; if (!L_46) { G_B12_0 = G_B10_0; goto IL_00d7; } } { // throw new TlsFatalAlert(AlertDescription.handshake_failure); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_47 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_47, (uint8_t)((int32_t)40), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsServerProtocol_ProcessClientHello_mA818A2738F188F7FC1D93AA53C5D01BA170D04BB_RuntimeMethod_var))); } IL_00d7: { // context.SetClientVersion(client_version); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_48 = V_1; NullCheck(G_B12_0); VirtualActionInvoker1< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(19 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.AbstractTlsContext::SetClientVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) */, G_B12_0, L_48); // state.server.NotifyClientVersion(client_version); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_49 = ___state0; NullCheck(L_49); RuntimeObject* L_50 = L_49->get_server_0(); ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * L_51 = V_1; NullCheck(L_50); InterfaceActionInvoker1< ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * >::Invoke(1 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServer::NotifyClientVersion(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion) */, TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57_il2cpp_TypeInfo_var, L_50, L_51); // state.server.NotifyFallback(Arrays.Contains(state.offeredCipherSuites, CipherSuite.TLS_FALLBACK_SCSV)); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_52 = ___state0; NullCheck(L_52); RuntimeObject* L_53 = L_52->get_server_0(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_54 = ___state0; NullCheck(L_54); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_55 = L_54->get_offeredCipherSuites_5(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_56; L_56 = Arrays_Contains_mA6F27613B7535BFB5B27C6005F406A558D525FF1(L_55, ((int32_t)22016), /*hidden argument*/NULL); NullCheck(L_53); InterfaceActionInvoker1< bool >::Invoke(2 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServer::NotifyFallback(System.Boolean) */, TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57_il2cpp_TypeInfo_var, L_53, L_56); // securityParameters.clientRandom = client_random; SecurityParameters_t6B17CF2860B92B5393C0EC2B7CF4986ABB598803 * L_57 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_58 = V_2; NullCheck(L_57); L_57->set_clientRandom_6(L_58); // state.server.NotifyOfferedCipherSuites(state.offeredCipherSuites); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_59 = ___state0; NullCheck(L_59); RuntimeObject* L_60 = L_59->get_server_0(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_61 = ___state0; NullCheck(L_61); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_62 = L_61->get_offeredCipherSuites_5(); NullCheck(L_60); InterfaceActionInvoker1< Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* >::Invoke(3 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServer::NotifyOfferedCipherSuites(System.Int32[]) */, TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57_il2cpp_TypeInfo_var, L_60, L_62); // state.server.NotifyOfferedCompressionMethods(state.offeredCompressionMethods); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_63 = ___state0; NullCheck(L_63); RuntimeObject* L_64 = L_63->get_server_0(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_65 = ___state0; NullCheck(L_65); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_66 = L_65->get_offeredCompressionMethods_6(); NullCheck(L_64); InterfaceActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServer::NotifyOfferedCompressionMethods(System.Byte[]) */, TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57_il2cpp_TypeInfo_var, L_64, L_66); // if (Arrays.Contains(state.offeredCipherSuites, CipherSuite.TLS_EMPTY_RENEGOTIATION_INFO_SCSV)) ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_67 = ___state0; NullCheck(L_67); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_68 = L_67->get_offeredCipherSuites_5(); bool L_69; L_69 = Arrays_Contains_mA6F27613B7535BFB5B27C6005F406A558D525FF1(L_68, ((int32_t)255), /*hidden argument*/NULL); if (!L_69) { goto IL_0147; } } { // state.secure_renegotiation = true; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_70 = ___state0; NullCheck(L_70); L_70->set_secure_renegotiation_10((bool)1); } IL_0147: { // byte[] renegExtData = TlsUtilities.GetExtensionData(state.clientExtensions, ExtensionType.renegotiation_info); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_71 = ___state0; NullCheck(L_71); RuntimeObject* L_72 = L_71->get_clientExtensions_7(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_73; L_73 = TlsUtilities_GetExtensionData_mA10C3AE8DD3888E07330B794DE4AD7FB0AA522A0(L_72, ((int32_t)65281), /*hidden argument*/NULL); V_6 = L_73; // if (renegExtData != null) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_74 = V_6; if (!L_74) { goto IL_017f; } } { // state.secure_renegotiation = true; ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_75 = ___state0; NullCheck(L_75); L_75->set_secure_renegotiation_10((bool)1); // if (!Arrays.ConstantTimeAreEqual(renegExtData, TlsProtocol.CreateRenegotiationInfo(TlsUtilities.EmptyBytes))) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_76 = V_6; IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_77 = ((TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_StaticFields*)il2cpp_codegen_static_fields_for(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var))->get_EmptyBytes_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_78; L_78 = TlsProtocol_CreateRenegotiationInfo_m9174B688CBCAF00CC668E636242962FB6BE97246(L_77, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_79; L_79 = Arrays_ConstantTimeAreEqual_mA8B0D8A56AE0903D0723D146FD1777A01E2014E4(L_76, L_78, /*hidden argument*/NULL); if (L_79) { goto IL_017f; } } { // throw new TlsFatalAlert(AlertDescription.handshake_failure); TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_80 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_80, (uint8_t)((int32_t)40), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_80, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DtlsServerProtocol_ProcessClientHello_mA818A2738F188F7FC1D93AA53C5D01BA170D04BB_RuntimeMethod_var))); } IL_017f: { // state.server.NotifySecureRenegotiation(state.secure_renegotiation); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_81 = ___state0; NullCheck(L_81); RuntimeObject* L_82 = L_81->get_server_0(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_83 = ___state0; NullCheck(L_83); bool L_84 = L_83->get_secure_renegotiation_10(); NullCheck(L_82); InterfaceActionInvoker1< bool >::Invoke(2 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsPeer::NotifySecureRenegotiation(System.Boolean) */, TlsPeer_tBC992F97A16EC0798791CB9BF62C21AA1CD54348_il2cpp_TypeInfo_var, L_82, L_84); // if (state.clientExtensions != null) ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_85 = ___state0; NullCheck(L_85); RuntimeObject* L_86 = L_85->get_clientExtensions_7(); if (!L_86) { goto IL_01b5; } } { // TlsExtensionsUtilities.GetPaddingExtension(state.clientExtensions); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_87 = ___state0; NullCheck(L_87); RuntimeObject* L_88 = L_87->get_clientExtensions_7(); int32_t L_89; L_89 = TlsExtensionsUtilities_GetPaddingExtension_m0C42E83B74F586B87D15C8CBE435B39316552576(L_88, /*hidden argument*/NULL); // state.server.ProcessClientExtensions(state.clientExtensions); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_90 = ___state0; NullCheck(L_90); RuntimeObject* L_91 = L_90->get_server_0(); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_92 = ___state0; NullCheck(L_92); RuntimeObject* L_93 = L_92->get_clientExtensions_7(); NullCheck(L_91); InterfaceActionInvoker1< RuntimeObject* >::Invoke(5 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServer::ProcessClientExtensions(System.Collections.IDictionary) */, TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57_il2cpp_TypeInfo_var, L_91, L_93); } IL_01b5: { // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::ProcessClientKeyExchange(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsServerProtocol_ProcessClientKeyExchange_mD040F9005371E0C0F1750394492140159FF28AA2 (DtlsServerProtocol_t7D755B9F9039BCF7221BAE2D1E68F6E1EBBF7F3B * __this, ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * ___state0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_0 = NULL; { // MemoryStream buf = new MemoryStream(body, false); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___body1; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_1 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_1, L_0, (bool)0, /*hidden argument*/NULL); V_0 = L_1; // state.keyExchange.ProcessClientKeyExchange(buf); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_2 = ___state0; NullCheck(L_2); RuntimeObject* L_3 = L_2->get_keyExchange_13(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_4 = V_0; NullCheck(L_3); InterfaceActionInvoker1< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(13 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsKeyExchange::ProcessClientKeyExchange(System.IO.Stream) */, TlsKeyExchange_t52E8C3B2BF640CA203CB3987859AB00DA9343807_il2cpp_TypeInfo_var, L_3, L_4); // TlsProtocol.AssertEmpty(buf); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_5 = V_0; TlsProtocol_AssertEmpty_m8949A72432991E8A93062D69639FCE23DC0030B6(L_5, /*hidden argument*/NULL); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::ProcessClientSupplementalData(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtlsServerProtocol_ProcessClientSupplementalData_m5911F37EC29334C98AF33E97D3326575FF58A1CF (DtlsServerProtocol_t7D755B9F9039BCF7221BAE2D1E68F6E1EBBF7F3B * __this, ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * ___state0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { // MemoryStream buf = new MemoryStream(body, false); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___body1; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_1 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m27461F2CC712138C855A9C1CDCB211CC5BDBAC9A(L_1, L_0, (bool)0, /*hidden argument*/NULL); // IList clientSupplementalData = TlsProtocol.ReadSupplementalDataMessage(buf); RuntimeObject* L_2; L_2 = TlsProtocol_ReadSupplementalDataMessage_m018C910B817450B54F9B08295771D764DCAEAD4F(L_1, /*hidden argument*/NULL); V_0 = L_2; // state.server.ProcessClientSupplementalData(clientSupplementalData); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_3 = ___state0; NullCheck(L_3); RuntimeObject* L_4 = L_3->get_server_0(); RuntimeObject* L_5 = V_0; NullCheck(L_4); InterfaceActionInvoker1< RuntimeObject* >::Invoke(15 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsServer::ProcessClientSupplementalData(System.Collections.IList) */, TlsServer_tF90B35B0591A052640414461069D41A6FAD2AF57_il2cpp_TypeInfo_var, L_4, L_5); // } return; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol::ExpectCertificateVerifyMessage(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.DtlsServerProtocol/ServerHandshakeState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtlsServerProtocol_ExpectCertificateVerifyMessage_mF3037FECB9D3D65E38D1F93C475C18C44C9813D7 (DtlsServerProtocol_t7D755B9F9039BCF7221BAE2D1E68F6E1EBBF7F3B * __this, ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * ___state0, 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; } { // return state.clientCertificateType >= 0 && TlsUtilities.HasSigningCapability((byte)state.clientCertificateType); ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_0 = ___state0; NullCheck(L_0); int16_t L_1 = L_0->get_clientCertificateType_16(); if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_0016; } } { ServerHandshakeState_tC31BA9BAD271510742AA31C7C924DB871ED42C71 * L_2 = ___state0; NullCheck(L_2); int16_t L_3 = L_2->get_clientCertificateType_16(); IL2CPP_RUNTIME_CLASS_INIT(TlsUtilities_tBD7059E0F720D0F1FFAEE7EBFEFBDF40FA20D352_il2cpp_TypeInfo_var); bool L_4; L_4 = TlsUtilities_HasSigningCapability_mFFC9436C58DCC2B37C956BB17DB94F8BD8B6360D((uint8_t)((int32_t)((uint8_t)L_3)), /*hidden argument*/NULL); return L_4; } IL_0016: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaParameters_get_P_mA6C35D7CCBF79E522515CDB351B76961C2CD7A0C_inline (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, const RuntimeMethod* method) { { // get { return p; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_p_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaParameters_get_Q_mDDEA980729D10045F0EFFF72E018FBB6AEFEB433_inline (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, const RuntimeMethod* method) { { // get { return q; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_q_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * ParametersWithRandom_get_Random_mF9C641B992B3D83AC3CE3E4E7AD7D56545538F91_inline (ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * __this, const RuntimeMethod* method) { { // get { return random; } SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28 * L_0 = __this->get_random_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ParametersWithRandom_get_Parameters_mC27DE634CDD6230C5FD939CC5B81B42B7CCAEF18_inline (ParametersWithRandom_t557A9B373F5F2998BE6C0461812FBE4EB73425AC * __this, const RuntimeMethod* method) { { // get { return parameters; } RuntimeObject* L_0 = __this->get_parameters_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * DsaKeyParameters_get_Parameters_mC51CFA0D395F4AE1BF0CA32043A7C290408EDEE4_inline (DsaKeyParameters_tE89A1BA6A75F13F2650AB850C554D72740E99A81 * __this, const RuntimeMethod* method) { { // get { return parameters; } DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * L_0 = __this->get_parameters_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaPrivateKeyParameters_get_X_m546BC3C2E687DDF3EBF16BD389E8506718B30DC2_inline (DsaPrivateKeyParameters_tA17C08FE231F8805F46FD353E879F63AB5BFAC98 * __this, const RuntimeMethod* method) { { // get { return x; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_x_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaParameters_get_G_m01D4CB03D0E50BE67CF67A1D8FA6394C35A106F9_inline (DsaParameters_t47EC24036618CF52C5EF89B4929A5611E1F90245 * __this, const RuntimeMethod* method) { { // get { return g; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_g_2(); 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 BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DsaPublicKeyParameters_get_Y_m5A3F46235738D1898CF1D43B545956F22EAE7AA2_inline (DsaPublicKeyParameters_t2C9F1F39FCA3C0439000593CFF3F9AC89B9C3BA9 * __this, const RuntimeMethod* method) { { // get { return y; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_y_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SessionParameters_get_IsExtendedMasterSecret_m0E44233725BECE1CE04D35EE9221186CC3C561DA_inline (SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * __this, const RuntimeMethod* method) { { // get { return mExtendedMasterSecret; } bool L_0 = __this->get_mExtendedMasterSecret_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Message_get_Body_m88187D47BB1DCA2BC41AEA8003A13584FD6168E9_inline (Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * __this, const RuntimeMethod* method) { { // get { return mBody; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_mBody_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t Message_get_Type_mB54A98E03A88620C6527DB02F537169126F46D0D_inline (Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * __this, const RuntimeMethod* method) { { // get { return mMsgType; } uint8_t L_0 = __this->get_mMsgType_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SessionParameters_get_MasterSecret_m95C307C8EE17D2EFA209BB98AA21E6B8DB4CA04C_inline (SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * __this, const RuntimeMethod* method) { { // get { return mMasterSecret; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_mMasterSecret_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DtlsReliableHandshake_get_HandshakeHash_m07F71DA110A553350CBF4AD839DA11324AA13B41_inline (DtlsReliableHandshake_t3DE3E1F6ECF0AFF23840E8A6D36A9B362945F8D4 * __this, const RuntimeMethod* method) { { // get { return mHandshakeHash; } RuntimeObject* L_0 = __this->get_mHandshakeHash_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SessionParameters_get_CipherSuite_mE16D34429B906E513708398FABFCBD48690D9453_inline (SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * __this, const RuntimeMethod* method) { { // get { return mCipherSuite; } int32_t L_0 = __this->get_mCipherSuite_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t SessionParameters_get_CompressionAlgorithm_mF018EFA16DF41F3AA8A74E03F3C0FF380B7DB999_inline (SessionParameters_tD123179695A5EB2FFEFF3AF304B4499FA9EFB48D * __this, const RuntimeMethod* method) { { // get { return mCompressionAlgorithm; } uint8_t L_0 = __this->get_mCompressionAlgorithm_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Range_get_End_mAE5C3BC602BA1F26337EAC550C201079A7A46785_inline (Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * __this, const RuntimeMethod* method) { { // get { return mEnd; } int32_t L_0 = __this->get_mEnd_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Range_get_Start_mEEE23D756EB8360EAE320B4075315893ED8F264D_inline (Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * __this, const RuntimeMethod* method) { { // get { return mStart; } int32_t L_0 = __this->get_mStart_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Range_set_Start_m8A14E671EDA0CFB9C6FF6FCCF50E948093DFE01B_inline (Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * __this, int32_t ___value0, const RuntimeMethod* method) { { // set { this.mStart = value; } int32_t L_0 = ___value0; __this->set_mStart_0(L_0); // set { this.mStart = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Range_set_End_m20673533BA9764BF0AA9D87974B088E60B0FDA9E_inline (Range_tD8E63E07A07DB1B2C420D549938C807A0D4C2BFD * __this, int32_t ___value0, const RuntimeMethod* method) { { // set { this.mEnd = value; } int32_t L_0 = ___value0; __this->set_mEnd_1(L_0); // set { this.mEnd = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DtlsEpoch_get_Epoch_m0C51870E66854328A7B73EBD677A6FC3F32451A4_inline (DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * __this, const RuntimeMethod* method) { { // get { return mEpoch; } int32_t L_0 = __this->get_mEpoch_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DtlsEpoch_get_Cipher_m15C06C4D0B576E20A4FC34CB543E5421B53FB49B_inline (DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * __this, const RuntimeMethod* method) { { // get { return mCipher; } RuntimeObject* L_0 = __this->get_mCipher_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DtlsReplayWindow_t88F38DCD576D285E2B13E5902252B1366BCF2FCF * DtlsEpoch_get_ReplayWindow_m7E621FCABDF57B44519F9AF4812759BA8EA291F7_inline (DtlsEpoch_tA2EF27FE29912BC28047AFB41E4B86593CBDAA2B * __this, const RuntimeMethod* method) { { // get { return mReplayWindow; } DtlsReplayWindow_t88F38DCD576D285E2B13E5902252B1366BCF2FCF * L_0 = __this->get_mReplayWindow_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ByteQueue_get_Available_m91501B129D3156941F03D56F51CBEFD0EEE75E7B_inline (ByteQueue_tFCDD21AF1559BE58C2488F5FA5AEBAA16ED1A471 * __this, const RuntimeMethod* method) { { // get { return available; } int32_t L_0 = __this->get_available_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t DtlsReassembler_get_MsgType_mC95E274AA49BCE849BFF34BA1830A489CDBF1171_inline (DtlsReassembler_t60C17F06717963D30F7409263E1B65FD252793F6 * __this, const RuntimeMethod* method) { { // get { return mMsgType; } uint8_t L_0 = __this->get_mMsgType_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Message_get_Seq_m7C78524084D2B28BE6C28517408CEC1A7449A2F2_inline (Message_tFFB406E9A157FE0A2B1B765A034986714037E788 * __this, const RuntimeMethod* method) { { // get { return mMessageSeq; } int32_t L_0 = __this->get_mMessageSeq_0(); return L_0; } }